
/* ENHANCEMENTS FOR APPLICATION */
body {
	font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; 
	font-size:75%;  /*Styles untagged text in body*/
	margin:0 3px 0 0;
	min-width: 780px; /*works for Firefox, but not for IE*/
 }

/*FOR IE and Firefox compatibility in element spacing and heading font-sizes*/
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	margin-top: 10px;
	margin-bottom: 8px;
	color: #036; /*MAIN COLOR OF HEADINGS*/
}
h2 { font-size: 18px; color: #600;}
h3 { font-size: 16px; color: #600;}
h4 { font-size: 14px;}
h5 { font-size: 12px;}
h6 { font-size: 11px;}
h7 { font-size: 10px;}
h8 { font-size: 9px;}
h9 { font-size: 8px;}

h3.inline, h4.inline {display: inline;}
/*TO KEEP APPLICATION FORM SIZES REASONABLE BY TIGHTENING SPACING */
p, ol, ul, td, th {
  margin-top: 2px;
  font-size: 0.9em;/*12px;*/
  line-height: 1.3em;
  margin-bottom: 6px;
}
td, th {font-size: 12px;} /* stop IE's over amplification of embedded font sizes.*/

td p, th p {
  font-size: 0.8em;/*11px;*/
  line-height: 1.2em;
}
td a  {font-size:12px;}

a { color: gray;}
a:hover { color: #036; }

p {padding-left: 3px}

/*HEADER DIV STYLES*/
#header {
	background-image: url(/images/ambrosiana_ruby_header.jpg);
	background-repeat: no-repeat;
	height: 135px; 
	margin: 0px 8px 0px 0px; 
}
/*Start*/
#header h1 {
	margin:0 0 0 75px;
	font-family: Century Gothic;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none; 
	color: #036; /*MAIN COLOR OF HEADINGS*/
	position:absolute;
	width:500px;
	height:60px;
	overflow: hidden;
	display:none;
}
#header a {text-decoration:none;color: #036;}
#header p.subtitle {
	margin: 65px 0px 12px 190px;
	padding: 0;
	font-family: "Palatino Linotype" serif;
	font-size: 24px;
	color: #333;
	position:absolute;
	width: 600px;
	height: 32px;
	overflow: hidden;
	display:none;
}
.MC {
	font-family: "Monotype Corsiva", Arial;
	font-size: 48px;
	display:none;
/*End*/
}

#login_status {
	margin: 0px 3px 0px 3px;
	float:right;
	text-align: right;
	float:right;
	}
#login_status b { 	
	color: #036;
	letter-spacing: 1px; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;}

#login_status a {
	display: block;
	}
#Xyellow_bit {
	background-image: url(/images/skull_bg.gif);
	background-repeat: repeat-both; 	
	background-color: #FDCD01;
	width: 82px;
	height: 39px;
	float: right;
	clear:right;
	margin: 12px 0 0 0;
}
/*NOTE: mikes red: 7c0000,lighter = A08080, mikes yellow: fdcd01 */

/*MAIN CONTAINER DIV STYLES*/
#container { 
	margin:0 8px 0 8px; 
	padding: 0px 4px 10px 4px;
	/*border-right: 1px solid #920300;*/
	border-top: 2px solid #900;
	border-left: 2px outset #900;
	border-bottom: 2px solid #222;
	border-right: 2px solid #444;
	}


.menu1 {
	margin: 12px 0 0 0; 
	/*margin: 12px -11px 0.4em 0px; */
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
	/*border-right: 8px solid white; /*intended to wipe out right border of container*/
	/*border-bottom: 8px solid white;*/
	font-size: 1em;
	/*FOR POSITIONING IN THE HEADER
	position:absolute;
	top: 75px;
	margin-left: 185px;
	*/
}
.menu1 span.menu1Title {
	color: #036;
	background-color: white;
	border: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font: normal 1.1em Century Gothic;
}
/*Menu1inner is embedded at the bottom of menu1, which is used to make horizonal menu items look like a bit like tabs*/
.menu1Inner{
	background-color: #900;
	margin: 2px 0px 0px 0px;
	padding: 0;
	border-bottom: 2px solid silver;
	/*border-right: 2px solid gray;*/
	line-height: 0.6em;
	}

.menu1 span  a {
	background-color: #ccc;
	color: gray;
	margin-right: 10px;
	padding: 0px 3px;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	border-left: solid 3px #333;
	border-top: solid 3px #555;
	border-right: solid 2px #777;
	border-bottom: solid 2px silver;
	text-decoration: none;
	font-weight: normal;
}
.menu1 span a:hover {
	color: #036;
}
.menu1 span a.currentController {
	border-left: solid 3px #bb5D5D;
	border-top: solid 3px #bb5D5D;
	border-bottom: solid 2px #900;
	border-right: solid 2px #995D5D;
	background-color: #900;
	color: #EEE;
}
.menu1 span a.currentController:hover{
	color: #ff8;
}

/*ADJUSTMENTS to put menu1 on the left side bar.  PLACE AN ENDING comment here to INCLUDE

.menu1 span.menu1Title {	background-color: transparent; }
#container { margin-left: 150px;clear:left}
.menu1Inner {display:none;}
.menu1 {
	float: left;
	clear: left; 
	/*margin: -10px 8px 0px -160px; *//*
	padding: 4px 8px 8px 8px;
	border: 0px;
	border-bottom: 2px solid silver;
	background-color: transparent;
	background-repeat: repeat-y;
	line-height: 16px;
	
	position: relative;
	left: -156px;
}
.menu1 span {display:block;background-color:transparent; border: 1px solid silver; padding: 3px;}
.menu1 span a.currentController { border:0}
.menu1 span a {background-color:transparent;border:0}

#footer {clear: both;}

/*END OF ADJUSTMENTS FOR LEFT MENU BAR*/

/*login_status is the unique id of the division that shows the user logged in or the login link*/

/*FOOTER DIV STYLES*/
#footer { 
	margin: 3px 20px 0px 6px; 
	}

/* STYLES SPECIFIC TO APPLICATION*/

input, textarea, select, option, label { 
  font-family: Century Gothic, verdana, arial, helvetica, sans-serif;
  font-size:   11px;
  line-height: 16px;
  color: #036;
  font-weight: normal;
}

.data {
  color: #036;
  font-weight: normal;
}

label.radio_button { 
	/*border: 1px dotted lightgray;*/
	background-color: #ddf;
	padding: 0px 0px 0px 0px;
	margin: 0px 4px 0px 0px;
	}

table#AdmissionApplication { 
	background-color: #eff; 
	width: auto; 
	}
	
table#AdmissionApplication td { 
	border: 1px solid #ccc;
	vertical-align: top;
	}
table#AdmissionApplication td p { 
	margin-bottom: 2px;
	color: black; }
	
table#AdmissionApplication th { 
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 3px;
	}
table#AdmissionApplication a { 
	}


.fieldWithErrors input {
  border: solid gray 2px;
  border-right-color: red;
  border-bottom-color: red;
}
.errorMessages {color: red;}
.infoMessages {color: green;}
.right {float: right;}

/* STYLES FOR ALL FORMS */

form {
	margin: 2px; 
	margin-top: 10px;}

form table {
	background-color: #f0f0f0;
	border-collapse: collapse;
	padding-top: 0px;
	}
form td {
	border: 1px solid silver;
	padding: 2px 4px 2px 4px;
}
form th {
	/*background-color: #338;*/
	/*color: #efe;*/
	border: solid 1px silver;
	border-top: none;
	padding: 1px 2px;
	font-weight: normal;
}

/* The following styles are for all lists of data*/
table.dataList {
	background-color: #f8fff8; 
	border-collapse: collapse;
	font-size: 1.1em;
}
table.dataList td {
	border: solid 1px silver;
	border-top: none;
	padding: 2px 6px 2px 6px;
}
table.dataList th {
	background-color: #226;
	color: #efe;
	border: solid 1px silver;
	border-top: none;
	padding: 1px 4px;
	font-weight: normal;
}

.scrollingPanel {
	height: 4cm;
	overflow: auto;
	border: solid 1px gray;
}
.scrollingPanel table tr td { border: solid 1px silver; }

#other_students table, 
#other_professors  table {
	background-color: transparent;
}


div#top_line_message {
	margin: 3px 0;
	border: 0;
	padding: 2px;
}

a.hidingIcon, a.showHideIcon {
	background-color:#8d8;
	background-image: url(/images/skull_bg.gif);
	color: gray;
	font-size: 8pt; 
	font-family: sans serif;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.7em;
	text-decoration:none;
	border: outset 1px gray; 
	margin:0;
	padding:0}
	
a.showHideIcon {
	font-family: Arial, Sans Serif;
	font-size: 7pt;
	padding-left:3px;
	padding-right: 1px;
	margin-left: 3px;
	letter-spacing: 1px;
	}

a:hover.hidingIcon,a:hover.showHideIcon {
	background-color:#4B4;
	color: #036;
}


tbody.AddRemove input {
	/*Target checkboxes that consume too much height in multi-row tables*/
	margin: 0;
	/*height: 10px;  /*was causing IE display problems.*/
	vertical-align: middle;
}

table.ForLayout { background-color: transparent;}
table.ForLayout td { border:0 }


/* RUBY STANDARD STYLES, MAY BE USED LATER*/
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
/*
a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }
*/
div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
/* END OF RUBY GENERATED STANDARD STYLES*/

/*COURSE SELECTION */
div.courseSelection td{font-size:11px;border:0;}
div.courseSelection {background-color:#eee;padding:1px 0 0 0;margin:0}

/*BLOG POSTS*/
.postsDisplay {
	padding:6px;
	width:auto;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee}
.postDisplay {}
.odd {background-color:white/*#f0f8f8*/}
.even{background-color:#f8f8f8/*#ffffe8*/}
.postTitle {
	color: darkblue;
	background-color: #eee;
	padding:2px 4px;
	font-size:1.1em;
	border-bottom: 1px solid gray;
	margin: 6px 0 0 0}
.postMessage {
	background-color:silver;
	border-bottom: 1px dotted silver;
	line-height:1.4em; 
	padding: 0 4px 6px 4px;
	font-size: 1.1em}
.postMenu {
	font-size:0.9em;
	float:right;
	padding:0 3px;}
.postByLine {
	color:gray;
	font-size:0.9em;
	padding:0 4px;
	margin:0 0 12px 0}

/*BLOG COMMENTS*/
.postMessageInComments{
	background-color:white;
	color:gray;
	float:left;
	width:200px;
	border: 1px solid #eee;
	line-height:1.4em; 
	padding: 6px 4px 6px 4px;
	font-size:0.8em}
.commentsDisplay{
	margin-left: 209px;
	padding:6px;
	width:auto;
	border-left:solid 1px #eee;
	border-right:solid 1px #eee}
.commentMessage {
	background-color:silver;
	border-bottom: 1px dotted silver;
	line-height:1.4em; 
	padding: 6px 0 6px 2px;
	font-size:1.1em}
.clearBoth {
	clear:both;
}
/*All thing like Created on/by updated on/by */
.auditText {font-size:11px;color:gray}
.auditData {color: #036;}

/*RESOURCES AND ASSIGNMENTS*/
.resources {
	font-size:1em;
	margin:0.5em 0 0 0;}
.resource {
	font-size:1.1em;
	border-top: 1px dotted #900;
	margin:0.5em 0.5em 0 0;
	clear:right}
.resource span.data {
	font-family: "palatino linotype", garamond, tahoma, arial, sans-serif;
	font-weight:normal;
	font-size:105%;
	letter-spacing:1px;
	/*font-variant: small-caps;*/
	}
.resource p {line-height:1.5em;}

.resource .description {background-color:silver;margin:0 0 0 0.5em;}

.downloadDetail {
	background-color:white;
	background-image: url(/images/skull_bg.gif);
	background-repeat: repeat-both; 	
	font-size:0.8em;
	border:2px outset #900;
	margin:0.5em 0 0 0;
	padding:0.5em;
	float:right;
	max-width:30em;
	overflow:auto;}

/*COURSE WORK STYLES*/
.courseworks { margin-left:20px; }
/*LINK IMAGES*/

a {background-repeat: no-repeat; 	
	background-position: center left;}

a.update {
	background-image: url(/images/update_pencil.gif);
	padding-left: 15px}

a.newcomment {
	background-image: url(/images/new_comment.png);
	padding-left: 16px}

a.new {
	background-image: url(/images/new.png);
	padding-left: 16px}

a.delete {
	background-image: url(/images/delete_x.gif);
	padding-left: 16px}

a.revert { /*also used for back and cancel */
	background-image: url(/images/revert_arrow.gif);
	background-position: center right;
	padding-right: 23px}

a.download {
	background-image: url(/images/download_yellow_arrow.gif);
	padding-left: 18px;}

a.download:hover {
	background-image: url(/images/download_green_arrow.gif);
