﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #363636;
    
    text-align: center;
}
a
{
    text-decoration: none;
}
.footer
{
    text-decoration: none;
    /*height: 40px;*/
    background-color: #3D74C6;
    color: #FFFFFF;
 
    text-align: right;
}
.info
{
    text-decoration: none;    
    color: #0000CC;    
    text-align:left;
}
.loginerrormsg
{
    text-decoration: none;
    color:#FFFFFF; 
    font-weight:bold;
}
.loginLabelStyle
{
    color: #FFFFFF;
}
.validator
{
    color: Maroon;
}
.loginstatus
{
    text-decoration: none;
    font-family: arial,sans-serif;
    font-size: 12px;
    color: lime;
    font-weight: bold;
}
.contextviewer
{
    font-family: arial,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}
.homecontent
{
    font-family: arial,sans-serif;
    font-size: 14px;
    background-color: #ebf6ff;
}

.userdetails
{
    font-family: arial,sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
}
.formhead
{
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #d5e4ff;
    font-family: Arial;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    height:10px;
}

.sectionseparator
{
    text-align: center; /*background-color:#eff4ff;*/
    background-color: #d5e4ff;
}
#left
{
    text-align: left;
}
#right
{
    text-align: center;
}
#center
{
    text-align: center;
}
.login
{
    font-size: 12px;
}
.form_Labels
{
    font-size: 12px;
    color: Black;
    font-family: Verdana;
}

.message
{
    background-color: #ccffcc;
    color: Black;
}
.imageicons
{
    border: 0px;
    background: white;
}
/*grid styles*/
.gridbody
{
 font-size:11pt;
 border:1px solid gray;  
  }
.gridheader
{
    background-color: #cccccc;
    color: black;
}
.gridalternaterow
{
    background-color: #f3f3f3;
}
.GridSelected
{
    background-color: #FFFFCC;
}

.dropdown
{
    background-color: #ffffcc;
}

.textbox
{
    border: 1px solid #d1c7ac;
    color: #333333;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: tahoma, arial, sans-serif;
}
.pageborder
{
    border: 5px solid #e3e5f0;
}
.activetab
{
    font-size: 1.0em;
    color: #666;
    float: left;
    background-image: url( '../images/active_img.jpg' );
    background-repeat: repeat-x;
    padding: 5px 10px;
    list-style: none;
    margin-left: 2px;
    margin-bottom: 10px;
}

.inactivetab
{
    color: #999;
    background-color: #CCC;
    background-image: url( '../images/inactive_img.jpg' );
    background-repeat: repeat-x;
}

.subBusDetContainer
{
    padding: 16px 9px 8px 10px; /* different for IE */
    background: #fff;
    width: 752px; /* different for IE6 & IE7 */
}
.style1
{
    color: #FF0000;
}
.clear
{
    clear: both;
}
select, input, textarea, label, span
{
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
}
.mandatoryFields
{
    color: Red;
}
.fixedColWidth{table-layout:fixed;}

.tooltip
{
    border: 0.1em solid #fff;
    padding: 0.25em 0.5em;
    display: none;
    color: #303030;
    max-width: 30%;
    text-align: left;
    font-size: xx-small;
    
    -moz-box-shadow: 0 0 0.3em #000;
    -webkit-box-shadow: 0 0 0.3em #000;
}

.text-label {
	color: #cdcdcd;
	font-weight: bold;
}
.HeaderHomepage
{
	background-image:url(../images/hheader.gif);
	border:0;
	background-repeat:no-repeat;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}
.FooterNew
{
background-image:url(../images/FooterNew.gif);
border:0;
background-repeat:no-repeat;
}
.TextWhit
{
font:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
font-size:12px;
color:#ffffff;
}
.input
{
background-image:url(../images/Input.gif);
background-repeat:no-repeat;
height:32px;
width:157px;
border:0;
}
.ButtonCss {
background-image: url(../images/button.jpg);
background-color: transparent;
font-weight: bold;
cursor: pointer;
padding: 0;
}

.ToolBar
{
	border:solid 1px #d4d4d4;
	padding:10px;
	margin-bottom:20px;
}

.ModalPopupBG
{
	background-color: #666699;
	/*filter: alpha(opacity=50);
	opacity: 0.7;*/
}

.popup_Container {
	background-color: #F5F7FA;
	border: 3px solid black;	
	padding: 0px 0px 0px 0px;		
}



.popup_Titlebar {
	background-color:Black;
	height: 29px;
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:14pt;
	clear:both;	
}
.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{
	background-image:url(../images/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons
{
	margin:10px;
	
}
#ProgressBar
{
	
	border: 0px solid #928F8F;
	position: absolute;
	display: none;
	z-index: 999999;
	
}
#ProgressBar img
{
	position: relative;
	left: 0px;
	top: 0px;
}
#background{
	display: none;
	position: absolute;
	height:100%;
	width:100%;
	top: 0;
	left: 0;
	background: #000000;	
	z-index: 999;
}
 .ajax__calendar_container { z-index : 10005 ; }
 
 
