﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	margin-top: 0;
	background-color: #7593ac;
	font-family: arial, helvetica, sans-serif;
	color: #888888;
	overflow: scroll;
}

img
{
	border: none;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
	font-variant: small-caps;
}

h2
{
	font-size: 1.3em;
	margin-bottom: 5px;
	border-bottom: solid 2px #888888;
	font-style: italic;
	font-variant: small-caps;
	color: #666666;
}

h3
{
	font-size: 1.1em;
	margin-bottom: 1.5em;
	font-weight: normal;
}

#webpage
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url(Images/webpagehdr.gif) no-repeat left top;
	padding-top: 5px;
}

#header
{
	background-color: #e3e9ee;
	height: 104px;
}

#titleBar
{
	border-bottom: 1px solid #cacacc;
	height: 45px;
	background-color: #e3e9ee;
	padding-left: 20px;
	line-height: 45px;
}

#loginSection
{
	padding-right: 8px;
	float: right;
	font-size: 10px;
	line-height: 26px;
}

#loginSection a
{
	font-weight: bold;
}

#topMenu
{
	height: 31px;
	border-top: 1px solid #fff;
	background: url(images/appbarbg.gif) repeat-x scroll left top;
	width: 100%;
	font-size: 0.9em;
}

#topMenu span
{
	font-weight: bold;	
	color: #333333;
}

#topMenu ul
{
	float: left;
}

#topMenu li
{
	display: inline;
	list-style: none;
	border-left: 1px solid;
	height: 31px;
	border-left-color: #DFDFE1;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 31px;
}

#topMenu a
{
	color: #666666;
	text-decoration: none;
}

#subMenu
{
	height: 24px;
	width: 100%;
	background: url(images/navbarbg.gif) top left repeat-x;
	border-bottom: 1px solid #3a3a3a;
	text-align: left;
}

#subMenu ul
{
	line-height: 24px;
	font-size: 1.0em;
	list-style: none;
	padding-top: 1px;
	font-size: 0.8em;
}

#subMenu li
{
	display: inline;
	list-style: none;
	background-repeat: no-repeat;
	height: 2.2em;
	margin-left: 1.2em;
}

#content
{
	background-color: #ffffff;
	font-size: 0.8em;
}

/* Content > Main */

#main
{
	padding: 1em;
}

.selected
{
	color: #ff9922;
}

#subMenu li a
{
	text-decoration: none;
	color: #ffffff;
}

#subMenu li a:hover
{
	border-bottom: solid 1px;
	border-top: solid 1px;
	border-top-color: #FFCC66;
	border-bottom-color: #FFCC66;
}

#subMenuEnd
{
	background-image: url(Images/LogoColourfulSideBottom.png);
	background-repeat: no-repeat;
	height: 3em;
}

#footer
{
	background: transparent url(Images/rbfooterbg.png) no-repeat scroll left bottom;
	border-width: 1px;
	border-color: #dddddd;
	clear: both;
	padding: 2em 0;
	border-top-style: solid;
	background-color: #31547C;
	height: 40px;
	color: #eeeeee;
}

#footer div
{
	margin-top: 30px;
	margin-right: 15px;
}

#footer p
{
	margin: 0;
	text-align: right;
	line-height: normal;
	font-size: 0.7em;
}

#footer a
{
	text-decoration: none;
	color: #dddddd;
}

#footerimages
{
	padding-top: 2em;
}

/* form elements */

fieldset
{
	margin-bottom: 10px;
	border: solid 2px #999999;
	padding-bottom: 5px;
}

fieldset legend
{
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0.25em;
	color: #666666;
}

fieldset div
{
	padding-top: 3px;
	padding-bottom: 1px;
	border-bottom: none 1px #B7BEEE;
	height: 2.3em;
}

fieldset div:hover
{
	background-color: #D1E0EF;
}

fieldset div.readonly
{
	/*	border-top: solid 1px #B7BEEE;*/
}

fieldset div.readonly span
{
	margin-top: 0.25em;
	float: left;
	font-size: 1em;
	padding: 3px;
}

fieldset div img
{
	margin-left: 12px;
	margin-top: 0.25em;
	float: left;
	font-size: 1em;
	padding: 3px;
}

fieldset label
{
	float: left;
	text-align: right;
	margin-left: 1em;
	font-weight: bold;
	width: 100px;
	font-size: 1em;
	padding-top: 5px;
}

fieldset span
{
	margin-left: 1em;
	font-size: 0.9em;
}

input
{
	background: #ECF2F9;
	border-color: #cccccc;
	border-style: solid;
	border-width: 2px;
	color: #777777;
	font-size: 1.1em;
	padding: 3px;
	width: 250px;
}

select
{
	background: #ECF2F9;
	border-color: #cccccc;
	border-style: solid;
	border-width: 2px;
	color: #777777;
	font-size: 1.1em;
	padding: 2px;
	width: 250px;
	margin-left: 1em;
}

button, .button
{
	background-image: url(Images/GreyButton.png);
	background-color: transparent;
	border-style: none;
	font-size: 0.9em;
	cursor: pointer;
	height: 23px;
	padding: 0;
	margin: 0;
	width: 69px;
	color: #666666;
	padding-bottom: 4px;
	text-align: center;
}

a.buttonActionLink
{
	background-image: url(Images/GreyButton.png);
	border-style: none;
	color: #666666;
	cursor: pointer;
	font-size: 0.9em;
	height: 15px;
	padding: 0;
	margin: 0;
	width: 56px;
	display: inline-block;
	padding-left: 7px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	text-align: center;
}

a.iconActionLink
{
	color: #C0C0C0;
	text-decoration: none;
	float: right;
	padding-top: 0.3em;
	padding-right: 0.3em;
}

a.iconActionLink img
{
	vertical-align: middle;
}

table
{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
}

table thead tr th
{
	background-color: #E2E2EE;
	color: #666666;
	border: 1px solid #cccccc;
	padding: 0.25em;
	font-variant: small-caps;
	font-size: 1em;
}

tr th div
{
}

table tr td
{
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0;
	vertical-align: top;
	padding: 0.25em;
}

table tr:hover
{
	background-color: #e2e2e2;
}

th, td
{
	padding: 0.4em;
	text-align: center;
}

.left
{
	text-align: left;
}

.alternatingRow
{
	background-color: #f9f9f9;
}

/* sort links */
.sortAscending
{
}

.sortDescending
{
}

.innerTableContainer
{
	padding: 0px;
	margin: 0px;
}

a.magnifierIconLink
{
	background-image: url(Images/Icons/magnifier.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 2em;
	width: 2px;
}

.message
{
	color: #800000;
	font-size: 1.1em;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/* portal bits */

.portalColumn
{
	display: block;
	width: 320px;
	float: left;
	border: dashed 1px #f0f0f0;
}

.portalColumn dl
{
	width: 300px;
	padding: 4px;
	margin: 5px;
	border: solid 1px #dddddd;
	border-collapse: separate;
}

.portalColumn dl dt
{
	padding: 2px 2px 2px 4px;
	cursor: move;
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
}

.portalItem dl dd
{
}

.dragDropPlaceholder
{
	border: dashed 1px #aaaaaa;
	padding: 0px;
	border-collapse: separate;
}

.buttonBlock
{
	width: 390px;
	text-align: right;
}

.buttonBlock:hover
{
	background-color: inherit;
}

p
{
	margin-bottom: 20px;
}
