
/* ------------------- CLASSES ------------------- */
.nobold, .noBold {
	font-weight: normal;
}

.floatleft, .floatLeft {
	float: left;
}

.floatright, .floatRight {
	float: right;
}

.clear {
	clear: both;
}

.hor_rule {
	margin: 5px auto 10px;
	/*margin-top: 5px;
	padding: 0 0 15px 0;*/
	border-top: 1px solid #777;
}

.branchcolor {
	background-color: #521b62;
}

.rulecolor {
	background-color: #521b62;
}

.darkcolor {
	background-color: #e6e6fa;
}

.mediumcolor {
	background-color: #e6e6fa;
}

.medium {
	background-color: #e6e6fa;
}

.lightcolor {
	background-color: #f5f5dc;
}

.alert {
	color: red;
	font-weight: bold;
	text-align: center;
}

.charcoal {
	background-color: #3a3a3a;
}

.pink {
	background-color: pink;
}

.branchonmedium {
	color: #521b62;
	background-color: #e6e6fa;
}

.bggray {
	background-color: #dcdcdc;
}

/*.largebox {
	width: 100%;
	margin: 0 0 7px 0;
	border: 1px solid #521b62;
	text-align: left;
	font-size: 8pt;
}*/

/*.leftcolumn {
	width: 60%;
	float: left;
	text-align: left;
}

.rightcolumn {
	width: 39%;
	float: right;
	text-align: left;
}

.bluebox {
	margin: 0 0 7px 0;
	border: 1px solid #521b62;
	background-color: #e6e6fa;
	text-align: left;
	font-size: 8pt;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.creambox {
	margin: 0 0 7px 0;
	border: 1px solid #521b62;
	background-color: #f5f5dc;
	text-align: left;
	font-size: 8pt;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.box p, .bluebox p, .creambox p, .bluebox p span, .creambox p span {
	margin: 0;
	padding: 3px 8px;
	font-size: 8pt;
}*/

.hdr {
	margin: 0;
	background: #521b62 url(/graphcc/dot_clear.gif);
	border: 1px solid #521b62;
	border-width: 0 0 1px 0;
	padding: 3px 8px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.hdr p, .hdr span {
	font-size: 8pt;
	font-weight: bold;
	color: white;
}

.special .redhdr {
	margin: 0;
	background: red url(/graphcc/dot_clear.gif);
	padding: 2px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.bold {
	font-weight: bold;	
}

.branchtext {
	color: #521b62;
}

.red {
	color: red;
}

.darkred {
	color: #cc0000;
}

/*.purple {
	color: #521b62;
}*/

/*.black {
	color: #000;
}*/

.white {
	color: #fff;
}

.smallwhite {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 8pt;
	color: #fff;
}

/*.default {	 same as default font size 
	font-size: 13px;
}*/

.small {
	font-size: 11px;	/*8pt*/
}

.large {
	font-size: 15px;	/*11pt*/
}

.legal {
	font-size: 9px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.subtitle {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: black;
}

.branchtitle {
	font-size: 13px;
	font-weight: bold;
	color: #521b62;
}

span.nobold {
	font-size: 8pt;
	font-weight: normal;
}

.error li {
	font-size: 13px;
	line-height: 1.8em;
}

.special {
	width: 455px;
	margin: 0 auto;
	border: 1px solid red;
	text-align: left;
}

.special li {
	padding: 2px 5px 3px 5px;
}

.subCategory {	/* Used in Majors List for Non-Client Schools -- should style optiongroup tag */
	margin: 0;
	padding: 0 0 0.75em 0;
	font-size: 15px;
	font-weight: bold;
	color: #521b62;
}

.smark {
	font-size: 8px;
}
/* ------------------- END CLASSES ------------------- */

/* EVENTS (Used on BulletinDetail.cfm) */
/*table#eventinfo {
	margin: 15px 0 15px 0;
}*/

/*#eventinfo th {
	padding: 0 6px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}*/

/*#eventinfo td {
	padding: 2px 6px;
}*/

/*#eventinfo td.label {
	font-size: 8pt;
	font-weight: bold;
	color: #521b62;
	background-color: #e6e6fa;
	text-align: right;
	vertical-align: top;
}*/

/*#description {
	margin: 10px 0 20px 0;
}

#description p {

}*/

/*#rsvp_button {
	margin-top: 8px;
}*/

/*.tableheader {
	text-align: left;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}*/
/* END EVENTS (Used on BulletinDetail.cfm) */

/* PORTFOLIOS */
#worksample_hdr {
	background-image: url(/graphcc/hdrbar_bgdtile.gif); 
	background-repeat: repeat-x; 
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
/* END PORTFOLIOS */

/* /////////////////////////////////////// END OF OLD STYLESHEET /////////////////////////////////////// */


/* ------------------- PAGE ELEMENTS -------------------*/
html, body {
/*body, div, p, li, dt, dd, td, th, input, select, textarea {*/
	background-color: #ffffff;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

img {
	border: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 5px 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

p.nospace {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

ul, ol {
	margin: 0 10px;
	padding: 0 0 10px 20px;
	text-align: left;
}

li {
	padding: 0 0 5px 0;
}

br.spacer {
	line-height: 0.5em;
}

div.spacerRow {
	height: 5px;
}

/* LINKS */
a:link { color: #521b62; }
a:visited { color: #521b62; }	
a:hover { color: #ae40ec; }

/*a:active img {
	outline: none;
	-moz-outline-style: none;
}*/
 
:focus {
	outline: 0;
}

/* used in old CSB footer */
/*a.ftr:link { color: white; font-size: 8pt }
a.ftr:visited { color: white; font-size: 8pt }
a.ftr:hover { color: red; font-size: 8pt }*/

a.darkred:link { color: #cc0000; }
a.darkred:visited { color: #cc0000 }	
a.darkred:hover { color: #521b62 }

/* used in OCR Module (/IS/JobSList.cfm) and /SA/ResEdit.cfm only */
a.white:link { color: white; }
a.white:visited { color: white; }	
a.white:hover { color: #ae40ec; }

/* used on all module home and report pages */
a.menu:link {
	color: #521b62;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	color: #521b62;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: #ae40ec;
	text-decoration: none;
	font-weight: bold;
}
/* END LINKS */

/* ------------------- FORMS ------------------- */
form {
	margin: 0 auto 10px auto;
	padding: 0;
}

td form {
	margin: 0;
	padding: 0;
}

/*input[type="button"], input[type="submit"] {
	font-family: Arial,Geneva,Helvetica,sans-serif;
	font-size: 10pt;
	color: black;
}

input[type="text"], textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: black;
}*/

.submit {
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
}

.centerForm {
	padding-top: 10px;
	text-align: center;
}

.centerButton {
	text-align: center;
}
/* ------------------- END FORMS ------------------- */

/* ------------------- TABLES ------------------- */
table {
	margin: 0 auto; /* centers tables in in Netscape 7 & Mac IE 5 */
	font-size: 11px;
	text-align: left;
	border-collapse: collapse;
}

/*table.inline {
	display: inline;
}*/

/*th {
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	background-color: #521b62;
	text-align: center;
}*/

th.medium {
	color: #521b62;
	background-color: #e6e6fa;
}

th.gray {
	color: #521b62;
	background-color: #dcdcdc;
}

td.label {
	/*font-size: 11px;*/
	font-weight: bold;
	color: #521b62;
	background-color: #e6e6fa;
	text-align: right;
}

td.content {
	/*font-size: 11px;*/
	background-color: #f5f5dc;
}

td table, td.content table {
	margin: 0;
}

/*td.ftr {
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}*/

.datatable {
	margin: 0 auto 15px auto;
}

.datatable td {
	padding: 2px 3px;
}

.datatable th {
	padding: 2px 3px;
	text-align: left;
}

.datatable td table td {
	padding: 0;
}

.noVertPad {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* SEARCH CRITERIA STYLES */
table.search-criteria  {
	border: 3px solid #DDDDDD;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
	/*font-size: 11px;*/
}	

.search-criteria th {
	background: #DDDDDD;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.search-criteria td {
	border: 1px solid #DDDDDD;
	padding: 7px 10px;
}

.search-criteria td.label	{
	color: #411150;
	background: #F5F5F5;
	/*background: #EEEEEE;*/
	text-align: left;
	white-space: nowrap;
	padding-right: 30px;
}

.search-criteria td.content {
	background: #FFFFFF;
	/*background: #F5F5F5;*/
	color: #000000;
	text-align:center;
}

/*.search-criteria tr.odd td.label {
	background: #F5F5F5;
}	

.search-criteria tr.odd td.content {
	background: #FFFFFF;
}	*/
/* END SEARCH CRITERIA STYLES */

table.plainForm {
	margin-top: 10px;
	/*outline: 1px solid red;*/
	width: 100%;
}

table.plainForm td {
	padding: 0;
}

table.plainForm label {
	color: #521b62;
	/*font-size: 12px;*/
	font-weight: bold;
}

table.plainForm textarea,
table.plainForm input[type="text"] {
	margin-top: 3px;
}
/* ------------------- END TABLES ------------------- */

/* ------------------- END PAGE ELEMENTS ------------------- */

/* ------------------- LAYOUT ------------------- */
#wrapper {
	min-height: 100%;
	margin: -32px auto 0;
}

* html #wrapper { /* for IE 6 */
	height: 100%;
}

#wrapper:after { /* for IE 8 */
	clear: both;
	display: block; 
	height: 1%; 
	content: " "; 
}

#content {
	width: 965px;
	margin: 0 auto 10px;
	padding: 0 0 10px 0;
	/*outline: 1px solid red;*/
	clear: both;
	text-align: center;
}

/*#breadcrumbs {
	height: 15px;
	clear: both;
}*/

#breadcrumb { 
	width: 100%;
	height: 30px;
	background: url(/graphcc/breadcrumb.png) top left repeat-x;
	margin-bottom: 10px;
}

#breadcrumb_content {
	background-position: center;
	margin: 0 auto;
	width: 965px;
	line-height: 26px;
	font-size: 11px;
}

#pagetitle {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #521b62;
	text-align: left;
}

#pagetitle + .subCategory {
	margin: -7px  0 0 0;
}

/* OLD LAYOUT */
/*#content {
	width: 965px;
	background: #fff;
	margin: 0 auto;
}*/

/*#content {
	margin: 0;
	padding: 0;
	***width: 100%;***
	background: #fff url(/graphcc/dot_clear.gif);
}*/

#whitearea {
	margin: 0;
	padding: 15px 20px 10px 20px;
	background: #fff url(/graphcc/dot_clear.gif);
	/*IE treats height like other browsers
	treat min-height*/
	height: 360px;
	text-align: center;
}

html > body #whitearea {
	/*this rule will set everything right for CSS2 browsers*/
	height: auto;
	min-height: 360px;
}

#returnlink {
	margin: 0 auto;
	padding: 10px 0 20px 0;
	background-color: white;
	text-align: center;
	display: none;
}

#returnlink a {
	font-size: 9pt;
	font-weight: bold;
}

#container {
	margin: 15px auto 0 auto;
	padding: 0 10px 10px 10px;
	width: 945px;
	height: 450px;	/* minimum height */
}

html > body #container {
	/*this rule will set everything right for CSS2 browsers */
	height: auto;
	min-height: 450px;
}

#container:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* END OLD LAYOUT */
/* ------------------- END LAYOUT ------------------- */

/* ------------------- HEADER ------------------- */
/* Gray Bar */
#graybar {
	border-top: 32px solid #666;
	width: 100%;
	height: 22px;
	background-color: #666;
}

#graybar_content {
	margin: 0 auto;
	width: 965px;
	color: white;
}

#graybar_content span.floatLeft {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
}

#graybar_content span.floatRight {
	padding-top: 5px;
	font-size: 9px;
}

#graybar_content a:link, #graybar_content a:visited {
	color: white;
	text-decoration: none;
}

#graybar_content a:hover {
	text-decoration: underline;
}
/* end Gray Bar */

/* Masthead */
#masthead { 
	width: 965px; 
	margin: 0 auto; 
	padding: 10px 0;
	background: #ffffff;
}

#masthead:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#CCNLogo {
	float: right;
}

#UName {
	float: left;
	line-height: 1em;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}

#UName2 {
	float: left;
	line-height: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}

#UNameSmall {
	float: left;
	line-height: 1em;
	font-size: 19px;
	font-weight: bold;
	color: #666;
}

#SName {
	line-height: 1.3em;
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

/*#schoolname {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #fff;
}*/

#masthead_rule {
	border-bottom: 1px solid #666;
}
/* end Masthead */


/* ------------------- Start Navigation Bar ------------------- */
#navcontainer {
	width: 965px;
	padding: 0;
	margin: 0 auto;
	font-size: 11px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navcontainer li {
	margin: 0;
	padding: 0;
}

#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 950px;
}

#topnav>li {
	float: left;
	display: block;
	margin: 0; 
	padding: 0;
	position: relative;
	background: url(/graphcc/main_nav.gif);	
}

#topnav>li>a {
	float: left; 
	text-indent: -9999px;
	height: 36px;
}

/* //////// Navigation Buttons //////// */
#topnav li.dashboard {
	background: url(/graphcc/main_nav.gif);
	background-position: 0 0;
	width: 111px;
}

#topnav li.dashboard:hover {
	background-position: 0 -36px;
	width: 111px;
}

#topnav li.dashboard a {
	display: block;
	width: 100%;
}

#topnav li.students {
	background-position: -111px 0;
	width: 114px;
}

#topnav li.students:hover {
	background-position: -111px -36px;
	width: 114px;
}

#topnav li.alumni {
	background-position: -225px 0;
	width: 94px;
}

#topnav li.alumni:hover {
	background-position: -225px -36px;
	width: 94px;
}

#topnav li.employers {
	background-position: -319px 0;
	width: 179px;
}

#topnav li.employers:hover {
	background-position: -319px -36px;
	width: 179px;
}

#topnav li.announcements {
	background-position: -498px 0;
	width: 166px;
}

#topnav li.announcements:hover {
	background-position: -498px -36px;
	width: 166px;
}

#topnav li.events {
	background-position: -664px 0;
	width: 93px;
}

#topnav li.events:hover {
	background-position: -664px -36px;
	width: 93px;
}

#topnav li.modules {
	background-position: -757px 0;
	width: 107px;
}

#topnav li.modules:hover {
	background-position: -757px -36px;
	width: 107px;
}

#topnav li.tools {
	background-position: -864px 0;
	width: 86px;
}

#topnav li.tools:hover {
	background-position: -864px -36px;
	width: 86px;
}
/* //////// End Navigation Buttons //////// */

/* //////// Dropdown Panel //////// */
.navpanel {
	margin: 36px auto 0 auto;
	position: absolute;
	left: -999em; /* Hides the dropdown */
	text-align: left;
	padding: 10px 10px 0 10px;
	border-top: none;
	/* Gradient background */
	background: #af4eed;
	background: -moz-linear-gradient(top, #af4fee, #521b64);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#af4fee), to(#521b64));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#af4fee, endColorstr=#521b62); /* IE 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#af4fee, endColorstr=#521b62)";   /* IE 8 */
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	/* Borders */
	border-right: 1px solid #521b62;
	border-left: 1px solid #521b62;
	border-bottom: 1px solid #521b62;
	/* Shadow */
	-moz-box-shadow: 0 5px 5px #333;
	-webkit-box-shadow: 0 5px 5px #333;
	box-shadow: 0 5px 5px #333;
	z-index: 999;
}

#topnav li:hover .navpanel {
	left: 0;
	top: auto;   /* ??? */
}

.students .navpanel {width: 610px;}
.alumni .navpanel {width: 585px;}
.employers .navpanel {width: 560px;}
.announcements .navpanel {width: 185px;}
.events .navpanel {width: 235px;}
.modules .navpanel {width: 630px;}
.modules .leftpanel {width: 330px;}
.modules .rightpanel {width: 280px;}
.tools .navpanel {	width: 200px;}

#topnav li.modules:hover .navpanel,
#topnav li.tools:hover .navpanel	{
	right: 0;
	left: auto;	   /* ??? */
}

.end {
	margin-bottom: 0;
}

.navpanel h2 {
	margin: 0;
	padding: 0 0 5px 22px;
	border-bottom: 1px dotted #521b62;
	font-size: 16px;
	font-weight: normal;
	color:#ffffff;
	text-shadow: #000000 1px 1px 0;
}

.navpanel .leftpanel h2 {
	background: url(/graphcc/ddmenu-toolsicon.png) 0 1px no-repeat;
}

.navpanel .rightpanel h2 {
	background: url(/graphcc/ddmenu-reportsicon.png) 0 1px no-repeat;
}

.navpanel li {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.leftpanel {
	float: left;
	padding: 5px 0 10px 0;
}

.leftpanel li a {
	border-bottom: 1px dotted #521b62;
	color: #ffcccc;
	display: block;
	margin: 0;
	padding: 8px 12px 9px;
	text-decoration: none;
}

.leftpanel a:hover {
	background: #ffffff url(/graphcc/menu_left_bgtile.gif) bottom repeat-x;
	color: #9700cb;
	padding-bottom: 9px;
	border-bottom: #cfa4ff 1px solid;
}

.leftpanel a.last {
	border-bottom: none;
}

.leftpanel .subhead {
	color:#ffffff; 
	font-size: 9px;
	font-weight: normal;
	line-height: 13px;
	padding-left: 8px;
	display:inline-block;
}

.leftpanel a:hover .subhead {
	color: #000000;
}

.rightpanel {
	float: left;
	padding: 5px 0 10px 0;
	margin-left: 15px;
}

.rightpanel a {
	color: #ffcccc;
	display: block;
	margin: 0;
	padding: 3px 12px 3px 15px;
	text-decoration: none;
	line-height: 13px;
}

.rightpanel a:hover {
	background: #ffffff url(/graphcc/menuddhover.png) left center no-repeat;
	color: #9700cb;
	padding-left: 15px;
}

.rightpanel ul+ h2 {  /* for employer reports*/
	margin: 10px 0 0  0;
}

.module {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: normal;
	max-height: 340px;
}

.module p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #ffffff;
	font-weight: normal;
	border-bottom: 1px dotted #521b62;
}

.navaccordion {
	/*font-family: verdana, arial, sans-serif;*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	/*background: none;*/
	margin-bottom: 10px;
}

.navaccordion>a {
	cursor: pointer;
	display: block;
	padding: 5px 0 5px 10px;
	margin: 5px 0;
	/*text-decoration: none;*/
	text-shadow: #000000 1px 1px 0;
	/*font-weight: normal;*/
	font-size: 12px;
	color: #ffffff;
	background-color: #ae40ec;
	border-top: 1px solid #b968f7;
	border-bottom: 1px solid #411150;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background-image: url(/graphcc/AccordionTab0.png);
	clear: both;	 /* needed to fix accordion */
	outline: none;
}

.navaccordion>a:hover {
	color: white;
	background-color: #411150;
	background-image: url(/graphcc/AccordionTab2.png);
}

.navaccordion>a.selected {
	color: white;
	background-color: #80cfe2;
	background-image: url(/graphcc/AccordionTab2.png);
	text-shadow: #000000 1px 1px;
}

.module-icon {
	margin: 0 10px 0 0; 
	float: right;
}

/* //////// End Dropdown Panel //////// */
/* ------------------- End Navigation Bar ------------------- */

/* ------------------- END HEADER ------------------- */

/* ------------------- FOOTER ------------------- */
#footer {
	height: 32px;
	background: #521b62;
	text-align: center;
	width: 100%;
	clear: both;
} 

#footer_content {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	width: 965px;
	font-size: 9px;
	color: #b9a0d1;
}
/* ------------------- END FOOTER ------------------- */


