/*
 * This is the global style sheet for all WCF web based
 * applications. Application specific styles should be defined
 * in project specific style sheets. 
 */

BODY {
	margin: 5px 0px 0px 5px;
	padding: 0;
	background-color: #fff;
	font: 10px/ 1.3 Arial, Helvetica, sans-serif;
	color: #6b6b6b;
}

DIV {
	font-size: 8pt;
	font-family: verdana;
	color: #6b6b6b;
}

.contentBox {
	border: 1px solid #b0b7b0;
	width: 572px;
	min-height: 250px;
}

.stdContent div {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 18px;
	font-size: 7pt;
	font-family: verdana;
	color: #6b6b6b;
}

DIV.titleLevel1 {
	font-family: arial;
	font-size: 16pt;
	padding: 0px;
	margin-bottom: 22px;
	color: #db6523;
}

DIV.titleLevel2 {
	display: block;
	font-family: arial;
	font-size: 12pt;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

DIV.titleLevel3 {
	display: block;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	padding: 0px;
	margin-bottom: 2px;
}
DIV.errorHeader{
	display: block;
	font-family: arial;
	font-size: 12pt;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #ff0000;	
}
DIV.errorText {
	font-size: 9pt;
	font-family: verdana;
	color: #ff0000;
}
DIV.errorPageText {
	display: block;
	font-family: arial;
	font-size: 12pt;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}

P {
	margin-bottom: 18px;
}

TABLE {
	border-collapse: collapse;
	font-family: verdana;
	font-size: 7pt;
	color: #6b6b6b;
}

TH {
	font-family: verdana;
	font-size: 7pt;
	background-color: #c6d8ca;
	border: 1px solid #808080;
}

.altTableRow {
	background-color: #eeeeee;
}

.dspTable {
	border: 1px solid #808080;
}

.dspTable TD {
	border: 1px solid #808080;
}

A {
	font-weight: bold;
	text-decoration: none;
}

A:link {
	color: #336633;
	text-decoration: none;
}

A:active {
	color: #336633;
	text-decoration: none;
}

A:visited {
	color: #336633;
	text-decoration: none;
}

A:hover {
	color: #999;
	text-decoration: none;
}

/* Unordered Lists */
UL {
	margin-top: 2px;
	margin-left: 16px;
	list-style: disc outside;
}

/* Ordered Lists */
OL {
	margin-top: 18px;
	margin-left: 22px;
	list-style: decimal outside;
}

LI {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Form Related Styles */
INPUT {
	font-size: 7pt;
	font-family: verdana;
	color: #000000;
}

.formButton {
	color: #000000;
	background-color: #B5CDB4;
	padding: 0px;
	margin-top: 18px;
}

.formTable td {
	border: 0px;
	padding: 2px;
}

/* Separator - dotted horizontal rule */
.horizontalRuleDotted {
	background-image: url('/wcfWebsite/images/dots.gif');
	background-repeat: repeat-x;
	height: 18px;
	padding: 0px;
	margin: 0px;
}