/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-image:url(images/mainBackground.gif);
	scrollbar-3dlight-color:    #7386AD;
	scrollbar-arrow-color:      #295173;
	scrollbar-base-color:       #E7EFF7; /*#7B9ACE;*/
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-shadow-color:     #A5B6D6;
	scrollbar-darkshadow-color: #738AAD;
	scrollbar-track-color:      #C6D3E7;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

table {
	font: 9pt  arial;
	color: #000000;
}

HR, hr
{
	src:url(images/hr.gif);
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
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:	1em;
	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	
{
	font-size:xx-small;
	text-decoration:	underline;
	color: white;
	}	
		
A:visited	{	
	font-size:xx-small;
	text-decoration:	underline;
	color:	white;
	}	
		
A:active	{	
	font-size:xx-small;
	text-decoration:	underline;
	color:	white;
	}	
		
A:hover	{	
	font-size:xx-small;
	text-decoration:	underline;
	color:	red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-size:xx-small;
	}	

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;
	}	

/*IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}*/
.normal-text
{
 font-size: x-small;
 color: navy;
 font-weight: bold;	
}
.mandatory-field-label
{
 color:Red;
 font-size: x-small;
 font-weight: bold;	
}
.label-text
{
 font-size: x-small;
 color:white;
 background-color:Transparent;
 font-weight:normal;	
}
.information-text
{
 font-size: x-small;
 color:white;
 font-weight:bold;
 border-style:groove;
 border-width:medium;
}
.input-text
{
 font-size: x-small;
 color:blue;
 font-weight:normal;
 border-style:groove;
 border-width:thin;
}
.heavy-text
{
 font-size: x-small;
 color:WhiteSmoke;
 font-weight: bold;	
}
.instruction-text
{
 font-size: x-small;
 color:red;
 background-color:White;
 font-weight:normal;
 border-style:dotted;
 border-width:thin
}

.bevel-text
{
	color:Navy;
	font-size: x-small;
	font-weight: bold;	
}
.tv-text
{
	background-color:Transparent;
	color:black;
	font: 9pt  arial;
	border-style: none;
}
.SelectedItemStyle
{
    FONT-WEIGHT: bold;
    COLOR: #000000;
    BACKGROUND-COLOR: Yellow;
}
.EditItemStyle
{
    BACKGROUND-COLOR: Aqua;
	border-style: dotted;
	border-width:thin;
}
.AlternatingItemStyle
{
	font-size: x-small;
    BACKGROUND-COLOR: Gainsboro;
}
.ItemStyle
{
	font-size: x-small;
    BACKGROUND-COLOR: "#EEEEEE";
}
.FooterStyle 
{
	font-size: x-small;
    FONT-WEIGHT: bold;
    color: Lime;
    background-color: Black;
}
.AlphaFooterStyle 
{
	font-size: x-small;
    FONT-WEIGHT: bold;
    color: "#330099";
    background-color: "#FFFFCC";
}

.HeaderStyle
{
	font-size: 10px;
    FONT-WEIGHT: bold;
    color: Lime;
    background-color: Black;
}
.grid
{
	border-right: silver 2px groove;
	border-top: silver 2px groove;
	border-left: silver 2px groove;
	border-bottom: silver 2px groove;
}
.grid-selected-item
{
	font-weight:bold;
	font-size: 10px;
	color: white;
	font-style:normal;
	color: black;
	background-color:Yellow
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'OrangeRed' , EndColorStr= 'Orange' );*/
}
.grid-edit-item
{
	border-right: thin dotted;
	border-top: thin dotted;
	font-size: 10px;
	border-left: thin dotted;
	border-bottom: thin dotted;
	background-color: aqua;
}
.grid-other-item
{
	font-size: 10px;
	border-width:1px;
	color:Black;
	border-style:solid;
	border-color:Black;
	background-color: whitesmoke;
}
.grid-item
{
	font-size: 10px;
	border-width:1px;
	color:Black;
	border-style:solid;
	border-color:Black;
	background-color:silver;	
}
.grid-footer 
{
	font-weight: bold;
	font-size: 12px;
	background-color:#708090;
	width: 100%;
	color: white;
}
.grid-footer-alpha 
{
	font-weight: bold;
	width: 100%;
	font-size: x-small;
    color: "#330099";
    background-color: "#FFFFCC";
}
.grid-header
{
	font-weight: bold;
	font-size: 12px;
	background-color:#708090;
	width: 100%;
	color: white;
}
.table-data
{
 border-width:thin;
 background-color:Transparent;
 border-style:groove;
 border-color:silver;
}
.panel-style
{
	border-color:Silver;
	border-width:thin;
}
.main-table
{
	background-color:#004A9C;
	BORDER-RIGHT:3px outset; 
	BORDER-TOP:3px inset; 
	BORDER-LEFT:3px inset; 
	BORDER-BOTTOM:3px outset;
	border-color:white;
	width:710px;
	height:455px;
}
.main-table2
{
	background-color:#ffffff;
	BORDER-RIGHT:3px outset; 
	BORDER-TOP:3px inset; 
	BORDER-LEFT:3px inset; 
	BORDER-BOTTOM:3px outset;
	border-color:white;
	width:710px;
	height:500px;
}

.all_header
{
	background-color:#004A9C;
    /*background-image:url(images/ITEMS_Logo_sml.bmp);
    background-repeat:no-repeat;
    background-position:3 2;*/
    BORDER-BOTTOM: black solid;
    height:101px;
    text-align:center;
    vertical-align:middle;
}
.main_header
{
	background-color:#004A9C;
    background-image:url(images/top_welcome.gif);
    background-repeat:no-repeat;
    background-position:3 2;
    height:90px;
    text-align:left;
    vertical-align:middle;
}
.cell_info
{
	background-color:Silver;
    color:Black;
    font-size: xx-small;
}
.button_style
{
	width:70px;
	font-size:xx-small;
}
.copyright_style
{
	font-family:Agency FB;
	font-size:7pt;
    color:White;
    width:300px;
    margin-left:3px;
}
.help_image
{
 cursor:help;
}
.calendar_image
{
	src:url(images/calbutton.gif);
	height:15px;
	width:30px;
}
.my_button
{
background-color:#8FA4BA;
color:white;
cursor:hand;
font-family:arial;
font-size:11px;
height:28px;
width:92px;
BACKGROUND-IMAGE:url(images/buttonimage.gif);
border:0;
margin:0	
}
.no_bevel_button
{
background-color:#8FA4BA;
color:white;
cursor:hand;
font-family:arial;
font-size:10px;
height:18px;
width:108px;
BACKGROUND-IMAGE:url(images/no_bevel_btn.gif);
border:0;
margin:0	
}
.blue_button
{
background-color:#004A9C;
color:white;
cursor:hand;
font-family:arial;
font-size:9px;
height:25px;
width:72px;
BACKGROUND-IMAGE:url(images/small_button.gif);
border:0;
margin:0	
}


.small_form_button
{
background-color:#8FA4BA;
color:white;
cursor:hand;
font-family:arial;
font-size:9px;
height:23px;
width:66px;
BACKGROUND-IMAGE:url(images/small_form_btn.gif);
border:0;
margin:0	
}
.tv_table
{
	background-color:#8FA4BA;
	BORDER-RIGHT:5px outset; 
	BORDER-TOP:5px outset; 
	BORDER-LEFT:5px outset; 
	BORDER-BOTTOM:5px outset;
}
.required_text_box
{
	background-color:#EBFFEB;
	color:Black
}
.my_textbox
{
	BACKGROUND-COLOR:#d9e0e7;
	font-size:x-small;
}
.my_required_field
{
	BACKGROUND-COLOR:Aqua;
	color:Black;
	font-size:x-small;
}

.my_label
{
	COLOR: white; 
	BACKGROUND-COLOR: #708090;
}
.my_table
{
	background-color:#90a5ba;
	font-size:9px;
	BORDER-RIGHT: #708090 thin solid; 
	BORDER-TOP: #708090 thin solid; 
	BORDER-LEFT: #708090 thin solid; 
	BORDER-BOTTOM: #708090 thin solid
}
.contract_table
{
  background-color: #6699CC;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= '#003499' , EndColorStr= '#6698CB' );
	font-size:12px;
	color:White;
	font-weight:bold;
	BORDER-RIGHT: #708090 thin solid; 
	BORDER-TOP: #708090 thin solid; 
	BORDER-LEFT: #708090 thin solid; 
	BORDER-BOTTOM: #708090 thin solid
}

.info_table
{
	background-color:#90a5ba;
	BORDER-RIGHT: 5px outset; 
	BORDER-TOP: 5px outset; 
	BORDER-LEFT: 5px outset; 
	BORDER-BOTTOM: 5px outset
}
.info_banner
{
  color: #ffffff;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
  background-color: #6699CC;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'OrangeRed' , EndColorStr= 'Orange' );
	height: 20px;
}
.Seperator
{
	BACKGROUND-IMAGE:url(images/hr.gif);
	background-repeat:no-repeat;
 height:auto;
 vertical-align:middle
}
.btn_open_view
{
	BORDER-RIGHT: 2px outset; 
	WIDTH: 50px; 
	BORDER-TOP: 2px outset; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: 2px outset; 
	COLOR: lime; 
	BORDER-BOTTOM: 2px outset; 
	BACKGROUND-COLOR: black;
	text-align: center;
	cursor:hand;
}
.light_blue_table_cell
{
	BORDER-RIGHT: #004f7d 1pt solid; 
	PADDING-RIGHT: 7.5pt; 
	BORDER-TOP: #004f7d 1pt solid; 
	PADDING-LEFT: 7.5pt; 
	BACKGROUND: #cddbe4; 
	PADDING-BOTTOM: 7.5pt; 
	BORDER-LEFT: #004f7d 1pt solid; 
	PADDING-TOP: 7.5pt; 
	BORDER-BOTTOM: #004f7d 1pt solid
}
.light_blue_button_large
{
background-color:#cddbe4;
color:white;
cursor:hand;
font-family:arial;
font-size:10px;
height:29px;
width:150px;
BACKGROUND-IMAGE:url(images/btn_lgt_blue_large.gif);
border:0;
margin:0	
}
