﻿input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c1c1c1;
	border-width: 1px;
	border-style: solid;
	border-color: #979797;
	padding: 0px;
}

input[disabled]
{
    border-color: Gray;
}

select 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #999999;
    border-color: #004688;
    border-style: solid;
    border-width: 1px;
    margin: 3px;
}

body 
{
	text-align:center;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	font-size: 12px;
	color:#808080; 
}

h1
{
	font-size: 12px;
}

a
{
    text-decoration: underline;
    color: #004688; 
}

a:hover
{
    text-decoration: underline;
    color: #F7941D;    
}

#Main
{			
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#Logo
{
    border-width: 0px;
    margin-left: 0px;     
}

.RequiredField
{
    color: Red;
}

.LoginControl
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-color: #004688;
    border-spacing: 8;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    margin-bottom:0px;
    border-collapse: collapse;

}

.LoginTitle
{
    padding: 2px;
    background-color: #004688;
    font-weight: bold;
    color: White;
    margin: 0px
}

.LoginInstruction
{
    padding: 3px;
    font-style: italic;
    color: #004688;
    margin: 0px;
}

.LoginButton
{
    color: #004688;
    background-color: #D6D6D6;
    border-color: #004688;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.LoginButton:Hover
{
      color: #F7941D;
}

.LoginLink
{
    text-decoration: underline;
    color: #004688;
    margin: 3px;
}

.LoginLink:hover
{
    text-decoration: underline;
    color: #F7941D;
    margin: 3px;
}

.LoginTextBox
{
    border-color: #004688;
    color: #004688;
    margin-top: 2px;
    margin-bottom: 6px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 1px;
}

.LoginLabel
{
    border:none;
    color: #004688;
    display: inline;
    margin-bottom: 8px;
    margin-left: 3px;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1px;
    padding-right: 1px;
}

.LoginCheckBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004688;
	border-style: none;
    margin-bottom: 8px;
    margin-left: 3px;
    margin-right: 3px
}

#LoginView
{
    text-align: right;
}

.MenuHeader 
{
     width:500px;
     padding:0px;
     height:30px;
     float:right;
     border-width: 0px;
     border: none;
     color:#999999;
}

.MenuItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color:#999999;
	border-width: 0px;
	border: none;
	border-color: #979797;
	padding: 2px;
    
}

.MenuSubItem
{
    height:18px;
    text-decoration:none;
	color: #999999;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding-top: 5px;
}

.MenuItem:Hover 
{
    text-decoration:none;
    color:#f7941d;
}

.MenuSubItem:Hover 
{
    text-decoration:none;
    color:#f7941d;
}

.MenuSelected
{
    color:#f7941d;
}

.BodyDiv
{
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.EditDiv
{
	float: left;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.EditTitle
{
    padding: 2px;
	margin-top: 10px;
    background-color: #004688;
    font-weight: bold;
    color: White;
    text-align: center;
}

.TableDiv
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.WideTableDiv
{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.NarrowTableDiv
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.CentreTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	text-align: center;
	border-collapse: collapse;
	margin-left: auto;
	margin-right:auto;
	border-width: 0px;
	width: 100%;
}

.Repeater
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px;
	text-align: center;
	border-collapse: collapse;
	margin-left: auto;
	margin-right:auto;
	border-width: 1px;
	border-style: solid;
	border-color: #004688;
	width: 100%;
}

.Repeater th
{
	font-size: 13px;
	font-weight: normal;
	background: #004688;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}

.Repeater tf
{
	font-size: 13px;
	font-weight: normal;
	background: #004688;
	color: #ffffff;
	border-width: 0px;
	border-style: none;
}

.Repeater select
{
	font-size: 11px;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	color: #004688;
}

.Repeater input
{
 	font-size: 11px;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	color: #004688;
}

.Repeater th
{
    border-width: 0px;
    border-style: none;
}

.Repeater td
{
	padding: 3px;
	background: #ffffff; 
	color: #004688;
	border-top: 1px solid transparent;
}

.Repeater td a
{
    text-decoration: underline;
    color: #004688; 
}

.Repeater td a:hover
{
    text-decoration: underline;
    color: #F7941D;    
}

.Repeater tr:hover td
{
	background: #E7E7E7;
	color: #004688;
}

.Repeater a
{
    text-decoration: underline;
    color: #ffffff;
    margin: 3px;
}

.Repeater a:hover
{
    text-decoration: underline;
    color: #F7941D;
    margin: 3px;
}

.VersionRepeater
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #004688;
	width: 100%;
}

.VersionRepeater th
{
	font-size: 13px;
	font-weight: normal;
	background: #004688;
	border-bottom: 1px solid #fff;
	color: #ffffff;
}

.VersionRepeater tf
{
	font-size: 13px;
	font-weight: normal;
	background: #004688;
	color: #ffffff;
	border-width: 0px;
	border-style: none;
}

.VersionRepeater select
{
	font-size: 11px;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	color: #004688;
}

.VesionRepeater input
{
 	font-size: 11px;
	font-weight: normal;
	border-style: none;
	border-width: 0px;
	color: #004688;
}

.VersionRepeater th
{
    border-width: 0px;
    border-style: none;
}

.VersionRepeater td
{
	padding: 3px;
	background: #ffffff; 
	color: #004688;
	border-top: 1px solid transparent;
}

.VersionRepeater td a
{
    text-decoration: underline;
    color: #004688; 
}

.VersionRepeater td a:hover
{
    text-decoration: underline;
    color: #F7941D;    
}

.VersionRepeater tr:hover td
{
	background: #E7E7E7;
	color: #004688;
}

.VersionRepeater a
{
    text-decoration: underline;
    color: #ffffff;
    margin: 3px;
}

.VersionRepeater a:hover
{
    text-decoration: underline;
    color: #F7941D;
    margin: 3px;
}

.Footer
{
    text-decoration: underline;
    color: white;
    margin: 3px;
}

.Footer hover
{
    text-decoration: underline;
    color: #F7941D;
    margin: 3px;
}
