/* CSS Document */

/* --- style.css by Jim mailto:bad_addict@yahoo.com --- */

/* -- default text -- */
body {
	font-family: verdana, geneva,tahoma, helvetica, arial, sans-serif;
	font-size: 100%;
	background-color:#FFFFFF;
	margin: 0em;
}

/* -- menu label colors -- */
.cMenuTextInactive {
	color: #000000;
}
.cMenuTextActive {
	color: #000000;
}
.cMenuTextHover {
	color: #CCCCCC;
}

div.rowTabsLeft {
	clear : left;
	float : left;
	margin: 0.0em 0em 0em 0em;
	padding : 0.0em 0.0em 0.0em 0.0em;
}

.inactiveTab {
	text-decoration: none;
	font-size: 75%;
	margin: 0.0em 0em 0.0em 0.0em; 
	/*background: #00001C;*/
	background: #ffffff ;
	/* url('../images/righttop.gif') no-repeat top right; */
	border-bottom: 1px solid #ffffff;
	padding : 0.0em 0em 0.0em 0.0em;
}

.inactiveTab:hover {
	text-decoration: none;
	font-size: 75%;
	margin: 0.0em 0em 0.0em 0.0em;	
	color : #000000;
	/*background: #996600;*/
	background: #ffffff ;
	/* url('../images/righttop.gif') no-repeat top right; */
	padding : 0.0em 0em 0.0em 0.0em;
}

.activeTab {
	font-size: 75;
	text-decoration: none;
	margin: 0.0em 0em 0.0em 0.0em;
	/*background: #996600 ;*/
	background: #ffffff ;
/*	background: #505050 url('../images/righttop.gif') no-repeat top right; */
	padding : 0.0em 0em 0.0em 0.0em;
}

.activeTab:hover {
	text-decoration: none;
	font-size: 75%;
	margin: 0.0em 0em 0.0em 0.0em;
	padding : 0.0em 0em 0.0em 0.0em;
}

.imgRightTop {
	/*background-image: url('../images/righttop.gif');*/
	background-repeat: no-repeat;
	background-position: top right;
}

.teksbody {
	color:#CCCCCC;
}

.teksmenuatas {
	color:#000066;
}

.hide {
display: none;
}


/* -- end of CSS 2.0 file -- */