/* HTML Elements */

textarea
{
	background-color	: #FFFFFF;
	border-style		: solid;
	border-color		: #9B9A95;
	border-width		: 1px;
	font-family			: Tahoma;
	font-size			: 12px; 
}

select 
{
	background-color	: #FFFFFF;
	border-style		: solid;
	border-color		: #3D3422;
	border-width		: 1px;
	font-family			: Verdana;
	font-size			: 12px; 
}

label
{
	font-family			: Verdana;
	font-size			: 12px;
	color				: #000000;
}

/* End HTML Elements */

/* Classes */

.TextBox 
{
	background-color 	: #FFFFFF;
	FONT-SIZE			: 12px; 
	COLOR				: #000000; 
	FONT-FAMILY			: Verdana; 
	border				: 1px solid #4C483E;
}

.TextBoxNumber 
{
	background-color 	: #FFFFFF;
	FONT-SIZE			: 11px; 
	COLOR				: #423131; 
	FONT-FAMILY			: Tahoma; 
	border				: 1px solid #495573;
	text-align			: right;
}

input.Input_File
{
	background-color	: #FFFFFF;
	border				: 1px solid #495573;
	font-family			: Verdana;
	font-size			: 11px;
	color				: #031925;
	width				: 250px;
}

.CheckBox{
	font-family			: Verdana;
	font-size			: 10px; 
}

.Button 
{
	background-color 	: #54638a;
	FONT-SIZE			: 11px; 
	font-weight			: bold;
	COLOR				: #FFFFFF; 
	FONT-FAMILY			: Verdana;
	border				: 1px solid #000000; 
}

.SmallButton 
{
	background-color 	: #54638a;
	FONT-SIZE			: 6.5pt; 
	font-weight			: bold;
	COLOR				: #FFFFFF; 
	FONT-FAMILY			: Verdana; 
	border				: 1px solid #000000; 
}

/*Grid Styles*/

.Grid 
{
	border-style		: outset;
	border-width		: 0.5px; 
	font-family			: Verdana;
	font-size			: 7.5pt;
	font-weight			: normal;
}

.GridNarrow 
{
	border-style		: outset;
	border-width		: 0.5px; 
	font-family			: Verdana;
	font-size			: 7.5pt;
	font-weight			: normal;
}

.GridHeader 
{
	background-color	: #54638a;
	color				: White;
	font-weight			: bold;
	font-size			: 12px;
	height				: 24px;
}

.GridHeaderNarrow 
{
	background-color	: #54638a;
	color				: White;
	font-weight			: bold;
	font-size			: 12px;
	height				: 20px;
}

.GridHeader TD 
{
	vertical-align		: middle;
	text-align			: center;
}

.GridHeader TD A 
{
	color				: #FFFFFF;
	font-weight			: bold;
}

.GridItem 
{
	background-color	: #D5D8DD;
	color				: Black;
	font-size			: 7.5pt;	
}

.GridItemNarrow
{
	background-color	: #D5D8DD;
	color				: Black;
	font-size			: 7.5pt;	
}


.GridItem A 
{
	text-decoration		: none;
	color				: #000000;
}

.GridItem A:Hover
{
	text-decoration		: underline;
	color				: #666666;	
}

.GridAlt 
{
	background-color	: #FFFFFF;
	color				: Black;
	font-size			: 7.5pt;		
}

.GridAltNarrow
{
	background-color	: #FFFFFF;
	color				: Black;
	font-size			: 7.5pt;		
}

.GridAlt A 
{
	text-decoration		: none;	
	color				: #000000;
}

.GridAlt A:Hover
{
	text-decoration		: underline;	
	color				: #666666;
}

.GridEdit
{
	background-color	: #FFE0B9;
	color				: Black;
	font-size			: 12px;		
}

.GridEditNarrow
{
	background-color	: #FFE0B9;
	color				: Black;
	font-size			: 7.5pt;		
}

.GridEdit A
{
	text-decoration		: none;	
	color				: #334475;
}

.Pager
{
	font-family			: Verdana;
	font-size			: 12px;
	font-weight			: bold;
	color				: #000000;
	background-color	: #D5D8DD;
	border-style		: outset;
	border-width		: 1px; 
	border-top-style	: none;
	margin-left			: 3px;
	margin-top			: 4px;
	padding				: 2px;
	background-image	: url(images/blocks/blocks_22.gif);
	background-repeat	: repeat;
}

.SelectedLink
{
	font-family			: Verdana;
	font-size			: 12px;
	font-weight			: bold;
	padding-left		: 2px;
	padding-right		: 2px;
	color				: #000000;
	background-color	: #FFFFFF;
}

TD.PagerLink
{
	font-family			: Verdana;
	font-size			: 12px;
	font-weight			: bold;
	color				: #000000;
	padding-left		: 2px;
	text-decoration		: none;
}

TD.PagerLink A
{
	font-family			: Verdana;
	font-size			: 12px;
	font-weight			: bold;
	color				: #000000;
	padding-left		: 2px;
	padding-right		: 2px;
	text-decoration		: none;
}

TD.PagerLink A:Hover
{
	color				: #000000;
	background-color	: #FFFFFF; 
}

/*End Grid Styles*/

.Error 
{            
	color				: red;
	font-family			: Verdana;
	font-size			: 12px;
	font-weight			: bold;
	padding				: 2px;
}

.Message 
{		     
	color				: #000000;
	font-family			: Verdana;
	font-size			: 12px;
	font-weight			: bold;
	padding				: 2px;
	padding-left		: 5px;
}

.Normal_Text
{
	font-family			: Verdana;
	font-size			: 7.5pt;
	color				: #000000;
}

.Small_Text
{
	font-family			: Verdana;
	font-size			: 9px;
	color				: #000000;
}

.Bold_Text
{
	font-family			: Verdana;
	font-size			: 7.5pt;
	font-weight			: bold;
	color				: #000000;
}

.Img
{
	border				: 1px solid #996600;
}

/* End Classes */