﻿body 
{
    background-color: #E6EBF1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Menu*/
#nav {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #01426a;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #ccc; }
#nav li a:hover {
	color: #01426a;
	background-color: #fff; }
.navselected{
	color: #01426a !important;
	background-color: #fff; }	
	
/* --------------------------------------------------------------------------*/	
hr.fat {
    border: 0;
    color: #000;
    background-color: #000;
    height: 10px;   
 }
 hr.thin {
    border: 0;
    color: #333333;
    background-color: #333333;
    height: 5px;        
 }
.masterHeader {
    margin: 0 auto; 
    width: 1200px; 
    background-color: white;
}
.masterContent {
    background-color: white; 
    width: 1200px; 
    margin: 0 auto;
}
.UserNamePwd {
    padding: 0 10px;
}
.fontSize10pxBoldRight {
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

.centerLabelVert {
    line-height: 20px !important;
    padding-right: 5px;
    display:inline-block !important;
    *display: inline !important;     /* for IE7*/
    zoom:1 !important;              /* for IE7*/
}

.centerLabelVertBold {
    line-height: 30px !important;
    padding-right: 5px;
    display:inline-block !important;
    *display: inline !important;     /* for IE7*/
    zoom:1 !important;              /* for IE7*/
    font-weight: bold !important;    
}

.add50pxPaddingLeft {
    padding-left: 50px;
}

.flatGreyWidth100, .flatGreyWidth100AlignRight {
    outline: none;
    border: 0;
    background-color: lightgrey !important;
    width: 100px;
    line-height: 20px !important;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0 3px;
}

.flatGreyNoWidth {
    outline: none;
    border: 0;
    background-color: lightgrey !important;
    line-height: 20px !important;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0 3px;
}


.flatGreyWidth100AlignRight {
    text-align: right;
}

.flatGreyWidth200 {
    outline: none;
    border: 0;
    background-color: lightgrey !important;
    width: 200px;
    vertical-align:middle;
    padding: 3px;
}
.flatGreyWidth300 {
    outline: none;
    border: 0;
    background-color: lightgrey !important;
    width: 300px;
    line-height: 20px !important;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0 3px;
}
.flatGreyWidth400 {
    outline: none;
    border: 0;
    background-color: lightgrey !important;
    width: 400px;
    height: 20px;
    line-height: 20px !important;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0 3px;
}
.flatWidth800 {
    outline: none;
    border: 0;
    border: 1px solid grey;
    width: 800px;
    display:block; 
    *display: block;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0 3px;    
    overflow: auto; 
}
.flatWidth500 {
    outline: none;
    border: 0;
    border: 1px solid grey;
    width: 500px;
    display:block; 
    *display: block;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0 3px;    
    overflow: auto; 
}
.flatButtonSquare 
{
    cursor: pointer;
    font-size: 12px;
    color: #FFF !important;
    background: #01426a;
    text-align:center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    padding: 5px 25px;
    display: inline-block;
    white-space: nowrap;
    margin: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}

.flatButtonSquare:hover, .flatButtonSquareNoMargin:hover {
    background: #4b6d97 !important;
    color: yellow !important;
}

.flatDropDown 
{
    border-top: 1px solid #8e8e8e;
    border-bottom: 1px solid  #8e8e8e;
    border-left: 1px solid  #b8b8b8;
    border-right: 1px solid  #b8b8b8;
}

.flatButtonSquareNoMargin
{
    cursor: pointer;
    font-size: 12px;
    color: #FFF !important;
    background: #01426a;
    text-align:center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    padding: 5px 25px;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}

.GiveSomeSpace {
    padding: 10px;
    background-color: white;       
}
.CRTitle 
{
    font-size: 14px;
    font-weight: bold;
    background-color: #01426a; 
    color:white; 
    padding: 10px 20px 10px 20px;
}
.CRBody 
{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E4EEF0; 
    width:100%; 
}
.accountInfoTable {
    border-spacing: 0px;
    border-collapse: collapse;
}
.accountInfoTable td {
    padding: 5px;
}
.tableLeft180 {
    width: 180px;    
}
.tableRight370 {
    width: 300px;    
}
.tableRequired 
{
    width: 150px;
    font-weight: bold;
    font-size: 10px;
    color: red;
}
.clear-fix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear-fix
{
    zoom: 1;
}

.clear-fix-w-margin:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;    
}
.clear-fix-w-margin {
    zoom: 1;
    margin-top: 15px;
}

.flatGreyWidthBackgroundImageRight  
{
    background:url(/images/calender.gif) no-repeat scroll 16px #fff;
    background-position: center right;
    outline: none;
    border: 0;
    background-color: #fff !important;
    width: 90px;
    line-height: 15px !important;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0;
    cursor: pointer;
}

.flatGreyWidthBackgroundImageRightGrayBorder  
{
    background:url(/images/calender.gif) no-repeat scroll 16px #fff;
    background-position: center right;
    outline: none;
    border: 1px solid gray !important;
    background-color: #fff !important;
    width: 120px;
    line-height: 15px !important;
    display:inline-block; 
    *display: inline;     /* for IE7*/
    zoom:1;              /* for IE7*/
    vertical-align:middle;
    padding: 0;
    cursor: pointer;
}


/* jQuery Dropdown style*/
div.ui-datepicker{ font-size:11px;}
.ui-datepicker th { text-transform: uppercase;  padding: 5px 0;  color: #333333; }
.ui-datepicker-current-day .ui-state-active { background: #13345C; color: #ffffff;}
.ui-datepicker-today a.ui-state-highlight { background: #333333 ; color: #ffffff; border-color: #aaaaaa;}

div.inner { white-space: nowrap; width: 140px; overflow: hidden; text-overflow: ellipsis; }