body {
	background-image: url('images/background.gif');
	background-repeat: repeat;
	margin: 10px;
	color:#000;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
}

a {
	color: #000;
	text-decoration: none;
}

.sponsor {
	width: 18%;
	float: left;
	text-align: center;
}

#banner {
	width: 60%;
	height: 100px;
	float:left;
	text-align: center; 
	vertical-align:middle;	
}

#menu-container {
	width: 200px;
	margin: 20px 20px 0 0;	
	float: left;	
	clear: left;	
}

#bodyrounded {
	width: 70%;
	margin-top: 20px;
	float: left;
	background-color: #FFC;
}

#body {
	padding: 20px;
}

.menuitem {
	font-size: 14px; 
	font-weight: bold;
	border: solid 1px #000;
	padding: 3px;
	background-color: white;
	margin-top: 5px;
}

.menuitem:hover {
	list-style-image: url(../images/clublogo-listitem.gif);
	list-style-position: inside;
	display: list-item;
	background-color: #666;
}
	
.subitem .menuitem {
	font-weight: normal;
	padding-left: 20px;
}

.subitem .subitem .menuitem {
	font-weight: light;
	padding-left: 40px;
}

table th {
	text-align: left;
}

table td,th {
    padding-right: 20px;
}

.field {
	float: left;
	margin-right: 20px;
}

.divider {
	clear: both;
	margin: 10px 0;
}

.mode-used, .mode-unused {
	width: 50px;
	padding: 5px;
	border: solid 1px #000;	
	float: right;
}

.mode-used {
	background-color: #F00;
	color: #000;
}

.mode-unused {
	color: #F00;
	background-color: #000;
}

.mode-unused a {
	color: #F00;
}

.mode-unused:hover {
	background-color: yellow;
}

.canceled td {
	text-decoration: line-through;
}

#errorMessage {
	color: red;
	text-weight: bold;
}

.adminMsg {
	text-weight: bold;
}

.image-link img {
	border: 0;	
}

iframe {
	border-width: 0px;
	height: 60px;
	width: 400px;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}

#images {
	width: 390px;
	margin: 20px;
}

#images div {
	margin: 10px;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 36px;
}

.grey {
	border-collapse:collapse;
}

.grey td, .grey th {
	background-color: #CCC;
}

#body a {
	font-weight: bold;
	text-decoration: underline;
}

table.sortable th {
	background-color: #999;
}

table.sortable th:hover {
	background-color: #666;
}

.ascending {
	list-style-image: url(../images/up.gif);
	list-style-position: inside;
	display: list-item;
}

.descending {
	list-style-image: url(../images/down.gif);
	list-style-position: inside;
	display: list-item;
}

.roundtop { 
	background: url(images/tr.png) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.png) no-repeat top right; 
}

.thumbnail {
	border-size: 0px;
	/*behavior: url(style/hover.htc);*/	
}

.thumbnail span { 
	visibility: hidden; 
	float: left;
	z-index: 2;
	position: relative;
	top: -50px;
	left: 50px;
}

.thumbnail:hover span {
	visibility: visible;
}

/*.thumbnail.hover span {
	visibility: visible;
}*/

#logo {
	float: left;
	clear: both;
	width: 100%;
	height: 150px;
	background: url('../images/clublogo.gif') no-repeat center;	
}

a img {
	border: black solid 0px;
}
