/* CSS Document */
html
{
	padding: 0;
	border: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-color:#CCCC9A;
}

body 
{
	text-align: center;
}

.form
{
	width:50em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.deleted
{
	text-decoration:line-through;
}

#pagetitle
{
	width:50em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.list
{
	width:50em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#listheaderbuttonbar
{
	width:50em;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.listheaderbutton
{
	text-decoration:none;
	text-align:right;
}

.listfooterbutton
{
	text-decoration:none;
	text-align:right;
}

.listbutton
{
	text-decoration:none;
	float:left;
}

img
{
	border: none;
}

.important
{
	font-weight : bold;
	color : red;
}

.centered 
{
	text-align: center; /* 1st part of IE5-5.5 centering hack */
}

.initialcap
{
	font-size: 26px;
	font-weight: bold;
	color: red;
}

h1
{
	font-size: 22px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
	margin-left:1em;
}

h3
{
	color: maroon;
	font-size: 10pt;
}

.reference
{
	font-style :  italic;
	font-size : smaller;
}
	

.skipLinks {display: none;}
.accessibilityItems { display: none; }

#footer 
{
	color: gray;
	font-size: 11px;
	text-align: center;
	padding: 2px 10px 10px 10px;
	clear: both;
	background-color: #CCCC9A;
	width: 800px;
	margin: 0 auto;
	border-top: 1px black solid;
}
	
#footer img
{
	border: none;
}

#footer a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	float:none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerfuseaction
{
	text-align : right;
}

#footercopyright
{
	text-align : left;
}

#footerbuiltby
{
	text-align : left;
}

#footericons
{
	text-align : center;
}

#footericons img
{
	margin-left : 25px;
	margin-right : 25px;
}

.alert
{
	font-weight : bold;
	font-variant: small-caps;
	color : red;
}

.projecttitle
{
	font-size:x-large;
	font-weight: bold;
	color: #006600;
}
.mouseover
{
	background-color:#FF9999;
	vertical-align:middle;
}

.odd 
{
background-color:#FFFF99;
}

.even
{
background-color:#FFFFFF;
}

.menu 
{
  width: 800px;
  margin: .5em auto;
  font-size: 12px;
  font-weight:bold;
  padding: 0;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  color:black;
}
.menucontents
{
	margin:0 auto;
display:inline;
}
#mainmenu
{
margin:0 5em;
}

.menu ul 
{
   margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.menu li {
  margin: 0;
  float: left;
  margin-right: 1em;
  text-align: center;
}
.menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: .25em 1em;
}
.menu a:hover {
  background-color:#333333;
  color:white;
}

.banner
{
	width:72em;
	margin-left:auto;
	margin-right:auto;
}

.contact
{
	margin: 0 auto; 
	width:800px; 
	height:600px; 
}

.footermenu
{
	width:820px;
	margin: 0 auto;
	border-top: 1px  black solid;
}

.loading
{
	width:16em;
	color:red;
	font-style:italic;
	font-size:larger;
}

.disabledmenuitem
{
	color: #999999;
}

.selectedmenuitem
{
	background-color:black;
	color:white;
}

.unselectedmenuitem
{
	color:black;
}

.home a
{
	color:#CCCC9A;
}

.toolTipElement 
{
	cursor: help;
}

.tool-tip 
{
	color: #333;
	background-color: #ffec9a;
	width: 172px;
	z-index: 13000;
}
 
.tool-title 
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
}
 
.tool-text 
{
	font-size: 11px;
	padding: 4px 8px 8px;
}


#messagecontainer
{
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:2px;
	z-index:100;
}

#messages
{
	opacity:0.6;
	width:600px;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:large;
}

span.success
{
	background-color:green;
}

span.error
{
	background-color:red;
}

.musicselection
{
	width:15em;
}

.musicbutton
{
	width:10em;
}

#albumselectioncontainer
{
	display:inline;
}

#songselectioncontainer
{
	display:inline;
}

.damnedrobots
{
	visibility:hidden;
	height:1px;
}

#acceptingnewclients a {
	color: black;
	text-decoration: none;
	float:none;
}

#acceptingnewclients a:hover {
	text-decoration: underline;
}