body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.TabBGColor_1 {
	background-color: #FFFFFF;
}
.TabBGColor_2 {
	background-color: #E0E0A3;
}
.TabBGColor_3 {
	background-color: #84D684;
	font-size: 12px;
	font-weight: bold;
	color: #003333;	
}



.headline {
	font-size: 14px;
	font-weight: bold;
	color: #66CC66;	
}

/* Inputs y textareas */
textarea{
	border:1px solid #333;
	font-size:12px;
	padding:3px;	
}

input{
	border:1px solid #333;
	font-size:10px;
	padding:3px;	
}

input:focus, textarea:focus{
	background-color:#FFF0F0;
}

/* ---------------- */
/* fancyform styles */
/* ---------------- */
.checked{background-image:url(../img/tools/chk_on.png); background-repeat:no-repeat;}
.unchecked{background-image:url(../img/tools/chk_off.png); background-repeat:no-repeat;}
.selected{background-image:url(..img/tools/rdo_on.png); background-repeat:no-repeat;}
.unselected{background-image:url(..img/tools/rdo_off.png); background-repeat:no-repeat;}
.leftcol{float:left;clear:left;width:50%}
.rightcol{float:left;clear:right;width:50%}

.ajax-loading {
	padding: 20px 0;
	background: url(../img/spinner.gif) no-repeat center;
}

/* ------------- 
 *  Menu 
 * -------------*/
#container {
	background-image:url(../img/back_menu.png);
	background-repeat:no-repeat;
	background-position:left top;	
	height: 300px;
	width: 250px;
	margin-left:0px;
	left:-87px;
	top:50px;
	position:relative;
	z-index:1;
}
#btmenu {
	color: #FFFFFF;
	background: #000000;
	height: 200px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	position: absolute;
	margin-top: 500px;
}
#container #menu {
	position:relative;
	height: auto;
	width: 350px;
	float: left;
	margin-top:25px;	
	left:-18px;
	top:-10px;	
}

#container h1 {
	font-size: 16px;
}
#container #menu li {
	display: block;
	list-style-type: none;
}
#container #menu a {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	text-decoration: none;
	background: #000000 url(bg.jpg) no-repeat left;
	height: 30px;
	width: 180px;
	display: block;
	outline:0;
	margin-bottom: 5px;
}
#container #menu a:hover {
	color: #CCFF00;
}
#popup {
	float: right;
	width: 300px;
	border: thin solid #666666;
	height: auto;
	background: #FFFFFF;
	visibility:hidden;
	font: 11.333px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 20px;
}
#container #menu .accordion a {
	color: #FFCC00;
}
#container #menu .accordion a:hover {
	color: #FFFF00;
}

.btn_level1{	
	background: transparent url(bg.jpg) repeat scroll 0%; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
	margin-left: 0px; 
	color: rgb(255, 255, 255); 
}
.sub_level1{
	border-top: medium none; 
	border-bottom: medium none; 
	overflow: hidden; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	visibility: hidden; 
	opacity: 0; 
	height: 0px;
}

/*---------------------
* 		News Ticker 
*---------------------*/
			#news {
				width: 100%;
				height: 40px;
				display: block;
				overflow: hidden;
				position: relative;
			}
			#news a{
				color:#FFFFFF;
			}
			#news a:hover{
				font-size:11px;
				color:#FF0000;
				font-weight:bold;			
			}
			
			#TickerVertical {
				width: 100%;
				height: 40px;
				display: block;
				list-style: none;
				margin: 0;
				padding: 0;

			}
			#TickerVertical li {
				width: 100%;
				height: 40px;
				color: #fff;				
				padding: 3px;
				float: left;
			}



