body, html {
	margin: 0;
	padding: 0;
}

.toplayer {
	z-index: 30000;
}

.hidden { 
	display: none;
}

.youtubewidget .VideoCaption {
	text-align:center;
}

p {
	line-height: 15px;
}

a img {
	border: 0;
}

.ofi_widget ul {
	padding-left: 0px;
	margin-left: 0px;
}

.ofi_widget li {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.ofi_widget #social_links {
	border: none;
	background: none;
}

.ofi_widget #promo_links {
	border: none;
	background: none;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 10pt;
}

h6 {
	font-size: 8pt;
} 

/* Cycle Slideshow styles */
.cycleslideshowcaption {
	position: absolute;
	bottom: 10px;
	background-color: #333333;
	opacity: .6;
	filter: alpha(opacity = 60);
	color: white;
	height: 30px;
	z-index: 10;
	vertical-align: middle;
	padding: 3px 0px 3px 10px;
	white-space:nowrap;
}

.cycleslideshowcaption .slidetitle {
	font-weight: bold;
}

.cyclewrapper {
	position: relative;
	z-index: 1;
}

.cyclepager a {
	position: relative;
	background-color: #EDEDED;
	width: 20px;
	height: 22px;
	border: 1px solid black;
	color: #FFF;
	margin: 2px;
	padding: 3px;
	top: -3px;
}


/* Chapter officers listing */
#chapterofficers_content li {
	padding: 15px;
	clear: both;
	list-style-type:none;
}

#chapterofficers_content p {
	padding: 0;
	padding-left: 175px;
	font-size: 1.1em;
}

/* Profile picture layout */
#chapterofficers_wrapper {
	margin: 20px 0px 0px 20px;
}

.chapterofficer_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin: 10px;
}

#chapterofficers_wrapper .profilepic_wrapper {
	float: left;
}

#chapterofficers_wrapper .detail_wrapper {
	float: left;
	margin-left: 10px;
	width: 265px;
}

#chapterofficers_wrapper .detail_wrapper .detail {
	margin-bottom: 3px;
}

#chapterofficers_wrapper .detail_wrapper .fullname,
#chapterofficers_wrapper .detail_wrapper .university {}

#chapterofficers_wrapper .profilepic_wrapper img {
	width: 75px;
}

#chapterofficers_wrapper .noprofile {
	height: 75px;
	width: 75px;
	background-image: url('/icons/profile_avatar_75.jpg');
	background-repeat: no-repeat;
}

#chapterofficers_wrapper .officename {
	font-weight: bold;
	font-size: 13px;
}
/*  END Chapter Officer Styles */


/* Chapter Member listing */
#chaptermembers_content li {
	padding: 15px;
	clear: both;
	list-style-type:none;
}

#chaptermembers_content p {
	padding: 0;
	padding-left: 175px;
	font-size: 1.1em;
}

/* Profile picture layout */
#chaptermembers_wrapper {
	margin: 20px 0px 0px 20px;
}

.chaptermember_wrapper {
	margin: 10px;
	display: inline-block;
	width: 350px;
	vertical-align: top;
}

#chaptermembers_wrapper .profilepic_wrapper {
	float: left;
	display: block;
}

#chaptermembers_wrapper .detail_wrapper {
	float: left;
	margin-left: 10px;
	display: block;
}

#chaptermembers_wrapper .detail_wrapper .detail {
	margin-bottom: 3px;
}

#chaptermembers_wrapper .profilepic_wrapper img {
	width: 75px;
}

#chaptermembers_wrapper .officename {
	font-style: italic;
}

#chaptermembers_wrapper .detail_wrapper .fullname {
	font-size: 9pt;
	font-weight: bold;
}
/*  END Chapter Member styles */



#footer_text {
	color: #4C3327;
}

#footer_text a {
	color: #AA2036;
}

.sectionheading {
	background-color: #6D94AB;
	background:-webkit-gradient(
				    linear,
				    left bottom,
				    left top,
				    color-stop(0, #4E7288),
				    color-stop(1, #7CAFCC)
				);
	background:-moz-linear-gradient(
				    center bottom,
				    #4E7288 0%,
				    #7CAFCC 100%
				);
	-moz-box-shadow: inset 1px 1px 1px #FFF;
	-webkit-box-shadow: inset 1px 1px 1px #FFF;
	box-shadow: inset 1px 1px 1px #FFF;
	border: 1px solid #8FA9B8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 0px 1px #000;
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: .6px;
	padding: 5px 0px 0px 5px;
	margin: 5px 0px;
}

.ui-dialog * {
	font-size: 8pt;
}

form table td,
form table th {
	text-align: left;
	padding: 3px;
	margin: 0;
}

button,
input,
textarea,
select {
    font-size: 8pt;
    font-weight: inherit;
    padding: 1px;
    vertical-align: middle;
}

form input,
form select,
form textarea {
	margin: 1px;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: -moz-linear-gradient(bottom , #E7E7E7 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(bottom, #E7E7E7 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(bottom, #E7E7E7 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
    color: #333333;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 3px;
    padding: 2px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: none;
    background-color: #E7E7E7;
}

.tallbutton {
	height: 30px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.calendardetail th {
	text-align: left;
	padding-left: 10px;
}