/*	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; 
} 
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; 
} 
li ul {
	margin: 0;
}
li, dd { 
	margin-left: 2em; 
} 
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 0.75em;
}
fieldset { 
	padding: 0.5em; 
} 
/*
#content table {
	border-collapse: collapse;
	margin-top: 0.75em;
}
*/
th {
	text-align: left;
}
td.formlabel {
	text-align: right;
}
th.formlabel {
	text-align: right;
}
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.search th, table.search td {
	padding: 0 1.5em 0 0;
	vertical-align: top;
	text-align: left;
}
table.search th {
	padding-bottom: 0.25em;
}
table.search td.type {
	font-size: smaller;
}
table.search td.rank {
	text-align: center;
}
table.prices th {
	vertical-align: bottom;
}
tr.oddrow, tr.odd {
	background-color: #eee;
}
tr.headrow, table#wageTable tr.textRow {
	background-color: #ccc;
}
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;
}
div#related_links {
	clear: both;
	width: 100%;
}
div#related_links div.section_links {
	float: left;
	margin-right: 1em;
}
div#related_links div.other_links {
	float: right;
	margin-left: 1em;
}
div#page_links {
	width: 98%;
}


/* other nav: topic-based "jump to" drop down and button for descriptions */
div#jumpnav {
	text-align: right;
	margin-left: 1em;
	margin-top: 0;
}
div#jumpnav option {
	padding-left: 0.5em;
}


/* fonts, etc. */
body {
	font-family: Arial,sans-serif;
}
textarea {
	font-family: Arial,sans-serif;
	font-size: 98%;
}
h1,h2,h3,h4,h5,h6 {
	color: #060;
	font-weight: bold;
}
h1 { 
	font-size: 160%; 
}
h2 { 
	font-size: 140%; 
}
h3 { 
	font-size: 120%; 
}
h4 { 
	font-size: 105%;
}
h5,h6 {
	font-size: 100%;
}
address {
	font-style: normal;
}

/* text styles and other stuff */
acronym { 
	border-bottom: 1px dotted; 
}
.mission {
	font-style: italic;
	font-weight: bold;
}
.warning {
	color: red; 
	font-size: 80%; 
	font-style: italic;
}
.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;
}
div.toplink {
	clear: both;
	font-size: 60%;
	font-style: normal;
	margin-top: 1em;
}
.pagelinks {
	font-size: 90%;
}
.glossary {
	cursor: help;
}
div.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;
/*
	left: 0;
*/
	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 {
	background-color: #03f;
	color: #fff;
	text-decoration: none;
}
a.image:hover {
	background-color: transparent;
}
a:active {
	color: #66f; 
}


/* header: top panel; site name & user login/out */
#header {
/*
	background-image: url(/images/header_background.gif);
*/
	background-image: url(/images/header_bg_new5.png);
	background-repeat: repeat-x;
	border: 1px solid black;
	left: 1%;
	margin-bottom: 0;
	min-height: 120px;
	position: relative;
	top: 10px;
	width: 98%;
}
#header td.logo {
	height: 110px;
	padding: 1em;
	vertical-align: top;
	width: 200px;
}
#header td.welcome {
	padding-right: 0.5em;
	text-align: right;
}
.sitename {
	color: #efe;	
	font-family: Verdana,sans-serif;
	font-size: 140%;
	font-weight: bold;
}
.sitemessage {
	color: #cfc;	
	font-weight: bold;
}
#header td.login {
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	text-align: right;
	vertical-align: top;
}
#header .user_name {
	color: #666; 
	font-size: 125%;
	font-weight: bold;
}

#text_sizer {
	margin-bottom: 0;
	margin-top: 1em;
	font-style: italic;
}
#text_sizer a {
	font-style: normal;
	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 */
div.ataglance {
	border: thick solid #080; 
	clear: right; 
	float: right; 
	height: auto;
	margin: 1em 0 1em 1.5em;
	width: 20%; 
}
div.ataglance h2 {
	background-color: #080;
	color: #fff;
	font-size: 120%;
	font-style: italic;
	margin-top: 0;
	text-align: center; 
}
div.ataglance ul {
	font-size: smaller; 
	margin-left: 1em; 
	padding: 1em; 
	padding-top: 0;
}
div.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 */
#navigation {
	background-color: #ddd;
	border: 1px solid black;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 18%;
}
#navigation h3 {
	background-color: #080;
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 115%;
	margin: 0;
	padding: 0.5em;
}
#navigation form {
	margin: 0.5em;
}
#about_nav, #using_nav {
	background-color: #080;
}
#search {
	border-bottom: 1px solid #ddd;
}
#chat_nav {
	text-align: center;
}
#chat_nav h3 {
	text-align: left;
}
#chat_nav img {
	border: 1px solid black;
	margin-top: 2px;
}
#chat_nav a:hover {
	background-color: #ddd;
}

/* first level links */
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ddd;
	margin: 0;
}
#navigation li a:link, #navigation li a:visited {
	background-color: #0a0;
	color: #fff;
	display: block;
	padding: 0.5em;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #03f;
	color: #fff;
}

/* second level */
#navigation ul ul {
	font-size: 90%;
	margin-left: 0.75em;
}
#navigation ul ul li {
	border-bottom: 1px solid #ddd;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #0d0;
	color: #000;
	padding: 0.5em 0.5em 0.5em 0.7em;
}	
#navigation ul ul a:hover {
	background-color: #03f;
	color: #fff;
}	

/* third level */
#navigation ul ul ul {
	font-size: 90%;
	margin-left: 0.75em;
}
#navigation ul ul ul li {
	border-bottom: 1px solid #ddd; 
}
#navigation ul ul ul a:link, #navigation ul ul ul a:visited {
	background-color: #0f0;
	color: #000;
	padding: 0.5em 0.5em 0.5em 0.85em;
}	
#navigation ul ul ul a:hover {
	background-color: #03f;
	color: #fff;
}	

/* miscellaneous */
input#search_text {
	width: 97%;
}
#navigation input#site_key {
	width: 50%;
}
#navigation .list_desc_by {
	font-style: italic;
}


/* 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, #navigation,
	#text_sizer, #related_links, #page_links, #jumpnav {
		display: none;
	}
	#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%;
	}
}


