body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #666666;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: #EEEEEE;
	border: 1px solid #006666;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	background-color: #006666;
	border-bottom: solid 1px #006666;
	color: #FFFFFF;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
//	font-size: 0.8em;
	text-align: center;
	padding: 10px 0;
	border-top: 5px solid #66CCCC;
	background-color: #006666;
	color: #FFFFFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url("bg.gif") repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #66cccc;
	background-color:#EEEEEE;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.hidden
{
	display: none;
}

.menucolor
{
	color: #6399cd;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.myabout h2
{
	font-size:16px;
	color: #6399cd;
	font-weight:bold;
}

.myabout li
{
	font-family: Courier New, monospace;
	text-decoration:none;
	list-style-type:none;
}

#submenu
{
	color: #EFF4FA;
	background-color:#6399cd;
	text-decoration:none;
	list-style-type:none;
}
#submenu a
{
	color:#ffffff;
	background-color:#6399cd;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#submenu a:hover
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

#myhead1
{
	color: #6399cd;
	font-weight:bold;
}

div.myview
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
	background-color:#EFF4FA;
}
div.myview1
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
	background-color:#FFFFFF;
}

.domaintable textarea
{
	width: 100%; 
}

.indexpage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
//	font-size:100%;
	margin: 0;
	padding: 0;
	color: #333333;
}

.sidebarright {
	float: right;
	width: 200px;
	padding-bottom: 10px;
	}

.concerts {
	margin: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
.concerts h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

.concerts h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

.concerts hr {
	width: 90%; 
	margin-left: 15px;
}

.concerts h2 {
	color: red;
//	font-style: italic;
	font-size: 80%;
	padding-top: 10px;
//	margin-top: 10px;
	text-align: center;
}

.concerts h3 {
	color: #006666;
	font-style: italic;
	font-size: 80%;
	margin-bottom: 0;
}

.concerts p {
	font-size: 80%;
}

.indexcontent {
	padding: 10px;
	width: 690px;
	float: left;
}

.indexcontent h2 {
//	font-size: 100%;
	color: #006666;
	margin-bottom: 10px;
}

.indexcontent h3 {
//	font-size: 100%;
	color: #006666;
	clear: left;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.indexcontent img {
	padding-right: 15px;
}

.indexcontent p {
//	font-size: 80%;
	margin-bottom: 10px;
}

.indexcontent a {
	color: #006666;
//	color: #0066CC;
	text-decoration: none; 
	height: 1%;
}

.indexcontent a:hover, #fullwidth a:focus { 
	background-color: #006666;
	color: #FFFFFF;
}

.indexcontent td { 
	font-size: 80%;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */;
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.reviewsidebar {
	float: right;
	width: 100px;
	padding-bottom: 10px;
}

.reviewcontent {
	padding: 10px;
	width: 800px;
}


/* For review page */

.reviewlist {
	margin: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
//	border-right: 1px solid #cccccc;
//	border-bottom: 1px solid #cccccc;
//	font: small Verdana,sans-serif;
}

.reviewlist ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 80%;
border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

.reviewlist ul li {
padding: 0;
margin: 0; 
}

.reviewlist ul li a{
background-color: #66CCCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

.reviewlist a:hover, .reviewlist a:focus { 
background-color: #006666;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

.reviewer {
	color: #666666;
	font-style: italic;
	text-align: right;
}
.yeardiv {
	padding: 2px;
	color: #FFFFFF;
	font-style: italic;
	background-color: #66CCCC;
	border-top: 1px solid #006666;
	cursor: pointer;
	margin-bottom: -5px;
	text-align: center;
}

#reviewmenu {
	margin-top: 10px;
}

#reviewmenu p {
	padding: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}

#reviewmenu a {
	color: #006666;
	text-decoration: none; 
	height: 1%;
}

#reviewmenu a:hover, a:focus { 
	background-color: #006666;
	color: #FFFFFF;
}

.progbuttons div {
text-align: center;
}

.progbuttons table {
background-color: #EEEEEE;
margin: 0; 
padding: 0;
font-size: 80%;
}

.progbuttons td {
background-color: #66CCCC;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #000000;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #000000;
padding: 1px;
}

.progbuttons td a{
background-color: #66CCCC;
color: #000000;
display: block;
padding: 1px;
text-decoration: none; 
}

.progbuttons a:hover, #progbuttons a:focus { 
background-color: #006666;
color: #FFFFFF;
border-left: 1px solid #000000;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #000000;
border-bottom: 1px solid #FFFFFF;
}


.year {
padding-top: 10px;
text-align: center; 
}

.contact h3 {
	color: #006666;
}

.recordings h3 {
	color: #006666;
}

.recordings h2 {
	color: #006666;
}

.inset  {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

div.loading {
    background-color: #eee;
    background-image: url('ajaxloader.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}
