/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #efece9;
}

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: 8pt;
	font-family: Arial;
	color: #3333cc;
	text-decoration: none;
}

A:visited
{
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
	color: #333399;
}

A:active
{
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;
	color: #333399;
}

A:hover
{
	font-size: 8pt;
	font-family: Arial;
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

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;
}

.AccountMenu
{
	font-size: 8px;
	color: white;
	text-decoration: none;
}

.cwButton
{
	color: White;
	border: Solid 1px White;
	background-color: #4682b4;
}
BUTTON
{
	color: White;
	border: Solid 1px White;
	background-color: #4682b4;
}
.cwTextBox
{
	border-width: 1px;
	background-color: White;
}

.cwTextSectionHeader
{
	font-size: 9pt;
	font-weight: bold;
	margin-top: auto;
	color: #003366;
}

.cwTextError
{
	color: Red;
	font-weight: bold;
}

.cwText
{
	font-size: 8pt;
	font-family: Arial;
}
	
.cwListTable
{
	border: solid 2px silver;
	background-color: White;
	font-size: 8pt;
	font-family: Arial;
}

.cwListHeader
{
	font-weight: bold;
	color: White;
	background-color: #7188A8;
}

.cwListSelectedItem
{
	background-color: "Cornsilk";
}

/* Tab Control with top tabs*/
.cwTopTabMultipage
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 4px;
	word-spacing: normal;
	text-transform: none;
	padding-top: 4px;
	border-bottom: #2b4f81 1px solid;
	border-left: #2b4f81 1px solid;
	border-right: #2b4f81 1px solid;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #dee3eb;
}

/* Tab Control with left tabs */
.cwLeftTabMultipage
{
	border: solid 1px #2B4F81;
	border-left-style: none;
	padding: 5px;
	background-color: #dee3eb;
	height: 100%;
	width: 100%;
}

/*Tree Nodes */
.TreeNode, a.TreeNode:Link, a.TreeNode:Visited
{
	font-size: 10pt;
	cursor: hand;
	color: black;
	font-family: Arial;
}
.TreeNodeHover, a.TreeNode:Hover
{
	font-size: 10pt;
	cursor: hand;
	color: steelblue;
	font-family: Arial;
}

