@charset "UTF-8";
/* CSS Document */


/************************** Getting Started Page ***********************/

.getStarted {
	padding-top: 10px;
	border-bottom:dotted #666 thin;
}

.purple {
	color: #621A48;
}

.pink {
	color:#D1024D;	
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}


/************************** Feedback Page ***********************/

.feedbackFormHolder {
	width: auto;
	padding: 10px;
}

.feedbackFormHolder img {
	float: right;
	padding-right: 25px;
}

.input {
	width:250px;
	background-color: #FFF;
	border: 1px solid #D1024D;
	margin-bottom: 10px;
}	
.inputLabel {
	display: block;
	width: 75px;
	float:left;
	position:relative;
	margin: 0;
	border:0;
	outline:none;
	color:#333;
	font-size:11px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.select {
	width:253px;
	opacity: 0;
}
.selectHolder{
	width:253px;
	background-color: #FFF;
	border: 1px solid #D1024D;
	position:relative;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.messageBox {
	width:450px;
	height:200px;
	background-color: #FFF;
	border: 1px solid #D1024D;
	margin-bottom: 10px;
	vertical-align:text-top;
}

/************************** News Page ***********************/

.articleHolder {
	width:auto;
	margin: 15px;
}


.dateHolder {
	font-size:12px;
	color: #621A48;
	text-align:right;
}


.newsTitle {
	color:#D1024D;
	font-size:16px;
	font-weight:bold;
}


/************************** Accordion ***********************/

h3.ui-state-active a{
	color: #D1024D;	
}

.accordionGeneral {
	width:550px;
	height:auto;
	margin-left:10px;

}

.accordionGeneral img {
	border: none;
	float:right;
	padding-top: 15px;
}

.accordionGeneral div{
	border-bottom:solid #000 1px;
	padding-bottom: 5px;

}
.accordionGeneral div div{
	border-bottom:none;

}

.accordionGeneral a, a:link, a:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;

}
.accordionGeneral a:hover, a:active {
	color: #D1024D;
	font-weight:bold;
	text-decoration:none;

}

ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active.style {
	height: auto;
}

/************************** footer ***********************/


#footerLinks {
	width:550px;
}

#footerLinks a, #footerLinks a:link, #footerLinks a:visited {
	font-weight: normal;
	margin:0 0 0 15px;
	}
#footerLinks a:hover, #footerLinks a:active {
	font-weight: normal;
	}	
	
#copyright a, #copyright a:link, #copyright a:visited {
	color: #FFFFFF;
	margin: 0 0 0 20px;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover, #copyright a:active {
	text-decoration: underline;
	font-weight: normal;
}


/************************** Accordion Lingo ***********************/

h3.ui-state-active a{
	color: #D1024D;	
}

.accordionLingo {
	width:550px;
	height:auto;
	margin-left:10px;

}


.accordionLingo div{
	border: none;
	padding:0px;

}
.accordionLingo div div{
	border-bottom:none;

}

.accordionLingo a, a:link, a:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;

}
.accordionLingo a:hover, a:active {
	color: #D1024D;
	font-weight:bold;
	text-decoration:none;

}

ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active.style {
	height: auto;
}


/************************** banner ad ***********************/


.horizontalAd{
	float:right;
	width:728px;
	height:90px; 
	margin-bottom:20px;
}

.horizontalAd img{
	border: solid 1px #999;
}

/************************** report bug ***********************/


a.reportBug {
	background:url(images/btn_reportBug.png) no-repeat -24px 0;
	border:none; 
	display:block; 
	height:124px; 
	width:24px;	
}

.reportBug:hover {
	background-position:0 0;
}

/************************** social icons ***********************/


.socialIcons {
	position: relative;
	clear:both;
	float: left;
	width:auto;
	padding-top: 7px;
}
.socialIcons img {
	border: none;
	padding-right: 10px;
}
