/* Standard Stuff */

body{
	margin: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
}

h2, h3{
	color: #002147;
}

.border{
	border: 1px solid #e6e6e6;
	padding: 3px;
}

.imagecaption{
	color: #565656;
}

.center{
	text-align: center;
}

.indent{
	padding-left: 10px;
}

.imgfloat_l{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imgfloat_r{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.clear{
	clear: both;
}

.email{
	vertical-align: bottom;
}

.footnote{
	font-size: x-small;
}

/* Committee Page Stuff */

.committee_leftcol{
	float: left;
	width:  360px;
}

.committee_rightcol{
	float: right;
	width: 360px;
}

.committee_box{
	border: 1px solid #e6e6e6;
	padding: 5px;
	height: 122px;
	margin-bottom: 10px;
	text-align: left;
}

.committee_box h3{
	margin-top: 0px;
}

.committee_photo{
	float: right;
	border: 1px solid #e6e6e6;
}

/* Termcard Stuff */
.termcard_event{
	margin-left: 10px;
}
.termcard_event h4{
	color: #002147;
	margin-bottom: 0px;
	margin-top: 0px;
}

.termcard_event p{
	margin-left: 10px;
	margin-top: 5px;
}

.termcard_year{
	margin-bottom: 10px;
}

.termcard_term{
	display: inline-block;
	*display:inline;
	width: 228px;
	border: 1px solid #e6e6e6;
	margin-left: 10px;
	vertical-align: top;
	padding: 5px;
}

.termcard_term_first{
	margin-left: 0px !important;
}

/* Gallery Stuff */

.gallery_album{
	min-height: 75px;
	margin-bottom: 10px;
}

.gallery_album a{
	color: #565656 !important;
}

.gallery_square{
	float: left;
	margin-right: 10px;
	border: 1px solid #e6e6e6;
}

.album_row{
	margin-bottom: 25px;
	height: 100px;
}

.album_photo{
	width: 105px;
	height: 105px;
	display: inline-block;
	*display:inline;
	margin-right: 15px;
	border: 1px solid #e6e6e6;
}

.album_photo_end{
	margin-right: 0px;
}

.album_photo img{
	padding: 15px;
}

/* PostScript Stuff */

.postscript_editor{
	
}

.postscript_term{
	margin-bottom: 10px;
}

.postscript_issue{
	display: inline-block;
	*display:inline;
	width: 228px;
	border: 1px solid #e6e6e6;
	margin-left: 10px;
	vertical-align: top;
	padding: 5px;
}

.postscript_issue_first{
	margin-left: 0px !important;
}

.postscript_details{
	margin-top: 0px;
	text-align: left;
}

.postscript_details_issue{
	font-weight: bold;
}

.postscript_details_tag{
	font-style: italic;
}

.postscript_view{
	margin-bottom: 0px;
}

.postscript_archive_term{
	font-weight: bold;
}

.postscript_archive_issues{
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.postscript_archive_issues a{
	margin-right: 10px;
}

.postscript_archive_view{
	margin-left: 20px;
}

/* Resources Stuff */

.resources_login{
	border: 1px solid #e6e6e6;
	width: 200px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.resources_login p{
	margin: 0px;
}

.resources_login_field input{
	width: 195px;
}

.resources_error{
	background-color: #ffafaf;
	border: 1px solid #ff0000;
}

.resources_error_message{
	display: none;
}

.resources_login_button{
	padding-top: 10px;
	text-align: center;
}

.minutes_details{
	margin: 0px;
}