﻿body
{
	margin: 0;
	background-color: #E8E6D1;
	color:#6E6251;
	font-family:Arial;
	font-size:10pt;
}

div.PageContent
{
	margin: 10px;
	font-family: Arial;
}

.Grid
{
    background-color:#D1CFBE;
    border-style: solid; 
    border-width: 1px;
    border-color: #808000 #C0C0C0 #C0C0C0 #808000; 
    border-collapse: collapse;   
}
.GridHeader
{
    background-color:#6E6251;   
    color:White;
    font-weight:bold;
}

.PageTitle
{
	font-size: 14pt;
	font-weight: bold;
	color: #6E6251;
	font-family: Arial;
}

.CustomButton
{
	border: 1px solid #B4B4B4;
	background-color: #B4B4B4;
	font-family: Arial;
	font-weight: bold;
	color: White;
	background-image: url('/Common/Images/ButtonBackground.gif');
	background-repeat: repeat;
}

.CustomDropDownBox
{
	background-color:#FFFFFF;
	color:#000000;
}

.ImageCheckBox
{
	font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
    color:Black;
}

.FillPositionHeading
{
	border: 1px solid #1682A8;
	background-color: #1682A8;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	padding-left: 3px;
}


#navlist
{
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 9px Verdana, sans-serif;
	margin-bottom: 0px;
	margin-top: 5px;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
	background-position: #D2D2D2;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #FFFFFF;
	text-decoration: none;
}

#navlist li a:link { color: #667; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
	background-position: #4D66AB;
	color: #FFFFFF;
	background: #B94405; /*#4D66AB;*/
	border-color: #227;
}

#navlist li a#current
{
	background-position: #003366;
	background: #6E6251;
	border-bottom: 1px solid #d1cab0;
	color: #ffffff;
	border-bottom-color: #6E6251;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.ToolBar
{
	background-color: #D1D1D1;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-collapse: collapse;
	width: 100%;
	height: 35px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

tr.Available
{
}

tr.NotAvailable
{
	background-color: #e3dfca;
}
tr.Deployed
{
	background-color: #d9fbc2;
}
tr.Inactive
{
	background-color: #858276;
}
tr.Conflicted
{
	background-color: #ffc7b5;
}

.mandatory {color:Black;}
.style5
{
    font-weight: bold;
    text-align: left;
    font-family:Arial;
    font-size:11pt;
}
.style4
{
    font-weight: bold;
    text-align: left;
    font-family:Arial;
    font-size:10pt;
}
.style3
{
    width: 100%;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 10pt;
}
.style2
{
    font-weight: bold;
    text-align: right;
    font-family:Arial;
    font-size:10pt;
}
.menu
{
    z-index: 100;  
    display:block;
}
.SortItem
{
    text-decoration:none;  
}
.CurrentEventsFooter a
{
    color:White;
}
.CurrentEventsFooter a:hover
{
    color:White;
    text-decoration: none;
}
.CurrentEventLBL
{
    font-size: 9pt;
    font-style: italic;
}
.CurrentEventTXT
{
    font-size: 11pt;
}
.CurrentEventDiv
{
    height:500px;
    overflow: auto;
}
.CurrentEventHomeDiv
{
    /*height:220px;*/
    overflow: auto;
}
#TabsClass
{
    margin-left:10px;
}
.DeploymentSection
{
    border: solid 1px black;
    background-color: #D1D1D1;
	color:Black;
	font-family:Arial;
	font-size:11pt;
	padding-left:5px;
	height:30px;
}

.modalBackground   
{   
    position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000; 
  
}  
