@import URL("Forums.css");
@import URL("Mailbox.css");
@import URL("Gallery.css");

html, body {
	border: 0px;
	overflow: auto;
}

body {
	margin: 10px 10px 10px 10px;
	background-color: Gray;
	font-family: Verdana;
	font-size: 8pt;
	color: white;
	background-image: url(Images/bg_body.gif);
}

form {
	margin: 0px 0px;
	display: inline;
}

table {
	font-family: Verdana;
	font-size: 8pt;
}

input.checkbox {
	width: 13px;
	height: 13px;
}

input.select {
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.spacer {
	height: 10px;
}

.Master_Header {
	height: 60px;
	border: 1px solid #393939;
}

.Master_Menu {
	height: 20px;
	border: 1px solid #393939; border-bottom: 0px;
}

.Master_Body {
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	border: 1px solid #393939; border-bottom: 0px;
	font-family: Verdana;
	font-size: 10pt;
}

.Master_Footer {
	border: 1px solid #393939; border-top: 0px;
	height: 25px;
	padding: 5px;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	color: Silver;
	background-image: url(Images/bg_content.gif);
}

.Header_Image {
	text-align: left;
	width: 50%;
}

.Banner_Image {
	text-align: right;
	vertical-align: bottom;
	width: 50%;
}

a.Master_Menu_Item {
	font-family: Verdana;
	font-size: 10pt;
	color: White;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding-left: 5px;
	margin-right: 1px;
	height: 20px;
	width: 95px;
	line-height: 14pt;
	background-image: url(Images/menu1.gif);
}

a.Master_Menu_Item:Hover {
	background-image: url(Images/menu2.gif);
}

a.Master_Menu_Item_Selected {
	font-family: Verdana;
	font-size: 10pt;
	color: White;
	line-height: 14pt;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	height: 20px;
	width: 95px;
	padding: 0px 0px 0px 5px;
	margin-right: 1px;
	background-image: url(Images/menu3.gif);
}

td.Master_Menu_Extra {
	height: 20px;
	width: 100%;
	text-align: right;
	color: purple;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 14pt;
	padding-right: 5px;
	white-space: nowrap;
	background-image: url(Images/menu4.gif);
}

.Master_Menu_Extra {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: Purple;
	text-decoration: none;
}

a.Master_Menu_Extra:hover {
	color: Black;
	text-decoration: underline;
}

a.MainPage_ClubLinks {
	color: white;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
}

a.MainPage_ClubLinks:hover {
	color: white;
	text-decoration: none;
	display: block;
	background: #393939;
}

.PopUpMaster_Body {
	vertical-align: top;
	font-family: Verdana;
	font-size: 10pt;
}

.PopUpMaster_Footer {
	border: 1px solid #393939;
	border-top: 0px;
	height: 15px;
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10pt;
	color: Silver;
	background-image: url(Images/bg_content.gif);
}

.ContainerTitleBar {
	text-align: left;
	background-image: url(Images/bg_menu.gif);
	height: 20px;
	width: 100%;
	font-family: Verdana;
	font-size: 10pt;
	color: Yellow;
	border-top: 1px solid #505050;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}

.ContainerTitleBar td {
	padding-left: 5px;
	padding-right: 5px;
}

.ContainerTitle {
	font-family: Verdana;
	font-size: 10pt;
	color: Yellow;
}

.ContainerSubTitle {
	font-family: Verdana;
	font-size: 10pt;
	color: White;
}

.ContainerOptions {
	color: white;
	text-align: right;
}

a.ContainerOptions {
	color: aqua;
	text-decoration: none;
}

a.ContainerOptions:hover {
	text-decoration: underline;
}

.ContainerSpacer {
	padding-left: 5px;
	padding-right: 5px;
}

.ContainerContentsCell {
	width: 100%;
	border: solid 1px #444444;
	background: #101010;
	font-family: Verdana;
	font-size: 8pt;
	padding: 10px;
	color: White;
	vertical-align: top;
}

.ContainerContents {
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	color: White;
}

.PrevButton {
	width: 34px;
	height: 18px;
	border: 0px;
	outline: none;
	background-image: url("Images/Paging_Prev.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}


.NextButton {
	width: 34px;
	height: 18px;
	border: 0px;
	outline: none;
	background-image: url("Images/Paging_Next.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.ewButton {
	width: 30px;
	height: 17px;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	background-image: url(Images/menu1.gif);
	border: 0px;
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 5px;
}

.ewCalendar {
	height: 18px;
	line-height: 15px;
	background: white;
	border: 1px outset gray;
	width: 100px;
	font-family: Verdana;
	font-size: 8pt;
	padding: 0px;
}
	

.DefaultButton {
	width: 85px;
	height: 20px;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	background-image: url(Images/menu1.gif);
	border: 0px;
	cursor: pointer;
	outline: none;
	padding-bottom: 2px;
}

.DefaultTextBox {
	height: 18px;
	line-height: 15px;
	background: white;
	border: 1px outset gray;
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	padding: 0px;
}

.DefaultTextBoxRO {
	height: 18px;
	line-height: 15px;
	background: #393939;
	color: white;
	border: 1px outset gray;
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	padding: 0px;
}

.DefaultDropdownList {
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	border: 0px;
	outline: none;
	padding: 0px;
}

.DefaultTextarea {
	background-color: #484848;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	border: 0px;
	padding: 0px;
	outline: none;
}

.DefaultTextareaRO {
	background-color: #393939;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: 0px;
	padding: 0px;
	outline: none;
}

.FileUpload {
    border: 0px;
    font-family: Verdana;
    font-size: 10px;
    padding: 2px;
    width: 100%;
}

.FileUploadRO {
 	border: 1px outset gray;
 	font-family: Verdana;
    font-size: 10px;
    padding: 2px;
    width: 100%;
    color: White;
    background: #393939;
}

.Forum_QuickView_Row {
	height: 18px;
	font-size: 8pt;
	color: white;
}

.Forum_QuickView_Row_Hover {
	height: 18px;
	font-size: 8pt;
	color: white;
	background: #393939;
	cursor: pointer;
}

.Council_Row {
	height: 18px;
	font-size: 8pt;
	color: white;
}

.Council_Row_Hover {
	height: 18px;
	font-size: 8pt;
	color: white;
	background: #393939;
	cursor: pointer;
}

.Rollover_Normal {
	height: 18px;
	font-size: 8pt;
	color: white;
}

.Rollover_Hover {
	height: 18px;
	font-size: 8pt;
	color: white;
	background: #393939;
	cursor: pointer;
}

.GridView_Header {
    background: #444444;
    color: White;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding-left: 3px;
    border-color: #393939;
}

.GridView_Items {
    height: 18px;
    font-size: 12px;
    color: White;
    font-weight: normal;
    padding-left: 3px;
    border-color: #393939;
}

a.GridView_Items:hover {
    color: Yellow;
    text-decoration: underline;
}

a.GridView_Items {
    color: White;
    text-decoration: underline;
}

tr.GridView_PagerRow {
	font-family: Verdana;
	font-size: 8pt;
	background-image: url(Images/menu5.gif);
	background-repeat: repeat-x;
	position: relative;
	top: 15px;
}

.GridView_PagerRow table {
	height: 20px;
	background-image: url(Images/menu2.gif);
	background-repeat: repeat-x;
	border-top: solid 1px gray;
}

.GridView_PagerRow td {
	text-align: right;
	padding: 3px 5px 0px 5px;
}

.GridView_PagerRow a {
	text-decoration: none;
	color: White;
}

.GridView_PagerRow a:hover {
	color: Yellow;
}

.pageselector {
	border-collapse: collapse;
}

.pageselector tr {
	font-family: verdana;
	font-size: 8pt;
	height: 16px;
	line-height: 16px;
}

.pageselector td {
	color: white;
	background-image: url(Images/menu1.gif);
	border: 1px outset black;
	text-align: center;
}

.pageselector a {
	color: white;
	text-decoration: none;
}

td.pageselector_selected {
	color: white;
	font-weight: bold;
	font-size: 9pt;
	background-image: url(Images/menu5.gif);
	border: 1px outset black;
	text-align: center;
}

.pageselector_totalpages {
	background-image: url(Images/menu1.gif) !important;
	width: auto !important;
	white-space: nowrap !important;
	padding-left: 5px;
	padding-right: 5px;
}

a.pageselector_standalone {
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	background-image: url(Images/menu2.gif);
	padding: 3px 6px 3px 5px;
	line-height: 16px;
	border: 1px outset black;
}

@Media print {

	.noprint {
		display: none;
		border: 0px;
	}

	.Master_Menu {
		height: 20px;
	}

	.Master_Body {
		border: 0px;
		vertical-align: top;
		padding: 20px 5px 20px 5px;
		font-family: Verdana;
		font-size: 10pt;
	}

	.Master_Footer {
		height: 25px;
		padding: 5px;
		text-align: center;
		font-family: Verdana;
		font-size: 10pt;
		color: Silver;
	}

	.ContainerContentsCell {
		width: 100%;
		border: 0px;
		background: #101010;
		font-family: Verdana;
		font-size: 10pt;
		padding: 10px 10px 10px 10px;
		color: White;
	}

}
