﻿
BODY
{
	background-color: WHITE;
	font-family: Verdana, Arial, Sans-Serif;
	color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.BodyText
{
    color: Black;
    font-family: Verdana, Arial;
    font-size: 12px;
}

.LeftNavMenuText
{
    font-family: Verdana, Arial;
    color: #99CA3C;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;   
}

.LeftNavMenu
{
    background-color: white;
    color: White;
    text-align: center;   
    vertical-align: middle;
    width: 193px;
    height: 28px;
    padding: 0px;
}

.NavLinkButton
{
    font-family: Verdana, Arial;
    font-size: 12px;    
    color: #99CA3C;
    font-weight:bold;
    text-decoration:none;
}

.NavLinkButton:hover
{
    font-family: Verdana, Arial;
    font-size: 12px;    
    color: #5E6F45;
    font-weight:bold;
    text-decoration:none;
}
    
.EditTextBox
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #005495;
}

.EditTextBoxCell
{
    text-align:left;
}

.EditLabel
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #005495;
}

.EditLabelCell
{
    text-align:right;
    padding-right:10px;
}

.EditCheckBox
{
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #005495;
    outline-color: #005495;
}

.PageTitle
{
    font-family: Verdana, Arial;
    font-size: 16pt;
    color: #005495;
}

.PageSubTitle
{
    font-family: Arial, Verdana;
    font-size: 14pt;
    color: #005495;
    font-weight:bold;    
    /*
    padding-top:5px;    
    */
    padding-bottom:5px;  

}

.PageSubLabel
{
    font-family: Verdana, Arial;
    font-size: 12px;    
    color: #005495;
    font-weight:bold;
    text-decoration:none;
}


/*Edit Form*/
.EditForm
{
    border-right: #A0A0A0 thin solid;
    border-top: #A0A0A0 thin solid;
    border-left: #A0A0A0 thin solid;
    border-bottom: #A0A0A0 thin solid;
    border-width:1px;
    background-color: #EAEAEA;
    font-size: 12px;
    width: 100%;
}

.EditFormContent
{
    /*
    padding-top:15px;
    padding-left:20px;
    padding-bottom:15px;
    padding-right:20px;
    */
}

.TabCell
{
    POSITION: relative; TOP: 1px
}

.FormSubTitle
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    color: Black;
}

.EditFormInputLabelCell
{
    text-align:right;
    padding-right:10px;
    font-weight: normal;
    color: Black;
}

.EditFormInputCell
{
    text-align:left;
    font-weight: bold;
    color: Black;
}

.LinkButton
{
    font-family: Verdana, Arial;
    font-size: 9pt;  
    font-weight:normal;  
    color: #99CA3C;    
}

.LinkButton:hover
{
    font-family: Verdana, Arial;
    font-size: 9pt;  
    font-weight:normal;  
    color: #5E6F45;
}

.GridView
{
    font-family: Arial, Verdana;
    border-collapse: separate;
    border-width: 1px;
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

.GridView td
{
    border-collapse: separate;
    border-width: 1px;
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: solid;
}

.GridView th
{
    border-collapse: separate;
    border-width: 1px;
    border-color: #A0A0A0;
    border-width: 1px;
    border-style: solid;
    font-size: 8pt;
    font-weight:bold;
    text-decoration:none;
}

.GridHeader
{
    font-family: Verdana, Arial;
    text-align: center;
    background-color: #D0D0D0;
}

.GridHeader a
{
    color: Black;
    font-size: 8pt;
    font-weight:bold;
    text-decoration:none;
}

.GridFooter
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    background-color: #D0D0D0;
}

.GridRow
{
    font-family: Verdana, Arial;
    font-size: 8pt; 
    color:Black;   
    background-color: #EAEAEA;
}

.GridAltRow
{
    font-family: Verdana, Arial;
    font-size: 12pt;    
    color:Black;   
    background-color: #EAEAEA;
}


.DropDownList
{
    background-color: White;
    font-size: 12px;
    color: #005495;
    border-style:hidden;
    font-weight:bold;
}

.RadioButtonList
{
    background-color: White;
    font-size: 12px;
    color: #005495;
    border-style:hidden;
    font-weight:bold;
}

.errorMsg
{
    color: Red;
    font-weight: bold;
    font-size: 14px;
}
.validateMsg
{
    color: Red;
    font-weight: bold;
    font-size: 9pt;
}

.noticeMsg
{
    color: #303030;
    font-weight: bold;
}

.TopNavPanel
{
    background-image: url("../../images/master/TopNavBackground.jpg" );
    background-repeat: no-repeat;
}

.TopNavPanelRepeat
{
    background-image: url("../../images/master/TopNavBackground.jpg" );
    background-repeat: repeat-x;
}

.SideNavDivider hr
{
    background-color: #747577;
    color: Black;
}

.MultiLineText
{
    white-space: pre;
}

.PopUpHeaderText
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    color: Black;
}

.PopUpBodyText
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    color: Black;
}

.PopUpEditLabel
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    color: Black;    
}

.PopUpEditTextBox
{
    font-family: Verdana, Arial;
    font-size: 12pt;
    color: Black;
}

.PopUpHeaderBackGround
{
    background-color: #99CA3C;
}

.PopUpBackGround
{
    background-color: #D0D0D0;
}


.ContentLeftPadding 
{
    padding-left:25px;
}

/* Phils styles */
#search
{
	width: 220px;
 
}

#search span {
	padding-left: 5px;
	padding-top: 10px;
	vertical-align: middle;
	display:block;	

}

.topnav
{

}

.topnav table
{

}

.topnav table td
{
	
}


.topnav a
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
}

.topnav a:hover
{
	text-decoration: underline;
}

.bottomnav
{

}

.bottomnav table
{

}

.bottomnav table td
{
	
}


.bottomnav a
{
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, Arial, Sans-Serif;
}

.bottomnav a:hover
{
	text-decoration: underline;
}

.WhiteBodyText
{
    font-family: Arial;
    color: White;
    font-size: 12px;
}

.WhiteBodyText a:hover
{
    font-family: Arial;
    color: #999999;
    font-size: 12px;
}

.WhiteBodyText a
{
    font-family: Arial;
    color: White;
    font-size: 12px;
}
.LoginBackground
{
    background-color: #c41330;
    font-family: Arial;
    color: White;
    font-size: 12px;
}
.FAQBackground
{
    background-color: #137bcd;
    font-family: Arial;
    color: White;
    font-size: 12px;    
}
.NewsBackground
{
    background-color: #9ac656;
    font-family: Arial;
    color: White;
    font-size: 12px;    
}
