﻿
div#head
{
    position: relative;   
    top: 0;
    left: 0;
    height: 91px;
    width: 100%;
    margin-bottom: 10px;
    /*border-bottom: solid 1px #000000;*/ /* Changed the border color to #7FC1FF */
    border-bottom: solid 1px #7FC1FF;
    background: #FFFFFF url(_images/header_bg.jpg) repeat-x top left;
}

div.titleBG
{
	 background: #FFFFFF url(_images/img_header_with_Vericrest.jpg) no-repeat top left;
	 height: 91px;
	 width: 542px;
}


div#websiteTitle
{
	position: absolute;
	top: 54px;
	/*left: 542px;*/
    text-align: right;
    right: 13px;
	color: #003768;
	font-family: Calibri;
	font-size: 20px;
	/* Added the below line */    
    font-weight:bold;
    width:100%;
}


div#websiteSubTitle
{
	position: absolute;
	top: 28px;
	left: 20px;
	color: #000000;
	font-size: 16px;
	/* Added the below line */
    font-style:italic;    
    font-weight:bold;
    font-family:Arial Baltic;	 
}
div#utilities
{
	position: absolute;
	top: 4px;
	right: 26px;
}

div#utilities a
{
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
}

table#mainTable
{
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    /* Added Height*/
    height:70%;
}

td#left
{
    width:500px;
    /* Added Height and background color*/
    height:70%;
    background-color:white;
}

td#controlright
{
    width: 100%;
    vertical-align: top;
    margin-right: 10px;
}

.hline
{
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #7FC1FF;
	margin-bottom: 5px;
	margin-top: 5px;
}
div#navigation
{
	position: relative;
	top: 0px;
	left: 5px; /*Changed the width from 10 to 5 px*/
	color: #FFFFFF;	
	border-bottom: solid 1px #7FC1FF;
}

div#navigation a img
{
    display: none;
}

div.sidebartop 
{
    padding-top: 20px;
}

div.sidebar 
{
	position: relative;
	top: 0px;
	margin-left: 10px;
    border: solid 1px #7f7f7f;
}

div.sidebar h2
{
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    height: 23px;
    color: #000000;
    background: #FFFFFF url(_images/title_bg.gif) repeat-x top left;
}

div.sidebar ul 
{
    margin: 0;
    padding: 0;
}

div.sidebar ul li.item
{
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    list-style-type: none;
}

div.sidebar ul li.item a 
{
    text-decoration: none;
    color: #000000;
    padding-left: 7px;
}

div.sidebar ul li.sidebaritemseparator
{
	list-style-type: none;
	margin-left: 7px;
	margin-right: 7px;
	border-bottom: solid 1px #7f7f7f;
	margin-bottom: 5px;
	width: 174px;
	height: 5px;
}


td#right
{
    margin: 0;
    /*padding-left: 36px;
	padding-right: 23px;
	padding-bottom: 20px;*/ /*Changed the properties to below: */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
	vertical-align: top;
	background-color: #FFFFFF;	
}

div#footer
{
    width: 100%; /* Changed the width to 100% from 500px */
    height: 26px;
    /* padding-left: 5px;
    padding-right: 5px; /* Commented the above fields from 36 and 21 respectively*/
    padding-top: 7px;  
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
}

div#footer a
{
	text-decoration: none;
	color: #000000;    
}


div#breadcrumbs
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 2px;
    background: #FFFFFF url(_images/title_bg.gif) repeat-x top left;
    height: 23px;
}

div#breadcrumbs .node
{
    color: #000000;
    text-decoration: none;
    padding-right: 5px;
}

div#breadcrumbs .currentNode
{
    color: #000000;
}

div#breadcrumbs .separator
{
    color: #000000;
    padding-right: 5px;
}

#contentContainer div.sectionsettings 
{
    margin-top: 11px;
    margin-bottom: 5px;
    background-color: #D1DDFF;
    width: 100%;
    /*border: solid 1px #898989;*/
    /*padding: 3px;*/
}

#contentContainer div.sectionsettings table
{

}

#contentContainer div.sectionsettings table td
{
	padding: 0px 18px 8px 18px;
    vertical-align: middle;
}