@charset "utf-8";
/* CSS Document */

/* =Tabbed Box 
-------------------------------------------------------------------------------
http://www.sunsean.com/idTabs/
-----------------------------------------------------------------------------*/


/* Style for Usual tabs */
body .usual {
}

body .usual ul {
display:inline;
margin:0px;
padding:0;
}

body .usual ul li { 
list-style:none;
float:left; 
list-style-image:none;
list-style-position:outside;
list-style-type:none;
background-image:none;
background-position:left 8px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
}

body .usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  color:#698F9F;
  background:#E0E6EC;
  border:solid 1px #ACBCCD; 
  font-size: 21px; 
  font-weight:normal; margin-right:1px;
  	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-left-top-radius: 10px; 
	border-right-top-radius: 10px;
}

body .usual ul a:hover {
  color:#004080;
  background:#CFDEFF;
  }
  
body .usual ul a.selected {
  margin-bottom:0;
  background-color:#AABACD;
  cursor:default;
  font-size:21px; 
  color:#333; 
  font-weight:normal; margin-right:1px;
  	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-left-top-radius: 10px; 
	border-right-top-radius: 10px;
	background-image:url(../images/tabgradient.png); 
	background-position: top left; 
	background-repeat: repeat-x; 
  }
  
.wrapper .content-wrapper .usual img { 
	border: 0px;
	padding: 0px; 
	margin: 0px;  
}
 
.wrapper .content-wrapper .usual img:hover { 
	border: 0px;
	padding: 0px; 
	margin: 0px;  
}
 
  
body .usual div {
	  padding:10px 10px 8px 10px;
	  *padding-top:3px;
	  *margin-top:-16px;
	  clear:left;
	  background:#E0E6EC;
	  background-repeat: repeat-x; 
	  height:305px;
	  border: solid 1px #D5DDE6;
 	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-left-bottom-radius: 10px; 
	border-right-bottom-radius: 10px;
	border-top: solid 7px #AABACD; 
	overflow: hidden; 
	margin-top: 0px; 
}

.wrapper .content-wrapper .content .tabContent ul li {
	background-image: url(../images/icons/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #333;
	margin-bottom: 15px;
	font-size: 16px;
width:100%;
}
.wrapper .content-wrapper .tabContent form {
	font-size: 16px;
	color: #666;
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	width:400px;
}
.wrapper .content-wrapper .content .usual #tab_3 form input {
	font-size:18px;
	margin-bottom:10px;
	padding:5px;
	width:240px;
}
body .wrapper .content-wrapper .usual #tab_3 form .orangeAction {
background-image:url(../images/orangeGradient.png);
background-position:left top;
background-repeat:repeat-x;
border:1px solid #EB8700;
cursor:pointer;
left:230px;
padding:8px;
position:absolute;
text-align:center;
top:200px;
width:250px;
}
.wrapper .content-wrapper .content .usual #tab_3 form label {
	display:block;
	font-size:18px;
	padding-top:5px;
	width:130px;
}


.wrapper .content-wrapper .content .usual #tab_2 .scrollable p img {
	float: right;
	padding: 1px;
	border: 1px solid #333;
}
.wrapper .content-wrapper .content .usual #tab_2 .scrollable {
	height: 280px;
	width: 580px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow-y: scroll;
}
.wrapper .content-wrapper .content .usual #tab_2 {
}

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
