body{
	font-family: tahoma, sans-serif;
	padding: 0px;
}

img{
	border: 0px;
}

.hidden{
	display: none;
	border: 0px;
}

ul, h1, h2, h3, h4, h5{
	clear: none;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style: none;
}

a{
	color:#000;
}

input, textarea, select{
	border: 1px solid #000;
	background-color: #dddddd;
	display: block;
}

textarea{
	width: 300px;
	height: 100px;
}

.submit{
	margin-top: 4px;
}

#logout{
	font-size: 9px;
}

#logged_in_message{
	font-size: 12px;
}

#nav_links a, #links_list a{
	text-decoration: none;
}

#wrapper{
	width:600px;
	margin-left: auto;
	margin-right: auto;
}

#head_big{
	height: 246px;
	background-image: url('images/head/current_1223324400.png');	
}

#motto{
	position: relative;
	left: 601px;
	height: 344px;
	width: 25px;
	text-indent: -100000px;
	background-image: url('images/motto.png')
}

#main{
	background-image: url('images/main.png');
	margin: 0px;
	padding:0px;
}

#content{
	margin-left: 222px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	padding-top: 5px;
	width: 375px;
	font-size: 12px;
}

#main_menu{
	color: #ffffff;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 218px;
	list-style: none;
	padding: 0px;
	margin-left: 0px;
}

#nav_links li{
	border-bottom: 1px solid #000;
}

#nav_links li:hover, .over{
	border-right: 5px solid #000;
}

#nav_links li a{
	margin-left: 3px;
	display: block;
	width: 100%;
	color: #fff;
}

#nav_links li ul{
	position: absolute;
	margin-left: 218px;
	margin-top: -20px;
	background-color: #707070;
	opacity: 0.9;
	display: none;
	list-style: none;
	padding: 0px;
	border-left: 1px dashed #fff;
}

#nav_links li:hover ul{
	z-index: 500;
	display: block;
}

#nav_links li ul li{
	font-size: 10px;
	height:15px;
	width: 100px;
}

#foot{
	clear: both;
	height: 19px;
	background-image: url('images/foot.png');
	margin: 0px;
}

#title{
	display: none;
}

#departments{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#departments li img{
	display: none;
}

#department_name, #year_name{
	font-size:20px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}

#year_description{
	margin-bottom: 20px;
}

#department_image{
	float: right;
	border: 1px solid #000;
	margin-right: -4px;
}

#department_description{
	margin: 0px;
	padding: 0px;
}

#calendar{
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#calendar td{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 40px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#calendar a{
	text-decoration: none;
	display: block;
	height: 40px;
	width: 40px;
}

#calendar a:hover{
	background-color: #ddd;
}

#calendar_header{
	text-align: center;
	background-color: #ccc;
}

.day_holiday{
	background-color: #bfbfbf;
}

.day_event{
	background-color: #FFFF7A;
}

.calendar_blank{
	background-color: #333;
}

.day{
	padding: 0px;
	margin: 0px;
}

.message_box{
	border: 1px solid #00ff00;
}

.error_box{
	margin-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #ff0000;
}
#links_list_head, #links_head,#staff_head, #staff_list_head{
	padding-top: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#links_list, #staff_list, #staff_box ul{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

#links_list li, #staff_list li, #staff_box ul li{
	border: 1px solid #000;
	background-color: #dddddd;
	margin-top: 4px;
	padding-left: 4px;
	height: 22px;
}

#staff_list li{
	
}

#staff_box ul li{
	height: 50px;
}

#staff_box{
	float: right;
	width: 180px;
}

#links_box{
	float: left;
	width: 180px;
}

#add_link_form, #add_staff_form{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 170px;
}

#add_link_form input, #add_staff_form input{
	margin-bottom: 4px;
}

#add_link_form fieldset, #add_staff_form fieldset{
	margin: 0px;
	padding: 4px;
	border: 1px dashed #000;
}

.staff_list_avatar, .avatar{
	height: 50px;
	width: 50px;
}

.staff_list_avatar{
	float: right;
}

#main:after, #links_list li:after, .expandable:after, #staff_list li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.staff_position{
	display: block;
	color: #888;
}

.delete_button{
	float: right;
	cursor: pointer;
}

#page_edit_content{
	width: 400px;
	height: 400px;
}

#static_pages_list, #external_links_list{
	width: 90%;
	margin-left: auto;
	margin-right:auto;
}

#static_pages_list li, #external_links_list li{
	border: 1px solid #000;
	padding: 4px;
}

#static_pages_list li a, #external_links_list li a{
	text-decoration: none;
}


#add_new_static{
	margin: 4px;
}

.button{
	display: inline;
	margin-right: 4px;
	cursor: pointer;
}

.menu_drop_box{
	border: 1px solid #000;
	margin-top: 10px;
	margin-left: 10px;
	width: 170px;
	float: left;
}

.menu_drop_box ul{
	min-height: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.menu_drop_box h3{
	text-align: center;
}

.menu_drop_box ul li{
	display: block;
	background-color: #eee;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}

#events_list li{
	margin-top: 10px;
	padding:3px;
	border: 1px dashed #ccc;
}

#add_user_button,#user_id{
	display: inline;
}

#calendar_top{
	text-align: center;
}

#calendar_title, .calendar_nav{
	display: inline;
}

#user_list{
	width: 75%;
	margin: auto;
}

#user_list li{
	border: 1px solid #ccc;
	margin-bottom: 2px;
	background-color: #eee;
	padding: 5px;
}

.date_box_element, .event_recursion_element, .checkbox,.time_box_element,.modify_scope{
	display: inline;
}