/*
   Import forms stuff for IE and 
   compatible browsers
*/

@import url("/common/common_dom_style.css");

BODY	{
	background-color:	#FDFDFD;
	font-family:		Verdana, serif;
	font-size:			13px;
	color:				black;
	text-align:			left;
}

P	{
	font-family:	Verdana, serif;
	font-size :		13px;
	color:			black;
	line-height:	150%;
}

/*
	Headings
*/
H1	{
	font-family:	Tahoma, Arial, Helvetica, sans-serif;
	font-size:		19px;
	color:			black;
}

/*
	Text style
*/
B	{
	font-weight:	bold;
}
HR	{
	height:			2px;
	text-align:		center;
	color:			#E5E5E5;
}
UL, OL {
	font-family:	Verdana, serif;
	font-size :		13px;
	color:			black;
	line-height:	150%;
}
LI {
	font-family:	Verdana, serif;
	font-size :		13px;
	color:			black;
	line-height:	150%;
}

/*
	TABLE's
*/
TABLE	{
	font-family:	Verdana, serif;
	color:			black;
}

TH	{
	background-color:	#006699;
	background-image:	url('/images/widgets/cellpic3.gif');
	background-repeat:	repeat-x;
	font-family:		Verdana, serif; 
	font-weight:		bold;
	font-size:			12px;
	color:				#FFBB63;
}

TR, TD	{
	font-family:	Verdana,serif;
	font-size:		12px;
	color:			black;
}

TD.infoboxtitle	{
	background-color:	#E5E5E5;
	background-image:	url('/images/widgets/cellpic1.gif');
	font-family:		Verdana, serif; 
	font-weight:		normal;
	font-size:			11px;
	text-align:			center;
}

TD.caption	{
	padding-top:	3px;
	padding-bottom:	1px;
	text-align:		center;
}

.row1	{
	background-color:	#EFEFEF; 
}
.row2	{
	background-color:	#DEE3E7;
}

/*
	Links
*/
A:link	{
	font-weight:		bold;
	color:				#0E587E;
	text-decoration:	none;
}
A:visited	{
	font-weight:		bold;
	color:				#7C94A6;
	text-decoration:	none;
}
A:active	{
	font-weight:		bold;
	color:				#F93;
	text-decoration:	none;
}
A:hover	{
	font-weight:		bold;
	color:				#C23030;
	text-decoration:	underline;
}

/*
	SPAN's and DIV's
*/
.small	{
	font-size:		11px;
	line-height:	135%;
}

.infoboxtitle	{
	font-size:		11px;
}
.caption	{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			#0E587E;
}
