/* * * * *
Name: mysite
Author: Mike Morrison
Company: Cellar ~ Designs by Michael L
* * * * */

/* * * * *
HTML Formatting
* * * * */
a {
	color:#FFFFFF;
	font-weight:bold;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#666666;
}
h1 {
	color:#FFFFFF;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
}
h2 {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
h3{
	color:#FF0000;
	font-size: 16px;
	font-weight: bold;
}
h4{
	font-size:24px;
	color: #FF6600;
}
h5{
	font-size: 16px;
	font-weight:bolder;
}
table{
	width:600px;
}
table td{
	padding:4px;
}
table th{
	font-weight:bold;
}

/* * * * *
Special Formatting
* * * * */
.alpha {
	height:20px;
	font-weight:bold;
	background-color:#003300;
	border: groove #333333 3px;
}
.alpha a{
	color:#FFFFFF;
}
.mySiteForm {
	color:#FFFFFF;
	background-color:#999999;
	border-color:#0000FF;
	border:groove;
	size:14px;
	padding:20px;
	text-align:left;
	width:600px;
}
.redText{
	color:#FF0000;
}
.stats{
	border: 4px double #FF0000;
	background-color:#FFFFFF;
	color:#000033;
	width:200px;
}
.viewer{
	text-align:center;
}
.viewer a{
	color:#0000FF;
}
.viewer td{
	background-color:#FFFFFF;
	font-size:12px;
}
.viewer th{
	border: 3px outset #FFFFFF;
	color:#FFFFFF;
	font-size:14px;
}
.whiteText{
	color:#FFFFFF;
}
.XMLFormText {
	font-size:14px;
}

/* * * * *
DIV Formatting
* * * * */
#Details {
	padding:3px;
	text-align:left;
	width:800px;
}
#Header {
	padding:3px;
	text-align:left;
	width:800px;
}
#Message{
	background-color:#FF0000;
	border:3px double #000000;
	color:#FFFF00;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	height:inherit;
	width:300px;
}
#panelMembers{
	background-color:#FFFFFF; 
	border:outset #666666 3px; 
	padding:6px;
	text-align:left;
	width:800px;
}