/* CSS Master Style Sheet, elementsprinceton.com, incept: 6-22-2009
Author: Benjamin Liu, Designer: Robert Bethanis 
This is used both by the main site as well as by the Admin system */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 70% "Trebuchet MS", Tahoma, Avenir, Helvetica, Arial, sans-serif;
}

#body_right {
	background: url('../img/body_right_bg.png') top right no-repeat;
	width: 452px;
	height: 915px;
	top: 0;
	right: 0;
	position: absolute;
}

a img {
	border: 0;
}

p {
	padding-bottom: 10px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

#overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;

}

#message_box {
	border: 5px solid #aaa;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 50px;
	z-index: 200;
	background-color: #aaa;
	width: 400px;
	padding: 10px 20px;
	display: none;
}

#message {
	font-weight: bold;
}

p#close_message_box {
	text-align: right;
	padding: 0;
	text-decoration: underline;
	cursor: pointer;
	font: .9em Verdana, Arial, sans-serif;
}

input.btn {
	font-size: 1.5em;
	padding: 3px 15px 4px 15px;
	background-color: #555;
	color: #fff;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.btn:hover {
	background-color: #999;
}

.hint {
	font-size: .8em;
	font-style: italic;
}

.clearingdiv {
	clear: both;
	line-height: 0;
}

p.errmess {
	border: 2px solid red;
	background-color: #dedede;
	color: red;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

p.message {
	border: 2px solid green;
	background-color: #efefef;
	color: green;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2em;
}

