@import url("wrapper.css");
@import url("column.css");
@import url("image.css");
@import url("font.css");
@import url("navigation.css");
@import url("table.css");
@import url("reset.css");

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size: 12px;
}
.col {
	margin: 15px 25px 10px 25px !important;
}
.col2 {
	margin: 15px 0px 10px 25px !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text-al {
	text-align: left;
}
.text-ac {
	text-align: center;
}
.text-ar {
	text-align: right;
}

/* margin */
.mt {
	margin-top: 25px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.ml {
	margin-left: 25px !important;
}
.mr {
	margin-right: 25px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.hr {
	border-bottom: 4px solid #E5E5E5;
	margin: 5px 0;
}
.hr2 {
	border-top: 1px dashed #ccc;
	margin: 5px 0 20px 0;
}

/* form*/

form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
form li {
	margin-bottom: 10px;
	clear: both;
}
form label {
	font-size:12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
	clear: both;
}
form .small {
	width: 240px;
}
form .medium {
	width: 440px;
}
form input,textarea {
	padding: 3px 6px; 
	border: 1px solid #CCCCCC;
	background: url("../images/bg-input.gif") repeat-x scroll 0 0 #FFFFFF;
}
form .buttom {
	background: #666;
    border-color: #333;
    color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/* Tabs */
.tab_container { }
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 28px;
	border: 1px solid #CCC;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0 url(../images/accordion_header.png) repeat-x top right;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #263849;
	display: block;
	font-size: 13px;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover { 
	background: #ccc; 
}	
ul.tabs li.active, ul.tabs li.active a:hover  { 
	background: #fff; 
	border-bottom: 1px solid #fff; 
}

.tab_content_container {
	border: 1px solid #CCC;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content { 
	font-size: 1.2em; 
	padding: 20px 20px 10px; 
}
	
/* Accordion */
h4.accordion_panel {
	background: url(../images/accordion_header.png) no-repeat;
	width: 100%;
	height: 30px;	
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	padding: 0;	
	margin: 5px 0px;
	border: 1px solid #eee;
	cursor: pointer;
}
h4.accordion_panel a {
	color: #263849;
	text-decoration: none;
	padding: 0 0 0 40px;
	text-shadow:0 1px 0 #fff !important;
}
h4.active {
	background-position: left bottom; 
	border-color: #131C24;
	text-shadow:0 1px 0 #000 !important;
}	
h4.active a { 
	color: #FFF; 
	text-shadow:0 1px 0 #000 !important;
}
.accordion_content {
	width:100%;
	font-size: 13px;
	margin: 10px 0px;
	overflow: hidden;
	clear: both;
}

