﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

body
{
    background-color: #5c87b2;
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #303090;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

textarea
{
    font-size: .95em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}


/* this rule styles <h2> tags that are the first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the page width. Or, you can specify an exact pixel width. */
.page
{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#adminmenucontainer
{
	clear: both;
    margin-top:1px;
}

#controls
{
	clear: both;
    margin-top:20px;
}

div#logo
{
    display:block;
    float:left;
    text-align:left;
    margin-top:0px;
    margin-right:10px;
}

div#title
{
    font-size: 1.2em;
    padding-bottom: 0;
    margin-bottom: 0;
    display:block;
    float:left;
    text-align:left;
}

#header
{
    position: relative;
    margin-bottom: 5px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px !important;
}

#headermenucontainer
{
    margin-top:20px;
}

#logonmenucontainer
{
    margin-top: 15px;
}

#main
{
	clear: both;
    padding: 10px 15px 15px 25px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top:10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#message
{
    padding: 3px 0px 3px 0px;
    font-weight: bold;
    margin: 0px;
    color: red;
    background-color: yellow;
}

#footer
{
    color: #fff;
    padding: 1px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
    font-size: .9em;
}

#footer a:link
{
    color: #fff;
    text-decoration: underline;
}
#footer a:visited
{
    color: #fff;
    text-decoration: underline;
}
#footer a:hover
{
    color: #fff;
    text-decoration: bold;
}
#footer a:active
{
    color: green;
    text-decoration: none;
}



/* HEADER MENU   
----------------------------------------------------------*/
.tabmenu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

.tabmenu li
{
    display: inline;
    list-style: none;
}

.tabmenu li a
{
    padding: 5px 12px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    background-color: #e8eef4;
    color: #034af3;
}

.tabmenu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

.tabmenu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

.tabmenu li.selected a
{
    background-color: #fff;
    color: #000;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* TABLES
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 4px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 5px 4px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}


/* DATA TABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table  {
	font-size:0.9em;
	border-left:1px solid #3691da;
	border-top:1px solid #3691da;
	border-right:1px solid #3691da;
	border-bottom:1px solid #3691da;
	}

table.data-table caption{
	background:#a4a4a4;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:1.2em;
	margin-top:30px;
	border-bottom:3px solid #FFF;
	}

table.data-table td,
table.data-table th{
	padding:4px;
    padding-left: 6px;
    padding-right: 6px;
	border-left:1px solid #3691da;
	border-top:1px solid #3691da;
	border-right:1px solid #3691da;
	border-bottom:1px solid #3691da;
	}

table.data-table th{
	font-size:1.0em;
	text-align:center;
	background:#49a9f5;
	color:#FFF;
	}
	
table.data-table td{
	font-size:1.1em;
	}

table.data-table tr.row-alternating td{
	background:#ebebeb;
	}

.field-name
	{
	font-size:0.9em;
	color:#FFF;
	background:#49a9f5;
	}


/* 2-COLUMN LAYOUTS
----------------------------------------------------------*/

.two-column
{
    clear: both;
	margin:auto auto;
	/*width:500px;*/
}

.leftcol40
{
	float:left;
	width:40%;
    margin-right:20px;
}

.leftcol60
{
	float:left;
	width:60%;
    margin-right:20px;
}

.middlecol
{
    margin-left:10px;
    margin-top:10px;
    margin-bottom:20px;
}

.rightcol
{
}


/* MISCELLANEOUS  
----------------------------------------------------------*/
.address
{
    margin-left: 20px;
}

.body
{
    width: 100%;
}

.centred
{
	margin-left: auto;
	margin-right: auto;
}

.clear
{
    clear: both;
}

.email
{
    border: 0px;
    margin-left: 14px;
}

table.email tr,
table.email td
{
    border: 0px;
}

.error
{
    color: red;
}

.field-validation-error
{
    color: #ff0000;
}

.html
{
    width: 100%;
}

.incoming
{
	color: red;	
}

.inline
{
    display: inline;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.left
{
	float: left;
}

.pageheading h2
{
    display: inline;
    color: blue;
    font-size: 2.5em;
    margin-left: 15px;
    margin-top: 20px;
}

.pageheading img
{
    margin-bottom: 10px;
    margin-top: 10px;
	width: 100px;
	vertical-align: middle;
}

.performancemonitor
{
    border: 1px solid #ff0000;
    margin-left: 15px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.perfmontext
{
	color: yellow;	
}

.phoneno
{
    margin-left: 20px;
}

.resizable-textarea
{
	width: 90%;
	display: inline;
}

.right
{
	float: right;
}

.transmission
{
	color: blue;	
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.w100
{
    width:100%;
}

.welcome
{
    color: yellow;
    font-size: 1.4em;
    font-weight: bold;
}


