
#modal {
	visibility:hidden;
	width:500px;
	height:295px;
	padding:8px;

	background:rgba(0,0,0,.8);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:40% !important;
	left:40% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
#heading {
	width:500px;
	height:44px;

	background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:44px;

	color:#444444;
	text-shadow:0px 1px 0px #fff;
}
#content {
	width:500px;
	height:295px;

	background:#fcfcfc;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	padding: 0em;
	margin: 0em;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select:hover,select:focus {
	border-color: #66DD55 #55BB55 #459455;
}

input,select {
	background-color: #FEFEFE;
	border-color: #C4CCCC #ACB5B5 #6F7777;
	border-style: solid;
	border-width: 0.01em;
}

input,select,textarea,button {
	line-height: inherit;
}

input,button,select {
	vertical-align: middle;
}

form {
	min-height: 573px;
	height: auto !important;
	height: 573px;
	width: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.toptable {
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 100%;
	border-top: solid 0.01em #225a96;
	border-bottom: solid 0.01em #225a96;
}

.welcome {
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 2px;
}

.logout {
	padding: 15px;
	padding-top: 0px;
	margin-bottom: 2px;
	text-align: right;
	vertical-align: top;
	color: #003871;
}

.logouttable {
	background-image: url(../images/top.gif);
	vertical-align: top;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	background-color: #f0f9fb;
	width: 200px;
	height: 28px;
}

.logout a {
	color: #003871;
}

.logout a:hover {
	color: #cccccc;
	text-decoration: none;
}

.logout a:visited {
	color: #cccccc;
}

.time {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 2px;
	text-align: right;
}

.breadcrum {
	color: #000000;
	background-color: #f0f9fb;
	border-bottom: solid 0.1em #daedf3;
	height: 2em;
	padding-left: 10px;
	font-weight: bold;
}

.bluetable {
	background-color: #f0f9fb;
	border: solid 0.1em #a9d0f5;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bluetableheader {
	color: #005a8e;
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.bluetablesummary {
	background-color: #ffffff;
	border-top: solid 0.1em #daedf3;
	border-bottom: solid 0.1em #daedf3;
	padding: 5px;
	line-height: 1.5em;
}

.bluetablecontent {
	padding: 5px;
}

.queue {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}

.table {
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	border: solid 0.01em #a9d0f5;
}

.tabletd {
	border: solid 0.01em #daedf3;
	padding: 10px;
}

.border {
	border: solid 0.01em #daedf3;
	padding: 5px;
}

.table th {
	background-color: #f0f9fb;
	padding: 5px;
	vertical-align: top;
}

.table th.totalt,.totalb {
	border: solid 0.01em #daedf3;
	border-bottom: 0px;
	text-align: left;
}

.table th.totalb {
	border-top: 0px;
	border-bottom: solid 0.01em #daedf3;
}

.table th.paginationt,.paginationb {
	border-top: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
	text-align: right;
	color: #999999;
}

.table th.paginationb {
	border-top: 0px;
	border-bottom: solid 0.01em #daedf3;
}

.table th.pagination a,paginationb a {
	color: #003871;
}

.table th.pagination a:hover,paginationb a:hover {
	color: #999999;
	text-decoration: none;
}

.table th.pagination a:visited,paginationb a:visited {
	color: #666666
}

.table th.first {
	border: solid 0.01em #daedf3;
}

.table th.first input {
	border: 0px;
	background-color: transparent;
}

.table th.mid {
	border-top: solid 0.01em #daedf3;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table th.last {
	border-top: solid 0.01em #daedf3;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td {
	padding: 5px;
}

.table tr.row {
	background-color: #ffffff;
}

.table tr.rowa {
	background-color: #f1f1f1;
}

.table tr.rowblue {
	background-color: #f0f9fb;
}

.table tr.rowred {
	background-color: #ffc1c1;
}

.table tr.rowgreen {
	background-color: #ccffcc;
}

.table td.firstcentre {
	text-align: center;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
	border-left: solid 0.01em #daedf3;
}

.table td.firstcentre input,.table td.midcentre input {
	border: 0px;
	background-color: transparent;
}

.radio {
	background: transparent !important;
	color: #003399;
	border: 0px;
	padding: 2px;
}

.table td.firstleft,.table td.firstleft input.readonly {
	text-align: left;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
	border-left: solid 0.01em #daedf3;
}

.table td.firstL,.table td.firstL input.readonly {
	text-align: left;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
	border-left: solid 0.01em #daedf3;
	width: 200px;
	float: left;
	margin-left: -1px;
	padding: 5px;
}
.table td.lastL
{
	width: 600px;
	text-align: left;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
	padding: 5px;
	margin-left: 405px;
}

.table td.firstleft input.readonly {
	background-color: #f1f1f1;
	color: #000000;
}

.table td.firstright {
	text-align: right;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
	border-left: solid 0.01em #daedf3;
}

.table td.midcentre {
	text-align: center;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.midleft,.table td.midleftgreen,.table td.midleftred,.table td.midlefty,.table td.midleft input.readonly
{
	text-align: left;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.midleft input.readonly {
	background-color: #f1f1f1;
}

.table td.midright input.numeric {
	text-align: right;
}

.table td.midleftgreen {
	background-color: #ccffcc;
}

.table td.midleftred {
	background-color: #ffc1c1;
}

.table td.midlefty {
	background-color: #FFFF99;
}

.table td.midright {
	text-align: right;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.midrightgreen,.table td.midrightred,.table td.midrighty {
	background-color: #ccffcc;
	text-align: right;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.midrightred {
	background-color: #ffc1c1;
}

.table td.midrighty {
	background-color: #FFFF99;
}

.table td.lastcentre {
	text-align: center;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.lastleft,.table td.lastleftgreen,.table td.lastleftred,.table td.lastlefty
	{
	text-align: left;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.lastleftgreen {
	background-color: #ccffcc;
}

.table td.lastleftred {
	background-color: #ffc1c1;
}

.table td.lastlefty {
	background-color: #FFFF99;
}

.table td.lastright {
	text-align: right;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.lastrightgreen {
	background-color: #ccffcc;
	text-align: right;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.table td.lastrightred {
	background-color: #ffc1c1;
	text-align: right;
	border-bottom: solid 0.01em #daedf3;
	border-right: solid 0.01em #daedf3;
}

.tablered {
	background-color: #ffeded;
	border: solid 0.01em #ffb7b8;
	margin: 10px;
	padding: 4px;
}

.tableredheader {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

.tableredtable {
	padding: 2px;
}

.tableredtable th.first {
	background-color: #ffeded;
	border: solid 0.01em #ffb7b8;
	border-right: 0px;
	font-weight: bold;
	padding: 2px;
}

.tableredtable th.last {
	background-color: #ffeded;
	border: solid 0.01em #ffb7b8;
	font-weight: bold;
	padding: 2px;
}

.tableredtable td.first {
	background-color: #fff9f9;
	padding: 4px;
	border: solid 0.01em #ffb7b8;
	border-top: 0px;
	border-right: 0px;
}

.tableredtable td.first a {
	color: #000033;
}

.tableredtable td.first a:hover {
	text-decoration: none;
}

.tableredtable td.last {
	background-color: #fff9f9;
	padding: 2px;
	border: solid 0.01em #ffb7b8;
	border-top: 0px;
	text-align: center;
}

.tableredtable td.last {
	background-color: #fff9f9;
	padding: 2px;
	border: solid 0.01em #ffb7b8;
	border-top: 0px;
	text-align: center;
}

.quicklinkstable {
	background-color: #f0f9fb;
	border: solid 0.1em #d3eaf1;
	margin: 10px;
	padding: 5px;
}

.quicklinksheader {
	color: #005a8e;
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.quicklinkstable th {
	padding: 2px;
	font-weight: normal;
	text-align: left;
	margin: 2px;
}

.padding {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.bottomtable {
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 100%;
	border-top: solid 0.01em #225a96;
	border-bottom: solid 0.01em #225a96;
	padding: 5px;
	margin-top: 10px;
}

.bottomtable a {
	color: #ffffff;
}

.bottomtable a:hover {
	text-decoration: none;
}

.conheader,.conheaderl {
	border: solid 0.01em #d3eaf1;
}

.conheaderl {
	border-left: 0px;
}

label {
	color: black;
	font-size: 9px;
}

.labeldata {
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
}

.logintype {
	background-color: #dce8f4;
	padding: 5px;
	margin: 0px;
	border: solid 0.01em #d3eaf1;
	border-top: 0px;
	vertical-align: middle;
	color: #999999;
	font-size: 130%;
	font-weight: bold;
}

.norecords,.norecords td {
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 10px;
	width: 100%;
	border: solid 0.01em #d3eaf1;
	color: #333333;
	background-color: #FFFFCC;
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
}

.norecords td {
	border: 0px;
}
.frame {
  	border-style: solid;
	border-color: #6698FF;
	border-width: 1px 1px 1px 1px;
}
.success,.success td {
	padding-top: 15px;
	padding-left: 40px;
	padding-bottom: 10px;
	width: 100%;
	border: solid 0.01em #d3eaf1;
	color: #333333;
	background-color: #E5FFCB;
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
}
.success td {
	border: 0px;
}