﻿/* <!-- */
/* General styles */
body 
{
    background-image: url("../../assets/images/background2.jpg");
    background-color: #a4adbc;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;	/* Minimum width of layout - remove line if not required */
					    /* The min-width property does not work in old versions of Internet Explorer */
	/*font-size:90%;
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/*a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}*/


a:link
{
	text-decoration: none;
}

a[rel="nofollow"]
{
	background-color: #ffffff !important;
	color: #000000 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}

.pageHeader
{
	background: #FFFFFF url('../../assets/images/siteMap_Tile.jpg') repeat-x; /* These next two add up to effective button width - 191 */
	width: auto;
	height: 54px;
	padding-top: 18px;
	padding-left: 18px;
}

.pageHeaderTitle
{
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	font-weight: normal;
	color: #4C4C4C;
}

.contentArea
{
	width: auto;
	height: auto;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.toolbar
{
	background-image: url(../../assets/images/page_Header_05.jpg);
	height: 35px;
	width: 764px;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.toolbarbutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 27px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:763px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header 
{
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:763px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* Full page settings */
.fullpage {
	background-color:#fff;		 /* page background colour */
	/*background: url(/Assets/Images/background2.jpg);*/
}
.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
	padding-top: 5px;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:70%;			/* right column width */
	background:#f4f4f4;	/* left column background colour */
}
.leftmenu .col1 {
	width:66%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
	padding-top: 5px;
}
.leftmenu .col2 {
	width:26%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
	padding-top: 5px;
}
/* End 2 Column (left menu) settings */

/* 2 Column (right menu) settings */
	.rightmenu {
		background:#eee;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:71%;			/* left column content width (left column width minus left and right padding) */
		left:27%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:21%;			/* right column content width (right column width minus left and right padding) */
		left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
/* End 2 Column (left menu) settings */

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:763px;
	border-top:1px solid #000;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer p {
	padding:10px;
	margin:0;
}
/* --> */

/* <!-- Header */
#headertop
{
   background: url(/Assets/Images/header_top_background.png);    
   width: 763px;
   height: 87px;
}

/* --> */

/* Various Style */
.wizHeader {font: 16px bold Verdana,Arial,helvetica,sans-serif; background-color: #efefef; padding: 4 0 4 0}
.instructions{font: 10px normal Verdana,Arial,helvetica,sans-serif;}
.phydetails{font: 12px normal Verdana,Arial,helvetica,sans-serif;}
.phyheader{font-weight: bold; font-size: 11px; background-color: #efefef;}

/* HTML Styles */
button
{
    border: solid 1px #000000;
    font: 10px normal Verdana,Arial,Helvetica,Sans-Serif;
}

input
{
    font: 10px normal Verdana,Arial,Helvetica,Sans-Serif;
}

.dropdownlist
{
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
}

textarea
{
    font: 10px normal Verdana,Arial,Helvetica,Sans-Serif;
}

.btnWT
{
    background-color: #FFFBFF;
    border: solid 1px #CCCCCC;
    width:15px;
    height:15px;
    text-align: center;    
}

#login
{
    font-weight: normal;
}

.loginPanel
{
    background-color: #ffffff;
    font-weight: bold;
}
