html, body {
	margin:0;
	padding:0;
}

body {
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:80%;
	/* Add full width menu bar 
	background:url(images/bg_body_backend.jpg) repeat-x 0px 0px;*/
	text-align:center;
}

#header 
{
	padding:140px 0 0 0;
	position:relative;
	margin:0;
}

.lowermenu 
{
  border-top:5px solid #216486;
  width:100%;
  height:30px;
  margin-bottom:15px;
  /* remove if you are having full width */
  background-image: url(images/lower-menu-grad.jpg);
  background-repeat:repeat-x;
  background-position: left bottom;
}

#container {
	margin:0 auto;
	position:relative;
	width:950px;
	padding:0 20px;
	text-align:left;
}
h4
{
    color:Black;
    font-size:14px !important;
}

.logo 
{
	position:absolute;
	left:0;
	top:10px;
}


/*account bar*/
#account-bar 
{  
	position:absolute;
	left: 625px;
	right:0px;
	top:0px;
	width:310px;
	height:27px;
	background:url(images/bg_account-bar.gif) no-repeat left bottom;
	font-size:75%;
	color:#ccc;
	padding:5px 6px 0 10px;
}

/*login bar*/
#login-bar 
{  
	position:absolute;
	left: 625px;
	right:0px;
	top:0px;
	width:310px;
	height:70px;
	background:url(images/bg_account-bar.gif) no-repeat left bottom;
	font-size:75%;
	color:#ccc;
	padding:5px 6px 0 10px;
}

#login-bar label {
	color:#666;
	font-weight:bold;
}

/*account bar*/
#account-bar p{
	margin:0;
	line-height:20px;
}
#account-bar span.username {
	color:#666;
	font-weight:bold;
}
#account-bar a{
	color:#666;
	text-decoration:none;
}
#account-bar a:hover{
	color:#f60;
	text-decoration:underline;
}

span.alerts-warning {
	float:right;
	width:60px;
	height:20px;
	background:url(images/ic_alerts.gif) no-repeat 0px 0px;
	font-weight:bold;
	color:#f60;
	padding:0 10px 0 24px;
}
#account-bar span.alerts-warning a{
	color:#f60;
}

/*content area*/
#backend-content 
{
	padding-bottom:20px;
}

.context-help
{
    float:right;
    width:50px;
    text-align:center;
    height:30px;
    padding-top:5px;
}

/*generic styling*/
.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



#logout {
	position:absolute;
	right:20px;
	text-align:right;
	width:300px;
	height:34px;
	color:#a2a1a1;
	background:url(images/bt_logout.gif) no-repeat right 0;
	padding:16px 0 0 0;
}

h1
{
    color:#216486;
    font-size:20px;
}

h2
{
    color:#216486;
    font-size:16px;
}

.formBox {
	background-color: #F4F3F2;
	border: 1px solid #CCCCCC;
	padding:7px;
	margin-bottom: 15px;
}

#FORM-TABLE-------------------------------------------------{}

.tableForm {
	border: solid 1px #DCDCDC;
	background-color: #F7F7F7;
	margin-bottom: 10px;
}

.column1 {
	width: 30%;
}

.column2 {
	width: 70%;
}

#TABLES-----------------------------------------------------{}

.tableDefault {
	clear:both;
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
}

.tableDefault a{
	color: Blue;
}

.tableDefault a:hover {
	color:#f60;
	text-decoration: underline;
}

.col1{
	width: 40%;
	text-decoration: underline;
}

.tableDefault .colColour{
	width: 50%;
	background-color: #DBD5CA;
}
.col2{
}

.tableDefault table{
	margin-bottom: 40px;
	padding: 5px 5px 5px 5px;
}

.tableDefault th {
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #0066CC;
	border: solid 1px #DCDCDC;
}

.tableDefault td {
	border: solid 1px #DCDCDC;
	padding: 5px 5px 5px 5px;
}

.titleBG {
	background-color: #F0F7FB;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.tableDefault tr {
}

.tableDefault caption {
	display: none;
}

.tableDefault tfoot{
	display: block;
	text-align: left;
	color: #0066CC;
}
.tableDefault TABLE {
	padding: 0px;
	margin-bottom: 0px;
	float: right;
}


#MENU-----------------------------------------------------{}

.menuLink {
	width: 48%;
	height:115px;
	border-bottom: solid 1px #E8E8E8;
	padding: 8px 5px 8px 5px;
	min-height: 90px;
}

.menuLinkFullWidth
{
	width: 100%;
	border-bottom: solid 1px #E8E8E8;
	padding: 8px 5px 8px 5px;
	min-height: 90px;
}

.menuLinkFullWidth SPAN {
	color:#216486;
	font-size: 1.6em;
}

.menuImage {
	float:left; 
	margin-right:8px;
	border: 0;
}

.menuLink .link {
	color:#216486;
	text-decoration:none;
	font-size: 1.6em;
}

.menuLink .link:hover {
	color:#f60;
	text-decoration: underline;
}

.menuLink p {
	padding-left: 83px;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}