/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: smaller;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;    
}

A:link	
{
	font-size: smaller;
	text-decoration:	none;
	color: White;
}	
		
A:visited	
{	
	font-size:	smaller;
	text-decoration:	none;
	color:	White;
}	
		
A:active	
{	
	font-size:	smaller;
	text-decoration:	none;
	color:	White;
}	
		
A:hover	
{	
	font-size: smaller;
	
	text-decoration:	underline;
	
	color:	White;
}

.AdminLeftSideMenu
{
	background-color: WhiteSmoke;
	
	height: 595px;	
}

.AdminListResult
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
}

.AdminHeader
{	
	background-color: whitesmoke;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	
	font-weight: bold;
		
	width: 620px;
}

.AdminLabel
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	
	font-weight: bold;
}

A.JobLinkButton:active 
{
	color: White; 
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small; 
	font-weight: bold;
	
	text-decoration:	underline;	
} 

A.JobLinkButton:link	
{	
	color:	White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	
	text-decoration:	underline;
}	

A.JobLinkButton:hover	
{	
	color:	White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	
	text-decoration: underline;
}

A.JobLinkButton:visited	
{	
	color:	White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	
	text-decoration:	underline;
}


A.AdminLinkButton:active 
{
	color: blue; 
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small; 
	font-weight: bold;
} 

A.AdminLinkButton:link	
{	
	color:	#3333cc;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	
	text-decoration:	none;
}	

A.AdminLinkButton:hover	
{	
	color:	#3333cc;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	
	text-decoration: underline;
}

A.AdminLinkButton:visited	
{	
	color:	#3333cc;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	
	text-decoration:	none;
}

.AdminMenuHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	
	font-weight: bold;
}

.BodyBackGround
{
	background-color: #d0103a;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	
	width: 595px;
}

.ContactInfoBackGround
{
	background-color: #d0103a;
}

.Description
{	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	
	width: 595px;
}

.JobDetailsBackGround
{
	background-color: #d0103a;
}

.LabelDescription
{	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.LabelDescriptionBig
{
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	
	width: 110px;
}

.LabelHeader
{
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.LabelResult
{	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
}

.LabelResultBig
{	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	
	width: 200px;
}

.MessageDisplayPanel
{	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	
	width: 595px;
}

.NormalTextBox
{
	background-color: White;
}

.ReadOnlyTextBox
{
	background-color: WhiteSmoke;
}

.SearchResultsHeader
{	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.SearchBackGround
{
	background-image: url(images/searchbackground.gif);
	
	height: 314px;
	width: 570px;
}

.SearchLabel
{
	color: #C7A8B1;	
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
}

.SearchResultsResult
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	
	color: White;
}

.Title
{	
	background-color: #d0103a;
	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	
	width: 595px;
}

.TitleBig
{	
	background-color: #d0103a;
	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	
	width: 595px;
}

.WarnLabel
{	
	color: White;
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

