/* Site styles for main public website */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0e0e0e;
	font-size: 75%;
	line-height: 1.5em; 
	padding: 0.5em 0;
}

body.trial {
  background: url(/images/watermark_trial.png) no-repeat top;
}

body.demo {
  background: url(/images/watermark_demo.png) no-repeat top;
}

body.setup {
  background: url(/images/watermark_setup.png) no-repeat top;
}

/* generic styles to be applied throughout */

h2 {
	font-size: 1.4em;
	margin: 1em 0 0.2em 0;
}

h3 {
	font-size: 1.1em;
	margin: 2em 0 0.4em 0;
}

h4 {
	margin: 1.5em 0 0.5em 0;
}

p {
	margin: 1em 0;
}

a {
	color: #377d9e;
}

a:hover {
	color: #d24303;
}

a img {
	text-decoration: none;
}


table.site {
	width: 100%;
	margin-bottom: 2em;
}

table.site thead tr th{
	padding: 8px;	
	font-weight: bold;
	color: #FFF;
	text-align: left;
	background: #919296;
	border-top: 2px solid #747474;
	border-bottom: 2px solid #747474;
}


table.site tbody tr th, 
table.site tbody tr td{
	padding: 5px 8px;
	text-align: left;
	background: #FFF;
	border-top: 1px solid #dcdbdb;
	border-bottom: 1px solid #dcdbdb;
}

table.site tbody tr th.even, 
table.site tbody tr td.even {
	background: #e6e5e5;
}

.bold {
	font-weight: bold;
}

/*begin heading styles */

/*image replacement for the UMI/ETD admin logo image */
h1#logo {
	position: relative;
	width: 357px;
	height: 101px;
	overflow: hidden;
	margin: 0 0 0 15px;
}

h1#logo span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/umi_etd_logo.gif) no-repeat;
}

/* positions the signin links */
#profile_info {
	position: absolute;
	top: 10px;
	right: 50px;
	text-align: right;
}

#profile_info2 {
	position: absolute;
	top: 35px;
	right: 50px;
	text-align: right;
}

#geoclass_image {
        position: absolute;
        top: 60px;
        right: 50px;
        text-align: right;
}

/*hides skip nav link*/
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/*when user tabs to skip link it displays*/
#skip a:active{
	position: static;
	width: auto;
	height: auto;
}

/* main navigation options */

#nav{
	display: block;
	float: left;
	background: #558faa url(/images/bg_tile.gif) top left repeat-x;
	border-bottom: 2px solid #42758d;
	height: 32px;
	padding-left: 5px;
	width: 100%;
	min-width: 785px;
}

#nav ul {
	list-style-type: none;
	float: left;
} 

#nav ul li{
	float: left;
	margin: 0;
	padding: 0;
	background: #558faa url(/images/nav_left.gif) top left no-repeat;
	font-weight: bold;
}

#nav ul li a {
	display: block;
	height: 24px;
	margin: 0;
	padding: 8px 15px 2px 15px;
	background: transparent url(/images/nav_right.gif) top right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

/*class to indicate the current location within the site */

#nav ul li.active{
	background: #bcdff0 url(/images/nav_left_active.gif) top left no-repeat;
	color: #000000;
}

#nav ul li.active a{
	background: transparent url(/images/nav_right_active.gif) top right no-repeat;
	color: #000000;
}

/*begin MAIN CONTENT AREA styles */

#main {
	margin-bottom: 1em;
	padding: 25px;
	width: 760px;
	clear: both;
}

#main h3 {
        font-size: 1.1em;
        margin: .5em 0 0.4em 0;
}


#main ul {
	margin-top: 10px;
	margin-left: 18px;
	list-style-image: url(/images/bullet.gif);
} /* default styling for lists in the main content area. override as needed */

#main ul li {
	margin-bottom: 0.8em;
}

#students, #admins {
	float: left;
	width: 275px;
	margin-bottom: 1em;
}

#about {
	float: left;
	width: 350px;
	margin: 1em 1em 1em 0;
}

#about h3 {
	margin-top: 0;
}

#faq {
	margin: 1em 1em 1em 0;
}

#demo, #newSite, #pdfResources, #begin {
	border: 1px solid #5c9bb8;
	margin: 1em 0 1em 1em;
	width: 225px;
	float: right;
}

#supportTools, #phone {
	border: 1px solid #5c9bb8;
	margin: 1em 0 2em 0;
}

#demo h3, #newSite h3, #supportTools h3, #phone h3, #pdfResources h3, #begin h3 {
	display: block;
	margin: 0;
	padding: 0.3em;
	background: #5c9bb8;
	color: #FFF;
}

#demo ul, #newSite ul, #supportTools ul, #pdfResources ul, #begin ul {
	margin-left: 24px;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}


#phone h4 {
	margin-left: 8px;
	margin-top: 0.8em;
}

#phone ul li {
	margin-left: 24px;
	list-style-type: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#phone p {
	margin-left: 24px;
}

#main .moreAbout ul {
	clear: left;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#main .moreAbout li {
	margin-top: 1.2em;	
	margin-left: 0;
}

#main ul.bullets {
	padding-left: 18px;
	margin-bottom: 0.8em;
	list-style-image: none;
	list-style-type: disc;
}

#main ul.bullets li{
	margin-top: 0.8em;
}

#main ul#breadcrumb {
	margin: 0;
	padding: 0;
}

#main ul#breadcrumb li{
	display: inline;
	font-size: 0.9em;
}

#main ul.noArrows{
	margin-left: 18px;
	list-style-image: none;
	list-style-type: none;
}

/*used to indent address on UMI Formatting Requirements page */
#addressIndent {
	margin-left: 18px;
}

/*used to position descriptions for list items*/
.listDescriptions li p{
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.listDescriptions a img {
	margin-left: 0.3em;
}


/* styles for the support contact form page. */
#rightColumn {
	float: right;
	width: 200px;
}

#leftColumn {
	float: left;
	width: 470px;
}


/*begin generic form styles */

.formPair {
	margin: 5px 0px;
}

.formPair label {
	float: left;
	text-align: right;
	width: 100px;
	padding-top: 3px;
}

.formPair input, .formPair select, .formPair textarea, .formPair a {
	float: left;
	margin: auto 10px;
}

.indentFormElement {
	margin-left: 110px;
}

.indentFormElement input {
	margin-top: 10px;
	background-color: #bcdff0;
}

.fileButton {
	background-color: #bcdff0;
}

.radioLabel {
	float: left;
	text-align: right;
	width: 100px;
	padding-top: 3px;
	margin: 5px 0px;
}

.radioFirst {
	margin-top: 10px;
	margin-left: 10px;
}

/* begin new site setup form styles */

#newSiteForm .formPair label {
	/* float: left; */
	display: inline;
	text-align: right;
	width: 180px;
	padding-top: 3px;
}

#prim_stateIdlabel_reqd {
    display: inline; }

div.readonly#newSiteForm .formPair label {
	float: left;
	text-align: right;
	padding-top: 0;
	padding-right: 8px;
}

#newSiteForm .radio {
	margin-left: 180px;
	margin-top: 5px;
}

#newSiteForm .radioDescription {
	margin-left: 210px;
	margin-top: 5px;
}

#newSiteForm h3 {
	border-top: 1px #e6e5e5 solid;
	padding-top: 0.5em;
	color: #3366FF;
}

#newSiteForm h4 {
	color: #3366FF;
}

#newSiteForm .indentFormElement  {
	margin-left: 180px;
}

#newSiteForm .indentFormElement input {
	margin-top: 15px;
	background-color: #bcdff0;
}

#newSiteForm .indentFormElement p {
	margin-top: 0;
	margin-bottom: 0;
}

input.radioOpts {
   margin-top: .75em;
   margin-left: 4em;
}

input.cbOpts {
   margin-left: 2em;
}

.extraMargin {
	margin: 2em 0;
}

.extraMarginTop {
        margin-top: 2em;
}
.extraMarginLeft{
    margin-left: 8px;
}

.inlineFieldExtraMargin{
    margin-left: 18px;
}

form#newSite_form div.clearfix ul.restrict {
  float: left;
  width: 80em;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  margin: 0;
}

form#newSite_form div.clearfix ul.restrict li {
  list-style: none;
  line-height: 1.5em;
  display: inline;
  float: left;
  width: 25em;
  margin: 0;
  margin-top: .5em;
  padding: 0;
}

form#newSite_form div.clearfix ul.restrict li.no {
  width: 40em;
}

form#newSite_form div.clearfix ul.restrict li.yes {
  margin-top: 0;
}

/*allows hierarchy of options in dropdown*/
.indentOption {
	margin-left: 0.8em;
}

/*standing order form*/

.copyDetails {
        font-size: 95%;
	font-weight: normal;
}

#formatList ul {
	margin-left: 36px;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#rule {
	border-top: 1px #e6e5e5 solid;
	padding-top: 0.5em;
}

.sameAs {
	margin-bottom: 1.2em;
}

.sameAs input {
	margin-left: 180px;
}

table#d_standingOrder td input,
table#m_standingOrder td input{
  text-align: right;
}

/* begin FOOTER styles */

#footer {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 0.9em;
	clear: both;
}



/*this is for hiding form labels and other text that the screenreader needs, but we do not want to display visually */
.hidden
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

/* This needs to be first because FF3 is now supporting this */
.clearfix { display: inline-block; }

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*school-specific styles */

#schoolLogo img{
	position: absolute;
	top: 5px;
	right: 5px;
}

#profile_infoSchool {
	position: absolute;
	top: 35px;
	right: 200px;
	text-align: right;
}

#profile_infoSchool2 {
	position: absolute;
	top: 60px;
	right: 200px;
	text-align: right;
}

#geoclass_imageSchool {
        position: absolute;
        top: 85px;
        right: 200px;
        text-align: right;
}

table#otherAdmins tr td {
  border: none;
}

.grayBorder {
  border-top: 2px #e6e5e5 solid;
}

.smallnote { font-size: 95%; font-weight: normal; }

#main ol {
  list-style: decimal;
  font-weight: normal;
  line-height: 1.5em;
  list-style-position: outside;
}

#main ol li {
  margin-left: 1.5em;
  margin-top: 0.75em;
}

.indented {
 margin-left: 3em;
}

div#irOptDiv {
  padding-top: 5px;;
  padding-bottom: 5px;;
}

div#irOptDiv.disabled,
div#irOptDiv.disabled input {
  color: lightgrey;
}

div#irembargoOptDiv {
  padding-top: 5px;;
  padding-bottom: 5px;;
}

div#irembargoOptDiv.disabled,
div#irembargoOptDiv.disabled input {
  color: lightgrey;
}

div#embargoOptDiv {
  padding-top: 5px;;
  padding-bottom: 5px;;
}

div#embargoOptDiv.disabled,
div#embargoOptDiv.disabled input {
  color: lightgrey;
}

span.required-marker {
  color: red;
}

.provLabel {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0 1.5em 0;
}

.selectLabel {
  font-size: 1.25em;
}

.thinGrayBorder {
  border-top: 1px #e6e5e5 solid;
}

#altLang span#collapseAltLang {
  margin-left: 5em;
  text-align: right;
}

#altLang span#collapseAltLang a {
  padding-left: 20px;
  background: url(/images/collapse_hov.gif) no-repeat top left;
}

div#altlangs {
  float: right;
  margin-top: 10px;
  margin-right: 50px;
  text-align: right;
}

a.instruct {
  margin-left: 30em;
}

