﻿/* base css */
@import url('base.css');
/* forms css */
@import url('forms.css');
/* content management css */
@import url('cms/thickbox.css');
@import url('cms/cms.css');

#pagetitle
{
	margin:0 auto;
	padding:10px 0px 10px 0px;
	height:35px;
}

#pagetitle-inner
{
}

img.pagetitle
{
	float: left;
}

#helparea
{
	float: right;
}

/* ------ Footer CSS ------ */

#footer-links
{
	padding: 15px;
}

#footer-links ul
{
	list-style: none; 
	display: inline;
	margin: 0; 
	padding: 0;
}

#footer-links ul li
{
	list-style: none; 
	display: inline;
	border-left: solid 1px #000;
	padding: 0 10px;
}

#footer-links ul li.first
{
	border-left: none;
}

.fake-link
{
	cursor: default; 
	text-decoration: none; 
	color: #000;
}

/* ------ End Footer CSS ------ */

/* ------ Menu CSS ------ */

.menu
{
	width: 178px;
}

.menu-static-node, .menu-dynamic-node, .menu-dynamic-hover-node, .menu-static-hover-node
{
	line-height: 1.5em;
	text-transform: lowercase;
	font-size: 10pt;
}

.menu-static-hover-node, .menu-dynamic-hover-node
{
	background: #b1b1b1 !important;
	color: #333333;
}

.menu-static-item-node, .menu-dynamic-item-node
{
	background: #4a4a4a;
	border: solid 1px #000000;
	cursor: pointer !important;
	border: solid 1px #000;	
	color: #E4E0C9;
}

.menu-static-item-node a, .menu-dynamic-item-node a 
{
	display: block;
	padding-left: 10px;
	/*width: 100%;*/
	padding: 3px 10px;
}

div.menu-static-item-node
{
	/*width: 100%;*/
}


/* ------ End Menu CSS ------ */

/* ------ Grid CSS ------ */

.grid
{
	border: solid 1px #EEC767;
	border-collapse: separate !important;
	width: 100%;
}

.grid-fixed
{
	table-layout: fixed;
}

.grid-no-border
{
	border: none 0px;
	border-style: none;
	border-width: 0;
	border-collapse: collapse;
	border-color: #eefcff;	/* hack for ff */
	width: 100%;
}

.grid-header, .grid-header-centered
{
	font-size: 8pt;
	font-weight: bolder;
	border-left: dashed 1px #EEC767;
	border-right: dashed 1px #EEC767;
	border-bottom: dashed 1px #EEC767;
	padding: 5px;
}

.grid-header
{
	text-align: left;
	border-collapse: collapse !important;
	overflow: hidden;
}

.grid-header-centered
{
	text-align: center;
}

.grid-row, .grid-alt-row, .questionnaire-grid-row, .questionnaire-grid-alt-row, .compare-alt-row
{
	text-align: left;
	padding: 3px 7px;
	line-height: 1.4em;
	border: solid 1px #f0f0f0;
	border-collapse: collapse;
	overflow: hidden;
}

.grid-alt-row, .questionnaire-grid-alt-row
{
	background-color: #eef7f7;
}

.grid-row-vertical
{
	writing-mode: tb-rl;
}

.grid-row-planner-period
{
	padding: 3px !important;
}

.compare-alt-row
{
	background-color: #8fabbf;
}

.grid-hover-row
{
	background-color: #ffffe0;
}

.grid-empty-row
{
	font-size: larger;
	color: #ccc;
	border-style: none;
	padding: 5px 10px;
}

.questionnaire-grid-row, .questionnaire-grid-alt-row
{
	text-align: center !important;
	vertical-align: middle;
	border-collapse: collapse !important;
}

.questionnaire-grid-header
{
	text-align: center;
	padding: 0px 3px;
	border-collapse: collapse !important;
}

.questionnaire-grid-header th
{
	border-style: none;
}

.planner-grid-cell
{
	font-size: 10px;
}

/* ------ End Grid CSS ------ */

/* ------ Login CSS ------ */

div.login
{
    
}

img.login
{
}

.login-content
{

}

.login-label
{
	padding-right: 15px;
}

.login-button
{
	float: left;
	margin: 10px;
}

.login-link
{
	height: 30px;
	position: relative;
	top: -34px;
	left: 80px;
}


.login-instructions ul
{
	text-align: left;
	margin:5px 0 0 65px;
}

.login-instructions li
{
	list-style-image:URL("../Images/CheckMark.png");
	padding-bottom:2.5px;
}


/* ------ End Login CSS ------ */

div.spaced
{
	padding-top: 20px;
	width:700px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.confirmation-panel
{ 
	width: 250px; 
	background-color: #eefcff; 
	border: solid 2px #000;
	padding: 20px;
}

.modalPopup
{
	background: #eefcff;
	border-width: 2px;
	border-style: solid;
	border-color: #EEC767;
	padding: 3px;
	width: 450px;
}

#alpha-browser
{
	font-size: large;
}

.choice-seperator	/* for the - OR - areas */
{
	padding: 20px 0;
}

/* ------ Authenicated Master CSS ------ */

.beta-header-identity-title
{
	font-size: smaller;
	color: Gray;
}

.beta-header-identity-data
{
	font-size: smaller;
	text-transform: lowercase;
	padding: 0 3px;
}

span.beta-header-identity-data
{
	color: #3689c5;
}

/* ------ End Authenicated Master CSS ------ */

/* ------ Reports CSS ------ */

body.report-form
{
	background: #eefcff;
}

.report-viewer
{
	width: 95% !important;
	height: 690px !important;
	background: #eefcff !important;
}

.report-popup
{
	width: 755px;
}

.report-popup-container
{
	height: 525px; 
	text-align: center;
}

.report-popup-command-area
{
	font-size: 2.0em;
	text-transform: lowercase;
	text-align: right;
	margin-right: 35px;
	padding: 5px 0;
}

.report-popup-report-area
{
	clear: both;
	height: 95%;
}

/* ------ End Reports CSS ------ */

/* ------ Career Search CSS ------ */

label
{
	padding-left: 5px;
}

div.career-header
{
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0;
}

div.career-caption
{
	font-size: smaller;
}

a.link-save:hover, a.link-more-info:hover
{
	text-decoration: none;
	background:#FFF;
	color:#F00;
	border-style:inset;
}

a.link-save, a.link-more-info
{
	text-decoration: none;
	display:block;
	float: left;
	font-weight: bolder;
	border-width: 1px;
	border-style:outset;
	margin-right: 1px;
	color: #fff;
	width:18px;
	height:18px;
	text-align:center;
}

a.link-save
{
	background: #F38519;
}

a.link-more-info
{
	background: #1B59FD;
}

/* ------ End Career Search CSS ------ */

/* ------ Career Detail CSS ------ */

div.button-list
{
	float: left; 
	display: block; 
	width: 105px; 
	margin:0; 
	padding:0; 
	padding-left:5px;
}

ul.button-list
{
	list-style-type: none;
}

.button-list a, .link-button
{
	background: #1B59FD;
	border-width:1px;
	border-style:outset;
	text-decoration: none;
	text-transform: lowercase;
	color:#fff;
}

.button-list a:hover, .link-button:hover, .selected-button:hover
{
	background: #fff !important;
	color: #ff0000;
	border-style:inset;
}

.button-list a
{
	display: block;
	padding: 5px 6px;
	width: 88px;
}

.link-button
{
	line-height: 2.5em;
	padding: 7px;
}

.selected-button
{
	background: #03C !important;
	font-weight: bold !important;
}

.selected-button:hover
{
	font-weight: bold !important;
}

.content-area
{
	float: left; 
	display: block; 
	width: 395px; 
	margin: 0; 
	margin-left:5px;
}

.content-item-area
{
	padding: 10px 0;
}

.content-item-title
{
	color: #1B59FD;
}

.content-item-data
{
	margin-left: 15px;
}

.career-detail-title-area
{
	clear: both; 
	width: 100%;
}

.career-detail-title-area-alpha
{
	padding: 0 10px; 
	margin: 5px 0; 
	float: left;
	width: 100px;
}

.career-detail-title-area-beta
{
	float: left;
	width: 380px;
}

.interest-content-item-title
{
	padding: 10px 0;
	font-weight: bold;
}

.interest-content-item-data
{
}

ul.task-content-item-data
{
	list-style-type: none !important;
	padding: 10px 0;
	margin:0 0 0 -20;
}

.task-content-item-data li
{
	list-style: none !important;
	padding: 5px 0;
	margin:0 0 0 -20;
}

.career-grid-row
{
	line-height: 1.4em;
	border-style: none;
	border-width: 0;
}

.career-grid-row td
{
	border-style: none;
	border-width: 0;
	border-collapse: collapse;
}

/* ------ End Career Detail CSS ------ */

/* ------ Assessment CSS ------ */

a.assessment
{
	background-color: #c90a0a;
}

div.assessment-header
{
	padding: 10px 0;
}

.assessment-title
{
	font-size: larger; 
	font-weight: bold; 
	text-transform: uppercase;
}

.assessment-description
{
}

/* ------ End Assessment CSS ------ */

/* ------ Transfer Students CSS ------ */

.continue-button
{
	position: relative;
	top: 50px;
}

#transfer-destinations-selection
{
	position: relative;
	top: -15px;
}

/* ------ End Transfer Students CSS ------ */

/* ------ Resume Section CSS ------ */

div.resume-section
{
	border: solid 2px #f99c32;
	margin-top: 10px;
	background: #fff;
}

.resume-section-title
{
	background: #ffe3cc;
	font-size: larger;
	font-weight: bold;
	padding: 10px 5px;
	border-bottom: solid 1px #f99c32;
}

.resume-section-description
{
	padding: 4px;
	margin: 0 2px;
	border-bottom: solid 1px #f99c32;
}

.resume-section-command-area
{
	padding: 6px;
}

.resume-section-update-area
{
	margin: 5px;
}

.print-option
{
	text-align: right;
	font-weight: normal;
}

/* ------ End Resume Section CSS ------ */

/* ------ Resume Active Verbs CSS ------ */

.left-column, .middle-column, .right-column
{
	border: solid 1px #f0f0f0; 
	float: left; 
	margin-left: 2px;
}

.left-column, .right-column
{
	width: 165px;
}

.middle-column
{
	width: 190px;
}

.column-title
{
	padding: 5px 10px; 
	border: solid 1px #f0f0f0; 
	font-weight: bold;  
	white-space: nowrap;
}

.column-data
{
	padding: 5px 10px;
}

.column-data ul
{
	list-style-type: none;
}

.column-data li
{
	line-height: 1.6em;
}

/* ------ End Resume Active Verbs CSS ------ */

.career-spotlight-area
{
	clear: both; 
	width: 100%;
}

.career-spotlight-dynamic
{	
	height:auto;
	width:100%;
	padding-top:10px;
}

.career-spotlight-img-holder
{
	margin: 11px 0px 0px 12px; 
	float: left;
}

.career-spotlight-img-player
{
	background-image:url('../images/pictureframe_on.png');
	width:123px;
	height:115px;
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
}

.career-spotlight-desc
{
	float:left;
	padding: 8px 0px 0px 15px;
	width: 380px;
}

.career-spotlight-link-all
{
	clear: both;
	background-image:url('../images/textfooter.png');
	height:35px;
	background-repeat:no-repeat;
	
}

.career-spotlight-title
{
	background-image:url('../images/textheader.png');
	font-size:large;
	text-indent:15px;
	background-repeat:no-repeat;
	height:35px;
	padding-top:2px;
		
}

.career-featured-footer
{
	clear: both;
	background-image:url('../images/textfooter.png');
	height:30px;
	width:100%;
	background-repeat:no-repeat;
}

/* ------ Profile ------ */

div.profile p
{
	line-height: 1.4em;
	margin: 0.6em 0 0.4em 0;
}

div.profile li
{
	margin-left: 30px;
}

/* ---- End Profile ---- */

/* sortable */
li.sortable
{
	background: #ffe3cc;
	padding: 5px 2px;
	margin: 5px 0;
	width: 165px;
}

#resumeSections
{
	list-style-type: none;
}

#quicklinks
{
	border: solid 2px #000; 
	background: #eefcff; 
	width:250px; 
	height:auto; 
	position: relative; 
	left: -80px; 
	display: none;
}

#text-reader
{
	display: none;
	padding: 10px;
}

#text-reader-inner
{
	display: none;
	width: 150px; 
	margin: 0 auto;
}

.pathway-checkbox
{
	padding-right: 5px;
}

.pathway-image
{
	padding: 0 5px 5px 0;
	float: left;
}
