

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(../images/templates/diamond/tile.jpg) top left;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #FFF;
	text-decoration: none;
}
input, select {
	width: 500px;
	margin: 5px 0;
}
.button {
	padding:1px;
	border:1px solid #FFF;
	width:100px;
}
a:hover {
	text-decoration: underline;
}
#Page {
	background: url(../images/templates/diamond/bg-repeat.jpg) top left repeat-x;
	width: 100%;
	height: 100%;
	text-align: center;
}
#Wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
}



/* Header Styles */

	#Header {
		position: relative;
		clear: both;
	}
	
	#Header ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#Header ul li {
		float: left;
		display: block;
		padding: 0 20px;
	}
	
	#Logo {
		position: absolute;
		top: 10px;
		left: -30px;
	}
	
	#TopText {
		height: 130px;
		text-align: right;
		padding: 50px 20px 0 0;
	}
	
	#AdminNav {
		position: absolute;
		top: 125px;
		right: 0px;
	}
	
	#Navigation {
		padding-top: 5px;
		/*background: url(../../images/templates/diamond/navbar.png) top center no-repeat;*/
		height: auto !important;
		height: 28px;
		min-height: 28px;
		width: 100%;
		text-align: center;
		clear: both;
	}
	#Navigation ul {
		width: 994px;
		margin-left: 3px;
		text-align: center;
	}
	#Navigation ul li {
		padding: 0 30px 10px;
		display: inline-block;
		margin: 0 auto;
		float: none;
	}
#msgbox {
	padding-top: 10px;
}

#ShowDates{
	margin: 0 auto;
}
#ShowDates a:link, #ShowDates a:visited{
	color:#B48CAD;
}
#ShowDates a:hover{
	color:#92007B;
}
#ShowDates .Month{
	text-align:center;
	font-size:16px;
	padding-top:20px;
	font-weight: bold;
}
#ShowDates .Show td{
	background:#FFF;
	color:#000;
	padding:5px 20px 5px 5px;
}
#ShowDates .Date{
	border-left:5px solid #92007B;
}
#ShowDates .Location{
	font-weight:bold;
}
#ShowDates .Name{
	
}
#ShowDates .Order{
	text-align:center;
	padding:5px 10px !important;
}
#ShowDates .Action{
	text-align:center;
	background:#FFF !important;
	padding:5px 10px !important;
}
#ShowDates .Action a img {
	border: 0px;
}

/* Content Styles */

	#Content {
		position: relative;
		text-align: left;
		clear: both;
	}



/* Footer Styles */

	#Footer {
		position: relative;
		text-align: center;
		clear: both;
		font-size: 10px;
		padding: 20px 10px;
	}

	
/* Admin Pages */

#usertable{
	padding:0px;
	margin:0px;
	border-spacing:0px;
	width: 100%;
}
#usertable .userhead td{
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:5px;
}
#usertable .userrow td{
}
#usertable .userrow{
	background:#430866;
}
#usertable .odd{
	background:#4F1470;
}
#usertable a img {
	border: 0px;
}
#ediv{
	margin:5px;
}
#tooltip {
	background:url(../images/trans_bg.gif);
    border: 10px solid #666;
}
.formtext{
	width:auto;
}
.formtextarea{
	width:auto;
	height:auto;
}
 */
