/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    font-size: x-small;
	font-family: Verdana;
    FONT-WEIGHT:  normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM:none;
    WORD-SPACING: normal;
    margin-top: 1px;
    margin-left: 1px; 
    
        
}

TEXTAREA	
{
	width:350px;
	height:400px;
	border:none 0px white;
	font-size:xx-small;
	color: #666699;  
}

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;
	}	
	
H1.Error
{
 color: #C80000;
}		
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;
	}	
TD
{
	font-size: x-small;
	font-family: Verdana;
}

A:link	{	
	text-decoration:	none;
	color:	Black;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Black;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#506178;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	Red;
	font-family:Arial;
	font-size:x-small;
	font-weight:bold;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	  disc ;
	}	

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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.btn	
{
	font-family: Verdana; 
	font-weight:bold;
	font-size:xx-small;
	color:#1A3C60;
}

.bText
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;	
}
.aRight	
{
	text-align:right;	
	white-space:nowrap;
	color:Black; 
}
.aLeft
{
	text-align:left;	
	white-space:nowrap;
	color:Black; 
}

.cHeaderText
{
	text-align:center;	
	white-space:nowrap;
	color:#666699; 
	font-size:small;
}

.rText
{
	font-size:x-small;
	color:#666699;
}
.mText
{
	font-size:x-small;
	color:#7C2343;
	font-family:Verdana;
}
.rBoldText
{
	font-size:x-small;
	color:#666699;
	font-weight:bold;
}

.eText
{
	font-family: Tahoma;
	font-size:x-small;
	color:#961218;
	font-weight:bold;
	font-variant:small-caps; 
}

.pplText
{
	font-size:x-small;
	color: #3C3C63;
}
.reportHeader	
{
	font-weight:bold;
	font-size: x-small;
	font-family: Verdana;
	font-variant:small-caps;
	color:#506178;
}
.multiTextBox	
{
	border-bottom:solid 0px white;
	border-top:solid 0px white;
	border-right:solid 0px white;
	border-left:solid 0px white;	
}

.comments	
{
	font-weight: lighter;
	font-size: x-small;
	font-family: Verdana;
	color:#506178;
}

.highlighttext
{
background-color:yellow;
font-weight:bold;
}

.failureAlert
{
  background-color: #CCCCCC;
  border-color: #00A77D;
  border-style: dotted;
  border-width: 1px;
  padding: .75em;
  width: 45em;
  margin-bottom: 10px;
  margin-top: 10px;     
  line-height: 150%;	
}

.FormDropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 256px;
	behavior:url(/include/EditableDropdown.htc);
}
.FormTextbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 248px;
}

HR 
{
	color:#506178; 
}
.lstnumber	
{
	list-style-type:	decimal;	
	font-weight: lighter;
	font-size: x-small;
	font-family: Verdana;
	color:#506178;
}
INPUT 
{
	font-size: xx-small;
	font-family: Verdana;
	color:#506178;
}
SELECT 
{
	font-size: x-small;
	font-family: Verdana;
	color:#506178;
}

.errors	
{
	font-weight:bold;
	font-size: x-small;
	font-family: Verdana;
	vertical-align:text-top;
	white-space:nowrap; 	
	font-variant:small-caps; 
}


.listItem	
{
	font-weight:  normal;
	font-size:x-small;
	font-family: Verdana;
	color:#506178;
}

.link_on	{	
	text-decoration:	underline;
	color:	#666699;
	font-family:Verdana;
	font-size:x-small;
	cursor:hand ;
	}
	
	
.link_off	{	
	text-decoration:	none;
	color:	#666699;
	font-family:Verdana;
	font-size:x-small;
	cursor:hand ;
}


a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}
a.info:hover{z-index:25; background-color:#ff0}
a.info span{display: none}
a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:1em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}
    
#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

#equipForSaleTable td
{
	text-align: center;
}

#equipForSaleTable img
{
	border: 0;	
}

#equipForSaleTable a, a:visited
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 1.5em;
	color: #003366;
	font-weight: normal;
}

#equipForSaleTable a:hover
{
	text-decoration: underline;
}

#equipForSaleTable .unavailableText
{
	font-style: italic;
	color: Gray;
}


#maintainEquipmentBody
{
	padding: 2em;
}

#maintainEquipmentBody a, a:visited
{
	font-size: 1em;
}

#maintainEquipmentBody a.deleteText, a:visited.deleteText
{
	font-size: 0.9em;
	color: crimson;
	font-weight: normal;
}

#maintainEquipmentBody img
{
	border: 0;
}

#maintainEquipmentBody a:hover
{
	text-decoration: underline;
}

#maintainEquipmentBody_Title
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Verdana;
}

#maintainEquipmentBody .subtext, .subtext
{
	text-align: center;
	font-size: 0.75em;	
	color: gray;
}

.SuccessPanel
{
	background-color: lightgreen;
	border: solid 1px darkgreen;
	color: darkgreen;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 0.5em;
}

.ErrorPanel
{
	background-color: pink; 
	color: crimson;
	font-weight: bold;
	border: solid 1px crimson;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 0.5em;
}

