/* 	Copyright Stony Brook University 2005
	Developed by Application Support for Administration
	
	About MAIN.CSS
	Date Created: February 6, 2005
	Date Modified: February 21, 2005
	Version 1.1.1
	
	This is a stylesheet for Application Support for Administration websites.
	
	See the change_log.css file for versioning information.
*/

body { 
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

/* DIV ID and subclass definitions used for the page layout */
#navigationLayer, #mainLayer, #mainLayerRightSideBarStyle, #rightSideBarLayer {
	border:0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#container {
	position: absolute;
    width:800px;
    top: 171px;
	background-repeat: no-repeat; 
}
#navigationLayer {
	float: left;
    background-color: #0063a3;
	border-right: 2px solid #cccccc;
	z-index: 5;
}
#mainLayer {
	width: 608px;
	float: left;
    background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	z-index:22;
}
.mainTextLayer {
	padding-right:0px;
	padding-left:7px;
	margin-top:5px;
	margin-bottom:5px;
	z-index: 30;
}
#mainLayerRightSideBarStyle {
	width: 448px;
	float: left;
    background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	z-index:23;
}
#rightSideBarLayer {
	width: 159px;
	float: left;
	border-right: 1px solid #cccccc;
	background-color: #f0f0f0;
	z-index: 50;
}
.rightSideBarTextLayer {
	margin-left: 8px;
	margin-top: 10px;
	z-index: 70;
}
.rightSideBarBreak {
	background-image: url(/asa/images/bluegreyline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header, #footer {
	width: 800px;
}
#footer {
	float: right;
	color: #660000;
}
#headerPartA {
	position: absolute;
	top: 0px;
	height: 30px;
}
#headerPartB {
	position: absolute;
	top: 31px;
	height: 80px;
}	
#titleLayer {
	position: absolute;
	top: 111px;
	height: 60px;
}
#pics {
	margin-top: 19px;
	margin-left: 19px;
	margin-bottom: 19px;
}
/* Spotlight Elements */


/* Navigational Elements */
#nav {
	width:188px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin-top:0px;
}		 
#nav ul { 
	list-style:none;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #4a82b6;
}
#nav li {
	border-bottom: 1px solid #4a82b6;
}
#nav li a {
	display: block;  
	padding: 7px 5px 7px 0.75em;
	border-left: 1px solid #4a82b6;
	background-color: #0063a3;
	color: #ffffff;
	text-decoration: none;
} 
#nav li a:hover {  
	background-color: #660000;
	color:#ffffff;
}
#nav ul ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #4a82b6;
}
#nav ul ul li a {
	display: block;
	padding: 3px 5px 3px 1.5em;
	border-left: 1px solid #4a82b6;
	background-color: #3299CC;
	color: #ffffff;
	text-decoration: none;
}
#nav ul ul li a:hover {
	background-color: #990000;
	color: #ffffff;
}
#nav ul ul ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #4a82b6;
}
#nav ul ul ul li a {
	display: block;
	padding: 3px 5px 3px 2.5em;
	border-left: 1px solid #4a82b6;
	background-color: #87CEFF;
	color: #0063a3;
	text-decoration: none;
}
#nav ul ul ul li a:hover {
	background-color: #CC0000;
	color: #ffffff;
}


/* Structural Elements */
h1 {
	color: #0063a3;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
h2 {
	color: #990000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
h3 {
	color: #0063a3;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
h4 {
	color: #990000;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 0px;
	padding: 5px;
}
ul ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
	padding: 0px;
}
ul ul ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 5px;
	padding: 0px;
}
ul.regular li {
	padding-bottom: 2px;
	padding-top: 2px;
}
ul.regular {
	list-style-type: square;
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	margin-left: 4em;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul ul.regular {
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	text-align: left;
	margin-left: 4em;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
ol {
	list-style-type: decimal;
}
ol.alpha {
	list-style-type: upper-alpha;
}
ol ol {
	list-style-type: lower-alpha;
}
ol li {
	vertical-align: middle;
	text-align: left;
	padding-left: 1px;
	margin: 0.5em;
}
dl dl {
	margin-left: 20px;
	margin-top: 5px;
}
dl dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-right: 1em;
	color: #990000;
}
dt {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 0.5em;
	margin-right: 1em;
}
dd {
	margin-left: 20px;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
dd.highlight {
	background-color: #BCD2EE;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: justify;
}
form {
	display:inline;
}
hr {
	height: 1px;
	background-color: #f0f0f0;
	color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
p.contact {
	margin-left: 20px;
}
p.right {
	text-align: right;
}
p.crumb {
	text-align: left;
	font-size: 10px;
	margin-left: 0px;
}
p.spotlight {
	padding-bottom: 10px;
}
p.zero {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Standard Tables */
table {
	font-size: 9pt;
	empty-cells: hide;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
table.center {
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #ccc;
	padding: 1px;
}
table.offset20 {
	font-size: 9pt;
	margin-left: 20px;
	text-align: center;
}
table.departments {
	font-size: 9pt;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	border: 0px;
}
table.whiteborder {
	font-size: 9pt;
	margin-left: 20px;
	border: 0px;
}
table.whitebordercenter {
	font-size: 9pt;
	border: 0px;
}
td.departments {
	text-align: left;
	border: 0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
td.whiteborder {
	border: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.whitebordercenter {
	border: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
th.departments {
	text-align: left;
	border: 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	background: #ffffff;
}
td.topalignclear {
	text-align: left;
	vertical-align: top;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
}
td.topalignborderleft {
	text-align: justify;
	vertical-align: top;
	border-left: 1px;
	border-left-color: #cccccc;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
}
th.left {
  border: 1px solid #ccc;
  text-align: left;
  margin: 0px;
  background-color: #3299CC;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
  text-align: left;
  border: 1px solid #ccc;
  vertical-align: middle;
	padding: 3px 4px;
  font-size: 85%;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
th {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0px;
  padding: 3px 8px;
  background-color: #0063a3;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
th.sub {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0px;
  background-color: #3299CC;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
th.sub2 {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0px;
  background-color: #87CEFF;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.search {
	vertical-align: middle;
}

/* Anchors */
a:link {
	color: #0063a3;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #0063a3;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

/* Elements used to highlight text */
em {
	background-color: #BCD2EE;
	font-style: normal;
}

/* General subclasses */
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.news {
	background-color: ;
}
invisible {
	color: ;
}
.footer-links .signature {
	color: #0063a3;
	font-size: ;
	font-weight: ;
	font-family: ;
	text-align: center;
}
.signature {
	margin-top: 3em;
}
.req {
	background-color: ;
	color: ;
}
.stripe {
	background-color: #BCD2EE;
}
.notice {
    background-color: #FFFFCC;
}