/* Default styles go here */
* {
	font-family: sans-serif;
}
html {
	height: 100%;
}
html {
	background: #70bfea url(../images/backgroundslice.jpg) repeat-x;
}
body {	
	_behavior: url("../../public/styles/csshover.htc");
	width: 960px;
	border: none;
	font-family: Arial,  Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px auto;
}
div {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}
table {
	float: left;
  	display: block;
}
div#full_container {
	width: 960px;
}

a img {
    border:0;
}

/* Response messages */
.response {
    border:2px solid rgb(88,165,143);
    background-color:#E4F1D3;
    /*width:20%;*/
    margin:1em 0 1em 0;
    padding:10px;
    color:#000000;
    font-size:12px;
    font-weight:bold;
    text-align:left;
    float:none;
}

.responsesuccess {
    padding-left:36px;
    background-image: url(../images/response-success.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color:#135713;
}

.responsewarning {
    padding-left:36px;
    background-image: url(../images/response-warning.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color:#c87c26;
}

.responseerror {
    padding-left:36px;
    border:2px solid #EC0079;
    background-color:#FDDAED;
    background-image: url(../images/response-error-exclamation.gif);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    font-weight:normal;
    /*color:#FF0000;*/
}

.responseerror ul {
    list-style-image:url(../images/bullet-star.png);
}

.serverinfo dd pre  {
    border:1px dashed #2E3C16;
    background-color: #B9E3FF;
    padding:4px;
    font-size:11px;
}

#sortable .handle {
    cursor: move;
}


/* Float Fix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clearfix { display:inline-block }
/* Hides from IE-mac \*/
.clearfix { display:block }
/* End hide from IE-mac */
H1{
	color:#00AEED;
	font-family:Palatino, georgia, Verdana,Arial,Helvetica,sans-serif;
	font-size:35px;
	line-height:35px;
	padding:34px;
	margin:0px;
}
a {
	color:#1072BA;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.wrapOuter{
	margin:0 auto;
	width:960px;

}

table.jCalendar {
    border: 1px solid #000;
    background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
}

table.jCalendar td {
    background: #ccc;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}
table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}
table.jCalendar td.today {
    background: #666;
    color: #fff;
}
table.jCalendar td.selected {
    background: #f66;
    color: #fff;
}
table.jCalendar td.selected.dp-hover {
    background: #f33;
    color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
    background: #fff;
    color: #000;
}
table.jCalendar tr.selectedWeek td {
    background: #f66;
    color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    background: #bbb;
    color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
    background: #bbb;
    color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
    position: relative;
    background: #ccc;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup {
    position: absolute;
    z-index: 199;
}
div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: underline;
}
div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a {
    float: right;
}
div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}
div.dp-popup td {
    cursor: pointer;
}
div.dp-popup td.disabled {
    cursor: default;
}
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
    float: left;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: block;
    text-indent: -2000px;
    overflow: hidden;
    background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
    width: 140px;
    float: left;
}

TH {
    text-align: left;
}
/***********Styling****************/
html {
background:#70BFEA url(../images/backgroundslice.jpg) repeat-x scroll 0 0;
}
/* Border
----------------------------------------- */
div#border{
	width: 960px;
	background-image: url('../images/Pageborders/background.jpg');
	background-repeat: repeat-y;
}
div#wrapMiddleInner {
	width: 960px;
}
div#contentOuter {
	width: 900px;
	padding-left: 30px;
	padding-right: 30px;
}
div#contentOuter h1 {
	width: 900px;
	padding: 0 0 20px 0;
	margin: 0px;
}
div#bottomborder{
	width: 960px;
	height: 20px;
	background: url('../images/Pageborders/page_09.png');
	background-repeat: no-repeat;
}
div#topborder{
	width: 960px;
	height: 59px;
	background-image: url('../images/Pageborders/page_01.png');
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
	#leftborder{
	background: #FFFFFF url(../images/Pageborders/page_03.png) repeat-y left;
	clear:left;
	width:954px;
	min-height:30px;
	}
	.contentInner{
	background-color:#FFFFFF;
	}
	
/********************header**************************/
div#topline {
	width: 940px;
	height: 24px;
	color:#193441;
	font-size: 11px;
	text-align: right;
	line-height: 24px;
	vertical-align: middle;
	font-weight: bold;
	padding-right: 20px;
}
div#Header { 
	width: 960px; 
}
div#Logo{
	width: 720px;
	height: 100px;
	padding-top: 28px;
	padding-left: 40px;
}
div#Line {
	width: 960px;
	background-image: url('../images/navigation_line.gif');
	background-repeat: repeat-x;
	height: 2px;
	line-height: 0;
}
div .wrapTop{
	height:130px;
	padding-bottom: 10px;
}
/* Navigation */
div#Navigation {
	width: 920px;
	height: 50px;
	padding-left: 40px;
}
div#Navigation .nav_item {
	font-weight: bold;
	height: 21px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 13px;
	padding: 10px 0px 20px 0px;
}
div#Navigation .nav_item a span {
	height: 23px;
	display: block;
	padding: 0px 7px 0px 0px;
}
div#Navigation .nav_spacer {
	width: 35px;
	line-height: 0;
	height: 41px;
}
div#Navigation .nav_item:hover {
	background-image: url('../images/navarrow.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}
div#Navigation .nav_item a {
	color: #6B6364;
	display: block;
	height: 23px;
	padding: 0px 0px 0px 7px;
}
div#Navigation .nav_item a:hover {
	background-image: url('../images/tab-left.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 7px;
}
div#Navigation .nav_item a:hover span {
	height: 23px;
	background-image: url('../images/tab-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1072BB;
	display: block;
	padding: 0px 7px 0px 0px;
}
/* Forms styling */
div#contentOuter form {
	padding: 0px;
	margin: 0px;
}
div#contentOuter h2 {
	width: 900px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	float: left;
}
div#contentOuter p {
	padding: 0px 0px 10px 0px;
}
div#contentOuter .tabletop{
	width: 900px;
	height: 5px;
	background-color: #010066;
	line-height: 0px;
}
div#contentOuter .form_table_cont {
	width: 898px;
	background-color: #DFEDF8;
	border-left: 1px solid #21205f;
	border-right: 1px solid #21205f;
	border-bottom: 1px solid #21205f;
        overflow: hidden;
}
div#contentOuter .form_table_left {
	width: 449px;
	background-color: #DFEDF8;
	border-right: 1px solid #21205f;
        overflow: hidden;
}
div#contentOuter .form_table_right {
	width: 448px;
	background-color: #DFEDF8;
}

tr {
	padding: 0px;
}

td {
	padding: 0px;
}

div#contentOuter .form_table_cont tr {
	/*padding-left: 15px;/*/
	/*padding-right: 15px;*/
}

.darkblue {
	background-color: #D1E0F3;
}

div .form_error {
	width: 250px;
	color: red;
	font-weight: bold;
}

.form_table_title {
	font-weight: bold;
	font-size: 16px;
	width: 418px;
	border-bottom: 1px solid #21205f;
}

div#contentOuter .form_table_cont td {
	padding: 5px 0px 5px 0px;
        width:210px;
        word-wrap: break-word;
}

.fullWidth {
    width:100% !important;
    padding:0 10px !important;
}

.tableSpacer {
    clear:both;
    width:100%;
    display:block !important;
    float:none !important;
    font-size:13px !important;
    padding:12px 0 !important;
    margin:0 !important;
    /*border:1px solid red;*/
}

.required,
.star {
	color: red;
	font-weight: bold;	
}
div#contentOuter .label {
	color: #3e3d3d;
	font-weight: normal;
}
div#contentOuter .label_b {
	color: #3e3d3d;
	font-weight: bold;
	/*text-indent: 15px;*/
}
div#contentOuter .label_b_ni {
	color: #3e3d3d;
	font-weight: bold;
}
div#contentOuter td.label,
div#contentOuter td.label_b,
div#contentOuter td.label_b_ni,
div#contentOuter td.label_bi_ni{
        padding-left: 15px;
}
div#contentOuter .label {
	color: #3e3d3d;
	font-weight: normal;
	/*text-indent: 15px;*/
        width:30%;
}
div#contentOuter .element {
	color: blue;
}

/********************************footer********************/
div#Footer {
	width: 960px; 
	padding-top: 20px;
}
div#Footer .footerTop {
	width: 910px;
	height: 120px;
	background: url('../images/rcuk_box.png');
	padding-left: 50px;
	padding-top: 10px;
}
div#Footer .footerTop h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
}
div#Footer .footerTop p {
	color: #000000;
	font-size: 12px;
	padding: 0px;
}
/* Login section */
div#login {
	width: 198px;
	border: 1px solid #6b6364;
	font-size: 11px;
	font-weight: bold;
	height: 95px;
	margin-top: 3px;
}
div#logout {
	width: 144px;
	border: 1px solid #6b6364;
	font-size: 11px;
	margin-top: 15px;
	padding: 2px;
	padding-left: 50px;
}
div#logout a {
	color: #000000;
	font-weight: bold;
}
div#login input {
	width: 125px;
	font-size: 11px;
	border: 1px solid #6b6364;
}
.logout{
	width: 80px;
	color: #FFFFFF;
	background-color:#004080;
	padding: 2px 2px 2px 20px;
}
div#logout .logout a {
	color: #FFFFFF;
	font-weight: bold;
}

/******************************table**************************/
#table1R{
background: #DFEDF8;
border:1px solid #010066;
margin-left:34px;
width:884px;
}
#table1R .vertical{
height:451px;
}
#table1R tr{
height:36px;
}
.form-subsection-header{
background: transparent url(../images/researchers/underline.jpg) no-repeat left bottom;
height:25px;
margin:0;
padding:10px;
font-family:Palatino, georgia;
color:#000062;
font-size:18px;
}

.divider{
width:2px;
background: transparent url(../images/researchers/divider.jpg) repeat-y right;
height:200px;
}
#table2R{
background: #DFEDF8;
border:1px solid #010066;
margin-left:34px;
width:884px;
height:363px;
}
#table2R .vertical{
height:363px;

}
#table3R{
background: #DFEDF8;
border:1px solid #010066;
margin-left:34px;
width:884px;
height:750px;
}
#table3R .vertical{
height:750px;

}

#table4R{
background: #DFEDF8;
border:1px solid #010066;
margin-left:34px;
width:884px;
height:640px;
}
#table4R .vertical{
height:640px;

}

#table5R{
background:#DFEDF8;
border:1px solid #010066;
margin-left:34px;
width:884px;
height:1150px;
}



#table6R{
background: #DFEDF8;
border:1px solid #010066;
margin-left:34px;
width:884px;
height:32em;
}
#table7R{
background:#DFEDF8;
border:1px solid #010066;
margin-left:34px;
width:884px;
height:58em;
}
#table7R .vertical{
height:58em;

}

/*************************Schools********************/

#table1S{
background: #DFEDF8; 
border:1px solid #010066;
margin-left:34px;
width:884px;
}
#table1S .vertical{
height:523px;}

#table2S{
background: #DFEDF8; 
border:1px solid #010066;
margin-left:34px;
width:884px;
}
#table2S .vertical{
height:483px;}
#table3S{
background: #DFEDF8; 
border:1px solid #010066;
margin-left:34px;
width:884px;
}
#table3S .vertical{
height:523px;}
#table4S{
background: #DFEDF8; 
border:1px solid #010066;
margin-left:34px;
width:884px;
height:280px;
}
#table4S .vertical{
height:280px;}

.vertical{
background: #DFEDF8 url(../images/verticalline.jpg) repeat-y center;
width:2px;
float:left;
min-height:100px;
}

#table1S tr{
height:36px;
}

/*************************general styles********************/

h4{
margin-left:34px;
margin-right:34px;
}
p{
padding:0px 30px 0px 30px;
margin:0px;
}
.GreenButton,
.formSubmit {
background: #ecf1d3 url(../images/greenarrow.jpg) no-repeat right;
background-color:#ecf1d3;
border: 0.2em solid #7d8a30;
color:#7d8a30;
height:30px;
width:130px;
text-align:left;
}
.formSubmit {
    float:right;
    margin: 10px 0;
    width:70px;
}
.PurpleButton
{
background:#c6c6de url(../images/purplearrow.jpg) no-repeat right;
border: 0.2em solid #6a68a7;
color: #6a68a7;
height:30px;
width:80px;
text-align:left;
}
/*#buttons{
float:right;
margin: 10px 300px 10px 10px

}*/

.adminPanel {
    margin:10px 0;
}

.adminPanel .button {
    background:#C0C0C0 none repeat scroll 0 0;
    border:1px solid #8F939B;
    color:#FFFFFF;
    margin:5px;
    padding:2px 5px;
    text-decoration:none;
}

select,
textarea {
    width:95%;
}

/* datatable - a nice class - influenced by YUI for formatting data tables or database list type layouts */
.datatable {
    border-collapse:collapse;
    margin:2px 6px;
    /*padding: 2px;*/
}

.datatable th, .datatable td {
    border:2px solid #005EAD;
    padding:.50em;
}

/* Nice grey BG color for this is: #696969 */
.datatable th {
    background-color:#477CBF;
    color:#fff;
}

.datatable th a {
    color:#fff;
}

.profileContainer {
    border:1px solid #C9C8CE;
    border-top:5px solid #010066;
    padding:10px;
}

.profileContainer h2 {
    font-family:Palatino,georgia,Verdana,Arial,Helvetica,sans-serif;
    color:#000057;
    width:auto !important;
}

.profileContainer a {
    float:left;
    width:100%;
    height:19px;
    text-align:left;
    vertical-align:middle;
    padding-top:7px;
    background:url(../images/arrowblue.gif) right no-repeat;
}

#overDiv {
    border:1px solid purple;
}

#overDiv font {
    display:block;
    margin:10px;
    font-size:12px;
}

.selectWrapper{
    display: inline !important;
    float: left !important;
    width: 180px;
    overflow: hidden;
}

.selectWrapper>select {
    width:auto;
}
.selectArrow{
    display: inline;
    float: left;
    width: 17px;
    height: 20px;
    border:1px solid #7f9db9;
    border-left: none;
    background: url('../images/selectArrow.png') no-repeat 1px 1px;
}
.selectArrow-mousedown{background: url('../images/selectArrow-mousedown.png') no-repeat 1px 1px;}
.selectArrow-mouseover{background: url('../images/selectArrow-mouseover.png') no-repeat 1px 1px;}

.form_container tr th {
    padding-left:10px;
}

.error {
    color:#ff0000;
    clear:both;
}

div#Footer a {
    color:#1A3E4C;
    text-decoration:underline;
}

div#Footer a:hover {
    color:#FFFFFF;
    text-decoration:none;
}
div#Footer .footerBottom {
    font-size:11px;
    padding:10px 0 0 10px;
    width:910px;
}

.clear {
    clear:both;
}

.noFloat,
#recaptcha_area div {
    float:none !important;
}

#recaptcha_area,
#recaptcha_area table,
#recaptcha_area td {
    width:auto !important;
}


#MainHeadingWrapper {
    float: left;
    width: 900px;
    /*border: 1px solid yellow;*/
}

#MainHeading {
    float: left;
    width: 710px;
    /*border: 1px solid red;*/
}

#GuidanceNotesText {
    float: left;
    width: 150px;
    text-align: right;
    padding-top: 16px;
    color: #1072ba;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    /*border: 1px solid green;*/
}

#GuidanceNotesIcon {
    float: right;
    width: 27px;
    padding-top: 5px;
}
#GuidanceNotesIcon img:hover {
    cursor: pointer;
}

.paginationControl {
    clear: both;
    width: 100%;
}

.paginationControl .pages {
    float: right;
}

.paginationControl.totals {
    float: left;
}


dl#dashboardKey dt{
	font-weight: bold;
	float: left;
	clear: left;
	margin-right: 0px;
}

dl#dashboardKey dd{
	margin-left: 8em;
}

h3.note {
	clear: both;
}

ul.note, ul.note li{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 1em;
}

ul.transferCounts li {
	list-style-type: disc;
	margin-bottom: 0em;
}

