HTML {
	padding:0px;
	margin: 0px; 
}
body {
	padding:0px;
	margin:5px 5px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

h1 {}
p {
	MARGIN: 10px; LINE-HEIGHT: 1.4
}
a, a:visited{
	font-size:small;
	color:#0000CC;
}
img{
	border:0px;
	text-decoration:none;
}
hr{
	border-bottom:1px solid #C6E29E;
}
form{
	margin:0px;
	padding:0px;

}
/* Main Layout */
DIV#container {
/*	 margin: 0px auto;*/  
	 width: 100%; 
	 text-align: left;
/*	 background:#0099FF;*/
z-index:10;
}
DIV#header {
	clear:both;
	height:190px;
/*	background:#00FF00;	*/
}
#logorow{
	position:relative;
	border-bottom:1px solid #C6E29E;	
}
DIV#sidebar {
	position:relative;
	float: right; 
	width: 180px;
	border:1px solid #C6E29E;
	margin:0px 0px 0px 0px;
	text-align:center;
/*background:#000000;*/

}
DIV#content {
	position:relative;
	margin:25px 200px 0px 0px;
	width:auto;
/*	background:#FF9900;	*/
}
DIV#content_left {
	position:relative;
/*	margin:0px 210px 0px 10px;*/
	margin:0px 10px 0px 10px;	
	width:auto;
/*	background:#FF0000;	*/
}
DIV#content_right {
	position:relative;
	float: right; 
	width: 200px;
	margin:0px 0px 0px 0px;
	text-align:center;
	display:none;
/*	background:#FF00FF;*/
}

DIV#footer {
	margin:2px 0px 0px 0px;
	display:block;
	clear:both;
	font-size:xx-small;
	color:#999999;
/*	background:#FFEEDD;	*/
}
/*Main Footer Links */
#mainfooterlinks{
	position:relative;
	width:auto;
	margin:10px 0px 0px 0px;
	display:block;
}
#mainfooterlinks a, #mainfooterlinks a:visited{
	font-size:small;
}
/* Content Layout */

/*.content_item_header{
	font-size:small;
	font-weight:bold;
	color:#00AEE8;
}*/
/*.content_item_header{
	font-size:large;
	font-weight:bold;
	color:#CC0033;
	border-bottom:1px dotted #cfcfcf;
	margin-left:0px;
	

}
.content_item_headerimg{
	font-size:small;
	font-weight:bold;
	color:#00AEE8;
}
.content_item_header_end{
	width:0px;
}*/
/*.content_item_header_repeater{
	background:url(http://im.rediff.com/predict/images/tab_top_repeater.gif) repeat-x top;
	white-space:nowrap;
}
.content_item_header_right{
	background:url(http://im.rediff.com/predict/images/tab_right.gif) no-repeat left top;
}
.content_item_header_end{
	background:url(http://im.rediff.com/predict/images/tab_bottom_repeater.gif) repeat-x left top;
	font-weight:normal;
}
.content_item_header_white{
	font-size:small;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
	border-bottom:0px solid #cfcfcf;
}*/

/*.content_item_body1{
	margin-bottom:-2px;
}*/
/* Text */
.text01{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
.text02{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
}
.text03{
	font-family:Tohoma, Arial, Helvetica, sans-serif;
	font-size:small;
}
.text04{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color:#00AEE8;
}
.text05{
	font-family: Tohoma, Arial, Helvetica, sans-serif;
	font-size:small;
}
.text06{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#000000;
}
.text07{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#00B7F2;	
}
.alertmsg{
	width:98%;
	display:none;
	font-size:small;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-stretch:semi-expanded;
	border-top:2px dotted #FFFF00;
	border-bottom:2px dotted #FFFF00;
	padding:5px;
	margin:2px 0px 3px 1px;
	background:#FFFFB7;
}
#error_msg{
	display:none;
	font-size:small;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-stretch:semi-expanded;
	border-top:2px solid #FFFF00;
	border-bottom:2px solid #FFFF00;
	padding:5px;
	margin:2px 0px 3px 1px;
		background:#FFFFB7;

}
.just p{
	text-align:justify;
}
/* Table */
.tbheader{
	font-size:small;
	font-weight:bold;
	background-color:#A6D2FF;
	color:#000000;
	border:1px solid #999999;
}
.oddrow{
	background-color:#F1FFE1;
}
.row1{
        background-color:#FFFFFF;
}
.row0{
        background-color:#F1FFE1;
}
/* Forms */
.formtextfield{
	border:1px solid #E2E2E2;
	width:auto;
	height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;	
}
.formtextareafield{
	border:1px solid #E9E9E9;
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.formselectfield{
	border:1px solid #F2F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;	
	width:auto;	
}
.formerrorfield{
	border:1px solid red;
	width:auto;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.avatarimg{
	margin:5px;
	padding:2px;
	border:1px solid #FF9900;
	text-align:center;
}
.btn{
	height:25px;
/*	background:url(http://im.rediff.com/predict/images/bkg_button.gif) repeat-x bottom;*/	
	border: 0px solid #5fb804;
	background:#5fb804;
	color:#ffffff;
	margin:1px;
	padding:0px 0px 0px 0px;
}
.playbtnimg{
	margin:1px;
}
/* Misc */
.simplelinks{
}
.simplelinks a{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	text-decoration:
}
#div_alert{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#990000;
	width:95%;
	text-align:left;
}
/* New Styles 20070305*/
/* new fonts ------------------------*/
.sectionheader{
	margin: 2px 0px 2px 0px;
}
.font01{
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;

}
.font02{
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;

}
.font03{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;

}
.font04{
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;

}
.font041{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;

}
.b{
	font-weight: bold;
}
/* Color Codes */

.black01{
	color:#000000;
}
.magenta01{
	color:#CC0033;
}

.blue01{
 color:#0055cc;
}
.darkblue01{
 color:#01376B;
}

.green01{
	color:#5fb804;
}

.lightgreen01{
	color:#F0FFE1;
}

.dottedhr{
	border-bottom:1px dotted #000000;
	height:2px;
	width:98%;
}
.dottedright{
	margin:0px 10px 0px 0px;
	border-right:1px dotted #000000;
}

.listitem{
	margin:10px 10px 10px 0px;
}
.content_item{
	margin:10px 0px 15px 0px;
	
}
.content_item_body{ 
	padding:10px 0px 2px 10px;

}
.content_item_body_blue{ 
	background-color:#EFF3F6;
	border:1px solid #C6D7E4;

}

.slider{
	display:block;
	postion:relative;
/*	margin:2px;
	padding:5px;
	border:1px solid #CBE7A7;
	background:url(http://im.rediff.com/predict/images/bkg_home.jpg) bottom repeat-x;*/
	height:auto;
}

/*.imgtype1{
	max-height:50px;
	max-width:50px;
}

.imgtype2{
	max-height:110px;
	max-width:90px;
}*/

.simplea{
	color:#0055cc;
/*	text-decoration: none;*/
}
.simplea:hover{
	text-decoration: underline;
	 color:#0055cc;
}
.simplea:visited{
	text-decoration: underline;
	 color:#0055cc;
}
/* Login Form */
#login{
	position:absolute;
	left:250px; 
	top:186px; 
	color:#000000; 
	background-color:#ffffff; 
	border:1px solid #b9b9b9; 
	visibility:hidden; -moz-opacity:0%;overflow:hidden; padding:0px;
	z-index:1000;
	width:225px;
	height:auto;	
	}

/* Main Menu styles */
#rmainnav{
/*	position:relative;	width:730px; */
	margin: 0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
/*	border:1px solid blue;*/
	display:block;
	z-index:1;
}

#rmainnav div{
	float:left;
	/*vertical-align:text-bottom;*/
	margin:0px 2px 0px 0px;
	background-color: #FFFFFF;
   	color:#000000;
   	padding:5px 10px 5px 10px;
/*   	background : url(http://im.rediff.com/predict/images/header/vert-sep.gif) no-repeat right;*/
   	text-align:center;
	border:1px solid #cccccc;	
	border-top:0px solid #cccccc;		

}

#rmainnav  a{
	FONT-FAMILY: tahoma; FONT-SIZE: 11px; FONT-WEIGHT:bold; line-height: 1.2em;
	text-decoration:none;
	color:#000000;
}


#rmainnav  .current{
   background-color: #2E68A1;
   color:#FFFFFF;
}


#rmainnav  .current a{
   color:#FFFFFF;
   text-decoration:none;
   FONT-FAMILY: tahoma; FONT-SIZE: 11px; FONT-WEIGHT:bold; line-height: 1.2em

}


.f10 {FONT-FAMILY: verdana; FONT-SIZE: 10px; text-decoration:none; }
.f10:hover {text-decoration:underline;}
.f11 {FONT-FAMILY: tahoma; FONT-SIZE: 11px; FONT-WEIGHT:bold; line-height: 1.2em}
.f11 a{ color:#000000; text-decoration:none}
.f11 a:hover{text-decoration:underline}
.f12 {FONT-FAMILY: arial; FONT-SIZE: 12px; line-height: 1.4em}
.f12 a{ color:#0055cc; text-decoration:none}
.f12 a:hover{text-decoration:underline}
.big {FONT-FAMILY: arial; FONT-SIZE: 18px}
