@import url(/images/css/menu.css);
@import url(/images/css/logs.css);
@import url(/images/css/tabledata.css);
@import url(/images/css/oldstyle.css);
@import url(/images/css/leaderboard.css);

BODY {
	SCROLLBAR-FACE-COLOR: #dddddd;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	OVERFLOW-X: hidden;
	SCROLLBAR-HIGHLIGHT-COLOR: #888899;
	OVERFLOW: scroll;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	COLOR: #1313c7;
	LINE-HEIGHT: 12px;
	SCROLLBAR-ARROW-COLOR: #555555;
	SCROLLBAR-TRACK-COLOR: #c8c8c8;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-BASE-COLOR: #ffffee;
	LETTER-SPACING: 0px;
	scrollbar-3d-light-color: #ccccff;
	scrollbar-dark-shadow-color: #333344;
	text-decoration: none;
}
form {padding:0; margin:0;}
TABLE {
	SCROLLBAR-FACE-COLOR: #dddddd;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	SCROLLBAR-HIGHLIGHT-COLOR: #888899;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	COLOR: #1313c7;
	LINE-HEIGHT: 12px;
	SCROLLBAR-ARROW-COLOR: #555555;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-BASE-COLOR: #ffffee;
	LETTER-SPACING: 0px;
	scrollbar-3d-light-color: #ccccff;
	scrollbar-dark-shadow-color: #333344;
	text-decoration: none;
}
TR {
	SCROLLBAR-FACE-COLOR: #dddddd;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	SCROLLBAR-HIGHLIGHT-COLOR: #888899;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	COLOR: #1313c7;
	LINE-HEIGHT: 12px;
	SCROLLBAR-ARROW-COLOR: #555555;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-BASE-COLOR: #ffffee;
	LETTER-SPACING: 0px;
	scrollbar-3d-light-color: #ccccff;
	scrollbar-dark-shadow-color: #333344;
	text-decoration: none;
}
TD {
	SCROLLBAR-FACE-COLOR: #dddddd;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	SCROLLBAR-HIGHLIGHT-COLOR: #888899;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	COLOR: #1313c7;
	LINE-HEIGHT: 12px;
	SCROLLBAR-ARROW-COLOR: #555555;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-BASE-COLOR: #ffffee;
	LETTER-SPACING: 0px;
	scrollbar-3d-light-color: #ccccff;
	scrollbar-dark-shadow-color: #333344;
	text-decoration: none;
}

.pageTitlelHead{
	background-color:#F1ECDB;
	border:1px solid #947413;
}
.sub_head {
	font-size: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
/************** Normal Text *********************/
span.divText div {
	text-align:justify;
	font-size: 11px;
	line-height:16px;
}

span.divText div a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}

span.divText div a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #836322;
	text-decoration:underline;
	font-weight:bold;
}

span.divText div a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}

span.divText div LI{
	line-height:18px;
	padding-bottom:12px
}
.smallText {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

/*************** Tool Top css*******************rajesh pagadala/

p {
	font:normal 10px/12px Arial;  
    position: relative;

}

/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;

    width: 150px;
    margin-top: -4px;
    border: 1px solid #1E81C5;
	color: #0066CC;	
    padding: 5px 5px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #FFFFFF url(/images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -8px;
    top: 3px;
    width: 8px;
    height: 18px;
    background: url(/images/pointer.gif) left top no-repeat;
}
/**** support page ***/
.support{border:1px solid #666}
.oddtr{ background-color:#D9D9D9;}
.eventr{ background-color: #EEEEEE;}
/**** end of support page ***/
/**** ilogin start *******/
.ilogin{
	margin:0 auto;
	padding:10px;
	width:50%;
	height:50%;
	background-color:#ffffff;
	border:1px solid Blue;
}

.ilogin ul {	
	padding-top:0px;
}

.ilogin  li {
	list-style:none;
	padding:1px;
	padding-left:40px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#000000;
}