/*
 * portfolio CSS stylesheet
 *
 * Fernan Aguero - 24.Dec.2006
 *
 */

html, body { margin: 0; padding: 0; }

body {	
				font-family: "Lucida Grande", "Trebuchet MS", "Bitsream Vera Sans", 
				Verdana, Helvetica, sans-serif;
				color: #333;
				padding: 5px;
				background: #fff;
				text-align: center;
				min-width: 550px; }
				
h1, h2, h3 { padding-left: 15px; margin: 0; }

div#header { background: #6698ff; margin: 15px 15px 0 15px; }
div#header h1 { font-size: 150%; font-weight: 900; color: #fff; margin: 0 }
#banner { float: left; background: #6698ff; width: 60%; }
#banner p { font-weight: bold; color: #333; font-size: 110%; margin: 0 15px; 
padding: 0; line-height: normal; }
#right { float: right; margin-right: 15px; margin-top: 15px;}

div#container { 
				width: 100%; 
				margin: 0 auto; 
				background-color: #fff;
				text-align: left;
				font-size: 14px;
				line-height: 2em;
				color: #333; }

#nav 	{ 
				background-color: #eac117; 
				margin: 10px 15px 10px 15px;
				font-size: .8em;
				padding: 0;
}

hr { margin: 0 15px 10px 15px; }

#metanav { clear: both; }
#spacer { clear: both; height: 1px; }
#nav ul { text-align: left; font-size: 12px; }
#nav ul, #metanav ul, #ctxnav ul { list-style-type: none; margin: 0 ; }
#nav li, #metanav li, #ctxnav li { display: inline; margin: 0; padding-right: 15px; }
#nav ul.right { float: right; }
#metanav a:link { color: #fff; font-weight: normal; }
#metanav a:visited { color: #ccc; font-weight: normal; }
#nav, #metanav, #ctxnav { 
	font-family: arial,	sans-serif; 
}
#ctxnav li { font-weight: normal; font-size: 10px; }
.nav li { 
	border-right: 1px solid #999;
	display: inline;
	padding: 0 0 0 .75em;
	white-space: nowrap;
}

.nav li.last { border-right: none }

.nav ul { 
	font-size: 11px; 
	list-style: none; 
	margin: 0; 
	text-align: right; 
}

#login { margin: 0 10px 0; }
#login form input { font-size: 0.8em; }
#login form { font-size: 0.8em; float: right; }

p { margin: 0; padding: 0 15px 0.7em; line-height: 1.5; } 
p.justified { text-align: justify; margin: 0 10px 0 10px; }
#advancedform p { margin: 0; padding: 5px 15px 0.7em 0; }

#main { margin: 10px 0; clear: left; }

#main table { margin: 5px 10px; }

#simpleform, #advancedform { 
				background-color: #c0cdf2; 
				font-size: 0.8em; }
#simpleform form { padding: 0.5%; }
/* #form { 
 float: right;
/*				clear: both;*/
	font-size: 10px;
	height: 2.2em;
	margin: 2em 1em 1em;
	text-align: right;
}
*/
#form input { font-size: 10px; }
#form label { display: none; }
#form.weight { font-size: 0.8em; }
input[type=button], input[type=submit], input[type=reset] {
				background: #eee;
				color: #222;
				border: 1px outset #ccc;
				padding: .1em .5em;
}
#simpleform li { line-height: 25px; } 
#simpleform { 
	clear: both;
	float: right; 
	margin: 10px 15px 10px 15px; 
	width: 30%;
	}
#simpleform div { margin: 10px; }

#advancedform { margin: 0 auto; background-color: #fff; width: 90%;}
#advancedform.history div.set { width: 90%; }
#advancedform.search div.set { width: 90%; }
#advancedform.about div.set { width: 90%; }
#advancedform.view div.set { width: 90%; }
#advancedform.export div.set { width: 80%; }
#advancedform.about img { float: right; margin: 0 20px 20px; }
div.set a:link, div.set a:visited {
	color: blue; font-weight: normal;
}
div.set { 
	clear: both;
	background-color: #E5ECF9;
	width: 60%;
	margin: 15px 0 15px 0;
	line-height: 20px; }
div.gold {
	width: 50%;
	clear: both;
	background-color: #eac117; 
	color: black;
	text-align: center; 
	margin: 0 0 0 5%; 
	line-height: 20px;
	font-size: 1em;
}
div.gold p { margin: 10px; }
div.gray {
	float: right; display: inline;
	background-color: #eee; width: 25%; color: black;
	margin: 15px; line-height: 20px; font-size: 0.7em; }
div.gray legend {	font: bold 120%/1.6 Arial, sans-serif; }


#papers div.set { 
	background-color: #e5ecf9; width: 85%; 
	margin: 15px 0 15px 15px; line-height: 20px; }

.legend { 
	font: bold 160%/1.6 Arial, sans-serif; 
	color: #27518a; margin: 0 0 15px 20px;
}
.subhead { font: bold 120%/1.2 Arial, sans-serif; }

legend { 
	font: bold 160%/1.6 Arial, sans-serif; 
	/* color: #27518a; */
	color: #285194;
	margin: 0 0 5px 0; }
legend.red { color: red; }
legend.head { color: #285194; }
#advancedform.search div.set fieldset legend { font: bold 120%/1.6
Arial, sans-serif; color: black; }
#advancedform.search div.set fieldset legend.head{ font: bold 160%/1.6
Arial, sans-serif; color: #285194; }
fieldset { margin: 5px auto auto 8px; border: 0px solid #000; }
fieldset label { 
	float: left; 
	font-size: 0.9em;
	display: inline; 
	width: 180px;
	line-height: 18px;
	text-align: center; 
	background: #fff;
	margin: 0 10px; 
} 
#input { margin: 10px 0; }
div.input { margin: 10px 0; }
input[type=text], input[type=file], input[type=password] { 
	font-size: .9em; 
	width: 150px;
}
.gray input { width: 150px; }
input[type=text] {border: 1px solid #d7d7d7; } 
input[type=textarea], select { 
	margin: 0px 0px 0px 0px; border-style: solid; 
	border-color: #778AA2 #7EA4D8	#7EA4D8 #778AA2;
	border-width: 2px 1px 1px 2px; width: 155px;
	font-size: .9em;
 } 
input.checkbox { float: left; margin: 5px 0 0 10px; }
/* input, select, textarea { margin: 7px; }
 input, select { height: 15px; } */
#advancedform .description { line-height: 1.8em; font-style: normal; }
input#go { 
	margin: 10px 0 0 8px; border-style: solid; 
	border-color: #FFF #333 #333 #FFF;
  border-width: 1px 2px 2px 1px; background: #CCC; 
	width: auto; height: auto } 
input[type=submit], input[type=reset] { 
	background: #ddd;
	color: #222;
	border: 1px outset #ccc;
	padding: .1em .5em;
	width: auto; height: auto } 
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
 background: #eded99;
}
#advancedform br { clear: left }
/* fieldset span { font-style: italic; line-height: 2.5em; } */

#set div.set {
	background-color: #c0cdf2; width: 70%; 
	margin: 15px 0 15px 0; line-height: 20px; }


/* Tables that list items */
div.table { background-color: #fff; width: 90%; margin: 0 5px; clear: right; }
table.list { 
	background-color: #fff;
	color: #000;
	border: solid thin black; }
table.list th { background-color: #000; color: #fff; text-align: center }
table.list td.head { 
	font-weight: bold; color: #fff; background-color: #000; } /* #6698ff */
table.list td, table.list th { 
	font-size: 0.8em; 
	font-family: arial, sans-serif;
	padding: 1.5px;
 }
table.list td.odd { background-color: #c0cdf2; }
table.list td.even { background-color: #fff; }
table.list th a:link { color: #eac117; font-weight: bold; text-decoration: none; }
table.list th a:visited { color: #eac117; font-weight: bold; text-decoration: none; }
table.list th a:hover, a:active { text-decoration: underline; color: #36c; }



#help { display: none; }
#desc { display: none; }
#weight { display: none; }
#format { display: none; }

#essorig span { line-height: 1.5; }

div.banner { 
	background: #ea9e0f; 
	color: black; 
	width: 70%;
	font-size: 100%;
	margin: 0 auto;
}

input.weight { font-size: 0.9em; width: 80px; }

ul.large { font-weight: bold; margin: 0px 0px 10px 0px; }
ul.large a { color: red; }

/* Links */
a:link { color: #005da0; font-weight: bold; text-decoration: none; }
a:visited { color: #005da0; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: underline; color: #36c; }

#footer { 
	color: #999; 
	font-size: 11px; 
	border-top: 1px solid; 
	height: 31px;
	clear: both;
	padding: .25em 0;
}
#footer p { margin: 0; }
#footer p.left {
  float: left;
  margin-left: 1em;
  padding: 0 1em;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
#footer p.right {
  float: right;
  text-align: right;
}

#footer :link, #footer :visited  { color: #999; }
#footer hr { display: none; }
#footer #affiliation { border: 0; float: left; }
#footer #affiliation:hover { background: transparent; }

/* FAQ */
dl.faq { margin: 0 0 0 15px; }
ol.faq { margin: 0 30px 0 15px; }


/* Abbreviations Acronyms Help */
abbr, acronym, .help { 
	border-bottom: 1px dotted #333;
	cursor: help;
}

/* Error messages, Warnings */
.error { color: #c00; font-weight: bold; }
.atention { color: #930; font-weight: bold; }


@media screen {
 a.ext-link .icon {
  background: url(/static/images/extlink.gif) left center no-repeat;
  padding-left: 16px;
 }
 * html a.ext-link .icon { display: inline-block; }
}

/* Colors
 * #e4e7f2
 * #c0cdf2
 * #e7e7e7
 * #8395cb
 * #e5ecf9
 * #c3d9ff
 */


/* A number of ids for toggling visibility */
#toggle1 { display: none; }
#toggle2 { display: none; }
#toggle3 { display: none; }
#toggle4 { display: none; }
#toggle5 { display: none; }
#toggle6 { display: none; }
#toggle7 { display: none; }
#toggle8 { display: none; }
#toggle9 { display: none; }
#toggle10 { display: none; }
#toggle11 { display: none; }
#toggle12 { display: none; }
#toggle13 { display: none; }
#toggle14 { display: none; }
#toggle15 { display: none; }
#toggle16 { display: none; }
#toggle17 { display: none; }
#toggle18 { display: none; }
#toggle19 { display: none; }
#toggle20 { display: none; }
#toggle21 { display: none; }
#toggle22 { display: none; }
#toggle23 { display: none; }
#toggle24 { display: none; }
#toggle25 { display: none; }
#toggle26 { display: none; }
#toggle27 { display: none; }
#toggle28 { display: none; }
#toggle29 { display: none; }
#toggle30 { display: none; }
#toggle31 { display: none; }
#toggle32 { display: none; }

/* Nifty Corners */

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}




/* Below: Greg's CSS for user manual */

br.manual-table { line-height: 1.5 }

div.manual-bigbox
{ font-family: Verdana, Helvetica, sans-serif;
				color: #000000;
				padding: 0px;
				background: #ffffff;
				text-align: left;
				line-height: 1 }

div.manual-indented { margin-left: 25px }

h1.manual { color : #000000; background : #ffffff }
h2.manual { color : #000000; background : #ffffff }
h3.manual { color : #000000; background : #ffffff }

p.manual-lh1 { line-height: 1.2 }
p.manual-lhx { line-height:1.5 }

ul.manual { line-height: 1.2 }

/* End of CSS for user manual */



/* ==================================================================
 * Home page
 * ==================================================================
 */

#news {
	background: #e5ecf9;
	float: right;
	width: 200px;
	margin-right: 15px;
	/* 215px total space left */
}
#links {
	background: #eee; 
	float: left; 
	width: 200px; 
	margin-left: 15px;
	/* 195px total space right */
}
#links ul li, #news p, #news ul li {
	font-size: 80%;
}
#links ul { margin-left: -10px; margin-top: -5px; }
#news h3, #links h3 {
	font-size: 110%; 
	font-weight: bold;
}
#text {
	margin: 0px; 
	padding: 5px 225px 5px 225px;
 	/* we padd so that the contents in this div do not invade the 
 	 * left or right columns if these are shorter
 	 * padding is left + 10px, right + 10px, and 5px at bottom/top
 	 */
}


/* definition lists DD, DT, DL */
dl { margin-left: 15px; width: 90%; }
dt, dd { margin-left: 10px; }
dt { margin-top: 10px; }
dd { margin-right: 10px; }


/* Below: Greg's CSS for popover boxes in which users can edit target info */

div.set
a.useredit
{
color: #f21;
font-weight: bold 
}

div.popbox
{
border: 3px black;
position: fixed;
top: 15%;
left: 15%;
overflow: none;
font-family: Arial,Verdana, Helvetica, sans-serif;
color: #000000;
background: #ddd;
text-align: left;
scrollbar-base-color: #ff1493;
}

div.popbox
a.boxlink
{ text-decoration: none}

fieldset
div.oldinfo
{ border: 1px black }

#oldinfo1 { border: 1px black}

/* Javascript Hourglass Cursor */
body.ajax-processing, body.ajax-processing * { cursor:wait!important; } 


/* End of popover box CSS */


/*
 vim:ts=2:nowrap
 */

