/*********************************************************************************************/
/* jQuery AJAX Simple Tabs by developersnippets, This code is intended for practice purposes.*/
/* You may use these functions as you wish, for commercial or non-commercial applications,   */
/* but please note that the author offers no guarantees to their usefulness, suitability or  */
/* correctness, and accepts no liability for any losses caused by their use.                 */
/*********************************************************************************************/

.TABcontainer{
	display: block;
	padding:10px;
	/*background-color:#dae6fa;*/
	background-color:white;
}

#tabmenu {
	color: #000;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#tabmenu a, a.active {
	color: #000000 !important;
	background: white;
	/*background: #e0ebfe;*/

	font: normal 10px tahoma,verdana, Arial, sans-serif;
	border: 1px solid #666666;
	border-bottom: none;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	text-decoration: none;
	cursor:hand;
	outline:none;
	}

#tabmenu a.active {
	/*background: #b2cbec;*/
	background: #eeffdd;
	/*border-bottom: 10px solid #b2cbec;*/
	border-bottom: 10px solid white;
	}

#tabmenu a:hover {
	color: #eeffdd;
	/*background: #b2cbec;*/
	background: #ECFFEC;
	cursor:pointer;
	}

#tabmenu a:visited {
	 color: #eeffdd; 
	}

#tabmenu a.active:hover {
	background: #eeffdd;
	color: #eeffdd;
	}

#TABcontent {
	font: 12px verdana, sans-serif;
	text-align: justify;
	/*background: #b2cbec;*/
	background: white;
	padding: 20px;
	border: 1px solid #666666;
	border-top: none;
	z-index: 2;
	}

#TABcontent a {
	text-decoration: none;
	color: #CEFFCE;
	/*color: #E8E9BE;*/
	}

#TABcontent a:hover {
/*	background: #666666; */
	background: #CEFFCE;
	}
	
#TABcontent p{margin:10px 0px;}

#TABcontent ol li{
	font: 12px verdana, sans-serif;
	text-align: justify;
	color: #000000;
	margin-left:20px;
}
	
#preloader {
	position: absolute;
	top: 220px;
	left: 650px;
	z-index: 100;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}