﻿body {
	background-color: Black;
	color: #f1eeeb;
	
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	
	margin: 0px;
	
    font-family: Verdana;
    font-size: 10pt;

}

a {
    color: #7b7db9;
	text-decoration: none;
    
}

a:visited {
    color: #7b7db9;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


.pageHeading {
	width: 100%;
}

.pageHeadingImage {
    background-image:url(/images/homepage-background-fade.gif);
    background-repeat:no-repeat;
    background-position: top center;
    
    width: 100%;
    height: 104px;
}

.pageHeadingMenu {
}

.pageHeadingMenuOptions {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.pageHeadingMenuOption {
	padding: 0px;
	margin: 0px;
    background-image:url(/images/homepage-menu-background.gif);
    background-repeat: repeat-x;
    text-align: center;
}

.ahcaLogo {
    position: absolute ;
    top: 18px;
    margin: 0px;
    margin-left: 60px;
}

.ahcaLogo img {
    vertical-align: top;

}

.homepageTopTab {
    position: absolute ;
    top: 0px;
    right: 60px;
}

.homepageTopTab a {
	color: Blue;
}

.homepageTopTabOption {
    background-image:url(/images/homepage-toptab-background.gif);
    background-repeat: repeat-x;
    color: Black;
    
    padding: 0px;
    padding-left: 5px;
    padding-right: 0px;
    
    font-size: 7pt;
}

.homepageTopTabOption img {
	vertical-align: bottom;
}


.pageBody {
	width: 100%;
}

.pageBodyCenter {
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}

.pageBodyTopLeft {
	width: 61px;
    background-image:url(/images/pagebody-left.gif);
    background-repeat: repeat-y;
}

.pageBodyLeft {
	width: 61px;
    background-image:url(/images/pagebody-left.gif);
    background-repeat: repeat-y;
}

.pageBodyBottomLeft {
	width: 61px;
	height: 36px;
    background-image:url(/images/pagebody-bottomleft.gif);
    background-repeat: no-repeat;
}

.pageBodyTopRight {
	width: 61px;
    background-image:url(/images/pagebody-right.gif);
    background-repeat: repeat-y;
}

.pageBodyRight {
	width: 61px;
    background-image:url(/images/pagebody-right.gif);
    background-repeat: repeat-y;
}

.pageBodyBottomRight {
	width: 61px;
	height: 36px;
    background-image:url(/images/pagebody-bottomright.gif);
    background-repeat: no-repeat;
}

.pageBodyTopCenter {
	height: 26px;
    background-image:url(/images/pagebody-top.gif);
    background-repeat: repeat-x;
}

.pageBodyBottomCenter {
	height: 48px;
	vertical-align: bottom;
	text-align: right;
	padding: 0px;
	padding-right: 15px;

    background-image:url(/images/pagebody-bottomcenter.gif);
    background-repeat: repeat-x;
    background-position: top;
}



.contentBox {
	margin: 0px;
	margin-bottom: 15px;
}

.contentBoxHeader {
	border: 1px;
	border-style:solid;
	border-color: #939393;

    background-image:url(/images/contentbox-header-background.gif);
    background-repeat: repeat-x;
    
    padding: 3px;
    font-weight: bold;
    text-align: center;

}

.contentBoxDetail {
	border: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style:solid;
	border-color: #939393;

    padding: 3px;
    text-align: left;
}	

.contentBoxFeatureImage {
	border: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style:solid;
	border-color: #939393;

	padding: 3px;
    text-align: center;
}

.contentBoxDetail img {
	float: left;
	margin: 0px;
	margin-right: 10px;
}

.contentBoxFeatureImageDescription {
}


.pageFooter {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	text-align: right;
	
	font-size: 7pt;
	color: #bababa;
}

.homepageIntroduction {

	padding: 0px;
	padding-bottom: 25px;
	padding-right: 10px;
}


















.pageSection {
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;

    border: 2px;
    border-color: #bababa;
    border-style: solid;
    
    padding: 0px;
}

.pageSectionTitle {
    width: 100%;
    text-align: center;
    background-color: #3b3c40;
    font-weight: bold;
    Color: white;
}

.pageSection p {
    padding: 5px;
}


/***********************************************************************************************
Rounded box
************************************************************************************************/

.roundboxTable {
    padding: 0px;

    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.roundboxTopLeft {
    background-image:url(/images/roundbox/roundbox-topleft.gif);
    background-repeat:no-repeat;
    background-position: top left;
    
    height: 25px;
}

.roundboxTopCenter {
    background-image:url(/images/roundbox/roundbox-top.gif);
    background-repeat: repeat-x;
    background-position: top;
    
    height: 25px;
}

.roundboxTopRight {
    background-image:url(/images/roundbox/roundbox-topright.gif);
    background-repeat:no-repeat;
    background-position: top right;
    
    height: 25px;
}

.roundboxTopLeftClear {
    background-image:url(/images/roundbox/roundbox-topleft-clear.gif);
    background-repeat:no-repeat;
    background-position: top left;
    
    height: 25px;
}

.roundboxTopCenterClear {
    background-image:url(/images/roundbox/roundbox-top-clear.gif);
    background-repeat: repeat-x;
    background-position: top;
    
    height: 25px;
}

.roundboxTopRightClear {
    background-image:url(/images/roundbox/roundbox-topright-clear.gif);
    background-repeat:no-repeat;
    background-position: top right;
    
    height: 25px;
}

.roundboxCenter {
    vertical-align: top;
    
    padding: 0px;
}


.roundboxBottomLeft {
    background-image:url(/images/roundbox/roundbox-bottomleft.gif);
    background-repeat:no-repeat;
    background-position: top left;
    
    height: 8px;
}

.roundboxBottomCenter {
    background-image:url(/images/roundbox/roundbox-bottom.gif);
    background-repeat: repeat-x;
    background-position: top;
    
    height: 8px;
}

.roundboxBottomRight {
    background-image:url(/images/roundbox/roundbox-bottomright.gif);
    background-repeat:no-repeat;
    background-position: top right;
    
    height: 8px;
}

.roundboxLeft {
    background-image:url(/images/roundbox/roundbox-left.gif);
    background-repeat: repeat-y;
    background-position: top left;
    
    width: 8px;
}

.roundboxRight {
    background-image:url(/images/roundbox/roundbox-right.gif);
    background-repeat: repeat-y;
    background-position: top right;
    
    width: 8px;
}

.roundboxTitle {
    margin: 0px;
    padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

    padding-bottom: 0px;	
    font-size: 10pt;
    font-weight: bold;
    color: #25445a;
	list-style: inline;
	
	text-align: center;
	vertical-align: middle;
}




/***********************************************************************************************
Clubs Page
************************************************************************************************/


.clubs_location {
	font-weight: bold;
	font-size: 14px;
	
	border: 0px;
	border-bottom: 1px;
	border-style: dashed;
	border-color: Black;
}

.clubs_chapterName {
	font-weight: bold;
	font-size: 12px;
	
	padding: 0px;
	padding-top: 10px;
}

.clubs_chapterAttribute {
	font-weight: bold;
	padding: 0px;
	padding-right: 10px;
}

/***********************************************************************************************
Clubs Page
************************************************************************************************/

.carPageIndex {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;

	border: 1px;
	border-style: solid;
	border-color: #bababa;	
}


/***********************************************************************************************
Join Form
************************************************************************************************/

.joinForm_section {

}

.joinForm_keyName {
	width: 200px;
}

.joinForm_keyValue {
}

.joinForm_deleteButton {
	font-size: 7pt;
	height: 20px;
	
	margin: 0px;
	margin-left: 10px;
}

/***********************************************************************************************
Form Controls
************************************************************************************************/

.formTextBox {

}

/***********************************************************************************************
Manage Members
************************************************************************************************/

.manageMembers_keyName {
	font-weight: bold;
	width: 200px;
}

.manageMembers_keyValue {

}

.manageMemners_memberName {
	font-weight: bold;
	background: #0f0f0f;
	
	border: 0px;
	border-bottom: 1px;
	border-color: #bababa;
	border-style: solid;
}


/************************************************************************/
/* Event popup
/************************************************************************/

.eventPopup {
	color:#c00;
	margin: 0px;
	padding: 0px;
}
.eventPopup b {display:none;}

.eventPopup:hover {
	border:0; 
	position:relative; 
	z-index:500; 
	text-decoration:none;
}

.eventPopup:hover b {
	display:block; 
	position:absolute; 
	top:10px; 
	left:-100px; 
	padding:5px; 
	font-weight:normal; 
	color:#000; 
	border:1px solid #888; 
	background:#ffc; 
	width:250px;
}

.eventPopup:hover b em {
	position:absolute; 
	left:200px; 
	top:-6px; 
	width:11px; 
	height:6px; 
	background:#fff url(/images/tooltip.gif) 0 0; 
	display:block; 
	font-size:1px;
}


/************************************************************************/
/* Calendar
/************************************************************************/

.calendarTable {
}

.calendarTable th {
	text-align: center;
	background-color: #3f3f3f;
}

.calendarDay {
	width: 14%;
	
	border: 1px;
	border-style: solid;
	border-color: #3f3f3f;
	
	padding: 3px;
}

.calendarEmptyDay {
	width: 14%;
}

.calendarDayNumber {
	width: 100%;
	text-align: right;
	color: #817f7f;
}

/************************************************************************/
/* Store lists
/************************************************************************/

.storeTable th {
	border: 0px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #db0036;
	text-align: center;
}

.storeChapter {
	font-size: 13pt;
}


.regularRow {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.storeRow {
	border: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: dashed;
	border-color: #bababa;
	
}

.alternatingRow {
	background: #282424;

    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
