html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.fb_share_link { 
	padding:2px 0 0 20px; 
	height:16px; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; 
}

body {
	background: #3A0404 url(../Images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 750px;
	min-height: 750px;
	_height: 750px;
	background: url(../Images/header2.jpg) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 30px  Tahoma, Verdana, arial black, arial, sans-serif;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 460px;
}

#nav li {
  float: left;
  background: url(../Images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 15px;
  padding-right: 8px;
  padding-top: 8px;
  line-height: 1;
  font-size: 15px;

}
#nav span {
  float: left;
  font-size: 15px;
  padding-right: 8px;
  font-weight: bold;


}
#nav a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

#logged-off
{
	display:none;
}

#logged-on
{
	display:none;
}

/** login  **/
#login-box {
  background: url(../Images/login_box.jpg) no-repeat;
  width: 313px;
  height: 160px;
  color: #fff;
  padding:10px;
  line-height:28px;
}
#login-box-controls {

}

/** topcontent **/

#topcon {
  background: url(../Images/topcon3.gif) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 378px;
  color: #430404;
}
#topcon-inner {
  margin: 39px 52px 41px 70px;
  height: 120px;
  overflow: auto;
  text-align:justify;
}
#topcon h2 {
  font-size: 12px;
  line-height:20px;
  color:Black;
  padding-top:2px;
  padding-bottom:8px;
}
#topcon a {
  color:Blue;
}

/** Body **/

#content {
  width: 755px;
  position: absolute;
  color: #fff;
  top: 299px;
  left: 33px;
}
#content a {
  color: #fff;
}
#content a:hover {
  color: #fee;
}
#body {
  border: 3px solid white;
  background: #901315;
  padding: 18px;
}

.box {
  float: left;
  width: 220px;
  background: #730F11;
  margin-right: 16px;
}
.box-t { background: top url(../Images/box_t.gif) repeat-x; }
.box-r { background: right url(../Images/box_r.gif) repeat-y; }
.box-b { background: bottom url(../Images/box_b.gif) repeat-x; }
.box-l { background: left url(../Images/box_l.gif) repeat-y; }
.box-tr { background: top right url(../Images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(../Images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(../Images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(../Images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 240px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#events1 {
  width: 340px;
    margin-right: 30px;

}
#events2 {
  width: 340px;
    margin-right: 0px;

}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

	
	

#div-event 
{
    width: 680px;
    float: right;
    margin: 2px 4px 2px 14px;
    position: relative;
	word-spacing: 1px;
	line-height:18px;
	display: block;
	font-size: 12px;

}

#div-event span.lbl 
{
    width: 130px;
    margin: 3px 2px 2px 4px;
    padding: 1px 1px 1px 1px;
    font-weight:bold;
	font-size: 12px;
    display: inline-block;

}

#div-event div.img {
    margin: 7px 4px 0px 0px;
    float: left;
    padding: 1px;
    height: 185px;
    width: 240px;
    display: block;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    border:solid 1px yellow;
}

#div-event div.imgSpiffy {
    margin: 4px 14px 4px 5px;
    float: left;
    height: 128px;
    width: 166px;
    display: block;
}

#div-header 
{
    width: 500px;
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
	word-spacing: 1px;
	line-height:18px;
	display: block;

}

#div-header p.title {
    background-color: #cbcbcb;
    width: 182px;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 3px 2px;
    font-weight:bold;
    font-size:9pt;
   	display: block;
}

#div-header div.img {
    margin: 0px 1px 0px 8px;
    float: right;
    padding: 1px;
    height: 197px;
    width: 302px;
    display: block;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #2E306B;
}



#hot-grid 
{
    width: 500px;
    float: left;
    margin: 0px 0px 0px 0px;
    background: #fafafa;
    position: relative;
    border: 1px solid #dadada;
}

#hot-grid h3 {
    color: white;
    background: #9c3e46;
    font-size:100%;
    margin: 0 0 8px;
    padding:4px 8px;
}

#hot-grid a {
    text-decoration: none;
}

#hot-grid div.big {
    float: left;
    margin-bottom: 8px;
}

#hot-grid div.big a.i {
    margin: 0 4px;
    float: left;
    padding: 4px;
    height: 35px;
    width: 110px;
    display: block;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #2E306B;
}

#hot-grid div.big a.j {
    margin: 0 6px;
    float: left;
    padding: 0px;
    height: 73px;
    width: 110px;
    display: block;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d1d1d1;
}


#hot-grid div.big a.k {
    margin: 0 6px;
    float: left;
    padding: 0px;
    height: 120px;
    width: 200px;
    display: block;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
}

#hot-grid div.big a.l {
    margin: 0 6px;
    float: left;
    padding: 0px;
    height: 120px;
    width: 200px;
    display: block;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d1d1d1;

}

#hot-grid div.big h2 {
    font-size: 105%;
    margin: 0px 0 4px 0;
}

#hot-grid div.big p {
    margin: 0px 6px 0px 6px;
}

#hot-grid div.big p span.l {
    color: #30309A;
    text-decoration: underline;
}

#hot-grid div.big p a:link, #hot-grid div.big p a:visited {
    color: black;
}


/*Modal Popup*/
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:ghostwhite;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}






.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #a86d6d;
  border-right:1px solid #a86d6d;
  background:#d9bfbf}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #771919;
  border-right:1px solid #771919;
  background:#e2cece}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e2cece;
  border-right:1px solid #e2cece;}
.spiffy4{
  border-left:1px solid #a86d6d;
  border-right:1px solid #a86d6d}
.spiffy5{
  border-left:1px solid #d9bfbf;
  border-right:1px solid #d9bfbf}
.spiffyfg{
  background:#FFFFFF}


h1{font-size:12px;line-height:.5em}
h2{font-size:12px;line-height:.5em}
h3{font-size:12px;line-height:.5em}
h4{font-size:12px;line-height:.5em}
hr.divider
{
  width:100%;
  color:#ffffff;
  height: 1px;
}   
li.validation{float:left;margin-left:10px;padding:0px 10px 0px 0px;list-style-type:none;}   
.bottom-content
{
	padding:1px 2px 2px 5px;
	letter-spacing:.7px;
	color:#333;
	font-size:12px;
	line-height:1.5em;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
}
.header-default
{
	width:100%; 
	background-color:Black; 
	color:White; 
	padding: 8px 8px 8px 0px; 
	margin:0px  0px 0px -5px ;
}

.register-new
{
	padding: 0;
}
.register-update
{
	padding: 0;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalPopup {
    background-color:white;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    width:500px;
}
.popup {
    padding: 0;
    position: relative;
    color:Black;
}        
div.popup em 
{
	background:#dbfcd0;
	border:  solid  1px #589d39;
	padding-top:4px;
	line-height:12px;
    width: 160px;
    height: 30px;
    position: absolute;
    font-style:normal;
    top: -200px;
    left: -0px;
    text-align: center;
    z-index: 2000;
    display: none;
}
.border-bottom
{
	border-bottom:solid 1px Gray;
}
.text-area
{
	padding:1px;
}
.formline{
    padding:1px;
}
.input-container{
    padding:1px;
}
div.radio_five {
  border-bottom: #ccccff 1px solid;
  width:700px;
  margin-left:4px;
  padding-bottom:10px;
}       
table.radio_five input {
  width: 15px;
  height: 13px;
  display: block;
  float: left;
  margin: -1px 0 2px 10px; 
}
table.radio_five label 
{
  width: 140px;
  float: none;
  font-size: 8pt;
  display: block;
}
div.radio_four {
  border-bottom: #ccccff 1px solid;
  width:700px;
  margin-left:4px;
  padding-bottom:10px;
}       
table.radio_four input {
  width: 15px;
  height: 13px;
  display: block;
  float: left;
  margin: -1px 0 2px 10px; 
}
table.radio_four label {
  width: 175px;
  float: none;
  font-size: 8pt;
  display: block;
}
div.radio_three {
  border-bottom: #ccccff 1px solid;
  width:695px;
  margin-left:4px;
  padding-bottom:10px;
}       
table.radio_three input {
  width: 15px;
  height: 13px;
  display: block;
  float: left;
  margin: -1px 0 2px 10px; 
}
table.radio_three label {
  width: 175px;
  float: none;
  font-size: 8pt;
  display: block;
}
.checkboxes label {
    padding-left: 10px;
    height: 12px;
}
.checkboxes input {
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
    *overflow: hidden;
}
.radio_padding10 label {
	padding-right:10px;
}       
.radio_padding20 label {
	padding-right:20px;
}       
.radio_padding30 label {
	padding-right:30px;
}       
.radio_padding40 label {
	padding-right:40px;
}

.matches_label
{
	background-color:Black; 
	color:White;
	font-weight:bold;
	padding: 0px 0px 0px 2px;
}

.form-title,
.form-sub-title{
    font-size:20px;
    font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
    font-size:20px;
    font-weight:bold;
}
.form-sub-title{
    font-weight:normal;
    padding:6px 0 15px 0;
}
.greenButton{
    width:auto;
    vertical-align:middle;
    color:white;
    background-color:#589d39;
    outline:none;
    border:1px solid #006600;
    font-weight:bold;
    font-size:9pt;
    font-family:Verdana;
    line-height: 20px;
    height: 25px;
}
.greenButton:active{
    background-color:#006600;
}
.search-button{
    width:auto;
    vertical-align:middle;
    color:white;
    background-color:#589d39;
    outline:none;
    border:1px solid #006600;
    font-weight:bold;
    font-size:9pt;
    font-family:Verdana;
    line-height: 20px;
    height: 24px;
}
.search-button:active{
    background-color:#006600;
}   
.link-delete{
    color:Gray; 
    font-size:13px; 
    font-weight:bolder; 
    font-family:Tahoma;
    text-decoration:none;
}
.link-delete:active{
    background-color:#006600;
}       
.link-button{
    width:auto;
    margin:0px 0 0 2px;
    padding: 3px 7px 3px 7px;
    color:white;
    background-color:#589d39;
    outline:none;
    border:1px solid #006600;
    font-weight:bold;
    font-size:9pt;
    font-family:Verdana;
    text-decoration:none;
}
.link-button:active{
    background-color:#006600;
    padding: 3px 7px 3px 7px;
}   
.link-button-nopad{
    width:auto;
    color:white;
    background-color:#589d39;
    outline:none;
    border:1px solid #006600;
    font-weight:bold;
    font-size:9pt;
    font-family:Verdana;
    text-decoration:none;
    padding: 1px 3px 1px 3px;

} 
.link-button-nopad:active{
    background-color:#006600;
}    
.message-label
{
	color:#000000;
	font-weight:bold;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size:12px;
    line-height:2em;
    letter-spacing:.8px;
}  
#loading{
    position:relative;
    visibility:hidden;
}
#error{
    background-color:#ffebe8;
    border:1px solid #dd3c10;
    padding:5px 3px;
    text-align:center;
    margin-top:10px;
    visibility:hidden;
    font-family:Arial, Verdana, Tahoma;
    font-size: 10pt;
    z-index:1000;
}
#message{
    background-color:#e8ffee;
    border:2px ridge Gray;
    text-align:center;
    visibility:hidden;
    font-family:Arial, Verdana, Tahoma;
    font-size: 10pt;
    position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	width:200px;
	height:100px;
	z-index:1000;
}
#uploader{
    background-color:#e8ffee;
    border:2px ridge Gray;
    text-align:center;
    visibility:hidden;
    font-family:Arial, Verdana, Tahoma;
    font-size: 10pt;
    position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -200px;
	width:400px;
	height:120px;
	z-index:1000;
}  
#cropper{
    background-color:#e8ffee;
    border:2px ridge Gray;
    text-align:center;
    visibility:hidden;
    font-family:Arial, Verdana, Tahoma;
    font-size: 10pt;
    position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -280px;
	width:560px;
	height:560px;
	z-index:1000;
}
.dialog-header{
   	font-family: tahoma, verdana, arial, sans-serif;
    background-color:Black; 
    color:White; 
    width:100%; 
    padding:0px 0px 0px 0px;
    float:left; 
    font-weight:bold  ;
    font-size:12px;
    line-height:2em;      
}
.dialog-close{
    font-family:Verdana, Tahoma, Arial;
    font-size:12px;
    line-height:2em;  
    text-align:right;
    padding:0px 5px 0px 5px;
    margin:0;
    float:right;
    color:Gray; 
    font-weight:bolder; 
    font-family:Tahoma;
    text-decoration:none;
}
.dialog-close:hover{
    background-color:#006600;
}                 
A.white-links{
    color:White;
    font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size:12px;
    line-height:2em;
    letter-spacing:.5px;
    text-decoration:none;
    padding:1px 1px 1px 1px;

}

.label-heading
{
	background-color:Black;
	color:White;
    font-size:12px;
    font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
    height:18px;
    font-weight:bold;
    padding:5px;
    border:solid 1px white;
}

/*CollapsiblePanel*/
.ContainerPanel
{
width:700px;
border:1px;
border:solid 1px white;
font-family:'lucida grande', tahoma, verdana, arial, sans-serif;

}
.collapsePanelHeader
{
width:700px;
padding-bottom:20px;
padding-top:8px;
background-color:Black;
color:#FFF;
font-weight:bold;
font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
font-size:12px;

}
.HeaderContent
{
float:left;
padding-left:5px;
padding-top: 0px;
}
.Content
{
margin-top:1px;
}
.ArrowExpand
{
background-image: url(../images/expand_blue.jpg);
width:13px;
height:13px;
float:right;
margin-top:-7px;
margin-right:5px;
}
.ArrowExpand p
{
color:yellow;
margin-left:-160px;
margin-top:1px;
width:160px;
}
.ArrowExpand:hover
{
cursor:pointer;
}
.ArrowClose
{
background-image: url(../images/collapse_blue.jpg);
width:13px;
height:13px;
float:right;
margin-top:-7px;
margin-right:5px;
}
.ArrowClose p
{
color:yellow;
margin-left:-160px;
margin-top:1px;
width:160px;
}
.ArrowClose:hover
{
cursor:pointer;
}



