/* FONT */

body
{
	font-family: Arial;
	font-size: 12px;
	background: #bfc8dd;
	margin: 0px;
}

td, input, select
{
	font-size: 12px
}

/* LINKS */

a:link,a:visited { text-decoration: none; color: Navy; font-weight: bold; }
a:hover { text-decoration: underline; }

/* LAYOUT */

#layout { width: 100%; /*height: 100%;*/ padding: 0px; }

#layout .header { height: 61px; }
#layout .header .headercontainer { padding: 0px; }
#layout .header .headertable { width: 100%; height: 61px; }
#layout .header .headertable .logo { width: 248px; background: url('../_images/header/logo.png') left no-repeat; font-size: 1px; }
#layout .header .headertable .title { background: url('../_images/header/top.gif') bottom repeat-x; color:#003091; font-size:16px; vertical-align: bottom; padding-bottom: 20px; }
#layout .header .headertable .loginstatus { text-align: right; background: url('../_images/header/top.gif') bottom repeat-x; vertical-align: bottom; padding-bottom: 20px; color: #003091; }
#layout .header .rightcorner { width: 23px; background: url('../_images/header/right-corner.gif') right no-repeat; font-size: 1px; padding: 0px; }
#layout .header .rightcorner img { width: 23px; }

#layout .body { }
#layout .body .bodycontainer { padding: 0px; }
#layout .body .bodytable { width: 100%; }
#layout .body .bodytable  .leftborder { width: 37px; background: url('../_images/layout/left-border.gif') #fff left repeat-y; font-size: 1px; vertical-align: top; }
#layout .body .bodytable  .bodycontent { background-color: #fff; vertical-align: top; padding: 10px 0px 10px 0px; }
#layout .body .bodytable  .menu { width: 209px; background: url('../_images/layout/left-border.gif') #fff left repeat-y; vertical-align: top; padding: 0px; }
#layout .body .rightborder { width: 23px; background: url('../_images/layout/right-border.gif') right repeat-y; font-size: 1px; }

#layout .footer { height: 55px; }
#layout .footer .footercontainer { padding: 0px; }
#layout .footer td { padding: 0px; }
#layout .footer .footertable { width: 100%; height: 55px; }
#layout .footer .footertable .left { width: 37px; background: url('../_images/footer/left-corner.gif') left no-repeat; font-size: 1px; }
#layout .footer .footertable .content { background: url('../_images/footer/footer.gif') repeat-x; color: #fff; }
#layout .footer .footertable .content a { color: #fff; text-decoration: underline; }
#layout .footer .right { width: 23px; background: url('../_images/footer/right-corner.gif') right no-repeat; font-size: 1px; }

/* MENU */

#menu 
{ 
	padding: 0px;
	border: 0px;
	height: 100%;
}

#menu #menu-collapsed { width: 15px; }

#menu #menu-collapsed td
{
	padding: 0px 15px 0px 0px;
	vertical-align: top;
	height: 100%;
	background-image: url('../_images/layout/left-border.gif');
	width: 30px;
}

#menu #menu-expanded { height: 11px; text-align: right; }

#menu #menu-expanded td
{
	padding: 0px;
	background-image: url('../_images/menu/menu-top.gif');
	height: 20px;
	width: 200px;
}

#menu .body
{
	width: 200px;
	height: 100%;
	vertical-align: top;
	border: 0px;
	padding: 0px;
	font-size: 11px;
	background: url('../_images/layout/left-border.gif');
}

#menu .body ul
{
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: url('../_images/menu/menu-bg.png') top left repeat-y;
}

#menu .body ul li
{
	padding: 0px 0px 5px 15px;
}

#menu .body ul li a
{
	color: #fff;
	vertical-align: middle;
	padding: 4px 0px 0px 10px;
	background: url('../_images/menu/menu-button.png') top left no-repeat;
	width: 161px;
	height: 23px;
	display: block;
	padding-top: 3px;
}

#menu .body ul li .header
{
	background: url('../_images/menu/menu-button.png') top left no-repeat;
	width: 169px;
	height: 23px;
}

#menu .body ul li .header a
{
	background: none;
	width: auto;
	height: auto;
	display: inline;
	float: left;
}

#menu .body ul li .header a.link
{
	width: 131px;
	font-weight: bold;
}

#menu .body ul li .header .arrowlink
{
	float: right;
}

#menu .body ul li .header img
{
	border: 0px;
}

#menu .body ul li ul
{
	background: url('../_images/menu/submenu-bg.png') top left repeat-y;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #003091;
	width: 161px;
}

#menu .body ul li ul li
{
	background: url('../_images/menu/submenu-divider.png') bottom left no-repeat;
	padding: 0px 0px 0px 15px;
	height: 18px;
}

#menu .body ul li ul li a
{
	background: url('../_images/menu/mnu_tblBullt.gif') center left no-repeat;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #003091;
	vertical-align: middle;
	width: auto;
	height: auto;
}

#menu .body ul li .top
{
	background: url('../_images/menu/submenu-top.png') bottom left no-repeat;
	font-size: 1px;
	height: 9px;
	padding: 0px;
	margin-top: 2px;
}

#menu .body ul li .bottom
{
	background: url('../_images/menu/submenu-bottom.png') top left no-repeat;
	font-size: 1px;
	height: 13px;
}

#menu .body div.menu-bottom
{
	padding: 0px;
	background: url('../_images/menu/mnu_Bottom.gif');
	height: 20px;
	width: 200px;
	font-size: 1px;
}

#menu .body div.menu-end
{
	padding: 0px;
	background: url('../_images/layout/left-border.gif');
	width: 200px;
	border: 0;
}
