

body {
	background-color: white; /* to match the background image */
	background-image : url(images/bg_logo_embossed_gray.jpg);
	
	color: #385592; /* a blue from the logo */
	
	padding: 0px;
	margin: 0px;
}

body.main {
	
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}


a:link, a:visited {
	text-decoration : none;
	color: #385592;
	font-weight: bold;
	background-color: #EFEFEF; 

}

body.main a:link, body.main a:visited{
	font-family : Arial, Helvetica, sans-serif;

}

a:hover {
	background-color : #C7D1E9;
}


a.image:link, a.image:visited {
	background-color : transparent;
}

a.dance {
	text-decoration: underline;
}


/*a.image:hover {
	background-color : #C7D1E9;
}*/


/*body.main*/ a.image:hover {
	background-color: transparent;
}

a:hover img {
	background-color: white;
}

a.clear:hover img {
	background-color: transparent;
}

hr {
	color: #385592; 
}



.heading {
	font-size: 22pt;
	color: #385592;
}

.join_box {
	/*border:1px ridge #592D00;*/
	line-height:1.5;
}

img.showcase, div.showcase {
	border:3px outset #385592;
}

img.framed {
	/*border:5px outset #385592;
	background-color: #D6DEEF;
*/
}

table.banner a {
}

table.banner a.more {
	background-color: transparent;
	font-size:10pt;
	font-style: italic;
}

table.menu {
	font-family : Arial, Helvetica, sans-serif;
}

table.menu, table.menu a {
	color: #385592;
	background-color: transparent;
}

table.menu a:hover {
	background-color: #C7D1E9;
}

table.menu td.menutitle {
	font-weight: bold;
}

td.link a:link, td.link a:visited {
	font-size : 1em;
}

td.sublink a:link, td.sublink a:visited {
	font-size : 0.8em;
}

table, tr, td {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

div#club_list_heading {
	color: #385592;
	font-size:12pt;
	height:40px;
}


div.main_club_list {
	font-size: 10pt;
	background-color: #fdfdfd;
	/*background-image : url(images/bg_logo_embossed_tan_75x60.jpg);
	background-image : url(images/bg_logo_embossed75.jpg);*/
	border: 3px outset #DFE4F2;  /*#C7D1E9;*/
	padding: 5px 3px;
	height: 450px;
	overflow: auto;
}

ol.main_club_list {
	margin: 0px;
	border: none;
	list-style-position: outside;
	padding-left: 25px;
	color: #385592; 
	font-weight: normal;
}

ol.main_club_list a:link, ol.main_club_list a:visited {
	background-color: transparent;
}

ol.main_club_list a:hover {
	background-color: #C7D1E9;
}



div#event_list_heading {
	color: #385592;
	font-size:12pt;
	height:40px;
	line-height:2.5;
}


div.event_quick_list {
	/*line-height: 1.0;*/
	font-size: 10pt;
	/*color : #592D00;  dark brown */
	background-color: #fdfdfd;
	/*background-image : url(images/bg_logo_embossed_tan_75x60.jpg);*/
	background-attachment : scroll;
	border: 3px outset #DFE4F2; 
	padding: 5px 3px;
	max-height: 450px;
	overflow: auto;
}

ul.main_event_list {
	list-style-position: outside;
	padding-left: 20px;
	color: #385592;
	font-weight: normal;
}

ul.main_event_list a:link, ul.main_event_list a:visited {
	background-color: transparent;
}

ul.main_event_list a:hover {
	background-color: #C7D1E9;
}

table.smooth {
   border-collapse: collapse;
}
table.smooth td {
   border: none;
}

td.announcement {
	color : #385592;
	
}

td.announcement a {
	/*text-decoration: underline;*/
}

td.clear a, a.clear {
	color: #314a80;
	background-color: transparent;
}

td.clear a:hover, a.clear:hover {
	background-color: #C7D1E9;
}

td.copyright {
	color : #385592;
}

tr.louisback, td.louisback, div.louisback {
	background-image: url('images/logos/logo_louisville_fleur_di_lis_transparent_200x235.gif');
	background-repeat:no-repeat;
	background-position:left center;
}

table.framework {
	border: none;
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
	background-image : url(images/bg_logo_embossed.jpg);
	background-repeat : repeat;
	
}

html.tall, body.tall {
  height: 100%;
}


table.tall {
	height: 100%;
}

table.framework td {
	padding: 0px 0px;
}

table.tall xtd {
	height: 100%;
}

button.symbutton {
	display: inline;
	height: auto;
	padding: 5px 8px;
	border: none;
	font-size: inherit;
	text-align: left;
	color: #eee;
	background-color:  #385592; /* blue from logo */
	box-shadow: 3px 3px 3px #aaa;
	cursor: pointer;
	border-radius: 15px;
	margin: 3px;
}

button.symbutton:hover {
	color: white;
	background-color: #7c97cd;
}

span.red,
div.red {
	color: red;
}