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



/*forms*/

#tdgraynormal
{
		
		color: #000000;
        font-weight: normal;
        BACKGROUND-COLOR: #FAFAFA
}		

.tdgraynormaldk
{
		
		color: #000000;
        font-weight: normal;
        BACKGROUND-COLOR: #E8F1FE
}

.redasterisk 
{
	font-weight: bold;
	color: #C60505;
	font-size: 15px;
}

.fontsmallgrey 
{
	font-weight: bold;
	color: #7A7A7A;
	font-size: 11px;
}

#error {
border-top: 2px #BF0606 solid;
border-bottom: 2px #BF0606 solid;
width:98%;
background-color:#FCBABA;
color: #BF0606;
font-weight: bold;
font-size: 17px; 
padding:6px 6px 6px 8px;
margin: 5px 0px 5px 0px;
}

.errortext {
color: #000000;
font-weight: bold;
font-size: 14px; 
margin: 5px 0px 5px 28px;
}
/*end forms*/

/* :::::::::::::::::::: FOOTER SUBSCRIBE FORM :::::::::::::::::::::: */
/* footer subscribe form */
#subscribe {
    /* border-top:1px solid #1E4F6A;
   background: transparent;
    background:-moz-linear-gradient(top, #6B8489 0%, #3C4746 18%, #2A3234 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B8489), color-stop(18%,#3C4746), color-stop(100%,#2A3234));
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B8489', endColorstr='#2A3234',GradientType=0 );
    background:linear-gradient(top, #6B8489 0%, #3C4746 18%, #2A3234 100%);*/
    height:60px;
    padding: 0px 0px 0px 5px;    
}

#subscribe form {
    float:left;
    width:216px;
}
#subscribe input{
    border:0px solid transparent;
    line-height:30px;
    height:30px;
    width:162px;
    margin:0 !important;
    padding:0;
    display:block;
    float:left;
}
#subscribe input[type="text"]{
    width:145px;
    padding:0px 0px 0px 5px;
	position:relative;
	
	-moz-border-radius:6px 0px 0px 6px;
    border-radius:6px 0px 0px 6px;
    
    -moz-box-shadow:inset 2px 2px 7px #d8d8d8;
    -webkit-box-shadow:inset 0px 0px 5px #444;
    box-shadow:0px 0px 5px #444;
    
    behavior:url(/css/pie.htc);
}
#subscribe input[type=submit]{
	padding-left:3px;
    -moz-border-radius:0 6px 6px 0;
    border-radius:0 6px 6px 0;
    border-bottom:1px solid #76b7cb;
    border-top:1px solid #93bbc8;
    height:30px;
    width:60px;
    color:#fff;
    font-size:13px;
    text-shadow:1px 1px 2px #666;
    font-weight:bold;
    position:relative;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:0px 0px 5px #444;
    background:-webkit-gradient(linear, center bottom, center top, from(#56a9c2), to(#9ccad8));
    background:-moz-linear-gradient(top, #9ccad8, #56a9c2);
    -pie-background:linear-gradient(top, #9ccad8, #56a9c2);
    background:linear-gradient(top, #9ccad8, #56a9c2);
    behavior:url(/css/pie.htc);
}
#subscribe p {
	clear:both;
    margin-top:14px;
    line-height:1;
}

#subscribe h3 {
	color:#2E9321;
	font-size:15px;
	font-weight:normal;
	margin: 0px 0px 12px 0px;
	text-transform: none;
	text-align: left;
}
#subscribe a {
    color:#d2f5ff;
    opacity:.8;
    text-decoration:none;
    margin:20px 0 0;
}

#subscribe a:hover {
    opacity:1;
    text-decoration:underline;
}
/*end footer subscribe form */



/* FAQS page */
/* Tabs ------------------------------*/

.tab_content { font-size:12px; line-height:16px;}

.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}

.tabs {
	margin: 0 0 20px 0;
}

.tabs ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs ul.nav li {
	float: left;
	position: relative;
	margin: 0 2px -1px 0;
	z-index: 10;
}

.tabs ul.nav li a {
	border: 1px solid #EFEFEF;
	border-bottom: none;
	display: block;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	height: 24px;
	background: #FBFBFB;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	   		border-radius: 3px 3px 0 0;
}

.tabs ul.nav li.ui-tabs-selected a {
	height: 25px;
	background: #fff;
	color: #3f3e3c;
}

.tabs .tab {
	background: #fff;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

/* Toggle ------------------------------*/

.toggle {
	margin: 0 0 10px 0;
}

.toggle h4 {
	font-size: 15px;
	font-weight: bold;
	padding: 10px; 
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	cursor: pointer;
}

.toggle-inner {
	padding: 10px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-top: none;
	font-size:14px;
}

.toggle .ui-icon {
	background: #F00;
	width: 10px;
	height: 10px;
	float: left;
	margin: 3px 10px 0 0;
}

.toggle .ui-icon {
    background: url(https://www.roaradvantage.com/global_images/shortcodes/toggles/toggle-closed.png) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 10px 0 0;
}

.toggle .ui-state-active .ui-icon { background: url(https://www.roaradvantage.com/global_images/shortcodes/toggles/toggle-open.png) no-repeat; }	
			
/* end FAQS page styles */

/* Glossary page styles */
.glossaryletter { background: #DDDDDD; -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px; width:28px;height:28px; font-size:23px;font-weight:bold;color:#000000; padding-top:5px;display:block; margin:0px 10px 10px 0px;float:left;text-align:center;cursor: pointer; }

.glossaryletterholder { background: #DDDDDD; -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px; width:25px;height:25px; font-size:21px;font-weight:bold;color:#000000;padding: 7px 0px 0px 11px; }
/* end Glossary page styles */