body {
	background: #093a3b url(/images/layout/bg.jpg) repeat-y left 144px;
	margin: 0;
	text-align: left;
}
body,td,th {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
    position: relative; 
}
#header {
    height: 144px;
    display: block;
    text-align: left;
    min-width: 1150px;
    padding: 0;
    margin: 0;
    background: url(/images/layout/bkg_header.jpg) repeat-x top right; 
    white-space: nowrap;
}
* html #header {
    
}
#container {
    display: block;
    position: relative;
    width: 1150px;
    margin: 0;
    padding: 0;
    background: none;
}

#middle {
    min-height: 370px;
    display: block;
    text-align: left;
}
#left {
    float: left;
    width: 170px;
    position: relative;
	text-align: left;
}
#content {
	float: left;
	display: block;
	position: relative;
	padding: 0px 10px;
	width: auto;
    width: 750px;
	min-height: 450px;
	text-align: left;
}
* html * #content {
   /* margin-top: 0px; */
}
#right {
    float: left;
    width: 175px;
    min-height: 450px;
    position: relative;
	text-align: center;
}
#footer {
    bottom: 0px;
    min-height: 25px;
    display: block;
    clear: both;
    text-align: center;
}
h1, h2 {
    margin: 2px 0px 3px 0px;
}
h3, h4 {
    border-bottom: 1px solid #333333;
    margin: 2px 0px 3px 0px;
}
td {
    vertical-align: top;
    text-align: left;
}
.fRight {
    float: right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .hh {height: 1%;}
/* End hide from IE-mac */

form {
    margin: 0px;
}
input, select {
    background: #60ab91;
    border: 1px solid #092618;
    color: #fff;
    height: 22px;
}
textarea {
    background: #60ab91;
    border: 1px solid #092618;
    color: #FFFFFF;
}
.lblForm {
    text-align: right;
    font-weight: bold;
}
.button, a.button {
    border: 1px solid #61ab92;
    background: #2b4749 url(/images/layout/bkg_eventartist.jpg) repeat-x bottom;
    text-decoration: none;
    padding: 2px; 
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
a.button:hover {
    background: #092618;
}
ul.nav {
    list-style: none;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}
ul.nav li {
    height: 20px;
    margin: 0px 0px 10px 0px;
    float: left;
    line-height: 20px;
    width: 144px;
    text-align: left;
}
ul.nav li a, ul.nav li a:link, ul.nav li a:visited {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    background-color: none;
    /*background: url(/images/layout/menuitem_on.gif) no-repeat top left;*/
    text-decoration: none;
    text-transform: Capitalize;
    color: #eaffc8;
}
ul.nav li a:hover, ul.nav li a:active {
    /*background: url(/images/layout/menuitem_off.gif) no-repeat top left;*/
    color: #acddc7;
    background-color: none;
}

ul.nav li a.bttn1:link, ul.nav li a.bttn1:visited {
    background: url(/images/layout/bttn_1_off.png) no-repeat;
}
ul.nav li a.bttn2:link, ul.nav li a.bttn2:visited {
    background: url(/images/layout/bttn_2_off.png) no-repeat;
}
ul.nav li a.bttn3:link,ul.nav li a.bttn3:visited {
    background: url(/images/layout/bttn_3_off.png) no-repeat;
}
ul.nav li a.bttn4:link,ul.nav li a.bttn4:visited {
    background: url(/images/layout/bttn_4_off.png) no-repeat;
}
#footer ul.nav {
    list-style: none;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}
#footer ul.nav li {
    height: 25px;
    margin: 2px;
    float: left;
    line-height: 22px;
    width: 100px;
    text-align: center;
    background: none;
    display: inline;
}
#footer ul.nav li a, #footer ul.nav li a:link, #footer ul.nav li a:visited {
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px;
    text-decoration: underline;
    text-transform: capitalize;
    color: #FFFFFF;
}
#footer ul.nav li a:hover, #footer ul.nav li a:active {
    background: none;
    color: #FFFFFF;
}

.even {background: #092618;}

.odd {background: #31595b;}
#notice, #warning, #message, #error {
    border: 2px solid #60ab91;
    background: #092618;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
}
#alert {
    border: 2px solid #60ab91;
    background: #FFF;
    font-size: 13px;
    color: #cc0000;
    font-weight: bold;
    padding: 5px;
    margin: 10px;
}
#alert h3 {
    color: #000;
    margin-bottom: 3px;
}
#alert a {
    color: #000;
    font-size: 13px;
    }
dl {padding: 5px; background: #31595b; border: 1px solid #60ab91;}
dt {
    font-size: 13px;
    font-weight: bold;
    margin: 2px;
}
dd {
    margin-bottom: 5px;
}
a.register, a.register:link, a.register:visited {
    height: 32px;
    margin: 0px 0px 3px 0px;
    padding-left: 15px;
    display: block;
    line-height: 32px;
    width: 144px;
    background: url(/images/layout/menuitem_on.gif) no-repeat top left;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
a.register:hover, a.register:active {
    background: url(/images/layout/menuitem_off.gif) no-repeat top left;
}

#photos {
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  overflow: hidden;
}

.photo_square {
  border: none;
  width: 75px;
  height: 75px;
  padding: 10px;
}

a, a:link, a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	font-weight: bold;
	
}
.event {
    width: 726px; 
    border: 2px solid #61ab92;
    border-right: 2px solid #1f524b; 
    border-bottom: 2px solid #1f524b; 
    /*ORIG: background: #093a3b url(/images/layout/bkg_event.jpg) no-repeat; */
    /* 1: background: #093a3b url(/images/layout/grey-tile.jpg) repeat; */
    background: #093a3b url(/images/layout/starfield.jpg) repeat;
	background-size: 100%;
}
.event .bandthumb {
    border: 1px solid #376768;
}
.event h4 {
    color: #c8f592;
    border-bottom: 1px dotted #61ab92;
    text-align: center;
    font-size: 18px;
}
.event .eventartist {
    margin: 10px 5px 0px 5px;
    border: 1px solid #61ab92; 
    background: #2b4749 url(/images/layout/bkg_eventartist.jpg) repeat-x bottom;
    background-size: 100%;

    text-decoration: none;
    text-align: center;
    color: #cfff67;
    font-size: 14px;
    line-height: 28px;
    /* height: 28px; */
    height: 100%;
    display: block;
}

.flash-errors {
  padding: 5px;
  background-color: #943937; 
  text-align: center;
}
