/*	==============
	HTML overrides
	==============
*/
body {
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 3px;
	margin-right: 3px;
}


a {
	color: #47578a;
}

a:visited {
	color: #87a7ca;
}

a:active {
	color: #0000ff;
}

a:hover {
	text-decoration: none;
}


dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	padding-top: 5px;
}

li {
	padding-bottom: 8px;
}


/*	==================
	Custom styles
	
	AJUG blue: #47578a
	AJUG gray: #828181
	==================
*/

/*	
	Page Header
*/
.HeaderBlockTop {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.HeaderBlockBottom {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.BorderedTable {
   border-bottom: 1px solid black;
   border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
} 

.BorderedCell {
   border-bottom: 1px solid black;
} 

/*	
	Page-top Menus
*/
.TopMenuBackground {
	background-color: #828181;
}

.TopMenuLinkButton {
	border-left: 1px solid #656565;
	border-right: 1px solid #a0a0a0;
}

.TopMenuLinkButtonHi {
	background-color: #d0d0d0;
}

.TopMenuLink {
	text-decoration: none;
	font-weight: bold;
	color: #e0e0e0;
}

.TopMenuLink:visited {
	color: #e0e0e0;
}

.TopMenuLinkHi {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

.TopMenuLinkHi:visited {
	color: #333333;
}

.TopSubMenu {
	text-align: right;
	font-size: smaller;
	margin-top: 5;
	margin-left: 10px;
	border-bottom: 1px solid silver;
}

.TopSubMenuLink {
	text-decoration: none;
}

.TopSubMenuLink:visited {
	color: #47578a;
}

.TopSubMenuLink:hover {
	background-color: #e0e0e0;
}


/*	
	Side menus & sponsors
*/
.SideMenuBlock {
	margin-top: 5px;
	margin-bottom: 5px;
}

.SideMenuLink {
	font-size: smaller;
	font-weight: bold;
}

.SideMenuLink:visited {
	color: #47578a;
}

.SideMenuLink:hover {
	background-color: #e0e0e0;
}

.SponsorHeader {
	font-size: smaller;
	font-weight: bold;
}

.SponsorBlock {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}


/*	
	Page content
*/
.ContentBlock {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ContentArea {
	padding-left: 15px;
	font-size: smaller;
}

.PageSectionHeader {
	padding: 3px;
	font-weight: bold;
	background-color: silver;
}

.PageSectionHeaderMenu {
	text-align: right;
}

.PageSectionBlock {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*	
	Page footer
*/
.PageFooter {
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 10px;
	text-align: center;
	font-size: smaller;
	border-top: 1px solid silver;
}

.FooterLink {
	/*	blank on purpose, needed to recover from the :hover version	*/
}

.FooterLink:visited {
	color: #47578a;
}

.FooterLink:hover {
	background-color: #e0e0e0;
}


/*
	Inline content styles
*/
.Important {
	font-weight: bold;
	font-size: larger;
}

.Comment {
	color: #888888;
}

.ContactTitleCell {
	font-style: italic;
	font-size: smaller;
}

.ContactNameCell {
	font-size: smaller;
}

.SiteMapEntry {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
