/* Default CSS Stylesheet for a new Web Application project */

.sidelink	{ font-size: 10px; font-weight: bold; }
.bottomtext	{ font-size: 10px; color: #F3F3F3; }
.bottomtext2	{ font-size: 10px; color: #D3D3D3; }
a:link		{ color: #DD4800; text-decoration: underline; } 
a:visited	{ color: #DD4800; text-decoration: underline; } 
a:hover		{ color: #c0c0c0; text-decoration: underline; }
a.calHeader:link		{ color: #FFFFFF; text-decoration: none; } 
a.calHeader:visited	{ color: #FFFFFF; text-decoration: none; } 
a.calHeader:hover		{ color: #c0c0c0; text-decoration: underline; }
a.footerLink:link  { color: #333366; text-decoration: none; font-family: Tahoma, Verdana, Arial; font-size: 8pt; } 
a.footerLink:visited  { color: #333366; text-decoration: none; font-family: Tahoma, Verdana, Arial; font-size: 8pt; }
a.footerLink:hover  { color: #999999; text-decoration: underline; font-family: Tahoma, Verdana, Arial; font-size: 8pt; }
a.calLink:link		{ color: #DD4800; text-decoration: underline; } 
a.calLink:visited	{ color: #DD4800; text-decoration: underline; } 
a.calLink:hover		{ color: #000000; text-decoration: underline; }

input.button	{ font-family: verdana, helvetica; font-size: 9px; color: #525252; background: #efefef; border: solid 1px; border-color: #8a8a8a; padding-left: 3px; padding-right: 3px; letter-spacing: 0px; cursor: hand; }
.srobuttons	{ font-family: verdana, helvetica; font-size: 9px; color: #525252; background: #efefef; border: solid 1px; border-color: #8a8a8a; padding-left: 3px; padding-right: 3px; letter-spacing: 0px; cursor: hand; }

a.crumbs
{
	color: #FF6A00;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a.crumbs:visited
{
	color: #FF6A00;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a.crumbs:hover
{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	font-size: xx-small;
}

.carea		{ line-height: 18px; font-size: .8em; }
.carea2		{ font-size: .8em; }
input.text,select { background: #ffffff; border: solid 1px; border-color: #cccccc; letter-spacing: 0px; }
input.button	{ font-family: verdana, helvetica; font-size: 9px; color: #525252; background: #efefef; border: solid 1px; border-color: #8a8a8a; padding-left: 3px; padding-right: 3px; letter-spacing: 0px; }

BODY
{
    font-family: verdana, arial, helvetica;
    font-size: .8em;
    color: #dcdcdc;
    line-height: 20px;
}
.noLineHeight
{
	line-height: normal;
}
TD
{
    font-family: verdana, arial, helvetica;
    font-size: .8em;
    color: #dcdcdc;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #ffffff;
}
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;
}
	
SMALL	{	
	font-size:	.75em;
	}	
STRONG 
{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.17em;
}
BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	list-style-image: url(images/bullet.gif);
	}	

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;
	}
.crumbs
{
	font-size: xx-small;
}
.datahead2 {
	border : 1px solid #0066cc; 
	background:#0066cc; 
	color:#ffffff; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight: bold;
	font-size: .8em;
}
.grid_bold
{
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.headline
{
	font-size: 2em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
.highlightTable
{
	border: solid 2px #dd4800;
}
.highlightTableHeader
{
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	border-bottom: solid 2px #666666;
}
.lowlightTable
{
	border: solid 2px #666666;
}
.calHeader
{
	font-weight: bold;
	background-color: #DD4800;
	color: #ffffff;
}

.calItem
{
	color: #000000;
}

.calItem a:link
{
	color: #DD4800;
	text-decoration: underline;
}

.calItem a:visited
{
	color: #DD4800;
	text-decoration: underline;
}

.calItem a:hover
{
	color: #666666;
	text-decoration: underline;
}

.selectedItemStyle
{
	background-color: #99CC00;
	color: #000000;
	font-weight: bold;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

.pagerStyle
{
	color: #000000;
	background-color: #f5deb3;
	font-size: 8pt;
}

.altItemStyle
{
	background-color: #c0c0c0;
	color: #000000;
	font-weight: normal;
}

.schItem
{
	font-size: .8em;
	color: #000000;
	background-color: #c0c0c0;
}
.errorText
{
	font-weight: bold;
	color: #DD4800;
	font-size: 1em;
}
.successText
{
	font-weight: bold;
	color: blue;
	font-size: 1em;
}
.tblPhones
{
	border: solid 2px #999999;
}
.tblRegion
{
	border: solid 2px #999999;
}
.tblEC
{
	border: #999999 2px solid;
}
.sroHomePoints
{
	background-color: #666666;
	color: #ffffff;
	font-size: 1.25em;
	border: #000000 1px solid;
}
IMG.imgBorder
{
	border: #ffffff 2px solid;
	margin: 4px 4px 4px 4px;
}
TD.ghosted
{
    color: #666666;
}
