/*
 * Clearfix
 *
 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END Clearfix */

.orange {
    color: #EC6B00;
}

@font-face {
	font-family: 'Vn Tex Palladio L'; 
	/*src: url('/media/fonts/fplrc8v.eot');*/
	/*src: local('@@@'), url('/media/fonts/fplrc8v.ttf');*/
}

@font-face {
	font-family: 'Vn GaramondNo8';
	src: url('/media/fonts/ugmr8v.eot');
	/*src: local('Vn GaramondNo8'), url('/media/fonts/ugmr8v.ttf');*/
	src: local('@@@'), url('/media/fonts/ugmr8v.ttf');
}

/* YUI overrides */
body {
	margin: 0px;
	text-align: left;
	color: #101010;
	background-color: #ededed;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif normal;

}

/*html {*/
/*color: #101010;*/
/*background-color #ededed;*/
/*}*/

ul li {
	list-style-type: none;
}

br{ clear: both }




/*
 * Footer */
#footer {
	float: left;
	width: 100%;
	background: url("/media/img/footer_bg.png?v=3") repeat-x scroll center top #ededed;
}

#footer .inner_area div.col1,
#footer .inner_area div.col2 {
	float: left;
	width: 49%;
}

#footer ul{
	float: left;
	margin: 10px 80px 20px 0;
}

#footer ul.last{
	margin-right: 0;
}

#footer ul li{
	margin: 0 0 5px 0;
}

#footer div.logos {
	float: right;
}

#footer .col2 .logos a{
	background: transparent url('/media/img/logos.png') no-repeat left top;
	display: block;
	float: left;
	margin: 10px 5px 10px 0;
}

#footer .col2 .logos .usc{
	height: 88px;
	width: 86px;
}

#footer .col2 .logos .hbp{
	background-position: -90px top;
	height: 88px;
	width: 109px;
}

#footer .col2 .logos .loni{
	background-position: -204px top;
	height: 88px;
	width: 88px;
}

#footer .col2 .logos .nif{
	background-position: -297px top;
	height: 40px;
	margin:10px 0 0;
	width: 113px;
}

#footer .col2 .logos .odeon{
	background-position: -297px -48px;
	height: 40px;
	margin:8px 20px 0 0;
	width: 113px;
}
#iconnectome_logo {
 float: left;
 margin-top: 9px;
 margin-right: 15px;
}
/* END Footer */





/* stats */
#stats {
	color: #444;
	width: 100%;
	float: left;
}
#stats_sql,#stats_sql_search{
	display: none;
}
div.stats_sql_query{
	width: 80%;
	margin-bottom: 5px;
	margin-left: 5%;
	float: left;
	background-color: #bbee99;
}
div.stats_sql_time{
	width: 10%;
	text-align: center;
	float: left;
	background-color: #ffff88;
}


/* links */
a, a:visited {
	color: #ec6b00;
	text-decoration: none;
}
a:hover {
	/*color: #d58702;*/
	text-decoration: underline;
}


/* boxes */
div.inner_area {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 170px;
	width: 100%;
	background: url("/media/img/header_bg.png?v=3") repeat-x scroll center top #ededed;
}

#logo {
	margin-top: 20px;
	float: left;
	clear: both;
}

#tagline {
	float: left;
	font-size: 30px;
	clear: both;
	font-family: 'Vn GaramondNo8', serif;
	width: 100%;
}

#menu {
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: url("/media/img/menu_bg.png?v=3") repeat-x scroll center top #ededed;
	font-family: serif;
}

#menu_inner {
	height: 40px;
}

div.menu_item {
	height: 100%;
	padding: 0px 13px;
	float: left;
	text-align: center;
	border-right: 1px solid #999;
}

div.menu_item.fmc {
 font-weight: bold;
}

div.menu_item:first-child {
	border-left: 1px solid #999;
}

div.menu_item:hover {
	background: url("/media/img/menu_hover_bg.png?v=3") repeat-x scroll center top;
}

div.menu_item.active, div.menu_item.active:hover {
	background: url("/media/img/menu_active_bg.png?v=3") repeat-x scroll center top;
}

a.menu_link {
	text-decoration: none;
	font-size: 21px;
	color: #111;
}

#secondary_menu, #tertiary_menu {
	font-size: 18px;
	font-family: serif;
	clear: both;
	width: 100%;
	height: 40px;
}
#tertiary_menu {
	font-size: 16px;
	float: left;
	width: 80%;
	clear: none;
}
div.secondary_menu_item, div.tertiary_menu_item {
	border-left: 1px solid #777;
	float: left;
	/*width: 150px;*/
	padding: 0 20px 0 0;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
}
div.secondary_menu_item:first-child, div.tertiary_menu_item:first-child {
	border-left: none;
}
a.secondary_menu_link, a.tertiary_menu_link {
	text-decoration: none;
	color: #333;
}
div.secondary_menu_item:hover a.secondary_menu_link, a.secondary_menu_link:hover, div.tertiary_menu_item:hover a.tertiary_menu_link, a.tertiary_menu_link:hover {
	/*font-weight: bold;*/
	color: #111;
}
div.secondary_menu_item.active a.secondary_menu_link, div.tertiary_menu_item.active a.tertiary_menu_link {
	color: #111;
	font-weight: bold;
}
#tertiary_menu_description {
	float: left;
	margin-top: 16px;
	margin-right: 20px;
	font-size: 16px;
}


#content {
	float: left;
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url("/media/img/content_bg.png?v=3") repeat-x scroll center top #ededed;
}

#content_body {
	font-size: 16px;
	line-height: 24px;
	padding-top: 10px;
	width: 100%;
	float: left;
}

ul.bulleted li{
	list-style-type: disc;
}

table.borderless td,
table.borderless th {
	border: 0px;
}

#user_tools {
	float: right;
	margin-top: 20px;
	font-size: 14px;
}

/*
 * SimpleModal
 */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}
/* Container */
#simplemodal-container {
	text-align:left;
	width:450px; 
}
#simplemodal-container .simplemodal-data {
	background:white;
	padding:0;
}
/* Transparent Border */
#transparent-border { 
	background-color:#666;
	left:33%;
	margin:-10px 0 0 -10px;
	position:fixed;
	top:36%;
	z-index:1000;
}

#simplemodal-container a.modalCloseImg {
	background:url(/media/img/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}


/* forms */
textarea,
input[type=text],
input[type=password] {
	border: 1px solid #CFCFCF;
	height: 22px;
	max-height: 200px;
	min-height: 22px;
	padding: 5px 0 0 12px;
	width: 350px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

input[type=text],
input[type=password] {
	padding-bottom: 5px;
}

input[type=checkbox] {
	margin-top: 8px;
}

form {
	padding-bottom: 20px;
}

div.form_field_wrapper {
	clear: both;
	margin-bottom: 10px;
}

div.form_label {
	float: left;
	width: 200px;
	color: #646464;
	padding-top: 5px;
}

.form_label {
	color: #646464;
}

div.form_field {
	float: left;
}

div.form_field select {
	width: 265px;
}

div.form_field input[type=text],
div.form_field input[type=password]{
	width: 250px;
}

div.input_submit_wrapper {
	cursor: pointer;
	float: left;
	clear: both;
	background: url(/media/img/button_left.png) no-repeat;
	padding: 0 10px 0 10px;
	margin: 10px 0px 10px 200px;
}

input.form_submit {
	padding: 0 10px;
	/*margin-left: 200px;*/
	cursor: pointer;
}

span.required {
 margin-left: 5px;
 color: #ec6b00;
}

span.error {
	color: red;
	display: inline-block;
	/*padding: 5px 0 0 5px;*/
 margin-left: 200px;
}

div.formset_form {
 margin-bottom: 30px;
}

span.help_text {
 margin-left: 200px;
}
.small_text {
	font-size: 18px;
}

.tiny_text {
	font-size: 16px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.clear {
    clear: both;
}




/* Pagination */
.pagination .next, .pagination .prev, .pagination .page {
	height:15px;
	margin:0 1px;
	padding:2px;
	text-align:center;
	width:13px;
}
.pagination .page {
	border:1px solid #aa5500;
}

.pagination .disabled, .pagination .current {
	border:0 none;
}
/* END Pagination */




/*
 * News page */
#news { 
	padding: 10px 0 0 0;
}

#news div{
	margin: 0 0 5px 20px;
}

#news span{
	color: #999;
	font-size: 85%;
}

.news_rows {
	border-bottom: 0.5px dotted #ACACAC;
}

/* END News */

/* Slidable section */
.section{
	margin: 20px 0;
}

.section .header{
	background: transparent url('/media/img/arrow_right.png') no-repeat 10px 13px;
	border-bottom: 1px solid #dcdcdc;
	clear: both;
	margin: 0 0 10px 0;
	padding: 3px 0 0 30px;
}

.section .header .help{
	float: right;
	margin: 10px 10px 0 0;
}

.section .header a{
	color: black;
}

.section .header a.title{
	display: block;
	float: left;
	font-size: 1.5em;
	letter-spacing:2px;
	outline: none;
	width: 80%;
}


.section .header:hover {
	background-color: #444;
}

.section .header:hover a{
	color: white;
}

.section .content { 
	display:none; 
	margin: 0 0 0 30px;
}

.opened .content { 
	display: block; 
}

.opened>.header {
	background: transparent url('/media/img/arrow_down.png') no-repeat 10px 13px;
}
/*END Slidable section*/

.projections .strong {
    font-weight: bold;
}
.projections .structure {
    display: inline-block;
    width: 75%;
}
.projections .stength {
    display: inline-block;
    width: 25%;
}

ol, ul, dl {
	margin-left: 0;
}

.hidden {
	display: none;
}

.add-another img {
	padding-right: 5px;
}

.popup_col {
	width: 90%;
}

.messages .info {

}

.messages .info, .messages .success, .messages .warning, .messages .error, .messages .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.messages .info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/media/img/icons/info.png');
}

.messages .success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/media/img/icons/success.png');
}

.messages .warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/media/img/icons/warning.png');
}

.messages .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/media/img/icons/error.png');
}

select  {
	/*background: #2c343c;*/
	background: #F0EBE2;
	/*border:#2c343c;*/
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	color:#747a80;
	height: 30px;
	outline: 0;
	overflow: hidden;
	padding:5px 3px 5px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

select option {
	/*background:#010;*/
	background-color: #F0EBE2;
	border: 1px solid #cfcfcf; 
	color: #747a80;
	padding: 2px 12px;
}

select[multiple=multiple] {
    height: 100px;
}
/*select {
background-color: transparent;
border: 1px solid #cfcfcf;
padding:5px 3px 5px 10px;
vertical-align: middle;
-moz-border-radius: 4px;
-moz-box-shadow: 1px 1px 5px #cfcfcf inset;
}

	option {
	background-color: #fef5e6;
	border-bottom: 1px solid #ebdac0;
	border-right: 1px solid #d6bb86;
	border-left: 1px solid #d6bb86;
}
	option:hover {
	cursor: pointer;
}*/

.btn {
	float: left;
	background: url(/media/img/button_left.png) no-repeat;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	margin-left: 200px;
}

.btn a, input.form_submit {
	background: url(/media/img/button.png) repeat-x left top;
	border: none;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #494848;
	font-size: 1em;
	text-decoration: none;
}

.btn span,
div.input_submit_wrapper span {
	background: url(/media/img/button_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}

#delete_rdf div.input_submit_wrapper {
	background: url(/media/img/button_left_no.png) no-repeat;
}

#delete_rdf .form_submit {
	background: url(/media/img/button_no.png) repeat-x left top;
}

#delete_rdf div.input_submit_wrapper span {
	background: url(/media/img/button_right_no.png) no-repeat;
}

#delete_rdf .btn {
	margin: 35px 0 0 10px;
}

#no_delete {
	padding: 0 15px;
}

span.small-text {
	color: #AE8285;
	font-size: 0.9em;
}

/* edit form */
/*input.form_submit {*/
	/*margin-bottom:15px;*/
/*}*/

/*form label {*/
	/*color: #646464;*/
/*}*/

#content_wrapper .col1{
	float: left;
	width: 70%;
}

#content_wrapper .col2{
	float: left;
	margin: 0 0 0 2%;
	width: 27%;
}

#content_wrapper .col{
	clear: both;
}

/**
 * Login area wrapper
 */
/*#content_wrapper .post,
#content_wrapper .postbody,
#content_wrapper .posttop,
#content_wrapper .postfoot {
	background-image: url('/media/img/wrappers/widepage.bg.png');
}

.post, .postbody { background: White url('/media/img/wrappers/post.bg.png') repeat-y center; }
.post { margin-bottom: 2.5em; }

.posttop, .postfoot { background: url('/media/img/wrappers/post.bg.png') no-repeat left top; clear: both; }
.posttop { height: 3.5em; position: relative; }

.postbody { margin: 0px 30px; }
.postbody h2 { margin-bottom: 1em; }
.postbody h2 a { font-weight: 800; color: #333; }

.posttop label { position: absolute; top: 40px; left: -53px; width: 57px; height: 100px; background: url('../img/label.bg.png'); }
.posttop strong { position: absolute; text-shadow: rgba(0,0,0,0.2) 0px 1px 1px; }
.posttop .date { color: White; font-size: 34px; letter-spacing: -2px; top: 11px; width: 57px; text-align: center; }
.posttop .month { color: #999; font-size: 15px; letter-spacing: 4px; top: 36px; left: 13px; font-weight: 400; }
.posttop .comments { color: White; top: 73px; left: 28px; letter-spacing: -1px; width: 22px; text-align: center; }

.postbody p span { background-color: #ffe; }
.postbody img { border: solid 10px #eee; max-width: 100%;}
.postbody a:hover img { border-color: #ddd; }
.postbody img.filled { width: 516px; }
.postbody blockquote { background: url('../img/blockquote.bg.png') no-repeat left 0.5em; }
.postbody blockquote p { margin: 0px; }*/
/**
 * END Login area wrapper
 */

/* treeview */
ul.treeview{
 display: none;
}
ul.treeview li.highlighted a{
 color: #ee2222;
}
ul.treeview ul{
 background-color: transparent;
}
/* end treeview */

#ajax_loader {
 position: fixed;
 display: none;
}

a.jslink {
 cursor: pointer;
}

.graph_colors {
	display: none;
}

