﻿/* DO something */

html,body
{
    margin:0px;
    height:100%;
    font-family:Verdana;
    font-size:12px;
    color:#0D3692;
    background-color:#E5EDF5;
	line-height:17px;
}

form
{
	height:100%;
}

img
{
	display:block;
}

h1
{
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;

}

a
{
    color:#0D3692;	
}

a:visited
{
    color:#0D3692;	
}

.containerTable
{
    height:100%;
    width:800px;
    vertical-align:top;    
}

table td
{
    vertical-align:top;
}

DIV.MainMenu a
{
	color:white;
	text-decoration:none;
}

DIV.MainMenu a:hover
{
    color:#ec047c;    
}

.bottomTable
{
    height:25px;
    background-color:#FE89C7;    
    width:100%;
    text-align:center;
    color:White;
    font-weight:bold;
}

.bottomTable td
{
    vertical-align:middle;
}

.UIContent
{
	padding:10px;
	text-align:left;
}

.UIContent IMG
{
	display:inline;
}

.UIHeader
{
	font-size:24px;
	font-weight:bold;
}

.UIMenuItemSelected
{
	text-align:right;
    font-weight:bold;
	text-decoration:none;	
	padding-right:15px;
	
}

.UIMenuItemSelected a
{
    color:#ec047c !important;
}

.UIMenuItemSelected a:hover
{
    color:white;
}


.UIMenuItem
{
	text-align:right;
    font-weight:bold;

	padding-right:15px;
}

.UISubMenuItem
{
	text-align:right;
	padding-right:25px;
	height:10px;
}

.menuTable
{
	width:100%;
	margin-right:10px;
}

.bottomTable a
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.bottomTable a:hover
{
	color:#0D3692;
	font-weight:bold;
	text-decoration:none;
}

/*-----------------*/
/*------Main-------*/
/*-----------------*/

DIV.Main
{
	margin:0 auto;
	width:799px;
	position:relative;
	min-height:100%;
	background:url(MainBG.jpg) repeat-y left white;
}

DIV.Main DIV.MainHeader
{
	background-color:#80A3CC;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

DIV.MainMenu
{
	background:url(left_top_bg_menu.jpg) no-repeat left top #80a3cb;
	background-position-y:145px;
	float:left;
	width:150px;
	padding-top:200px;
	overflow:hidden;
	height:100%;
}

DIV.MainContent
{
	height:100%;
	background:url(MainContentBG.jpg) repeat-y;
	
}

DIV.MainContentHolder
{
	float:left;
	width:649px;
	min-height:100%;
    background-color:White;  
}

DIV.InnerContent
{
	margin-top:23%;
	height:100%;
	background-color:White;  
	padding-left:15px;
}

DIV.MainFooter
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}

.clear
{
    clear:both;
}
