﻿/* table style */
table.yui-datatable-theme
{
	font-family:arial;
	font-size:14px;
	color:Blue;
	border:solid 1px #7f7f7f;
	width:550px;    
}

/* common cell styles */
.yui-datatable-theme th, .yui-datatable-theme td
{
    cursor:default;
}

/* header cell styles */
.yui-datatable-theme th
{
    background: url(images/yui-datatable/sprite.png) repeat-x 0px 0px;
    /*border-color: #989898 #cbcbcb #989898 #989898;*/
    border-style: none none solid none;
    border-width: 1px 1px 1px medium;
   color: black;
   font-size:13px;
    text-transform:uppercase;
    padding: 4px 5px 4px 0px;    
    vertical-align: bottom;
}

/* data data cell style */
.yui-datatable-theme td
{
    padding: 4px 10px 4px 0px;
    border-style: none none solid none;
    border-bottom:solid 1px #cbcbcb;
    /*border-right:solid 1px #cbcbcb;	*/
}

/* alternating row style */
.yui-datatable-theme .alt-data-row { background-color:#edf5ff; }

/* mouseover row style */
.yui-datatable-theme .row-over, .yui-datatable-theme .cell-over { background-color:#b2d2ff;  }

/* select row style */
.yui-datatable-theme .row-select
{ 
	background-color:#426fd9; 
	color:#fff;
}
.yui-datatable-theme.data-row 
{	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:Blue;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.yui-datatable-theme.data-row:hover 
{	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#D09502;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	cursor:hand;
}












.yui-datatable-theme1 th
{
    background: url(images/yui-datatable/sprite.png) repeat-x 0px 0px;
    border:1px solid #989898;
    color: #000000;
    font-size: 16px;
    font-weight:bold;
    height:30px;
    text-align: center;
    vertical-align: middle;	
}






.text_iam{font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; color:#23008a; }
.text_iam:hover{text-decoration:none;  color:#d09502;}



.HeaderBottom
{ border-bottom : #c27903 1px solid;  }

.HeaderBottomHide
{   }

.LogoImageBorder
{
	width:335px;
	height:80px;
	border-bottom:2px solid black;
}

.RequiredField
{
	color:Red;
    font-weight:normal;
    font-size:12px;
}




/* For Video Section */
.sidebar_section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #666;
	width:250px;
}

.category_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category_listli {
	margin: 0;
	padding: 0;
	list-style: none;
}

 .videolink {
	display: block;
	font-size: 11px;
	font-weight: bold;
	height:24px;
	color: #640f0a;
	background: url(images/bg_act.png) repeat-x;
}
 .videolinkHover {
	color: #d77905;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height:24px;
	background:url(images/bg_hover.png) repeat-x;
}

/* Calendar CSS */
.EventDayHeaderStyle
{
	color:#73A0D9;
	background:#C3D9FF;
}
.EventDayStyle
{
	height:100px;
	width:75px;
    text-align:left;
    vertical-align:top;
    border:2px solid #D2DAE6;
    font-size:14px;
    font-weight:bold;
}
.EventTitleStyle
{
	background-color:#02164E;
	color:White;
	font-weight:bold;
}
.EventNextPrevStyle
{
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	
	
}
.EventSelectedDayStyle
{
	
	background-color:#D0E4FB;
	border:2px solid #D2DAE6;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	
	
}
.EventTodayDayStyle
{
	color:Green;
	text-align:left;
	background-color:#D0E4FB;
	border:3px solid #AACCEF;
	
}	
.EventOtherMonthStyle
{
	color:#f00;
	background-color:#ffffff;
	border:1px solid #E5EBF1;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	
}

.yui-datatable-theme1_borders
{
    
    border-top:1px solid #989898;
    border-bottom:1px solid #989898;
    border-left:1px solid #989898;
    border-right:1px solid #989898;
    
    }
	


