/* CSS used for Tab Content */

.tabbg {
background-color: #393939;
color: #ffffff;
}




.basictab ul{
margin: 0px;
padding: 0px;
margin-left: 0;
font: bold 10px Verdana;
border-bottom: 0px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
cursor:pointer;
vertical-align:middle;
background-color: #337901;
}

.basictab li{
display: inline;
margin: 0;
padding: 0px;
}

.basictab li a{
text-decoration: none;
padding: 3px 10px 4px 10px;
border: 0px solid gray;
border-bottom: none;
/*background-color: #666666;*/
color: #fff; /* #ffffff */
height:21px;
}

.basictab li a:visited{
color: #000;
height:21px;
}

.basictab li a:hover, .basictab li a.current{
background:url(/images/tab_link_over.jpg) bottom center no-repeat;
background-repeat:no-repeat;
color: #000;
width:76px;
height:21px;

}

.basictab li a:active{
color: #ffffff;
}

#tabcontentcontainer{
width:620px; /*width of 2nd level content*/
/*height:1.5em; height of 2nd level content. Set to largest's content height to avoid jittering.
border: #DA3C0D solid 2px; padding:10px;*/
font:normal 11px tahoma;
color:#333333;
background-color:#FFFFFF

}

.tabcontent{
display: none;
}
.button {background:#DA3C0D; padding:2px; border:solid 1px #808080; font:normal 11px tahoma; color:#FFFFFF;}

.tab_text {
	font-family: tahoma;
	font-size: 0.55em;
	font-weight: bold;
	color: #000;
	text-align:left;
	padding-left:3px;
}
.tab_text_inner {
	font-family: tahoma;
	font-size: 0.60em;
	font-weight: bold;
	color: #000;
	text-align:left;
	padding-left:3px;
	height:21px;
	background:url(/images/bg3.jpg) bottom center repeat-x;
}
.tab_text1 {
	font-family: tahoma;
	font-size: 0.55em;
	font-weight: normal;
	color: #000066;
	border-bottom-color:#999999; border-bottom-style:dashed; border-bottom-width:1px;
	text-align:left;
	width:220px;
	padding-left:3px;
	
}

.tab_text2 {
	font-family:tahoma;
	font-size: 0.55em;
	font-weight: normal;
	color: #FF0000;
	border-bottom-color:#999999; border-bottom-style:dashed; border-bottom-width:1px;
	height:20px;
	text-align:left;
	padding-left:3px;

}
.tab_text3 {
	font-family:tahoma;
	font-size: 0.55em;
	font-weight: normal;
	color: #000066;
	border-bottom-color:#999999; border-bottom-style:dashed; border-bottom-width:1px;
	height:20px;
	text-align:left;
	padding-left:3px;

}
.tab_text4 {
	background-color:#f5fbda;

}

.tab_table {
	background-color:#065ab3;
	width:625px;
}

.tab_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	height:21px;
	width:76px;
	padding-top:3px;
}
.tab_link:link{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
	height:21px;
	width:76px;
	padding-top:3px;
}
.tab_link:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	height:21px;
	width:76px;
	padding-top:3px;
}

.tab_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	height:21px;
	width:76px;
	background:url(/images/tab_link_over.jpg) bottom center no-repeat;
	
	
}

.tab_link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	height:21px;
	width:76px;
	background:url(/images/tab_link_over.jpg) bottom center no-repeat;
}
.tab_bg_inner {background:url(/images/bg3_old.jpg) top left repeat-x;}
/* CSS used for Tab Content */

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	width:625px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*background-image:url('images/bg_answer.gif'); */
	background-repeat:no-repeat;
	background-position:top right;
	height:36px;

	/* End layout CSS */

	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #317082;
	background-color:#337901;
	width:625px;

	/* End layout CSS */

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:absolute;
	z-index:100;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}
