/*	MAIN.CSS: primary CSS stylesheet
Copyright © WOIS/The Career Information System */

/*	global white space reset & other tag settings: from http://leftjustified.net/journal/2004/10/19/global-ws-reset/  */
* { 
	margin: 0;
	padding: 0;
	color: #4f4f4f; 
}

/* for non-HTML5 browsers */ 
article, aside, footer, header, nav, section {
  display: block;
}


h1, h2, h3, h4, h5, h6 { 
	margin: 0.75em 0 0.75em 0; 
} 
.pseudo-heading a {
	font-weight: bold;
}
p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin: 0.75em 0 0.75em 0; 
} 
p.comment {
	display: none;
}
li ul {
	margin: 0;
}
li, dd { 
	margin-left: 2em; 
} 
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.75em;
}
fieldset { 
	padding: 0.5em; 
} 

table {
	margin: 0;
}
td, th {
	padding-right: 1em;
	text-align: left;
}
td {
	vertical-align: top;
}
th {
	vertical-align: bottom;
}
td.formlabel, th.formlabel {
	font-weight: normal;
	text-align: right;
}
td.formlabel, th.formlabel, td.formfield {
	vertical-align: middle;
}
td.formfield {
	padding-right: 0;
}

hr {
	clear: both;
	color: #aaa;
}
img { 
	border: 0; 
}
ul.plainlist {
	list-style-type: none;
}
ul.plainlist li {
	margin-left: 1em;
}
ul.plainlistleft {
	list-style-type: none;
}
ul.plainlistleft li {
	margin-left: 0;
}


table.questions td {
	padding: 0.5em;
}

table.prices th {
	vertical-align: bottom;
}

tr.oddrow, tr.odd {
	background-color: #eee;
}

tr.headrow, table#wageTable tr.textRow {
	background-color: #eee;
}
table.ce_elective_table {
	border-collapse: collapse;
}
table.ce_elective_table th, table.ce_elective_table td {
	border: 1px solid black;
	padding: 0.5em;
}
table.grid {
	border-collapse: collapse;
	width: 100%;
}
table.grid td, table.grid th {
	border: 1px solid black;
	padding: 0.25em 0.5em;
	vertical-align: middle;
}		

/* top-of-page inline horizonal navigation link lists*/
ul.hnavlist {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.hnavlist li {
	display: inline;
	margin: 0;
	padding: 0;
}
#related_links {
	clear: both;
	margin-bottom: 0.5em;
	width: 100%;
}
#related_links .section_links {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 1em;
}
#related_links .other_links {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
#page_links {
	background-color: #ddd;
}


/* fonts, etc. */
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 95%;
}
textarea {
	font-family: Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	color: #363;
	font-weight: bold;
}
h1 { 
	font-size: 160%; 
}
h2 { 
	font-size: 140%; 
}
h3 { 
	font-size: 120%; 
}
h4 { 
	font-size: 110%;
}
h5,h6 {
	font-size: 100%;
}
address {
	font-style: normal;
}

/* text styles and other stuff */
hr {
	color: #fff;
}
acronym { 
	border-bottom: 1px dotted; 
}
.mission {
	font-style: italic;
	font-weight: bold;
}
.warning {
	color: red; 
	font-size: 80%; 
	font-style: italic;
}
.readonly {
	background-color: #ddd;
}
.error_msg, {
	color: red;
	font-size: larger;
	font-weight: bold;
}
.note { 
	font-size: 80%; 
	font-style: italic; 
}
.bignote {
	font-style: italic;
}
.news_date_posted {
	font-size: smaller; 
	font-style: italic;
	font-weight: bold;
}
.toplink {
	clear: both;
	font-size: 60%;
	font-style: normal;
	margin-top: 1em;
}
.pagelinks {
	font-size: 90%;
}
.glossary {
	cursor: help;
}
.portfolio_save {
	float: right;
	margin: 0 0 1em 1em;
	text-align: right;
	width: 20%;
}
input#log_out {
	margin-left: 1em;
}
.cistitle {
	font-weight: bold;
}
.alttitle {
	font-style: italic;
}
.bigbold {
	font-size: 125%;
	font-weight: bold;
}
.required {
	font-weight: bold;
}
.ctr {
	text-align: center;		
}
.biglink {
	font-size: 110%;
	font-weight: bold;
}
.invisible {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
.skip_links a {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
.skip_links a:focus {
	height: auto;
	position: static;
	width: auto;
}


/* link styles */
a { 
	text-decoration: none;
}

a.pdf, a.ppt, a.doc, a.pub, a.xls { 
	_display: inline-block; 
	background-color: transparent;
	background-position: right 50%;
	background-repeat: no-repeat;
	padding-right: 17px; 
}
a.pdf {
	background-image: url(/images/pdficon_small.gif);
}
a.ppt {
	background-image: url(/images/ppticon_small.gif);
}
a.doc {
	background-image: url(/images/docicon_small.gif);
}
a.pub {
	background-image: url(/images/pubicon_small.gif);
}
a.xls {
	background-image: url(/images/xlsicon_small.gif);
}
img.fileicon {
	margin-left: 0.25em;
	vertical-align: middle;
}

a:link, a:visited  { 
	color: #03f; 
}
a:hover, a:focus {
	background-color: #03f;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
a.image:hover {
	background-color: transparent;
}
a:active {
	color: #66f; 
}

a:focus img {
	background-color: transparent;
}


/* #page_header: top panel; site name & user login/out */
#page_header {
	background-color: #7ad;
	border: 1px solid #080;
	border-radius: 10px;
	color: #3c3c3c;
	left: 1%;
	margin-bottom: 0;
	position: relative;
	top: 10px;
	width: 98%;
}
td#logo {
	padding-right: 0;
	vertical-align: top;
}
td#welcome {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
td#search_social_sizer {
	font-style: italic;
	text-align: right;
	vertical-align: middle;
}
td#search_social_sizer a {
	font-style: normal;
	font-weight: bold;
}
div#search {
	margin-bottom: 0.5em;
}
div#social, div#sizer {
	display: inline-block;
}
div#social {
	vertical-align: bottom;
}
div#sizer {
	vertical-align: top;
}
span#sitename {
	color: #3c3c3c;	
	font-family: Verdana,sans-serif;
	font-size: 140%;
	font-weight: bold;
}
span#sitemessage {
	color: #3c3c3c;	
	font-style: italic;
	font-weight: bold;
}
span#user_name {
	color: #3c3c3c; 
	font-size: 120%;
	font-weight: bold;
}


/* page_body: everything below the header - navigation (left), content (center), announcements (right), footer (bottom) */
#page_body {
	padding: 0;
	position: relative;
	margin: 0.75em 1%;
	width: 98%;
}


/* content (center) */
#content {
	margin: 0 0 0 20%;
	padding: 1em 0;
}
#content h1 {
	margin-top: 0;
	padding-top: 0;
}


/* At a Glance */
.ataglance {
	border: thick solid #7ad; 
	border-radius: 10px;
	clear: right; 
	float: right; 
	height: auto;
	margin: 1em 0 1em 1.5em;
	width: 20%; 
}
.ataglance h2 {
	background-color: #7ad;
	color: #3c3c3c;
	font-size: 120%;
	font-style: italic;
	margin-top: 0;
	text-align: center; 
}
.ataglance ul {
	font-size: smaller; 
	margin-left: 1em; 
	padding: 1em; 
	padding-top: 0;
}
.ataglance li {
	margin-left: 0.5em;
}


/* navigation (left): borrowed - and modified - from Rachel Andrew's "The CSS Anthology: 101 Essential Tips, Tricks & Hacks", Ch. 4 */
#main_nav {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	left: 0px;
	margin-top: 0.75em;
	overflow: hidden;
	padding-left: 0.25em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	position: absolute;
	top: 0px;
	width: 18%;
	background-color: #7ad;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* first level links */
#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_nav li {
	border-bottom: 0;
	margin: 0;
}
#main_nav li a:link, #main_nav li a:visited {
	background-color: #7ad;
/*
	color: #00c;
*/
	color: #444;
	display: block;
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
}
#main_nav li a:hover {
	background-color: #03f;
	color: #fff;
}

/* second level */
#main_nav ul ul {
	font-size: 90%;
	margin-left: 0.75em;
}
#main_nav ul ul li {
	border-bottom: 0; 
}
#main_nav ul ul a:link, #main_nav ul ul a:visited {
	background-color: #4a7;
	color: #2f2f2f;
	padding: 0.5em 0.5em 0.5em 0.7em;
}	
#main_nav ul ul a:hover {
	background-color: #03f;
	color: #fff;
}	

/* third level */
#main_nav ul ul ul {
	font-size: 90%;
	margin-left: 0.75em;
}
#main_nav ul ul ul li {
	border-bottom: 0; 
}
#main_nav ul ul ul a:link, #main_nav ul ul ul a:visited {
	background-color: #ddd;
	color: #0000cc;
	padding: 0.5em 0.5em 0.5em 0.85em;
}	
#main_nav ul ul ul a:hover {
	background-color: #03f;
	color: #fff;
}	

#main_nav .list_desc_by {
	font-style: italic;
}

/* other nav: topic-based "jump to" drop down and button for descriptions */
#jumpnav {
	text-align: right;
	margin-left: 1em;
	margin-top: 0;
}
#jumpnav option {
	padding-left: 0.5em;
}


/* stupid chat thing */
#nav_chat {
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding-right: 0.5em;
	text-align: center;
}
#nav_chat img {
	border: 0;
	margin-top: 2px;
}
#nav_chat a:hover {
	background-color: #ddd;
}


/* Great Futures */
li.gc_login input {width: 95%;}

/* footer (bottom): copyright & address, etc. */
footer {
	clear: both;
	margin-top: 1em;
	text-align: left;
} 
footer p {
	font-size: 80%; 
	font-style: italic;
}


/* printing stuff */
.printonly {
	display: none;
}

@media print {
	.printonly {
		display: inherit;
	}
	.noprint, .invisible, .toplink, #portfolio_login, #log_out, nav#main_nav,
	#social_and_sizer, #related_links, #page_links {
		display: none;
	}
	#page_header {
		background-image: none;
		border: 2px groove #ddd; 
	}
	a.pdf, a.doc, a.pub, a.ppt {
		background-image: none;
		padding-right: 0;
	}
	.sitename, .sitemessage, h1, h2, h3, h4, h5, h6 {
		color: black;
	}
	#content {
		margin-left: 2%;
	}
}

