/* CSS 3 document */

/* Eric Meyer's CSS reset - http://meyerweb.com/eric/tools/css/reset  */

html, body, div, span, applet, object, iframe,
header, nav, article, aside, section, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
    font-size: inherit;
    font-weight: inherit;
    }

header, nav, article, aside, section, footer {
    display: block;
    }
    
ol, ul {
    list-style: none;
    }
    
blockquote, q {
    quotes: none;
    }


/* ---------- MAIN CSS DOCUMENT ---------- */

body {
    background-color: #8da359;
    background-image: url('img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    line-height: 1.6;
    font-size: 12px;
    color: #222222;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

a {
	text-decoration: none;
	color: #b537ae;
	}
	
a:hover {
	text-decoration: underline;
	}
	
p {
    display: block;
    margin-bottom: 14px;
    line-height: 1.9em;
    }
    
strong, .bold {
    font-weight: bold;
    }
    
.italic {
    font-style: italic;
    }
    
.clearboth {
    width: 100%;
    clear: both;
    }
    
.float_l {
    float: left;
    }
    
.float_r {
    float: right;
    }
	
#outer_wrapper {
    margin-left: auto;
	margin-right: auto;
	width: 930px;
	text-align: center;
	clear: both;
	}
	
#inner_wrapper {
	width: 930px;
	text-align: left;
	padding: 30px 0 0 0;
	}
	
	
	
	
	
/* HEADER STYLE SHEET */
    
h1, h2, h3 {
    display: block;
    margin-bottom: 10px;
    color: #b033af;
    }
    
h1 {
    font-size: 30px;
    }
    
h2 {
    font-size: 18px;
    }
    
.white_h2 {
    font-size: 24px;
    color: #ffffff;
    padding-top: 20px;
    text-shadow: 0px 0px 3px #333333;
    }
    
h3 {
    font-size: 12px;
    color: #666666;
    }
	
	
	
	
	
/* INPUT, FORMS & SPARES STYLE SHEET */

#main_login_box {
    width: 178px;
    height: 240px;
    float: right;
    }

#main_login_box > * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    
input {
    border: 0px;
    background-color: transparent;
    }
    
.input_wrapper {
    display: block;
    width: 170px;
    height: 78px;
    padding: 4px;
    background-image: url('img/login-box-bg.png');
    background-repeat: no-repeat;
    margin: 10px 0 16px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    
.input_wrapper input {
    display: block;
    padding: 8px 18px 8px 18px;
    height: 24px;
    width: 134px;
    color: #777777;
    }
	
.submit_button {
    padding: 15px 35px 15px 35px;
    background-color: #b537ae;
	background-image:none;
    color: #ffffff;
    border-radius: 4px;
    }
	
.submit_button:hover {
    cursor: pointer;
    background-color: #c35bc2;
    }
    
.tiny_a {
    display: block;
    font-size: 10px;
    margin: 5px 0 0 0;
    }
    
.c_align {
    text-align: center;
    }
	
	
	
	
	
/* TABULAR CONTENT STYLE SHEET */
/* SIDEBAR TABLES */

table, tr, td {
    border: 0px;
    }
    
#sidebarcontent td {
    font-size: 11px;
    padding: 3px 0 3px 0;
    }

#sidebarcontent table td:first-child {
    color: #999999;
    text-align: center;
    }
    
#tr1, #tr2, #tr3, #tr4 {
    font-weight: bold;
    }
    
#tr1 {
    width: 20px;
    }
    
#tr2 {
    width: 110px;
    }
    
#tr3 {
    width: 50px;
    }
    
#tr4 {
    width: 30px;
    }
    
table hr {
    border: 0px;
    border-top: 1px dashed #aaaaaa;
    padding: 0px;
    }
    
#sidebarcontent table tr:last-child td {
    text-align: right !important;
    text-transform: uppercase;
    }
	
	
	
	
	
/* TABULAR CONTENT STYLE SHEET */
/* MAIN TABLE */

.hide_bg {
    background-color: transparent !important;
    }

#main_table {
    width: 640px;
    }

#main_table td {
    padding: 12px;
    }

#main_table td {
    border-bottom: 3px solid rgb(58, 47, 41);
    border-bottom: 3px solid rgba(58, 47, 41, 0.8);
    }

#main_table tr:last-child td {
    border-bottom: 0px !important;
    }

#main_table tr td:first-child {
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    }
    
#main_table tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.7);
    }
    
    
#main_table tr:nth-child(even) {
    background-color: rgba(200, 200, 200, 0.7);
    }
.forcedBastard {
    background-color: rgba(255, 255, 255, 0.7) !important;;
    }	
    
#main_table_header td {
    background-color: #ffffff !important;
    }

#main_table_header td {
    padding: 25px 0 25px 0;
    text-transform: uppercase;
    line-height: 22px;
    }
    
#m_tr1,
#m_tr2,
#m_tr3,
#m_tr4,
#m_tr5 {
    padding: 0 12px 0 12px !important;
    height: 1px;
    border: 0px !important;
    background-color: #ffffff !important;
    }
    
#m_tr1 {
    width: 20px !important;
    }
    
#m_tr2 {
    width: 180px !important;
    }
    
#m_tr3 {
    width: 110px !important;
    }
    
#m_tr4 {
    width: 120px !important;
    }
    
#m_tr5 {
    width: 80px !important;
    }
    
#table_end td {
    text-transform: uppercase;
    background-color: #ffffff !important;
    font-size: 10px !important;
    padding: 12px !important;
    height: 12px;
    }
    
#table_end a {
    color: #888888;
    display: block;
    width: 200px;
    height: 12px;
    line-height: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    
#table_end a:after {
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: relative;
    top: 32px;
    right: 50px;
    }
	
	
	
	
	

/* NAVBAR STYLE SHEET */

#navbar {
    position: relative;
    width: 100%;
    height: 52px;
    padding: 15px 0 0 0;
    background-color: #fcfcfc;
    overflow: visible;
    }
    
#nav_inner {
    margin-left: auto;
	margin-right: auto;
	width: 930px;
	text-align: center;
    }
    
#nav_inner img {
    float: left;
    margin-top: -7px;
    }
    
#navbar ul li {
    float: right;
    }

#navbar ul li a {
    display: block;
    padding: 10px 6px 20px 6px;
    height: 18px;
    border-bottom: 4px solid transparent;
    margin: 0 0 0 10px;
	font-weight:bold;
	font-size:11px;
    text-transform: uppercase;
    }

#navbar ul li a:hover {
    border-color: #b537ae;
    text-decoration: none;
    }
	
	
	
	
	

/* SIDEBAR CONTENT STYLE SHEET */

#sidebarcontent {
    width: 260px;
    float: left;
    }

#sidebarcontent div {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    }
    
#sidebarcontent h2 {
    text-align: center;
    text-transform: uppercase;
    }
    
.purple_bg {
    background-color: #b033af !important;
    color: #ffffff;
    }
    
.playnow {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding: 30px 20px 45px 20px !important;
    margin-bottom: -32px;
    }
.playnow li {
	list-style-type:none;
    }
.playnow a {
    color: #ffffff;
    }
    
.playnow a:hover {
    text-decoration: none;
    color: #dba1db;
    }
	
	
	
	
	

/* MAIN CONTENT STYLE SHEET */

#maincontent {
    width: 640px;
    float: right;
    }
    
#shortened_width {
    width: 327px;
    height: 240px;
    margin: 0 0 15px 0;
    }

.padMe30
{
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
	padding:30px;
}

.bgWhite { 
    background-color: rgba(255, 255, 255, 0.9); 
	} 
	
.padMe20
{
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
	padding:15px;
	width:210px !important;
}

.shareBits .left 
{
	float:left;
	width:50%;
}

.shareBits {
	background-color:#FFFFFF;
}

.shareBits .right
{
	float:right;
	width:207px;
}

.shareBits a
{
	background-color:#D5D5D5;
	display:block;
	float:left;
	width:35px;
	height:35px;
}

.shareBits a img
{
	width:20px;
	padding-left:8px;
	padding-top:10px;
}

.shareBits a:hover img
{
	opacity:0.8;
}


.tw {
	background-color:#4099FF !important;
}

.fb {
	background-color:#3b5998 !important;
}

.shareBits span
{
	display:block;
	float:left;
	padding: 0.5em;
	font-weight:600;
	color:#C30097;
	font-size:1.1em;
}

.textLeft
{
	text-align:justify !important;
}
.accountLinks li
{
	list-style-type:none; !important;
	margin-left:30px;
}
.accountLinks li a
{
	display:block;
	width:140px;
	background-color:#b033af;
	text-align:center;
	height:25px;
	border-radius:3px;
	line-height:25px;
	color:#FFF;
	margin-bottom:5px;
	text-transform:uppercase !important;
	text-decoration:none;
}
		
.accountLinks li a:hover
{
	background-color:#455782;
}
.myAccountHome
{
	height:270px !important;
}
	

/* BLOG CONTENT STYLE SHEET */

#blog_header_image,
.blog_replies {
    padding: 2px 0 0 0 !important;
    }

.blog_meta {
    display: block;
    font-size: 11px !important;
    color: #888888 !important;
    padding: 10px 0 0 0 !important;
    }
    
.blog_replies p {
    padding: 10px 30px 10px 30px;
    border-top: 1px solid #bbbbbb;
    margin: 0px !important;
    }
    
.blog_replies p span {
    color: #b537ae;
    display: block;
    font-size: 14px;
    padding: 0 0 5px 0;
    }
	
	
	
	
	

/* FOOTER CONTENT STYLE SHEET */

#footer-container {
	clear: both;
	padding: 70px 0 0 0;
	font-size: 11px;
    }
	
#footer-container h2{
    color: #ffffff !important;
	}
	
#footer-container,
#footer-container div,
#footer-container div a {
    color: #ffffff;
    text-shadow: 0px 0px 3px #222222;
	}
	
#footer-container ul li a {
    display: block;
	padding: 10px 0 10px 5px;
	border-top: 1px dotted #aaaaaa;
	}
	
#footer-container ul li a:hover {
    background-color: rgb(30, 30, 30);
    background-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	}
	
#footer-container p,
#footer-container ul li:last-child {
	border-bottom: 1px dotted #aaaaaa;
	}
    
.footer-left-column,
.footer-middle-column,
.footer-right-column {
	display: block;
	width: 283px;
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
	}
	
.footer-left-column {
	padding: 0 20px 0 0;
	}
	
.footer-middle-column {
	padding: 0 20px 0 20px !important;
	}
	
.footer-right-column {
	padding: 0 0 0 20px !important
	}	
    
#dark-footer-container {
	padding: 10px;
	clear: both;
	background-color: #000000;
	color: #ffffff !important;
	text-align: center;
	font-size: 10px;
	opacity: 0.6;
	}
	
#dark-footer-container a {
	color: #ffffff !important;
	}
    
    
    
    
    
    #signupForm
{
	padding:20px;
	padding-top:0px;
	float:left;
	width:600px;
}
#signupBenefits
{
	width:300px;
	float:right;
	min-height:200px;
}
#signupForm .box
{
	width:300px;
	float:left;
	min-height:90px;
}
#signupForm .label
{
	font-size:14px;
}
#signupForm .inputArea

{
	height:48px;
	border-radius:5px;
	width:250px;
	margin-top:5px;
}
#signupForm input
{
	height:32px;
	width:226px;
	border-radius:3px;
	border:0px;
	font-size:14px;
	color:#333;
	padding-left:10px;
	background-color:#FFFFFF;
	font-weight:bold;
	border:1px solid #CCC;
}
#signupForm input:focus
{
	background-color:#EEEEEE;
	color:#000000;
}
.benefitCopy
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.benefitCopy li
{
	margin:5px;
	list-style-type:none;
	padding-left:30px;
	background-repeat:no-repeat;
	background-image:url(../images/littleBullet.png);
	background-position:0px 2px;
	padding-top:5px;
	font-size:14px;
	font-family:"TIDTypewriter",Arial, Helvetica, sans-serif;
}
.updateButton
{
	background-image:url(../images/buttonUpdate.png);
	width:140px;
	height:60px;
	margin-top:30px;
	float:right;
	margin-right:50px;
	cursor:pointer;
}
.updateButton:hover
{
	background-image:url(../images/buttonUpdateOVER.png);
}
#signUp
{
	background-image:url(../images/buttonSignUp.png);
	width:140px;
	height:60px;
	margin-top:30px;
	float:right;
	margin-right:50px;
	cursor:pointer;
}
#ReqUp:hover
{
	background-image:url(../images/buttonConfirmRequestOVER.png);
}
#ReqUp
{
	background-image:url(../images/buttonConfirmRequest.png);
	width:140px;
	height:60px;
	margin-top:30px;
	float:right;
	margin-right:50px;
	cursor:pointer;
}
#signUp:hover
{
	background-image:url(../images/buttonSignUpOVER.png);
}
#usernameResult
{
	margin-top:40px;
}
#warning
{
	color:#F00;
}
#resultsBox
{
}
.clickBigSubmit
{
	width:150px !important;
	background-color:#C00 !important;
	color:#FFF !important;
	cursor:pointer !important;
}
#ButtonContent
{
	margin-top:-30px !important;
	margin-left:8px !important;
}
.dropFormBox
{

	padding:5px;
	font-size:16px;
	padding-top:8px;
	border-radius:5px;
	width:240px;
	border:0px solid;
	height:37px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
}
.dropFormBox:focus
{
	background-color:#EEEEEE;
}
.submitButton
{
	font-size:14px;
	color:#b033af;
	cursor:pointer;
	width:200px !important;
	text-transform:uppercase !important;
	font-weight:bold;
	height:30px !important;
}   
.submitButton:hover
{
	color:#000000;
}
.warning
{
	color:#F00;
}   
.submitLink
{
	font-size:14px;
	color:#b033af;
	width:200px !important;
	text-transform:uppercase !important;
	font-weight:bold;
	height:30px !important;
	display:block;
}   
    
.submitLink:hover
{
	color:#000000;
}   
#errorLogin
{
	color:#F00;
	font-size:10px;
}
.boxBreak
{
	margin-top:10px;
	clear:both;
}
.testButton:hover
{
	float:left; width:33px; cursor:pointer; text-decoration:underline;
}.userList
{
	height:25px !important;
	width:200px !important;
	background-color:#EEEEEE;
}
.Unassigned
{
	height:30px;
	font-size:14px;
	font-weight:bold;
}

table.userTable {
	
	width: 200px;
	margin: 0 auto;	
	border-collapse: collapse;	
	border: solid 1px black;
}

table.userTable thead {
	
}

table.userTable th {

	width: 33%;
	background: #333333;
	color: white;	
}


table.userTable tbody  td {
	border: dotted 1px black;
	padding: 1px;	
}


table.userTable tfoot td {
	border: none;
	visibility: hidden;	
}

table.userTable tfoot td {
	border: solid 1px white;
		
}

table.userTable tfoot td.showHelp {
	border: solid 1px white;
	
	visibility: visible;	
}

.userList {
	width: 200px !important;
	overflow: auto;
	border: solid 1px black;
}
.userTable td
{
	background-color:#EEE;
}
.userTable td a {
	display: block;
	width: 160px;
	height: 1.4em;
	padding:5px;
	border: solid 1px #999999;
	text-decoration: none;
	text-align: center;
	margin-bottom: .3em;
	background-color: white;
	cursor: move;
	font-size:11px;
	color:#000;
	font-weight:bold;
	
}


#unassigned a {
	display: block;
	margin-right:5px;
	width: 160px;
	font-weight:bold;
	height: 1.4em;
	border: solid 1px #999999;
	text-decoration: none;
	text-align: center;
	margin-bottom: .1em;
	background-color: white;
	cursor: move;
	float:left;
	font-size:11px;
}


.draggedUser {
	zoom: 1;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20)
}
.AssignTitle
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	
}
#unassignedUsers:hover {
	background-color: #ffcccc;	
}

#restrictedUsers:hover {
	background-color: #ffffcc;
}

#powerUsers:hover {
	background-color: #ccffcc;
}
#Unpaired
{
	width:740px;
	padding:10px;
	margin-bottom:10px;
	padding-top:10px;
	font-size:12px;
	
	
}
.Name:link
{
	width:80px;
	border:1px solid #333;
	padding:5px;
	margin-top:5px;
	height:20px;
	text-decoration:none;
	color:#333;
	font-size:11px;
}
.Name:visited
{
	width:80px;
	margin-top:5px;
	border:1px solid #333;
	padding:5px;
	height:20px;
	font-size:11px;
	
	text-decoration:none;
	color:#333;
}
.Name:hover
{
	width:80px;
	margin-top:5px;
	border:1px solid #333;
	padding:5px;
	font-size:11px;
	
	color:#333;
	text-decoration:none;
	height:20px;
}
#LastUpdate
{
	height:20px;
	color:#C00;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
#lockedArea
{
	width:640px;
	height:1410px;
	margin-top:10px;
	background-image:url(img/accountLocked.png);
	position:absolute;
}
.floatLink
{
	float:left;
	margin-right:5px;
}
.signupForm .box
{
	width:300px;
	float:left;
	min-height:90px;
}
.signupForm .label
{
	font-size:14px;
}
.signupForm .inputArea

{
	height:48px;
	border-radius:5px;
	width:250px;
	margin-top:5px;
}
.signupForm input
{
	height:32px;
	width:226px;
	border-radius:3px;
	border:0px;
	font-size:14px;
	color:#333;
	padding-left:10px;
	background-color:#FFFFFF;
	font-weight:bold;
	border:1px solid #CCC;
}
.signupForm input:focus
{
	background-color:#EEEEEE;
	color:#000000;
}
.updateButton
{
	background-image:none;
}
.FormTBReview
{
	width:600px; 
    border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	padding:2px;
	text-align:left;
	font-weight:normal;
	background-repeat:repeat-x;
	background-image:url(images_design/TextBoxBg.jpg);;
	height:26px;
}
.FormAreaReview
{
	width:550px; 
    border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	padding:5px;
	height:90px;
	text-align:left;
	font-weight:normal;
	background-repeat:repeat-x;
	background-image:url(images_design/TextBoxBg.jpg);
	overflow:hidden;
}
.Review
{
	clear:both;
}
.hidLeague
{
	display:none;
}
.hidTopMembers
{
	display:none;
}
.hidTopTeams
{
	display:none;
}
.bulletTime 
{
	margin-left:30px;
}
.bulletTime li
{
	list-style:disc !important; 
}
#tease
{
	position:absolute; top:74px; margin-left:132px; color:#FFF; font-weight:bold; font-size:13px;
}
#createTeam
{
	float:left;
	width:280px;
}
#joinTeam
{
	float:right;
	padding-left:40px;
	width:250px;
	border-left:1px dotted #CCC;
}
.box
{
	width:280px;
	float:left;
	min-height:90px;
}
.otherForm .label
{
	font-size:14px;
}
.otherForm  .inputArea

{
	height:48px;
	border-radius:5px;
	width:220px;
	margin-top:5px;
}
.otherForm  input
{
	height:32px;
	width:226px;
	border-radius:3px;
	border:0px;
	font-size:14px;
	color:#333;
	padding-left:10px;
	background-color:#FFFFFF;
	font-weight:bold;
	border:1px solid #CCC;
}
.otherForm  input:focus
{
	background-color:#EEEEEE;
	color:#000000;
}.staffBlogItem
{
	border-bottom:1px dotted #999;
	margin-bottom:10px;
	margin-top:10px;
}
.staffBlogImage
{
	float:left;
	overflow:hidden;
	height:100px;
}
.staffBlogContent
{
	float:right;
	width: 370px;	
}
.staffBlogName
{
	font-weight:bold;
	text-transform:uppercase;
}


.prizes_table {
    width: 100% !important;  
    line-height: 1.6;
    font-size: 13px;
    color: #333333;
    }

.prizes_table tr td {
    line-height: 30px !important;
    color: #666666 !important;
    padding: 4px 0 !important;
    }

.prizestars {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
	overflow:hidden !important;
	padding:0px !important;
	text-align:left !important;
    background-image: url('img/stars.jpg') !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    }

.prizes_table span {
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    font-size: 20px !important;
    color: #b437ad !important;
	
    }
    
.secondplace {
    background-position: 0 -40px !important;
    }
    
.thirdplace {
    background-position: 0 -79px !important;
    }
    
.fourthplace {
    background-position: 0 -118px !important;
    }
    
.align_left {
    text-align: left !important;
    }

.prizes_table tr td p {
    line-height: 20px !important;
    text-align: center !important;
    }
.swapTeam
{
	border:0px; background-color:#b033af; border-radius:5px; color:#FFF; height:30px; line-height:30px; cursor:pointer !important;
}
.qJBit
{
	
	background-color: rgba(255, 255, 255, 0.9);
	float:left;
	display:block;
	background-image:url(images/jumpTo2.png);
	background-repeat:no-repeat;
	height:60px;
	width:230px;
	text-decoration:none !important;
	color:#000;
	line-height:60px;
	font-weight:bold;
	padding-left:75px;
	cursor:pointer;
}
.qJBit:hover
{
	
	background-color: rgba(255, 255, 255, 1.0);
}
.extendJ
{
	margin-right:28px !important;
	background-image:url(images/jumpTo.png);
}
.indisBoxes
{
	padding-top:15px;
	padding-bottom:30px;
}
.logUp
{
	background-image:url(img/CommentBack.png);
	width:189px;
	height:52px;
	line-height:52px;
	padding-left:70px;
	text-align:left;
	color:#FFF;
	display:block;
	float:right;
}
.logUp:hover
{
	color:#CCC;
	text-decoration:none !important;
}
.logUp2
{
	background-image:url(img/CommentBack.png);
	width:189px;
	height:52px;
	line-height:52px;
	padding-left:70px;
	text-align:left;
	color:#FFF;
	display:block;
	float:right;
}
.logUp2:hover
{
	color:#CCC;
	text-decoration:none !important;
}
.logUpButton
{
	background-image:url(img/CommentBack.png);
	width:280px;
	background-repeat:no-repeat;
	height:52px;
	line-height:52px;
	padding-left:70px;
	text-align:left;
	color:#FFF;
	display:block;
	float:right;
	cursor:pointer;
	border:0px;
}
.logUpButton:hover
{
	color:#CCC;
	text-decoration:none !important;
}

.ui-state-default
{
	width:50%;
	margin-right:auto;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	overflow:hidden;
	list-style-type:none;
	cursor:pointer;
	margin-right:5px;
}
.ui-state-default img
{
	width:12%;
	float:left;
	margin-left:15px;
}

.myCoupon
{
	padding:10px;
	width:150px;
	font-size:14px;
	text-align:center;
	border:2px dashed #666;
	background-color: rgba(255, 255, 255, 0.7);
	font-weight:bold;
}


.whiteTestimonial
{
	padding:1.5%;
	margin-right:2.0%;
}

.oddTest
{
}

.whiteTestimonial .by
{
	margin-left:40px;
}

.whiteTestimonial .inside
{
}

.whiteTestimonial .by .strong
{
	color: #b033af !important
}

.noRightMargin
{
	margin-right:0px !important
}

.quoteItem
{
	padding:20px;
	width:100%;
}
	

.quoteItem strong
{
	margin-left:20px;
	color:#b033af;
	display:block;
}

.quoteItem .lQ
{
	font-size:34px;
	color:#b033af;
	margin-left:-15px;
	display:block;
	float:left;
	margin-top:-20px;
}

.quoteItem .rQ
{
	font-size:34px;
	color:#b033af;
}

.innerQuote
{
	margin-left:20px;
	margin-right:30px;
}

#twitterfeed {
	padding: 3em 0;
	text-align: center;
	}
	
#twitterfeed h3,
#twitterfeed h3 a {
	color: #777;
	font-size:20px !important;
	}
	
#twitterfeed p {
	font-size: 1.6em;
	line-height: 2.1em;
	text-align: center;
	margin: 0 auto;
	max-width: 32em;
	}
	
#twitterfeed .interact {
	padding: 1em 0 0;
	}
	
#twitterfeed .interact a {
	opacity: 0.6;
	transition: opacity 0.2s;
	}
	
#twitterfeed .interact a:hover {
	opacity: 1;
	}
	
.sponsors {
	background-color:transparent !important;
	padding:0 !important;
}


.sponsors h3 {
	text-align:center;
	color:#FFF;
	font-size:1.4em;
	text-transform:uppercase;
	padding-top:1em;
	font-weight:600;
	
}

.sponsors a {
	display:block;
	margin-top:1em;
	transition:all 0.3s;
}

.sponsors a:hover {
	opacity:0.8;
}

.iLeft, .iRight {
	margin-bottom:20px;
	padding-bottom:13px;
	min-height:260px;
}

.iLeft img {
	float:left;
	margin-right:2em;
}

.iRight img {
	float:right;
	margin-left:2em;
}

.iLeft h3, .iRight h3, .iCenter h3 {
	text-transform:uppercase;
	color:#b033af;
	font-weight:600;
	font-size:1.2em;
}

.iCenter { 
text-align:center;
margin-bottom:20px;
	min-height:260px;

	padding-bottom:10px;
}

.owl-theme .owl-controls {
	margin-bottom:40px;
	margin-top:-60px !important;
}

.owl-page.active {
	color:#b033af;
	opacity:1;
	border-color:#CC0000;
}

.forceClear {
	clear:both;
	width:100%;
}