body
{
    background: #000;
    color: #e6ee9f;
    font-family: Verdana;
    font-size: 14px;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

input[type="text"] {
	height: 16px;
	border: 2px solid #343434;
	padding: 3px;
}

.ui-radio-state-disabled,
.ui-radio-state-checked-disabled,
.ui-radio-state-disabled-hover,
.ui-radio-state-checked-disabled-hover {
	color: #999;
}
span.ui-checkbox,
span.ui-radio {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: url(../images/icon_checkbox.png) 0 -40px no-repeat;
}
span.ui-helper-hidden {
	display: none;
}
label {
	padding: 2px;
	
}
span.ui-radio-state-hover,
span.ui-checkbox-state-hover {
	background-position: 0 -114px;
}

span.ui-checkbox-state-checked {
	background-position: 0 -1px;
}

span.ui-checkbox-state-checked-hover {
	background-position: 0 -75px;
}
span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: 0 -161px;
}


span.ui-radio-state-checked-hover {
	background-position: 0 -200px;
}
	
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button { 
	padding: 0 7px 0 0; 
	margin-right:5px; 
	font-size:1em; 
	text-align: center; 
	background: transparent url(../images/button.png) no-repeat right -70px; 
}
	
button span {
	padding: 5px 5px 0 13px; 
	height: 20px; 
	background: transparent url(../images/button.png) no-repeat left top; 
	color:#fff; 
}
	
button:hover {
	background-position: right -105px; 
}
	
button:hover span {
	background-position: 0 -35px;
}

br.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

a 
{
    color: #d6a459;   
}

p
{
   padding: 8px;   
}

h2
{
    color: #a0cb4a;  
    font-weight: normal;
    font-size: 2.2em;
    line-height: 1.6em;
    margin-left: 20px;
}

h3
{
    display: block;
    font-size: 1.6em;
    line-height: 2em;
    color: #a0cb4a;    
    font-weight: normal;
}

h4
{
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: normal;
    color: #a0cb4a;
}

ul 
{
  padding: 5px;
  padding-left: 20px;   
}

li 
{
    padding: 5px;
}

a.add 
{
    padding-left: 18px;
    background: url("/images/add-icon.png") top left no-repeat;
}

a.delete 
{
    padding-left: 18px;
    background: url("/images/delete-icon.png") top left no-repeat;    
}

.action-icon-score {
	width: 130px;
	cursor: pointer;  
}

.action-icon-score img
{
  padding-left: 3px;
  padding-right: 3px;
}


.expandable h3
{
 cursor: pointer;   
}

/*===== Home Page ======== */

#col1, #col2 
{
    width: 50%;
    float: left;  
}

.home-box 
{
    min-height: 120px;
	width: 95%;
	border-bottom: 1px solid #343434;
    margin: 1%;
    padding: 10px;    
    padding-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
}

.home-box h3 
{
    text-transform: uppercase;
    font-size: 1.3em;
    padding-top: 5px;
}

#featured-students p 
{
  border-bottom: 2px solid #1d3e11;   
}

#search label 
{
    float: left;
    display: block;
    width: 90px;
}

#search .advanced label {
	width: auto;
	margin-right: 5px;
}

#search div 
{
	border: 2px solid #234b14;
    padding: 5px;
}

ul.tabs
{
	height: 2.3em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs li
{
    padding: 0;
	list-style: none;
	display: block;
	float: left;
	width: auto;
	margin-right: 2px;
}

.tabs li a
{
	background: #bdf url(../images/tab.png);
	color: #234B14;
	display: block;
	float: left;
	height: 2.3em;
	padding-left: 10px;
	text-decoration: none;
}

.tabs li a span
{
	background: url(../images/tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 10px;
}

.tabs li a.selected
{
	background-color: #48f;
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

li a.selected span {
	background-position: 100% -60px;
}

.tabs:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*===== Filter Options box ==== */
.filter-options 
{
     border: 1px solid #1e1e1e;
     padding: 10px;
     margin-bottom: 20px;
}

.filter-options label 
{
    float: left;
    display: block;
    width: 90px;
}


/*===== Grid ======== */
table.details 
{
 border-left: 1px solid #4b4b4b;
}

table.details td 
{
    padding: 5px;
    border: 1px solid #4b4b4b;
    border-left: none;       
}


/*===== Grid ======== */
table.grid 
{
    border-left: 1px solid #1e1e1e;
}

table.grid th 
{
    background: url("/images/table-head-background.gif") repeat;
    padding: 6px;
    text-align: left;
    border: 1px solid #1e1e1e;
    border-left: none;
}

table.grid td
{
    padding: 6px;
    border-bottom: 1px solid #799a38;
    border-right: 1px solid #4b4b4b;
    border-left: none;
    background: #161616;
}


#title h1 
{
  float: left;  
  width: 481px;
}
#title 
{
  position: relative;   
}

#title h1 a
{
    display: block;
	margin: 0;
	padding-top: 112px;
	height: 0;
	overflow: hidden;
	background: #000 url("/images/title.gif") 45px 25px no-repeat; 
}

#title .version 
{    
   position: absolute;
   top: 7px;
   left: 152px;
   font-weight: bold;
   color: #A0CB4A;
}

#title.prod .version 
{
    display: none;
}

#title a.psu 
{
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  width: 100px;    
  padding-top: 100px; 
  height: 0;
  overflow: hidden;
}

#header #login-box
{
    float: right;
    background: #161616;
    border: 1px solid #1e4011;
    padding: 10px;
    margin-top: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
    border-radius: 10px;
}

#header #login-box .profile div 
{
  clear: both;   
}

#header #login-box .signin 
{
    margin-top: 15px;
    float: left;
    display: block;
    padding-top: 34px;
	width: 111px;

	background: transparent url("/images/signin-button.gif") no-repeat;
	overflow: hidden;
	height: 34px;

	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0;
}

#header #login-box span
{
    margin-top: 20px;
    float: left;
    display: block;
    width: 50px;
}

#header #login-box div 
{
    text-align: center;
    float: left;
}

#header #login-box .signup 
{
    display: block;
    padding-top: 34px;
	width: 111px;

	background: transparent url("/images/signup-button.gif") no-repeat;
	overflow: hidden;
	height: 34px;

	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0;
}




#menu 
{
    padding-top: 4px;
    background: url(/images/menu-background.gif) repeat-x;
    width: auto;   
    padding-left: 55px;
    height: 36px;
}

#content
{
    padding: 20px;
    padding-top: 30px;   
    margin-bottom: 30px;
}

.content-box 
{   
    background: url("/images/content-box-background.gif") bottom left repeat-x;
    padding: 20px;
    border: 1px solid #234b14;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px; 
    margin-bottom: 30px;
}

#footer
{
	bottom: 0;
    background: #201A1A;
    border-top: 1px solid #343434;
    font-size: 12px;
}

#footer #social-media 
{
	width: 49%;
    float: right;
}

#footer #social-media li
{
	padding: 0;
    overflow: hidden;
    float: left;
    clear: left;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 300px;
    border-bottom: 2px solid #000;
	position: relative;
}


#footer #social-media a
{
	height: 32px;
	font-size: 13px;
    display: block;
    overflow: hidden;
	text-decoration: none;
}

#footer #social-media a:hover span 
{
	background: #343434;
}

#footer #social-media a span {
	padding-top: 8px;
	display: block;
	height: 32px;
	margin-left: 32px;
	padding-left: 7px;
	width: 200px;
	background: #201A1A;
}

#footer #social-media li.facebook a
{
    background: transparent url("../images/facebook.png") 0 0 no-repeat;
}

#footer #social-media li.facebook a:hover
{
    background: transparent url("../images/facebook.png") 0 -32px no-repeat;
}


#footer #social-media li.twitter a
{
    background: transparent url("../images/twitter.png") 0 0 no-repeat;
}

#footer #social-media li.twitter a:hover
{
    background: transparent url("../images/twitter.png") 0 -32px no-repeat;
}

#footer #social-media li.linkedin a
{
    background: transparent url("../images/linkedin.png") 0 0 no-repeat;    
}

#footer #social-media li.linkedin a:hover
{
    background: transparent url("../images/linkedin.png") 0 -32px no-repeat;    
}

#footer #find-links {
	width: 49%;
    float: left;
}

#footer #find-links li {
	padding: 0;
}

#footer #find-links a {
	display: block;
	height: 15px;
	border-bottom: 1px solid #000;
	width: 300px;
	padding: 5px;
	text-decoration: none;
}

#footer #find-links a:hover {
	background: #343434;
}

#footer #copyright {
	float: left;
	clear: both;
	width: auto;
}


div#login-form label,
div#login-form input 
{
    display: block;
    float: left;   
}

div#login-form label
{
    width: 120px;   
}

div#login-form p
{
  padding: 4px;   
}

div#create-account p
{
    padding: 4px;   
}

form#add-career label
{
    float: left;
    width: 180px;
}

form#add-career #majors 
{
    margin-left: 180px;
}

div#create-account label,
div#create-account input
{
    display: block;
    float: left;
}

div#create-account label
{
    width: 200px;   
}

div#edit-company-profile label 
{
    width: 150px;
    float: left;   
}

div#edit-company-profile input 
{
    float: left;   
}


/*============= Validation ========================*/
input.error,select.error,textarea.error {
	border: 2px solid #D63301;
}


/* =========== Message box Styles ================= */
.message,.message.info,.success,.warning,.message.error,.message.validation
	{
	width: 90%;
	border: 1px solid;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.message h2 
{
    font-size: 24px;
	padding: 0px;
	margin: 0px;
}

.message.error h2,
.message.validation h2 
{
    color: #D63301;
}

.message.info h2
{
  color: #00529B;   
}

.message.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("/images/info.png");
}

.message.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url("/images/success.png");
}

.message.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url("/images/warning.png");
}

.message.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("/images/error.png");
}

.message.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url("/images/validation.png");
}

/* ================== Pager Control Styles ================================== */
ul.pager
    {
    font-size: 11px;
    font-weight: bold;
    display: block;
    float: left;
    clear: both;
    list-style: none;    
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    }

ul.pager li
    {
    padding: 5px;
    margin-right: 3px;
    float: left;
    border: 1px solid #799a38;
    background: #2b3614;
    }
    
ul.pager li a
    {
    display: block;
    color: #D6A459;
    text-decoration: none;
    }

ul.pager li.range
    {
    padding: 2px 4px 2px 3px;
    background: #374a6d;   
    color: #FFF;
    }

ul.pager li a:hover
    {
    background: #fbf5ed;   
    }
    
ul.pager li a.current
    {
    background: #fbe3aa;
    } 
       
.being-green {
	color: #234B14 !important;
}

.leading-green {
	color: #428e26 !important;
}

.changing-green {
	color: #5eca36 !important;
}

.maintaining-green {
	color: #9df07e !important;
}

.harming-green {
	color: #631212 !important;
}

.cke_panel_listItem.cke_selected a {
	background: #000;
	border: 0;
}


.cke_panel_listItem a {
	border: 0;
	padding: 1px;
	font-size: 12px;
}

.cke_panel_listItem a:hover {
	background: #000;
}

.cke_panel_listItem h1 {
	font-size: 16px;
}

.cke_panel_listItem h2 {
	margin: 0;
	font-size: 15px;
}

.cke_panel_listItem h3 {
	font-size: 13px;
}

html, body, #frame {height: 100%;}

body > #frame {height: auto; min-height: 100%;}

#content {padding-bottom: 200px;}

#footer {
	position: relative;
	margin-top: -200px;
	height: 200px;
	clear: both;
}

a.external 
{
    white-space: nowrap;
    padding-right: 15px;
    background: url(../images/external-icon.gif) no-repeat 100% 50%;
    zoom: 1;
}

div.tooltip  
{
    width: 240px;
    height: 160px;
	display:none;
	background: #000;
	padding: 10px;
	border: 2px solid #A0CB4A;
}

div.tooltip p 
{
    border: 0 !important;   
}