/* Default CSS Stylesheet for a new Web Application project */

#mastermenu
{
	float: left;
	width: 240px;
	padding-right: 10px;
}
#master_content
{
	float: left;
	width: 550px;
	margin-right: -550px;
	color: #666666;
}
BODY
{
	background-color: white;
	font-family: Verdana, Helvetica;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}
P
{
	font-size: 11px;
}
.title
{
	background-color: #efefef;
	padding: 2px 2px;
	border: 1px solid #507BD3;
	font-weight: bold;
	margin: 0px;
	position: relative;
	top: 2px;
	left: 2px;
}
.title2
{
	background-color: #efefef;
	padding: 2px 2px;
	border: 1px solid #507BD3;
	font-weight: bold;
	margin: 0px;
	position:inherit;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-family: Verdana, Helvetica;
	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, Helvetica;
	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, Helvetica;
	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, Helvetica;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Helvetica;
	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, Helvetica;
	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: Verdana, Helvetica;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica;
}

TD
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica;
	letter-spacing: normal;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}

input.txt, textarea.txt, select.txt
{
	font-family: Verdana, Helvetica;
	font-size: 11px;
	border: 1px solid #afafaf;
}

td.gray
{
	background-color: #efefef;
	border-bottom: solid 1px #afafaf;
	border-right: solid 1px #afafaf;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}

td.gred
{
	background-color: #E6C8C8;
	border-bottom: solid 1px #afafaf;
	border-right: solid 1px #afafaf;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}
td.gwhite
{
	background-color: #ffffff;
	border-bottom: solid 1px #afafaf;
	border-right: solid 1px #afafaf;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}
a.btnLink
{
	border-right: #0a6cce 1px solid;
	padding-right: 2px;
	border-top: #0a6cce 1px solid;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 2px;
	border-left: #0a6cce 1px solid;
	color: #3f5e7c;
	padding-top: 2px;
	border-bottom: #0a6cce 1px solid;
	background-color: #efefef;
	font-size: smaller;
}
.sCnt
{
	border-top: #507bd3 1px solid;
	border-right: #507bd3 1px solid;
	border-left: #507bd3 1px solid;
	border-bottom: #507bd3 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	background-color: #507BD3;
}


tr.btnLink a
{
	padding: 1px;
	background-color: #E6F0FA;
	color: #0A6CCE;
	text-decoration: none;
	font-weight: bold;
}

tr.btnLink a:hover
{
	background-color: #0A6CCE;
	color: #E6F0FA;
	text-decoration: none;
}

.btnLink
{
	padding: 8px 4px;
	background-color: #E6F0FA;
	color: #0A6CCE;
	text-decoration: none;
	border: 1px solid #0A6CCE;
	font-weight: bold;
}
.Events
{
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: #afafaf 1px dashed;
}
