body {
	background-color: #EEEEEE;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #003479;
	text-align: center;
}

a img {border: 0px;}

a {
	color: #003479;
	text-decoration: none;
}

a:visited {
	color: #003479;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a:active {
	color: #FFCC00;
	text-decoration: none;
}

.Container {
	width: 765px;
	height: 625px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/SystemImages/splash_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.ContainerMain {
	width: 765px;
	height: 625px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/SystemImages/splash_bg2.gif);
	background-repeat: no-repeat;
	position: relative;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
.ContainerLogin {
	width: 765px;
	height: 625px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/SystemImages/splash_bg3.gif);
	background-repeat: no-repeat;
	position: relative;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
}
.Header {
	height: 100px;
	padding-left: 11px;
	padding-top: 10px;
	
}

.Bar {
	height: 26px;
	background-image: url(/SystemImages/splash_bar.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

.Left {
	width:375px;
	float: left;
	text-align: right;
	padding-top: 10px;
}

.Right {
	width:385px;
	float: right;
	text-align: left;
	padding-top: 10px;
}

.MenuBar {
	height: 26px;
}
* html #pnlSectionMenu 
{

}
.Menu {
	width: 270px;
	float: left;
	padding-left: 22px;
	padding-top: 25px;
}
* html .Menu 
{
	
}
.sectionLink
{
    position:relative;
}
* html .sectionLink 
{
	left: -535px;
	top:-43px;
	
}
.sectionText
{
    position:absolute;
    left:80px;
    top:15px;
    width:100px;
    height:30px;
    vertical-align:middle;
    cursor:pointer;
}
* html .sectionText
{
	left:80px;
	top:20px;
	width:100px;
	height:30px;
	position:absolute;
}
.SubMenu {
	width: 485px;
	height: 500px;
	position: absolute;
	top: 25px;
	left: -30px;	
	background-image: url(/SystemImages/splash_submenu_bg.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 25px;
	padding-right:50px;
	z-index: 0;
}
div>.SubMenu  /* --- Only IE7 will use these --- */
{
	left: 200px;
}

* html .SubMenu 
{
	left: -88px;
}

.SubMenuIcon {
	width: 95px;
	height: 95px;
	float:left;
	margin-bottom: 25px;
	text-align: center;
}

.SubMenuIconSeparator {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	width:0px;
}
div>.SubMenuIconSeparator  /* --- Only IE7 will use these --- */
{
	height:13px;	
}

.borderHide
{
	background-color: #FFFFFF;
	width: 2px;
	height: 58px;
	position: absolute;
	left: -32px;	
	z-index: 1;
}
div>.borderHide /* --- Only IE7 will use these --- */
{
	  left: 200px;
}
* html .borderHide 
{
	left:-90px;	
}
input
{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #003479;
}

input.login
{
	border: 1px solid #003479;
	padding: 2px;
	width: 250px;
	left: 135px;
	position: absolute;
}

.loginText
{
	display: block;
	position: absolute;
	left: 60px;
	padding-top: 2px;
}

input.button
{
	color: #000000;
	background-color: #FFCC00;
	border-left: 1px solid #FEDB50;
	border-top: 1px solid #FEDB50;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
}

input.button:active
{
	background-color: #FFCC00;
	border-left: 1px solid #FEDB50;
	border-top: 1px solid #FEDB50;
	border-right: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
}

/* Added by AR on 15/05/2007 */
/*
ul#splashIcons
{
	margin: 0 0 0 15px;
	padding: 50px 0 0 0;
}

ul#splashIcons li
{
	display:inline;
	margin: 1px 30px 1px 100px;
	width: 200px;
}

ul#splashIcons li a img
{
	margin-top: 30px;
}
*/


.splashIcon 
{
    margin-left:35px;
    margin-top:40px;
    display:inline-block;
    float:left;
    width:205px;
    text-align:center;
}

