﻿body 
{
	font-size: 10pt;
	font-family: Arial;
}
select
{
	font-size: 9pt;
	font-family: Arial;
}
input
{
	font-size: 9pt;
	font-family: Arial;
}
input[type=text] 
{
} 
input[type=button] 
{     
	border: 1px solid #006; 
}
input[type=submit] 
{     
	border: 1px solid #006; 
}
input.default
{
	background: #9cf;
}
textarea
{
	font-size: 9pt;
	font-family: Arial;
}
table
{
	font-size: 10pt;
	font-family: Arial;
	border-collapse: collapse;
	border-spacing: 0px;
}
/*table td
{
	padding: 4px;
}*/
option
{
	font-size: 9pt;
	font-family: Arial;
}
.headerbar
{
	min-width:900px;
	width:100%;
	height:75px;
	background-color:Red;
	color:White;
}
.headerbar .right
{
	width:425px;
	height:75px;
	float:right;
	background: url(../images/head_bg_right2.png) top left no-repeat;
}
.headerbar .right .links
{
	float:right;
	top:4px;
	left:55px;
	margin-right: 10px;
	width:300px;
	color:Black;
}
.headerbar .right .links a
{
	text-decoration: none;
	color: Black;
}
.headerbar .right .links a:link
{
	text-decoration: none;
	color: Black;
}
.headerbar .right .links a:visited
{
	text-decoration: none;
	color: Black;
}
.headerbar .right .links a:hover
{
	text-decoration: underline;
	color: #ad0000;
}
.altrow
{
	background-color: rgba(0,0,0,.04);
	vertical-align: top;
}
.small
{
	font-size: 7pt;
}
image
{
	border: 0;
}
.footnote
{
	font-size: 8pt;
	color: #777777;
}
.error
{
	border: 1px dashed Red;
	background-color: #FFDDDD;
	padding: 5px 5px 5px 5px;
}
.success
{
	border: 1px dashed Green;
	background-color: #DDFFDD;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	color: Green;
}
.information
{
	border: 1px solid #31708f;
	background-color: #d9edf7;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	color: #31708f;
}
.username_warning
{
	border: 1px solid #9F6000;
	background-color: #FEEFB3;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	margin-bottom: 15px;
	max-width: 900px;
}
.username_warning .close
{
	float: right;
}
.warning
{
	border: 1px solid #faebcc;
	background-color: #fcf8e3;
	padding: 15px 15px 15px 15px;
	font-weight: bold;
	color: #8a6d3b;
}
.pageTitle
{
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 5px;
}
.subHead
{
	color: #444444;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
	margin-top:10px;
	margin-bottom: 5px;
}
.subhead
{
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 5px;
}
.frmTable
{
	/*margin-left:15px;*/
}
.main
{
	margin-left: 15px;
}
.blankmain
{
	margin-left: 0px;
}
.menuBar
{
	width: 100%;
	background-color: #f0f0f0;
	border-bottom: 1px solid #777777;
	height: 27px;
}
.newsBar
{
	width: 100%;
	background-color: #f8fff8;
	border-bottom: 1px solid #777777;
	height: 27px;
	line-height: 27px;
}
.dark
{
	background-color: #aaaaaa;
	color: white;
}
.notation
{
	font-size: 8pt;
	color: #444444;
}
a, a:visited, a:link
{
	color: Blue;
}

/************************************************************************/
/* START MENU															*/
/************************************************************************/

/************************************************************************/
/* END MENU																*/
/************************************************************************/


