#main
{
	width: 1000px;
	border: 0px solid #aaa;
	text-align: left;
	margin: 0px auto;
}

#menu_banner
{
	height: 100px;
}

#menu
{
	float: left;
	width: 240px;
	border: 0px #888 solid;
	background: #fff;
	padding: 5px 8px 5px 8px;
	padding-top: 34px;
	font-color: #222;
}

#content
{
	float: left;
	width: 700px;
	margin-left: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 25px;
	background: #fff;
}

#institution_header_1
{
	padding-right: 30px;
}

#institution_header_2
{
	padding-left: 30px;
}

#footer
{
	float: left;
	width: 100%;
	color: #888;
	text-align: center;
	font-size: 10px;
}
.footer_link
{
	color: #888;
}

#image_upload
{
	position: absolute;
	z-index: 100;
	width: 300px;
	height: 250px;
	border: 1px solid #000;
	background: #fff;
}

#upload_new_image
{
	position:absolute;
	top: 250px;
	left: 50px;
	z-index: 100;
	background: #fff;
	border: 1px solid #666;
	-moz-box-shadow: 0 4px 8px;
}

#upload_new_profile_image
{
	position:absolute;
	top: 100px;
	left: 250px;
	z-index: 100;
	background: #fff;
	border: 1px solid #666;
	-moz-box-shadow: 0 4px 8px;
}

img
{
	border: 0px;
}

#content_frame
{
	width: 100%;
}

.menu_ins
{
	margin-top: 3px;
}

.menu_selected
{
	font-weight: bold;
}

.menu_class
{
	padding-left: 20px;
	cursor: pointer;
	margin-top: 3px;
}

.menu_student
{
	padding-left: 35px;
	margin-top: 3px;
}

.menu_link
{
	cursor: pointer;
	color: #222;
	text-decoration: none;
}

.menu_link:hover
{
	color: #666;
}
.menu_link:active
{
	color: #666;
}
.student_image
{
	float: left;
	height: 120px;
	width: 100px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: center;
}

.archive_image
{
	float: left;
	height: 120px;
	width: 100px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: center;
}

#student_galleries
{
	padding: 5px;
}

#new_student_image
{
	float: left;
	height: 120px;
	width: 120px;
	cursor: pointer;
	margin: 5px;
}

#new_gallery_button
{
	cursor: pointer;
}

.image_button
{
	padding: 1px;
	margin: 2px;
	font-size: 10px;
}



.title
{
	font-size: 42px;
	color: #555;
	font-family: Arial;
	font-weight: 100;
}
.header
{
	font-size: 32px;
	color: #555;
}


textarea
{
	font-family: Arial;
	font-size: 12px;
}

#edit_main_text
{
	position: absolute;
	top: 50px;
	width: 500px;
	z-index: 100;
}

table
{
	width: 100%;
}

body
{
	font-family: Arial, Sans serif;
	font-size: 12px;
	background: #fff url('../images/background.gif') repeat-x;
	margin: 0px;
}

#login_form
{
	font-size: 10px;
	color: #666;
}

#login_password, #login_username
{
	font-size: 10px;
	color: #666;
	border: 1px solid #666;
}

#login_button
{
	font-size: 10px;
}

.blog_title
{
	font-size: 24px;
	color: #555;
}

.blog_info
{
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

.blog_text
{
	font-size: 12px;
	color: #555;
}

.popup
{
	padding: 0px;
	background: #fff;
	border: 1px solid #666;
	-moz-box-shadow: 0 4px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.popup_header
{
	background: #333;
	color: #fff;
	height: 29px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
	cursor: move;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
}

.popup_close
{
	background: url('../images/close.png');
	border: 0px solid #ccc;
	cursor: pointer;
	float: right;
	height: 24px;
	width: 24px;
}

.popup_close:hover
{
	background: url('../images/close_glow.png');
}

.popup_content
{
	padding: 5px;
}

input[type=button], input[type=submit]
{
	background: #222;
	padding: 3px;
	color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type=button]:hover, input[type=submit]:hover
{
	background: #666;
}

#copy
{
	margin-top: 25px;
	color: #555;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	float: left;
}

a
{
	color: #555;
}

a:hover
{
	color: #888;
}

a:active
{
	color: #555;
}