@import url("jquery-ui-1.8.9.custom.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

body {
	margin: 0px; 
	padding: 0px; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #151515;
}

p {
	line-height: 1.5em;
}

#wrapper {
	width: 960px;
	padding-top: 85px;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/psPortal_wm.png') no-repeat 10px 20px;
}

#top_nav {
	position: relative;
	height: 28px;
}

#bottom_nav {
	color: #777;
}

#bottom_nav ul {
	margin: 0;
	padding: 10px 0 10px 0;
}

#bottom_nav ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#bottom_nav ul li a {
	padding: 0px 10px;
	color: #777;
}

#info_button {
	background-color: #1F1F1F;
	color: #fff;
	padding: 5px 10px;
	margin-right: 10px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#content_block {
	border: 10px solid #fff;
	position: relative;
	background: url('../images/login_gradient.jpg') #fff;
}

#left_window {
	position: absolute;
	left: 0px;
	top: 0px;
}

#right_window {
	width: 625px;
	margin-left: 315px;
	overflow: hidden;
	position: relative;
}

#right_window ul#slide {
	height: 500px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
	left: 0;
    width: 1500px;
	overflow: hidden;
}

#right_window ul#slide li#splash, 
#right_window ul#slide li#info_content {
	float: left;
    height: 500px;
    width: 625px;
	list-style: none;
}

#splash {
	background: url('../images/ucd1_main.jpg') #fff 0 0;
}

#splash.shade {
	background: url('../images/ucd1_main_shade.jpg') #fff 0 0;
}

#info_content {
	background-color: #fff;
}

#info_content h1 {
	
}

#info_content h2 {
	margin: 10px 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
}

#info_content h3 {
	
}

#info_content h4 {
	
}

#current_students,
#prospective_students {
	height: 420px;
	overflow: auto;
}

#current_students ul,
#prospective_students ul {
	list-style: disc outside none;
	padding: 10px 30px;
}

#current_students ul li,
#prospective_students ul li {
	list-style: disc outside none;
	padding: 2px;
}

#username, 
#password {
	width: 100%;
	border: 2px solid #C1C1C1;
	padding: 6px;
	font-size: 14px;
	margin-bottom: 18px;
}

#form_block {
	width: 245px;
	margin: 25px;
}

#form_block label {
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}

#submit {
	background-color: #C1C1C1;
	color: #3f3f3f;
	padding: 5px 10px;
	margin: 0px;
	border: none;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}

#check_js {
	background-color: #841C1C;
	padding: 20px;
	color: #fff;
}

#check_js a {
	color: #fff;
	font-weight: bold;
}

.admin_message_yellow {
	background-color: #FFF8CF;
}

.admin_message_red {
	background-color: #FFCCCC;
}

.admin_message_grey {
	background-color: #EAEAEA;
}

.admin_message {
	padding: 10px;
	border: 5px solid #fff;
	margin-bottom: 5px;
}

#admin_message_container {
	width: 500px;
	position: relative;
	top: 50%;
	left: 50%;
}

#browser_message p {
	border-top: 2px solid #C1C1C1;
	margin-top: 20px;
	padding-top: 10px;
	color: #595959;
}

#browser_message p a {
	color: #595959;
}

.error_text {
	width: 80%;
	padding-left: 8px;
	display: inline-block;
}