/* CSS Document */


/* CSS Document */

/* BODY */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 75%;
	color: #545454;
	padding: 0;
	margin: 0;
}

/* WRAPPER */ 

#wrapper {
	width: 752px;
	margin: auto auto;
	text-align: left;}


.clear{clear:both;}
/* GLOBAL */

/* remove borders from images */

img {border: 0px;}

/* define positioning classes */

.left {float: left;}
.txtleft {text-align: right;}
.center {text-align: center;}
.right {float: right;}  
.txtright {text-align: right;}
.right img {border-left: 10px;}

hr {
	color: #badbeb;
	height: 1px;
	padding: 0;
	margin: 0;
}

/* HEADER */

#header {
	height: 118px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #badbeb;
}
	
#headerlinks {
	width: 500px;
	float: right;
	font-size: 0.8em;
}

#headerlinks a {
	color: #0c90c1;
	text-decoration: none;}
	
#headerlinks a:hover {
	text-decoration: underline;}	
	
.advsearch {
	float: right;
	padding-right: 50px;
}
	
/* MAIN */	

#main {}

#datatop {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 10px;
	margin-bottom:20px;
	}


#datatop h1 {
	color: #eb8501;
	font-size: 2em;
}

#datatop a {
	color: #0C90C1;
	text-decoration: none;}
	

#datatop a:hover {
	text-decoration: underline;}


	
/* ICON */

#icon {
	height: 73px;
	width: 73px;
	z-index: 1;
	position: absolute;
	left: 45px;
	top: 104px;
	
}	

/* LEFT COLUMN */	

#leftcol {
	width: 167px;
	float: left;
	font-size: 90%;}

/* NAVIGATION */	

#nav {
	width: 154px;}

#nav ul{
	padding: 0;
	margin: 0;
}

#nav li{
	display: block;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #badbeb;
	margin: 0px;
	padding: 10px;
	list-style-type: none;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#nav a {
	color: #4f5254;
	text-decoration: none;}

#nav a:hover {
	color: #ffa129;
	text-decoration: none;
}
	
.Highlight {
	color: #4A6FC7;
	font-weight: 900;}	
	
	#subnav {
	width: 154px;}

#nav ul ul{
	margin: 0;
	padding-left: 10px;
	padding-top: 6px;
}

#nav ul ul li{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	background-image: none;
	border: none;
}

#nav ul ul a {
	color: #0C90C0;
	text-decoration: none;}

#nav ul ul a:hover {
	color: #ffa129;
	text-decoration: none;
}
	
	

/* SUBNAV */		
/*	
#subnav {
	width: 154px;}

#subnav ul{
	margin: 0;
	padding-left: 10px;
	padding-top: 6px;
}

#subnav li{
	display: block;
	text-align: left;
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	background-image: none;
	border: none;
}

#subnav a {
	color: #0C90C0;
	text-decoration: none;}

#subnav a:hover {
	color: #ffa129;
	text-decoration: none;
}
*/

/* RIGHT COLUMN */	

#rightcol {
	float: left;
	padding-left: 10px;
	width: 550px;
	font-size: 95%;
	line-height: 16px;
	color: #545454;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D4EEFB;
	margin-top: 10px;
	padding-top: 10px;
}
	
#rightcol a {
	color: #0C90C1;
	text-decoration: none;}
	
#rightcol a:hover {
	text-decoration: underline;}
	
#rightcol h1 {
	color: #eb8501;
	font-size: 1.3em;
}	
	
#rightcol h2{
	color: #eb8501;
	font-size: 1.1em;
}		

	
#rightcol li {
	list-style-image: url(../images/list-button.gif);
	}	
	
/* RIGHT COLUMN EXTRAS*/	

.databasegray {
	color: #898989;
	font-size: 1em;
	font-weight: 900;
	}
	
/* HOME MIDDLE COLUMN */	

#homemiddlecol {
	float: left;
	width: 382px;
	font-size: 95%;
	line-height: 18px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9DCD8;
	margin: 10px 8px 10px 0px;
	padding: 10px 8px 10px 0px;
}	
	
#homemiddlecol a {
	color: #0c90c1;
	text-decoration: none;}
	
#homemiddlecol a:hover {
	text-decoration: underline;}
	
#homemiddlecol h1 {
	color: #eb8501;
	font-size: 1.3em;
	padding: 0;}
	
.homebox {
	width: 190px;
	float: left;}				

/* HOME RIGHT COLUMN */

#homerightcol {
	float: left;
	width: 130px;
	font-size: 0.8em;
	padding-left: 10px;
	color: #545454;
}
	
#homerightcol h1 {
	font-size: 1.2em;
	color: #eb8501;
	padding: 0;
	margin: 0;}	

#homerightcol a {
	color: #006699;
	text-decoration: none;}
	
#homerightcol a:hover {
	color: #006699;
	text-decoration: underline;}	

/* FOOTER */

#footer {
	background-color: #cccccc;
	clear: both;
	color: #000000;
	font-size: 0.9em;
	height: 31px;
	margin-top: 15px;
}
	
#footer a {
	text-decoration: none;
	color: #000000;}	
	
#footer a:hover {
	text-decoration: underline;}
	
.footerimage {
	padding-left: 20px;
	float: left;}
	
.footerlinks{
	float: right;
	padding-top: 8px;
	padding-right: 60px;
}		

/* FORMS */

form {
	padding: 0;
	margin-left: 60px;
	margin-right: 60px;}


input {}

select {
	margin: 0px;
	padding: 0px;
}



textarea {}

#search {
	display: inline;
}

#search label {
	font-weight: bold;
	color: #567db8;}
	
#form1 {
	border: 1px solid #A4D7EA;
	padding: 10px 10px 10px 60px;
	background-color: #D4EEFB;
}


.filterbysector{width:50%; float:left; padding-left:20px}


#txtSearchTerm {width:350px}


.Menu1_2 td, #DetailsView1 td a { padding-right:30px; padding-bottom:10px; color:#006699; }
.Menu1_2 td{padding-left:10px}
.Menu1n0 {padding-left:0px;}
.Menu1_2 td a, 	#DetailsView1 a{color:#006699; font-weight:bold; text-decoration:underline}
#btnLogout{margin-left:20px;}
#DetailsView1 a{padding-left:20px;}

.login{ width:370px; margin:auto; margin-top:50px;  }
.login p{margin:0; padding:0; padding-top:20px;}
.login #form1{margin:auto; padding:0;  background-color:#ffffff;}
.login #form1 input{width:100px;}
#lblError {line-height:30px}
.loginform{padding:30px}

/* TABLES*/

.gradient {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}

#detailtable {
	font: inherit;
	}

#detailtable h1{
	font-size: 1.2em;
	color: #eb8501;
	padding: 0;
	margin: 0;
	
	}	
	
	#DetailsView1 td{border:none; height:30px}

	.edit_header{font-weight:bold; padding-right:10px; border:1px solid black; width:190px;}
	.sector{vertical-align:top}
	
	#TextBox1{font-weight:bold}
	#DetailsView1 input{width:350px; }

#databaseservices {}

.loginpage{margin:auto; width:800px;}
.loginpage #form1{background-color:#FFFFFF; width:760px; padding:20px; margin:0}
.loginpage #form1 table, .loginpage #form1 table td, .loginpage #form1 table tr{border:none}

/*RESULTS */

#results {
	padding: 10px 10px 10px 60px;}

#results a {
	color: #006699;
	text-decoration: underline;
	font-weight:bold;}

#results a:hover {

	text-decoration: underline;}

#details {
	padding: 20px:}

#details a {
	color: #006699;
	text-decoration: none;}

#details a:hover {
	text-decoration: underline;}


/* research database styles */
.sectordropdown {width:400px;}
.researchdatabase_table{margin-bottom:20px;}
.topic{padding-top:25px; padding-bottom:25px;}
.researchcontact{padding-right:60px;}
.finalrow{padding-top:5px;}
.projectfundingcode{padding-right:47px;}

#DetailsView1 .checkbox input{width:30px; padding:0; margin:0; }


/* EXTRAS*/


/* EXTRAS*/


.top {
}


/* Colum AJAX Reorder List */

    
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(../images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/* END Colum AJAX Reorder List */

/* ALIGN CMS ON PAGE*/

#cmsmenu {
	width: 350px;
	float: left;}



