﻿body 
{
    margin: 0; padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
} 

a:link 
{
	color: Black;
	text-decoration: none;
}

a:visited 
{
	color: Black;
	text-decoration: none;
}

a:hover 
{
    color: #0081b8;
	text-decoration: underline;
}

img  
{
    border: 0;
    display: inline;
}

div.WholePageDiv {
	margin: 0 auto;
	width: 100%;
}

div.TopColourBar {
	height:15px;
	background-color: #0081b8;
}

div.Logo {
	padding:25px 30px 20px 30px;
	float:left;
	border:0px;
}

div.ImportantTasks {
	padding:25px 30px 20px 30px;
	float:left;
	border:0px;
}

.ImportantTasksBoxes
{
    padding-top:5px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:5px;
    margin-top:3px;
    margin-bottom:3px;
    border:1px solid #d2d2d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	background-image:url(../Images/ContentBoxShading.gif); background-repeat:repeat-x; background-position:top; background-color:#FFFFFF;
}

#LogoDivider {
	border-top:1px solid #CCCCCC;
	padding-bottom:5px;
}

#Navigation
 {
	width:227px;
	background-color:#0081b8;
	color:#FFFFFF;
	font-size:15px;	
}

#Navigation a {
	color:#FFFFFF;
}

#Navigation a:hover {
	color:#00C0E2;
}

#Navigation ul.subnav a:hover {
	color:#00C0E2;
}

#Navigation ul
{ 
	list-style:none;
	margin:0px;
	padding:0px;    
}

#Navigation li 
{ 
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 15px;
}

#Navigation ul li { line-height:28px; }
#Navigation ul li.Active {}

#Navigation ul.subnav {
	list-style:none;
	font-size:12px;
	padding:0px 0px 0px 15px;
}
#Navigation ul.subnav li { line-height:20px; }

#Navigation ul.subnav li a {
	background-image:none;
	color:#FFFFFF;
	padding-left:5px;
	font-weight:normal;
}

#Navigation ul li.Active span {
	background-image:url(../Images/NavigationMinus.png);
	background-repeat:no-repeat;
	font-weight:bold;
	display:inline;
}

#Navigation ul li span {
	background-image:url(../Images/NavigationPlus.png);
	background-repeat:no-repeat;
	padding-left:25px;
	cursor:pointer;
	display:inline;
}

#Navigation ul li span.NoPlus {
	background-image:url();
	background-repeat:no-repeat;
	padding-left:25px;
	cursor:default;
	display:inline;
}

#NavigationTop {
	height:10px;
	width:227px;
	background-image:url(../Images/MenuTop.png);
 	background-color:#0081b8;
	background-repeat:no-repeat;
}

#NavigationBottom {
	height:10px;
	width:227px;
	background-image:url(../Images/MenuBottom.png);
	background-color:#0081b8;
	background-repeat:no-repeat;
	background-position:bottom;
}

div.HelpButton
{
	position:relative;
	top:-6px;
	display:block;
	float:right;
	padding-right:10px;
}

div.FAQsButton
{
	position:relative;
	top:-6px;
	display:block;
	float:right;
	padding-right:10px;
}

@media screen
{
    div.ContentBox
    {
        border:1px solid #0081b8;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    padding-left:25px;
	    padding-right:25px;
	    background-image:url(../Images/ContentBoxShading.gif); background-repeat:repeat-x; background-position:top; background-color:#FFFFFF;
    }
}

@media print
{
    div.ContentBox
    {
        border:1px solid #0081b8;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    padding-left:25px;
	    padding-right:25px;
	    background-color:#FFFFFF;
    }
}

@media screen
{
    div.ContentBoxNoPrint
    {
        border:1px solid #0081b8;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    padding-left:25px;
	    padding-right:25px;
	    background-image:url(../Images/ContentBoxShading.gif); background-repeat:repeat-x; background-position:top; background-color:#FFFFFF;
    }
}

div.ContentPageTitle
{
    padding-top:30px;
    padding-bottom:30px;
	font-size:18px;
	font-weight: bold;
}

div.ContentSecondaryPageTitle
{
    padding-bottom:20px;
	font-size:14px;
	font-weight: bold;
}

div.ContentThirdPageTitle
{
    padding-bottom:5px;
	font-size:14px;
}

tr.Control
{
    height:35px;
}

td.ControlLabel
{
    width:180px;
}

.Seperator
{ 
    border-top:1px solid #CCCCCC;
}

textarea, select, input[type="text"], input[type="password"], input[type="file"]
{
    padding:5px;
    border:1px solid #d2d2d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

textarea[disabled], select[disabled], input[type="text"][disabled], input[type="password"][disabled], input[type="file"][disabled]
{
    padding:5px;
    border:1px solid #d2d2d2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background-color: #F0F0F0;
}

a.filerButton
{
	text-decoration: none;
	cursor: pointer;
}

input[type="button"], input[type="submit"], .filerButton
{ 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#FFFFFF;
	background-color:#0081b8;
	font-weight:bold;
	border-style:none;
	padding:6px 18px;
	margin-top:2px;
	margin-bottom:2px;
}

input[type="button"][disabled], input[type="submit"][disabled], .filerButton.disabled, .filerButton[disabled]
{ 
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#FFFFFF;
	background-color:#A0A0A0;
	font-weight:bold;
	border-style:none;
	padding:6px 18px;
	margin-top:2px;
	margin-bottom:2px;
}

input[type="button"]:not([disabled]):hover, input[type="submit"]:not([disabled]):hover, .filerButton:not([disabled]):hover {
	background-color: #00C0E2;
	color: #FFFFFF;
}

div.TitleText
{
	font-size: 20px;
	font-weight: bold;
}

div.TitleTextCenter
{
	font-size: 16px;
	font-weight: bold;
	text-align: Center;
}

div.ExtraLargeHeaderCenter
{
	font-size: 35px;
	font-weight: bold;
	text-align: Center;
}

div.SubTitleText
{
	font-size: 15px;
	font-weight: bold;
}

div.MenuOverviewText 
{
	font-size: 15px;
	padding-Left:5px;
	padding-top:10px;
}

div.MenuSubText 
{
	font-size: 11px;
	padding-Left:5px;
	padding-top:2px;
}

table.Details 
{
	width: 100%;
	border-collapse: collapse;
}


td.BoldCenter
{
	font-weight: bold;
	text-align: Center;
}

td.TitleText
{
	font-size: 16px;
	font-weight: bold;
}

td.TitleTextCenter
{
	font-size: 16px;
	font-weight: bold;
	text-align: Center;
}

td.TitleTextRight
{
	font-size: 16px;
	font-weight: bold;
	text-align: Right;
}

td.Left
{
	text-align: Left;
}

td.Center 
{
	text-align: Center;
}

td.Right 
{
	text-align: Right;
}

div.GreyLarge
{
    font-size:24px;
    font-weight:bold;
	color: #C5C5C5;
}

div.GreyMedium
{
    font-size:16px;
    font-weight:bold;
	color: #C5C5C5;
}

div.RedMedium
{
    font-size:16px;
    font-weight:bold;
	color: #FF0000;
}

div.ExtraSmallText
{
    font-size: 8px;
}

table.MainGrid
{
    width:100%;
    border:0;
}

table.MainGrid th
{
    padding-top:8px;
    padding-bottom:8px;
    padding-left:3px;
    padding-right:3px;    
    text-align:left;
}

table.MainGrid th:not(.ActionHeader)
{
    border-top:solid 1px #d2d2d2;
    background-image:url(../Images/HeaderBoxShading.png); background-repeat:repeat-x; background-position:top;
}

table.MainGrid td
{
    padding-top:8px;
    padding-bottom:8px;
    padding-left:3px;
    padding-right:3px;
    border-bottom:solid 1px #d2d2d2; 
    text-align:left;
}

.Hint
{
    padding:10px 12px;
    position:absolute;
    margin-top:-38px;
    width:266px;
    margin-left:323px;
    z-index:1;
    display:none;
    color:#333; font-size:92%;
}

.HintX
{ 
    width:14px; 
    height:14px; 
    position:absolute; 
    right:17px; 
    top:15px; 
    cursor:pointer; 
    z-index:2; 
    background-image:url(../Images/HintClose.png); 
    background-repeat:no-repeat; 
}

.Hint .HintText
{ 
    background-image:url(../Images/HintTop.png); 
    background-repeat:no-repeat;
}

.Hint .HintText p
{ 
    padding:8px 16px 1px 37px;
    margin:0px;
}

.Hint .HintBottom
{ 
    background-image:url(../Images/HintBottom.png);
    height:5px;
    background-repeat:no-repeat;
}

span.HintBox
{
    background-image:url(../Images/HintQuestionMark.png);
    background-repeat:no-repeat;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    background-position:center;
    cursor:pointer;
    display:inline-block;
}

span.HintBox p
{ 
    display:none;
}

@media print
{
    .NoPrint
    {
        display:none;
    }
}

@media screen
{
    .NoScreen
    {
        display:none;
    }
}

/* Webkit based browsers */
.password-complexity-meter::-webkit-meter-optimum-value {
	border-radius: 1em;
}

.password-complexity-meter[value="1"]::-webkit-meter-optimum-value {
	background: red;
}

.password-complexity-meter[value="2"]::-webkit-meter-optimum-value {
	background: yellow;
}

.password-complexity-meter[value="3"]::-webkit-meter-optimum-value {
	background: orange;
}

.password-complexity-meter[value="4"]::-webkit-meter-optimum-value {
	background: green;
}

/* Gecko based browsers */
.password-complexity-meter::-moz-meter-bar {
	border-radius: 1em;
}

.password-complexity-meter[value="1"]::-moz-meter-bar {
	background: red;
}

.password-complexity-meter[value="2"]::-moz-meter-bar {
	background: yellow;
}

.password-complexity-meter[value="3"]::-moz-meter-bar {
	background: orange;
}

.password-complexity-meter[value="4"]::-moz-meter-bar {
	background: green;
}

.spinner-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.loading-spinner {
	margin-top: 1em;
	display: none;
}

.spinner {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}