﻿* {
    margin:0; 
    padding:0;
    } 

A:link 
{
	color: #5e590e;
	}
	
A:hover 
{
	color: #5e590e;
	text-decoration:none
	}
	
A:visited
{
	color: #5e590e;
	}

.Navbg 
{
    background-color:#7E7B2B;
    }
    
.dropDown 
{
	border: SOLID 1px #FFFFFF;
	background-color: #EDEDED;
	font-size: 0.85em;
	}
	
.SubmitButton
{
	background-color: #5B5700;
	color: #FFFFFF;
	border: SOLID 1px #907F6F;
	padding: 4 4 4 4; 
	cursor:hand;
	font-size: 1.0em;
	}
		
.redText 
{
    color: Red;
    }
    	
body 
{
    height:100%;
    background-image: URL(../images/bg.gif);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color: #BFB477;
    font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.80em;
    } 
    
.searchBG 
{
    background-color: #A89481;
    }

.titleBg 
{
    background-color: #A89481;
    background-image: URL(../images/titleBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 32px;
    }
 
.title, P.title, .mobileNumber 
{
    font-size: 1.1em;
    font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
    color: #323000;
    font-weight: bold
    }
 
.featureHeading 
 {
    font-size: 1.1em;
    font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
    color: #323000;
    font-weight: bold
    }
    
.staffName 
{
    font-size: 1.1em;
    font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
    color: #323000;
    font-weight: bold
    }
    
.mobileNumber1
{
    font-size: 0.90em;
    font-family: Gill Sans MT, Arial, Verdana, Helvetica, sans-serif;
    color: #ACA266;
    font-weight: bold
    }
    
.HRStaffBreak 
{
    height:1px;
    color: #323000;
    }
    
.bgLeft 
{
    background-image: URL(../images/bg_left.gif);
    background-repeat: repeat-y;
    background-position: right;
    }
    
.bgRight 
{
    background-image: URL(../images/bg_right.gif);
    background-repeat: repeat-y;
    background-position: left;
    }
 
 .txtInputTextArea
{
	background-color: #F9F9F9;
	border: SOLID 1px #374140;
    }
 
   
.txtInputSmall 
{
	background-color: #F9F9F9;
	border: SOLID 1px #374140;
	width:110px;
    }
 
.leftMargin7 
{
    padding-left:7px
    }
        
.navBot 
{
    border-bottom: SOLID 1px #706F4D;
    background-image: url(../images/menuBg.gif);
    background-color: #5B5700;
    background-repeat: repeat-x;
    background-position: bottom;
    height: 37px;
    }
    
.headerBot 
{
    border-bottom: SOLID 1px #A1A09F;
    }
 
.contentBg
 {
    background-color: #FFFFFF;
    } 
     
.bodyBg 
{
    width: 100%;
    height:100%;
    position: absolute; 
    text-align:center;
    }
 
.content 
 {
    padding: 15px;
    padding-right: 30px;
    margin: 20px
    } 
    
 .dropDown 
{
	border: SOLID 1px #FFFFFF;
	background-color: #EDEDED;
	font-size: 0.9em;
	}
	
.SubmitButton
{
	background-color: #5B5700;
	color: #FFFFFF;
	border: SOLID 1px #907F6F;
	padding: 4 4 4 4; 
	cursor:hand;
	font-size: 1.1em;
	}	
	   
.footer 
{
     background-color: #5e590e;
     color: #D7D7D7;
     font-size: 0.90em;
     height: 30px;
     padding: 5px
    }
    
.footer A {
	COLOR: #D7D7D7; 
	TEXT-DECORATION: none; 
}

.footer A:hover {
	COLOR: #D7D7D7;
}

.footer A:active {
	COLOR: #D7D7D7
}

IMAGE 
{
    border: 0
    }
    
.Message
{
	border-right: #0000aa 1px solid;
	border-top: #0000aa 1px solid;
	font-size: 8pt;
	border-left: #0000aa 1px solid;
	width: 100%;
	padding: 5px 10px 5px 10px;
	margin: 10px 50px 10px 50px;
	color: #0000aa;
	border-bottom: #0000aa 1px solid;
	font-family: Verdana;
	background-color: #bbbbff;
	text-align: center;
}

.MessageSuccess
{
	border-right: #00aa00 1px solid;
    border-top: #00aa00 1px solid;
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-left: #00aa00 1px solid;
	width: 100%;
	color: #00aa00;
	padding-top: 5px;
	border-bottom: #00aa00 1px solid;
	font-family: Verdana;
	background-color: #bbffbb;
	text-align: center;
}
.MessageError
{
	border-right: #aa0000 1px solid;
	border-top: #aa0000 1px solid;
	font-size: 8pt;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: #aa0000 1px solid;
	width: 100%;
	color: #aa0000;
	padding-top: 5px;
	border-bottom: #aa0000 1px solid;
	font-family: Verdana;
	background-color: #ffbbbb;
	text-align: center;
}