/* datekcc.css */


body 	{ background-color : #ffffff; }

a:hover { 
	text-decoration : underline; 
}

a { 
	font-face : tahoma, verdana, arial; 
	color : #183696;
	text-decoration : none;	
}


#header {
	position : absolute;
	top : 0px;
	left : 190px;
	text-align : right;
	z-index : 1;
}

#hoverText {
        position : absolute;
	top : 110px;
	color : #ff5555;
	text-align : center;
	width : 150px;
	z-index : 3;
	font-family : tahoma;
	font-size : 10px;
	font-weight : bold;
}
	

#sidebar {
        position : absolute;
	top : 10px;
	left : 0px;
/*	width : 250px;  */
	text-align : left;
}

#logo {
	position : absolute;
	top : 20px;
	left : 5px;
	text-align : center;
	width : 150px;
	z-index : 2;
	font-family : tahoma;
	font-size : 11px;
	
}

#menu {
	position : absolute;
	top : 160px;
	left : 15px; 
	text-align : center;
	padding : 6px;
}

#topMenu {
	background-color : #183696;
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 2;
	width : 810px;
}

#topMenuText {
	background-color : #183696;
	position : absolute;
	left : 0px;
	top : 0px;
	text-align : center;
	width : 100%;
	height : 30px;
	z-index : 3;
}



#body {
	position : absolute;
	top : 155px;
	left : 190px;
	z-index : 2;
	padding : 2px;
}



#footer {
	background-color : #183696;
	position : absolute;
	top : 0px; 
 	left : 80px;
	width : 100%; 
	z-index : 2;
	padding : 2px;
}	

#empLogin {
	position : absolute;
	top : 0px;
	left : 10px;
	z-index : 5;
}

.empLoginFont {
	color : #000000;
	font-face : tahoma;
	font-size : 11px;
}


.menuHeader {
	text-align : left;
	font-family : tahoma;
	font-size : 10px;
	padding : 4px;
	color : #5B90CB;
}

.menuItem {
	color : #5B90CB;
	font-family : tahoma, verdana, arial;
	font-size : 11px;
	font-weight : bold;   
	z-index : 3;  
}

.partnerItem {
	color : #000000;
	font-family : tahoma, verdana, arial;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
}

.partnerImage {
	text-align : center;
}

.menuSelected {
	color : #5B90CB;
	font-family : tahoma, verdana, arial;
	font-size : 11px;
	text-align : left;
	font-weight : bold;     
}

.topMenuItem {
	background-color : #183696;
	color : #ffffff;
	font-family : tahoma, verdana, arial;
	font-size : 11px;
	text-align : center;
/*	width : 117px; */
	padding : 4px;
	font-weight : bold;
}

.bodyText {
	color : #000000;
	font-family : tahoma, verdana, arial;
	font-size : 11px;
	text-align : left;
	padding : 15px;
	width : 500px;
}

.bodyTableText {
	color : #000000;
	font-family : tahoma, verdana, arial;
	font-size : 11px;
	text-align : left;
}

.bgColor {
	background-color : #183696;
}

.block {
	visibility : hidden;
	display : none;
}

.usedeqLink {
	font-size : 14px;
	font-face : tahoma;
}

.usedeqBigText {
	font-family : tahoma;
	font-size : 17px;
}