﻿* { 
	margin:0; padding:0;
}
html, body 
{
    background: #283744 url('../images/mainbg.png') repeat-x scroll left top;
	color: #26333f;
	margin: 0; 
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
}
h1, h2, h3 {
	color: #9d99b0;
	font-weight: normal;
}
h1 
{
    color: #489c20;
    font-size: 22pt;
    margin-bottom: 20px;
}
h2 {
    margin: 20px 0 10px 0;
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
    margin: 20px 0 10px 0;
}
img {
    border: none;
}
a {
	color: #9d99b0;
	text-decoration:none;
}
a:hover {
	color: #59556d;
}
p {
	margin-bottom: 10px;
	text-align: left;
}
ul 
{
    margin-left: 40px;
}
input, select { 
  font-size: 8pt; 
  background-color: #fff; 
  border-color: #9d99b0; 
  border-style: solid; 
  border-width: 1px;
  padding: 5px;
  margin: 5px;
}
select 
{
    width: 200px;
}
input 
{
    width: 240px;
}

input[type="radio"], input[type="checkbox"]
{
    border: none;
    width: 30px;
}

input[type="submit"], input[type="button"]
{
    background-color: #eee;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    color: #9d99b0;
    width: auto;
}
textarea {
	font-family: Arial;
	font-size: 10pt;
	padding: 5px;
}
#wrapper {
	position: relative;
	width: 960px;
	text-align: left; /* reset text alignment */
	margin:0 auto; /* for the rest */ 
	margin-top: 0px;
	padding: 0px;
}
#innerwrapper
{
    background-color: #fff;
    padding: 10px;
    min-height: 500px;
}
#header 
{
    margin-top: 0px;
}

#topnav
{
	text-align: right;
	width: 100%;
	margin-top: 5px;
	height: 10px;
}
#topnav ul, #footernav ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
}
#topnav ul li, #footernav ul li {
	display: inline;
	
}
#topnav ul li a, #footernav ul li a {
	color: #fff;
	width: 110px;
	padding: 0px 8px 0px 8px;
	font-size: 8pt;
	border-right: 1px #fff solid;
}
#topnav ul li a:hover, #footernav ul li a:hover
{
    text-decoration: underline;
}
#topnav .lastmenuitem, #footernav .lastmenuitem {
	border-right: none;	
}
#footernav ul li a 
{
    color: #314351;
    border-right: 1px #314351 solid;
}
.swslogo 
{
    float: right;
    margin-top: 40px;
}
#mainnavbar
{
	text-align: right;
	width: 100%;
	margin: 0px 0px 3px 0px;
	height: 32px;
	background-image: url('../images/menubar_bg.png');
	background-repeat: no-repeat;
	text-align: right;
}
#mainnavbar ul {
	list-style: none;
	margin: 0 10px 0 0;
	height: 31px;
}
#mainnavbar ul li 
{
    float: right;
	display: inline;
	text-align: center;
	background-image: url('../images/Menubar_Button.png');
	width: 90px;
	height: 23px;
	margin-top: 1px;
	padding: 8px 0 0 0;
}
#mainnavbar ul li a {
	color: #314351;
	font-size: 9pt;
	font-weight: bold;
}
#mainnavbar ul li a:hover 
{
    color: #fff;
}
.menucornerleft 
{
    float: left;
}
.submenu 
{
    
    width: 100%;
    height: 30px;
    border-bottom: solid 1px #314351;
    margin-bottom: 10px;
}
.submenu ul
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
}
.submenu ul li {
	display: inline;
	
}
.submenu ul li a {
	color: #314351;
	width: 110px;
	padding: 0px 8px 0px 8px;
	font-size: 8pt;
	border-right: 1px #314351 solid;
}
.submenu ul li a:hover
{
    text-decoration: underline;
}
.submenu .lastmenuitem {
	border-right: none;	
}
#footer 
{
    margin: 10px 0 10px 0;
    padding: 10px;
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    height: 44px;
    color: #314351;
    font-size: 8pt;
}
#footer a 
{
    color: #314351;
}
#footernav a:hover
{
    text-decoration: underline;
}
#footerleft 
{
    float: left;
}
#footerleft img
{
    vertical-align: middle;
}
#footernav
{
	text-align: right;
	width: 400px;
	margin-left: 530px;
	padding-top: 22px;
	height: 10px;
}
#navHorizontal 
{
    float: right;
    width: 630px;
}
#navHorizontal ul 
{  
    list-style-type: none;
    text-align: center;
}
#navHorizontal ul li 
{  
    float: left;
}
#navHorizontal ul li a 
{  
    display: block;
    color: #314351;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 50px;
    font-weight: bold;
}
#navHorizontal ul li a:hover 
{
    color: #489c20;
}

#content 
{
    text-align: justify;
}

/* Table Styles */
.searchtable 
{
    background-color: #eee;
    border-collapse: collapse;
    border: solid 1px black;
    margin-bottom: 30px;
    width: 100%;
}
.searchtable TD
{
    padding: 5px;
}
.searchtable a
{
    font-weight: bold;
}

.dbt 
{
    border-collapse: collapse;
    font-size: 9pt;
    border: solid 1px #eee;
    width: 100%;  
}
.dbt th, .dbt td
{
   padding: 10px;
}
.dbt td
{
    background-color: #eee;
}
.dbt .altrow td
{
    background-color: #fff;
}
.left 
{
    text-align: left;
}
.center 
{
    text-align: center;
}
#ctl00_ContentPlaceHolder1_Login1 
{
    text-align: left; /* reset text alignment */
	margin:0 auto; /* for the rest */ 
}
.right
{
    text-align: right;
}
.top 
{
    vertical-align: top;
}
.changerequestrow_submitted td
{
    padding: 10px;
    background-color: #ffc600;
}
.changerequestrow_approved td
{
    padding: 10px;
    background-color: #60cc00;
}
.changerequestrow_declined td
{
    padding: 10px;
    background-color: #cc0000;
}
.bold 
{
    font-weight: bold;
}
.contactus 
{
    text-align: center;
    margin: 40px 0 40px 0;
    font-size: 12pt;
}
.questionHeader 
{
    border: solid 1px #485575;
    background-color: #ffffff;
    color: #485575;
    font-size: 12pt;
    margin-top: 20px;
    padding: 10px;
    cursor: pointer;
}
.questionHeader table, .questionContent table
{
    width: 100%;
}
.questionHeader .buttoncol, .questionContent .buttoncol
{
    width: 150px;
}
.questionContent 
{
    background-color: #d6dbe1;
    display: none;
    padding: 10px;
}
.button 
{
    background-image: url('../images/buttonbg.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 144px;
    height: 34px;
    padding-top: 12px;
    color: White;
    font-weight: bold;
}
.button a
{
    color: White;
    font-weight: bold;
}
#contactdetails 
{
    float: right;
    margin: 30px;
}
.contactform 
{
    margin: 50px;
}
.contactform .contactformmain 
{
    text-align: left;
    float: left;
}
.answers {
    width: 100%;
}
.answers td {
    padding: 10px;
}
.sortable { list-style-type: none; margin: 0; padding: 0; }

.green {
    color: #489c20;
}

.questionnaire {
    width: 90%;
}
.questionnaire td {
    padding: 5px;
}
.border td {
    border: solid 1px #ccc;
}
.hidden {
    display: none;
}
