﻿html * { padding: 0; margin: 0; } 

/* Default CSS Stylesheet for a new Web Application project */

/*
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #336699;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.9em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	
{
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
*/
HR {
	color: #FF9900;
	height: 1px;
}

.ContentSurface {
	width: 600px;
	
}

/* INPUT CONTROLS */
.Input {
	height: 14px;
}

.InputCombo
{
	color: Black;
}

.InputComboInline
{
	color:Black;
}

.InputLabel 
{
	height: 14px;
	text-align: right;
	margin-right: 2px;
	color: #007B8A;
	width: 120px;
}

.InputLabelDefault
{
	height: 14px;
	text-align: right;
	margin-right: 2px;
	color: #007B8A;
}

.InputLabelInline
{
	height: 14px;
	padding-right: 5px;
	text-align: right;
	color: #007B8A;
	float: left;
}

.EntryGroup {
	 padding: 10px;
}

.ImageSeparator {
	margin-left: 5px;
	margin-top: -5px;
	height: 1px;
}

.RequiredFieldSymbol 
{
	color: Red;
	font-weight:bold;
	font-family:Verdana;
	/*Color: #ff3300; */	
}
.RequiredField
{
	color: Red;	
}
.PartiallyRequiredField
{
	color:Gray;	
	font-style:italic;	
}


/* AWARD */
.AwardHeader 
{
	border-right: solid 1px #D0E8E8;
	border-left: solid 1px #D0E8E8;
	padding: 10px;
}

.AwardHeading {
	font-size:2.5em;
	text-align: center;
	color:Black;
	margin: 0;
}

.AwardSubHeading {
	font-size:1.2em;
	text-align: center;
	color:Black;
	margin: 0 0 0 0;
	font-weight:bold;
}

.SelectionCriteriaPrefix
{
	font-weight: bold;
	margin: 0 0 0 0;
	float: left;
}

.SelectionCriteria {
	 margin-left: 20px;
	 margin-right: 10px;
	 margin-bottom: 10px;
}

.SelectionCriteriaHeading
{
	 font-weight:bold;
	 padding-bottom: 5px;
}

.SelectionCriteriaDescription
{
	padding-bottom: 5px;
}

.SelectionCriteriaEntry
{

}

/* FORM RELATED */
.FormText 
{
	color: Navy;
}

.FormHeader 
{
	border: solid 1px #D0E8E8;
	padding: 5px 5px 5px 5px;
}

.FormGroupSeparator 
{
	 margin: 10px 0 7px 0;
	 color: Navy;
	 font-weight: bold;
}

.FormSection
{
	/*background-image: url(../../Design/Images/Gradient.Orange.1.gif);*/
	background-repeat: repeat-x;
	background-position:center;
	padding-left: 5px;
	padding-top: 9px;
	color: Navy;
	font-weight: bold;
	height: 20px;
	
}

.FormSubGroupSeparator 
{
	margin-top: 10px;
	 color: Navy;
	 font-style:italic;
}

.FormHeaderHeading
{
	color: #007B8A;
	text-align:left ;
	margin: 0em 0 .2em 0;
	font-size: 2em;
	font-weight: bold;
}

.FormHeaderDescription
{
	text-align: left;
	margin: 0em 0 .2em 0;
	font-size: 1em;
}

.FormFooter 
{
	 background-image: url(../../Design/Images/FormFooterDefault.gif);
	 background-repeat: repeat-x;
	 border: solid 1px #a59fe8;
	 text-align: right;
	 padding:  3px 3px 3px 10px;
}

.FormFooterNextSection
{
  float: left;
}

.FormFooterSectionDescription
{
  color: green;
  padding: 0 5px 0 5px;
}

.FormFooterIcon
{
	 margin-bottom: -5px;
}

.FormBorderedLabel
{
	 border: solid 1px gainsboro;	
}

.GuestPointer
{
	background-image: url(../../Design/Images/Arrow.Right.Blue.gif);
	background-repeat:no-repeat;
}

.TableRowBorder
{
	margin-bottom: 3px;
}

/*direct elements*/
#PersonDetails td 
{
	 height: 20px;
}
