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

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: none;
	border-left: none;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: none;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2d278a;

}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:#dd0997;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	color:#F0166A;
}

html ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#FFF;
}



.tab_container {
	border: none;
	border-top: none;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 10px;
}

/*start------expand----*/
.accordion {
	float:left;
	clear:left;
	width:100%;
	margin:0;
	padding:0;
}
.accordion h3{
	width:100%;
	height:20px;
	background:#02a9e1;
	padding:0;
	margin:0;
	color:#FFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	border-bottom: none;
	padding:4px 0 0 5px;
	margin:0 0 2px;
}
.accordion h3:hover {
	color:#FFF;
}
.accordion h3.active {
	color:#FFF;
}
.accordion p{
	width:100%;
	margin: 0;
	color:#666;
	line-height:20px;
	padding: 0 0 5px 6px;
}
/** Tabs 2  */
ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border:none;
	width: 100%;
}
ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 39px; /*--Subtract 1px from the height of the unordered list--*/
	border: none;
	border-left: none;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	margin-right:1px;
}
ul.tabs2 li a {
	text-decoration: none;
	display: block;
	padding: 0 15px;
	border: 0px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;

}
ul.tabs2 li a:hover {
	background-position:left bottom;
}
html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-color: transparent; background-position:left bottom;
}

html ul.tabs2 li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-position:left bottom;
}






/** Tabs 3  */
p.tabs3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2d278a;
	text-decoration: none;
}
p.tabs3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2d278a;
	text-decoration: underline;
}
html p.tabs3 li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color: #2d278a;
	text-decoration: none;
}










/*  asif CSS   */

