BODY
{
	color: #000000;
	background-color: #DFDFFF;
	background-image: url(images/blueback.jpg);
	background-repeat: repeat;
	font-family: arial;
	font-size: 10pt;
	margin: 0px;
}

A:Link
{
 	color: #000000;
	text-decoration: none;
}

A:Visited
{
 	color: #000000;
	text-decoration: none;
}

A:Hover
{
	color: #000000;
	text-decoration: underline;
}

.DefaultTable
{
	font-family: arial;
	font-size: 10pt;
}

.DefaultTable TH
{
	background: #D8C080 url(images/header_gradient.jpg) repeat-x center;
	border-bottom: solid 1px #808080;
}

.TitleBar
{
	font-family: arial;
	font-size: 12pt;
}

.LargeImageBox
{
	background: transparent;
	color: #000000; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	text-align: right;
	display: none; 
	overflow: hidden;
	white-space: nowrap;
}


.MainLayoutTable
{
	background-image: url(images/blueback_fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: arial;
	font-size: 10pt;
}

.MenuBar
{
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background: #CAAAD0 url(images/vert_fade2_violet.jpg) repeat-x 0px -1px;
	border-top: solid 1px #9555A0;
	border-bottom: solid 1px #600070;
	height: 24px;
}

.MenuBarUL
{
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background: #CAAAD0 url(images/ul_fade2_violet.jpg) left top;
	border-bottom: solid 1px #600070;
	height: 24px;
}

.MenuBarUR
{
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background: #CAAAD0 url(images/ur_fade2_violet.jpg) right top;
	border-bottom: solid 1px #600070;
	height: 24px;
}

.MenuBar A:Link
{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: auto;
}

.MenuBar A:Visited
{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: auto;
}

.MenuBar A:Hover
{
	display: block;
	background: #FFFFFF url(images/vert_fade_violet.jpg) repeat-x bottom;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: auto;
	border-top: solid 1px #600070;
	border-left: solid 1px #600070;
	border-right: solid 1px #CAAAD0;
	border-bottom: solid 1px #CAAAD0;
}

.SideBar
{
	background-color: #000080;
	background-image: url(images/vert_gradient.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 10pt;
	font-family: verdana, arial;
	padding: 0px 8px;
}

A.SideBar:Link
{
 	color: #000000;
	text-decoration: none;
}

A.SideBar:Visited
{
	color: #000000;
	text-decoration: none;
}

A.SideBar:Hover
{
	color: #000000;
	text-decoration: underline;
}

.FadeBorderVert
{
	background-color: #FFFFFF;
	background-image: url(images/thingrade_vert.jpg);
	background-repeat: repeat-y;
}

.FadeBorderVert2
{
	background-image: url(images/thingrade_vert2.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.FadeBorderHorz
{
	background-image: url(images/thingrade_horz.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.HeaderText
{
	font-family: arial, verdana;
	font-size: 12pt;
	font-weight: bold;
}

.TitleText
{
	font-family: arial, verdana;
	font-size: 14pt;
	font-weight: bold;
}

.MainContent
{
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFFFFF;
}

.CommonButton
{
	border: outset 2px;
	font: bold 10pt arial;
	color: #000000;
	background: #FFFFFF url(images/btn_gradient.jpg) repeat-x center;
	cursor: pointer;
	line-height: 1.5em;
	height: 1.5em;
	padding: 0px 8px;
	margin: 0px;
}

.ImagePopup
	{
	position: absolute;
	border-left: solid #600070 1px;
	border-right: solid #600070 1px;
	border-bottom: solid #600070 1px;
	text-align: center;
	background: #FFFFFF;
	width: 60%;
	left: 20%;
	height: 60%;
	overflow: auto;
	display: none;
	}

.PopupTitleBar
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background: #CAAAD0 url(images/vert_fade2_violet.jpg) repeat-x top;
	border-bottom: solid 2px #600070;
	position: absolute;
	height: 24px;
	line-height: 20px;
	width: 60%;
	left: 20%;
	top: 20%;
}


.RequiredField
{
	color: #C00000;
}

@media print
{
	.NoPrint
	{
		display: none;
	}
}