a:link {
color: #990000;
text-decoration: none;
}

/* visited link */
a:visited {
color: #990000;
text-decoration: none;
}

/* mouse over link */
a:hover {
color: #990000;
text-decoration: underline;
}

/* selected link */
a:active {
color: #990000;
text-decoration: underline;
}

#SubMain
{
	width: 1000px;
	height: 240px;
	left: 50%;
	background-image: url('../images/7.JPG');
	background-repeat: no-repeat; 
}
.collapsePanelHeader{
	width:100%;
	height:45px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#530802;
	font-weight:bold;
}
.collapsePanelHeaderRed{
	width:100%;
	height:45px;
	background-image: url(../images/bg-menu-red.png);
	background-repeat:repeat-x;
	color:#530802;
	font-weight:bold;
}
.PanelRegNo{
	width:100%;
	height:50px;
	color:#000000;
	font-weight:bold;
	vertical-align:middle;
}
#TableContainer
{

	height:auto;
	width: 605px;
	top: 449px;
	position: relative;
	left: -77px;
	float: right; 
}
#PopupContainer
{

	height:218px;
	width: 680px;
	top: 300px;
	position: relative;
	left: 0px;
	float: right; 
	
}

.PopupPane
{
	display:none;
}

.NoDisplay
{
	display:none;
}
#Menu
{
	background-color: #910000;
	width: 210px;
	height:auto;
	top: 280px;
	float: left;
	clip: rect(auto, auto, auto, auto);
	position: relative;
	left: 0px;
	
}

#MainContainer
{
	height: 2200px;
	width: 100%;
	border:solid 1px Black;
}
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc ul {left:-10000px;position:absolute;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li{position:relative;}.qmmc ul {z-index:10;}.qmmc ul ul {z-index:20;}.qmmc ul ul ul {z-index:30;}.qmmc ul ul ul ul {z-index:40;}.qmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}#qm0 {width:200px;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		background-color:transparent;
		border-width:1px 2px;
		border-style:solid;
		border-color:#910000;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:5px 5px 5px 8px;
		background-color:#910000;
		color:#ffffff;
		font-family:Arial;
		font-size:13px;
		text-decoration:none;
		border-width:1px 0px;
		border-style:solid;
		border-color:#ffffff;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px 0px;
		background-color:#f8fdf5;
		border-width:1px;
		border-style:none;
		border-color:#cccccc;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		border:1px solid #910000; margin:0px 5px; background-color:#ffffff;color:#910000;
		background-image:url('none');
		padding-left:15px; padding-right:0px; padding-top:2px; padding-bottom:2px
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#910000;
		border-color:#910000;
	}
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    font-size:smaller;
    background-color:Blue;
    color: red;
    width:270px;
}
.LinkLabel
{
	color:Blue;
	
}

.MyCalendar .ajax__calendar_body  
{
	width:100%;
}

.MyCalendar .ajax__calendar_dayname   
{
	font-size:smaller;
	color:Red;
}

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 5px;
	width:680px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('../images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 17px;
	color: #000;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #B9C9FE;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #dfffff;
}
.MyTable
{
	border-color:Black;
	text-align:left ;
	width:50%;
    background-color:#d6d6d6 ;
	
}
.MenuZ-Index
{
    z-index:1;
}
.MYText
{
    text-align:left;
    color:Black;
    font-family:Arial;
    font-size:11pt;
}
.MYTextBold
{
    text-align:left;
    color:Black;
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
}
.MYTextRight
{
    text-align:right;
    color:Black;
    font-family:Arial;
    font-size:11pt;
}

.TextBoxFocusStyle {
      background-color: Yellow;
   }
   
.TextBoxDefaultStyle {
      background-color:White ;
   }

.HeaderFreez  
{  
position:absolute;
} 
.DDListBorder
{
	border:2px solid;
}
.header
  {
    background-color: #000084; 
    color: White; 
    font-weight: bold;
	font-family: Arial; font-size: 12px;
	position:relative;
	height: 30px !important;
 }
.nounderline
{
    text-decoration:none;
}
.panelback
{
    background-repeat:no-repeat;
    background-position:right;
    background-position:top;
}
.panelback1
{
    background-repeat:no-repeat;
    background-position:right;
}
.divWaiting{
   
position: fixed;
background-color: #FAFAFA;
z-index: 2147483647 !important;
opacity: 0.8;
overflow: hidden;
text-align: center; top: 0; left: 0;
height: 100%;
width: 100%;
padding-top:20%;
} 

.imgphoto {
        height: 100px;
        width: 100px;
        object-fit: contain;
    }
.rightAlign
{
    
    text-align:right;
}
.textTrim
{
    overflow:hidden;
}
.HindiTextBox
{
font-family:"Kruti Dev 010";
font-size:16px;

}
.EngTextBox
{
font-family:@Arial Unicode MS;
font-size:12px;
}

.breakafter
{
    page-break-after:always;
}
.breakbefore
{
    page-break-before:always;
}
.header-img {	
	background-image : url('../images/header_bg.jpg') !important;	
	border-radius: 0 0 0 0 !important;	
}

.disclaimer
{
	background: #f5e0e0 none repeat scroll 0 0;
    border: 1px solid #ee7777;
    box-shadow: -1px 1px #f2f2f2;
	padding: 5px;
	border-radius : 6px;
	margin-top:0 auto;
	text-align:justify;
	font-size: 12px;
	color: #000;
    font-family:Arial;
}