@charset "utf-8";
body {
	background-color: #003366;
	background-image: url(images/CloudBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px;
	padding: 0px 0px;
	font-variant: small-caps;
}
h1{
	font-size: 18pt;
}
h2{
	font-size: 16pt;
}
h3{
	font-size: 14pt;
}
h4{
	font-size: 13pt;
}
h5{
	font-size: 12pt;
}
h6{
	font-size: 11pt;
}
a{
	color: #003366;
}
p{
	padding: 5px;
	text-align: justify;
}
img{
	border: none;
}
#bodyContainer {
	width: 908px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}
#header{
	text-align:center;
}
#midSection {
	background: url(images/shadowSectionRepeater.png) repeat-y;
	padding: 0px 4px;
}
#bottomSection{
	background: url(images/shadowSectionRepeaterWhite.png) repeat-y;
	padding: 0px 4px;
}
#bottomSection p{
	padding: 0px 15px;
}
#footer{
	text-align: center;
	background: url(images/shadowSectionRepeaterWhite.png) repeat-y;
	padding: 0px 4px;
}
table{
	width: 100%;
}
td{
	vertical-align: top;
}
td.boxTop{
	background: url(images/shadowSectionTop.png) no-repeat;
	height:4px;
}
td.boxBottom{
	background: url(images/shadowSectionBottom.png) no-repeat;
	height:4px;
}
td.content{
}
td#featuredContent{
/*	width: 660px;*/
	background: url(images/fillWhite50.png) repeat;
}
#featuredContent .wrapper{
	padding: 5px;
}

th{
	text-align: left;
	padding: 5px;
	background: #003366;
	color: #ffffff;
}

.pageTitle{
	font-size: 14pt;
	padding: 5px;
	background: url(images/mainNavBg.png) repeat-x; 
	color: #ffffff;
}

.itemTitle{
	border-bottom: solid 1px #000000;
	padding-left: 0px;
}

.sectionTitle{
	text-align: left;
	padding: 10px 5px;
	margin: 0px;
}

.dataLabel{
	display: block;
	font-weight: bold;
}
.dataValue{
	margin: 0px;
	display: block;
	padding: 5px 0px 5px 10px;
	color: #003366;
}

/* FORMS */
div.inputLine{
	margin: 2px 0px;
}
span.inputLabel,span.fieldLabel{
	display: inline-block;
	width: 150px;
}
span.inputInstruction{
	font-size: 9pt;
}
input.text{
	width: 150px;
}
ul.checkBoxList{
	list-style: none;
	padding-left: 10px;
}


td#login{
	color: #ffffff;
	text-align: right;
	padding-right: 10px;
}
#login a{
	color: #ffffff;
}

fieldset{
	border: none;
	border-top: solid 1px #000000;
	margin-top: 15px;
	padding: 0px;
}
legend{
	font-size: 14pt;
}

/* News Items */
ul#towFeed{
	padding-left: 0px;
	list-style: none;
}
ul#towFeed li{
	clear: both;
	border-bottom: solid 1px #000000;
}
ul#towFeed .timeLaunch{
	float: left;
}
ul#towFeed .gliderName{
	float: right;
}
ul#newsFeed{
	padding-left: 0px;
	list-style: none;
}
.newsDate{
	float: right;
	font-variant:italic;
	font-size: 9pt;
}
.newsBody{
	clear: both;
}
ul#newsList{
	list-style: none;
	padding: 5px;
}
ul#newsList li{
	margin: 0px 0px;
}

ul#mediaList{
	list-style: none;
	padding: 5px;
}
ul#mediaList li{
	margin: 0px 0px;
}

/* Operations Items */
ul#operationsFeed{
	padding-left: 0px;
	list-style: none;
}
ul#operationsFeed li .itemTitle{
	margin-top: 20px;
}
ul#operationsFeed li:first-child .itemTitle{
	margin-top: 0px;
}
ul.operationFeedMemberList{
	padding-left: 10px;
	list-style: none;
}
ul.operationFeedMemberList li{
	margin: 0px;
	padding: 0px;
}
.operationRoleRoster{
	float: left;
	margin: 0px 10px;
}
.operationRoleRoster ul{
	list-style: none;
	padding-left: 0px;
}
.operationRoleRoster ul li{
	padding: 0px;
}
.operationSignupForm{
	clear: both;
	padding: 5px;
	border-top: solid 1px #003366;
}
.operationNotes{
	clear: both;
}
/* Duty Schedule */
ul#dutySchedule{
	padding-left: 10px;
	list-style: none;
}
ul#dutySchedule li{
	margin-bottom: 20px;
}
ul#dutySchedule li p{
	text-align: left;
	padding: 0px;
	margin: 0px;
}



/* Application Page */
ul#membershipTypeList{
	list-style: none;
	padding: 0px;
}
ul#membershipTypeList li{
	padding-right: 30px;
	display: inline;
}

ul#boardMembers{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#boardMembers li{
	padding: 0px 20px;
	width: 160px;
	display: inline-block;
}
p.boardMemberName{
	padding: 0px;
}
.contentPic{
	text-align: center;
}
.contentPic img{
	margin: 5px;
	border: solid 1px #003366;
	padding: 5px;
}
.imgCaption{
	padding: 0px;
	margin: 0px 5px;
	text-align: center;
	font-size: 9pt;
}
.error{
	color: #990000;
	text-align: center;
}
.success{
	color: #006600;
	text-align: center;
}


/* GALLERY */
img.galleryImage{
	margin: 10px;
	padding: 2px;
	border: #283f4e solid 1px;
}
ul.photoGallery li img.notApproved{
	background: #ff0000;
	border: 1px solid #ff0000;
}
img.galleryThumb{
	margin: 10px;
	padding: 2px;
	border: #283f4e solid 1px;
}
div.galleryNav{
	text-align: center;
}
div.galleryNav ul{
	list-style: none;
	text-align: center;
	padding: 0px;
}
div.galleryNav ul li{
	display: inline-block;
	width: 150px;
}
div.imageDetail{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

ul.videoGallery, ul.photoGallery{
	text-align: center;
	list-style: none;
	padding: 0px;
}
ul.videoGallery li, ul.photoGallery li{
	display: inline;
}

.imageComment{
	text-align: center;
}
ul#alphaJump{
	list-style: none;
	padding: 0px;
	margin: 5px;
	text-align: center;
}
ul#alphaJump li{
	display: inline;
	padding: 0px 2px;
}
#towFees{
	border-collapse: collapse;
	empty-cells: show;
}
#towFees th{
}
#towFees td{
	border: solid 1px #003366;
	padding: 1px;
}
#membershipFees th{
}
#membershipFees{
	border-collapse: collapse;
	empty-cells: show;
}
#membershipFees td{
	border: solid 1px #003366;
	padding: 1px;
}
ul#soaringHistoryGallery{
	list-style: none;
	padding: 0px;
}
#soaringHistoryGallery li{
	padding: 0px;
	width: 210px;
	text-align: center;
	display: inline-block;
}
#contactForm{
	margin: 5px;
}

ul.applicants{
	list-style: none;
	padding: 0px 10px;
}
ul.applicants li{
	padding-bottom: 10px;
	border-top: solid 1px #003366;
}
ul.applicants li:first-child{
	border: none;
}
ul.applicants h3.sectionTitle{
	padding-left: 0px;
}
ul.applicants .skills{
	clear: left;
	padding-top: 10px;
}
ul.applicants .personalInfo{
	float: left;
	width: 500px;
}
ul.applicants .flightExperience{
	float: left;
	margin-left: 50px;
}
ul.applicants .actions{
	text-align: center;
}

