﻿html{
	font-size:100.01%;
	background:#000 url(images/bg-html.gif) repeat-x;
}
body{
	margin:0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/bg-body.jpg) no-repeat 50% 0;
	
}
form,fieldset,img{margin:0;padding:0;border:0;}
a{text-decoration:none;
  color:#284f76;
  }
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:10px arial,sans-serif;
	vertical-align:middle;
}

h1 {
	margin:15px 0;
	padding:0 10px 5px 22px;
	color:#3b475f;
	font-size: 20px;
	line-height:100%;
	background: url(images/arrow.gif) no-repeat 4px 3px;
}

h2 {
	margin:0;
	padding:15px 0 5px 0;
	color:#3f3f3f;
	font-size: 16px;
	line-height:100%;
}

h3 {
    font-size: 14px;
	color:#2f2f2f;
}

li {
    padding:4px 0;
}

#wrapper{
	position:relative;
	width:936px;
	overflow:hidden;
	padding:0 6px;
	margin:0 auto;
	background: url(images/bg-wrapper.png) repeat-y;
}
/*MAIN*/
.main-wrapper{
	padding:182px 10px 12px;
	width:916px;
	overflow:hidden;
}
.main-area{
	width:916px;
	overflow:hidden;
	background:#fff;
	background: url(images/bg-main-area.jpg) repeat-y;
}
.main-holder{
	width:916px;
	overflow:hidden;
	background: url(images/bg-main.jpg) no-repeat;
}
#main{
	width:900px;
	overflow:hidden;
	padding:2px 0 0;
	background: url(images/bg-main-holder.jpg) no-repeat 0 100%;
}


/*HEADER*/
#header{
	position:absolute;
	top:0;
	left:6px;
	height:177px;
	width:936px;
	background:#2f587f url(images/bg-header.gif) repeat-x 0 100%;
}
#header .item{
    font-size: 11px;
	height:21px;
	padding:5px 0 3px 12px;
	width:926px;
	overflow:hidden;
}
.group-logo-print
{
    display:none;
}
.logo-print{display:none;}
.logo{
	float:left;
	width:94px;
	height:19px;
	overflow:hidden;
    background:none;
    font-size:16px;
    font-family:Helvetica;
    color:#FFF;
}
.logo a{
	display:block;
	height:100%;
    color:#FFF;
}




.logo a:hover
{
    color:#FFF;
    text-decoration:none;
}






.logo
{
    background:none;
    font-size:16px;
    font-family:Helvetica;
    color:#FFF;
    text-indent:0px;
}
.logo a
{
    color:#FFF;
}



.logo a:hover
{
    color:#FFF;
    text-decoration:none;
}

#header .item span{
	float:right;
	color:#ccc;
	font-size:100%;
}
ul.logout{
	float:right;
	overflow:hidden;
	margin:0;
	padding:1px 1px 0 0;
	list-style:none;
}
ul.logout li{
	margin:0 3px 0 -3px;
	padding:0 6px 0 7px;
	float:left;
	font-size:100%;
	background: url(images/separator.png) no-repeat 0 1px;
}
ul.logout li a{
	color:#fff;
}
#header .image-holder{
	width:100%;
	overflow:hidden;
}
#header .image-holder img{
	display:block;
}
/*footer*/
#footer{
    clear: both;
	margin:40px 0;
	width:100%;
	overflow:hidden;
	min-height:50px;
	background:#214d78;
	color:#FFF;
	font-size:80%;
}
#footer a
{
	color:#FFF;
}
#footer #copywrite
{
    float:left;
    padding:10px;
}
#footer #nav
{
    float:right;
    padding:10px;
}

#footer #copy
{
    clear:both;
    padding:10px;
    padding-top:0px;
}


* html #footer{
	height:50px;
}



/*----------------------------------- < forms.css > --------------------------------------*/
label {
    margin-bottom: 3px;
}

input.txtInput {
    border: 1px solid #838383;
    font-size: 12px;
    padding: 4px 10px;
    width: 150px;
}

.checkList label {
    display: inline;
}

.formTable td {
    padding-bottom: 8px;
    padding-right: 20px;
}

.formTable td select {
    width: 170px;
}








/*Table Display*/
.display-table
{
    width:540px;
}

.display-table th, .display-table td
{
    text-align:center;
    padding:5px 5px 5px 10px;
    border:solid px #e9e9e9;   
}
.display-table th
{
    background-color:#f3f3f3;
}

.display-table .odd td
{
    background-color: #d7d7d8;
}

.display-table .title
{
   text-align:left;
} 
    
.display-table .even td
{
    background-color: #c6c6c6;
}

/*Table Display*/




.formContainer
{
    width:100%;
    background-color:#F2F2F2;
    margin-top:10px;
    margin-bottom:10px;
    
}

.formContainer div
{
    padding:10px;
}




.button
{
    width:100px;    
    height:30px;
    text-transform: uppercase;
    font-size:14px;
    font-weight:bold;
    color:#FFF;
    background-color:#3c3c3c;
    cursor:pointer;
    margin:10px 0px;
}
