/*********************************************************************************************/
/* 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.                 */
/*********************************************************************************************/

.container{
	display: block;
	padding:10px;
	background-color:#333333;

}


#tabmenu {
	color: #000;
	border-bottom: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
	width:632px;
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#tabmenu a, a.active {
	color: #ffffff !important;
	background:#666666;
	font: bold 11px tahoma,verdana, Arial, sans-serif;
	background:url(../images/default.jpg) repeat-x;
	border: 1px solid #cccccc;	
	border-bottom:none;
	padding: 3px 8px 3px 8px;
	margin: 0px;
	text-decoration: none;
	cursor:hand;
	outline:none;
	}

#tabmenu a:visited {
	color: #444444;
	}
#tabmenu a.active {
	background:#444444;
	border-bottom: 1px solid #444444;
	_border-bottom: 0px solid #444444;
	}

#tabmenu a:hover {
	color: #ffffff;
	background: #666666;
	cursor:pointer;
	}


#tabmenu a.active:hover {
	background: #444444;
	color: #ffffff;
	}

#content {
	font: 11px arial, sans-serif;
	text-align: justify;
	background:#444444;
	color:#ffffff;
	padding: 20px;
	border: 1px solid #666666;
	border-top: none;
	z-index: 2;
	width:600px;
	float:left;
	}

#content a {
	text-decoration: underline;
	color: #cccccc;
	}

#content a:hover {
	background: #666666;
	}
	
#content p{margin:10px 0px;}

#content ol li{
	font: 12px arial, sans-serif;
	text-align: justify;
	color: #000000;
	margin-left:20px;
}
	
#preloader {
	position: ralative;
	top: 50px;
	left: 100px;
	z-index: 100;
	padding: 5px;
	width:600px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}
