/* ================================
    CSS STYLES FOR Priority 1 Security
   ================================*/   

body, Body
{
	background-color: white;
	font-family: Arial;
	font-size: 12px;
}

table, tr, td 
{
	font-family: Arial;
	font-size: 12px;
}

p 
{
	font-family: Arial;
	font-size: 12px; 
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.Head   {
	color:#558791;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.5px;
}

label, .Normal, .normal
{
	font-family: Arial;
	font-size: 12px;
}
select, input {
	font-family: Arial;
	font-size: 12px;
}

.NormalTextBox, .MultilineTextBox
{
	font-family:Arial;
	font-size:12px;
}

.CommandButton     
{
	font-family:Arial;
	font-size:12px;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #000000;
}

A:link, A:visited, A:active, A:hover  {
	font-family: Arial;
	font-size: 12px;
	text-decoration:    none;
    color: #990000;
	background-color: transparent;
	border: 0;
}

A:link img, A:visited img, A:hover img, A:active img 
{
	border-style:none;
}

UL
{
	font-size:12px;
	color:#000
}

.DisplayNone
{
	display:none;
}

.OddRow
{
	background-color:#F1EEE9
}

.MaxWidth
{
	width:100%
}

table.HelpTable
{
	border:4px solid #660000;
}

TEXTAREA
{
	font-family: Arial;
	font-size: 12px;
}

table.MainSiteOverview td
{
	font-size: 20px
}

/* Seperator Lines */
td.SeperatorLine
{
	background-color:#660000 
}

/*Setting background color for most tables.*/
table.ColorTable
{
	background-color:#660000 ;
	border-color:#660000 ;
}

/*Header template for Datalist Header*/
table.DataHeader
{
	/*background-color:#3D3F3F;*/
	background:url(../image/menugrey.gif);
	font-weight:bold;
	color:white;
}

/*Some table borders are changed by td color(Ex: event logs, op logs)*/
td.ColorColumn
{
	background-color:#660000 
}

/* Login Page styles */
td.LoginTopBottom
{
	background-color:Black
}

td.LoginSeperator
{
	background-color:#CCCC33
}

.LoginBody
{
	background-color:#660000
}

.TopBackGround
{
	background-color:Black;
	background-image:url(../image/biglogo.jpg);
	background-repeat:no-repeat;
}

body.MenuBody
{
    background-color: black;
    background:url(../image/menuback2.jpg);
    background-repeat: no-repeat; 
}

A.MenuLink, A.MenuLink:link, A.MenuLink:visited, A.MenuLink:active
{
    position: absolute;
    color:#FFFFFF;
    font-family:arial;
    font-weight:bold;
    font-style:italic;
    text-decoration:none;
    font-size: 13px;        
    width: 140px;
    height: 22px;    
    left: 0px;
    line-height: 22px;    
    /* background-color: #5e79a8;
    background: url(/background.jpg);
    background-repeat: no-repeat;    
*/
    padding-left: 10px;        
}

A.MenuLink:hover
{
    color:#FFFFFF;
    /*background: url(/menublue.gif);        */
    background: url(../image/menugrey.gif);
    background-repeat: no-repeat;    
}

.EventLogHeader
{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}

a.ExpiredLink, a.ExpiredLink:hover, A.ExpiredLink:link, A.ExpiredLink:visited, A.ExpiredLink:active
{
	font-weight:bold;
}

img.Expired
{
	
	src:url(../image/p1slogo.jpg);
}
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup
{
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:250px;
}