﻿
body            {margin: 4px; background-color: #4c4d4f; width: 100%; height: 100%;font-family: Arial; font-size: 10pt; background: url('../images/background4.png') repeat; background-attachment: fixed;}

.Page	        {width: 960px; padding: 0px; margin: 0px auto;}
                                                                                 
.Header         {width: 960px; height: 110px; padding: 0px; margin: 0px auto; background-color: #81888E; float: left;background-color:#808990}
    .Logo	        {width:150px; vertical-align:middle;  padding: 0px; margin: 0px auto; float: left; height:90px; }
    .HeaderRight    {width:810px; vertical-align:middle; padding: 0px; margin: 0px auto; float: right; height:90px; }
    .HeaderBottom   {width:810px; vertical-align:middle; padding: 0px; margin: 0px auto; float: right; height:20px; background-color:#CCCCCC;text-align:right}

.Highlight, .Highlight:visited, Highlight:active    {text-decoration: none; color: Black;}

.Highlight:hover    {text-decoration: none; background-color: Gray; cursor: hand;}

.MenuItems           {width: 150px; padding: 0px; margin: 0px; background-color:#231F20; float: left;}
    .MenuItems ul {list-style: none; margin:0px; padding:0px; text-align:left;}
    .MenuItems li {}
    .MenuItems img{border: none;}
    .MenuItems a, .MenuItems a:visited, .MenuItems a:active {text-decoration: none ; padding-top:5px; padding-bottom: 5px; color:White; display:block;}
    .MenuItems a:hover {text-decoration: none; background-color:Gray; cursor:hand;}

.ContentPHolder {width: 810px; padding: 0px; margin: 0px auto; background-color: White; float: right; text-align:left;}

.BottomInfo     {width: 960px; padding: 0px; margin: 0px auto; background-color: #afb1b4; float: left;  text-align:center;font-family: Arial; font-size: 8pt;}

.CompanyInfocolor {color:White;}

.GeneratingImage {
    background-position: center; 
    background-image: url('../Images/ajax-loader.gif'); 
    background-repeat: no-repeat;
    }

ul.side-nav {
	margin: 10px 0 10px 0px;
    font-family: Arial;	
	font-size: 10pt;
	color: Maroon;
	text-align:center;
	  
}
ul.side-nav li {
	margin: 0 0 0 0;
	list-style-type: none;
	padding: 1px 0 0 0;
    font-family: Arial;	
	font-size: 10pt;
	color: Maroon;
	text-align:center;	
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #808990;
	margin: 0;
	padding: 10px 0 10px 0;
	text-decoration: none;
	font-family: Arial;	
	font-size: 10pt;
	color: white;
	text-align:center;	
}

ul.side-nav li:hover {
    background-color: #808990;
    color: #231F20;
    font-family: Arial;	
	font-size: 10pt;
	text-align:center;	
}
.modalpopup
{
      background-color:white;
      width: 350px;
}
.modalbackground
{
      background-color: #4C4D4F;
      filter: alpha(opacity=70);
      opacity: 0.7;
}
/* Style classes for ProgressUpdate */
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:#4C4D4F;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}
.Sample5PageUpdateProgress
{
	background-color:#9BCE41;
	color: Black;
	width: 250px;
	height:55px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
}