body {
	background:#FFFFFF url(../images/gradient_gray.gif) repeat-x;
	color: #111111;
	text-decoration: none;
	text-align: center;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0; 
	padding: 0;	
}

A:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 20px;
	color: #333333;
	text-decoration: none;
}

h2
{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

th
{
	background-color: #365b78;
	height: 25px;
	color: #ffffff;
	font-weight: bold;	
}

.tinytext
{
	font-size: 11px;
	color: #444444;
}

/** The logotype */
#logo
{
	width: 800px;
	height: 110px;
	position: relative;
	padding-top: 5px;
	margin: 0 auto;
	text-align: left;
}

/** The main menu */
#menu
{
	width: 800px;
	height: 45px;
	background: url(../images/bar_blue.gif) no-repeat;
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
	margin: 0 auto;
	vertical-align: middle;
}

/** A menu item for the main menu */
.menuitem
{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

/** The main content area */
#content {
	background:url(../images/bar_body.gif) no-repeat;
	width: 760px;
	color: #000000;
	margin: 0 auto;	
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 10px;	
	margin-top: 0px;
}

/** A block with borders within the content area */
.borderblock
{
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	padding: 20px;
}

/** A block within the content area */
.block
{
	background-color:#f3f3f3;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #b0b0b0;	
}

/** The not-selected version of a tab. */
.tabunderline
{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #e0e0e0;
	text-align: center;
	height: 30px;
}

/** The selected version of a tab. */
.tabboxed
{
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #e0e0e0;
	text-align: center;
	height: 30px;	
}

/** A row in a table */
.roweven
{
	background-color: #efefef;
}

/** A row in a table */
.rowodd
{
	background-color: #ffffff;
}

/** A distinct table */
.table
{
	border-style: solid;
	border-width: 1px;
	border-color: #365d7b;
	background-color: #ffffff;
}

/** A more subtle table */
.smoothtable
{
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
}

/** And a big title for the subtle table */
.smoothtitle
{
	font-size: 18px;
	color: #303030;
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b0b0b0;	
}

.advisortitle
{
	font-size: 12px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b0b0b0;	
}


.bordered
{
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
}

.dropdownrow
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #e0e0e0;
	padding: 10px;
}

.errormessage
{
	color: #ff0000;
}

.advisorfailed
{
	color: #ff0000;
}

.advisorconfirmed
{
	color: #66CD00;
}
.advisorfocus
{
	border-style: solid;
	border-width: 2px 0 2px 0;
	border-color: #49ba2b;
}
.advisorfocusleft
{
	border-style: solid;
	border-width: 2px 0 2px 2px;
	border-color: #49ba2b;
}
.advisorfocusright
{
	border-style: solid;
	border-width: 2px 2px 2px 0;
	border-color: #49ba2b;
}
.advisorfocustitle
{
	color: #ffffff;
	background-color: #49ba2b;
}
