.cpic {margin-bottom:12px;}

.yb {font-weight:bold; text-decoration:none}
.yb:hover {text-decoration: underline}
.yn {text-decoration: none; }
.ynb {text-decoration: none; font-size:11pt; font-weight:bold; color:#FFD556 }
.ynb:hover {text-decoration: none; color:white; }

.menu {text-decoration: none; font-size:11pt;}
.menu:hover {text-decoration: none; background-color:#FFD556; color:black}

body {background-color: black;}
select,input,p,a,body,th,td,textarea {color: #CCCCCC; font-size:10pt; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;}
 
a {color:#FFD556}
b,strong {color: #FFE288}
 
.dark {color:#5A4E29; text-decoration:none; font-size:9px;}
.opaq {filter:alpha(opacity=50);} 

.button {color:black; height:22px; font-weight:bold; background-color:#FFD200; border:1px solid; border-top-color:#CB8100; border-left-color:#CB8100; border-right-color:#8C5900; border-bottom-color:#8C5900;}

hr {height:1px; color:#FFD556}

.adding strong {color: #BFBFBF;	font-weight:bold;}
.adding a{color: #7F5F00;}
.adding a:hover{text-decoration:none;}
div.adding {border:1px dashed #7F5F00;	padding:10px;	margin:5px;}
.adding {font-size:10px;}

.dpTable {text-align: center;	color: #505050;	background-color: #686868;	border: 1px solid #AAAAAA;	}
.dpTD {border: 1px solid 7B7B7B;}
.dpDayHighlightTD {	background-color: #CCCCCC;	border: 1px solid #AAAAAA;}
.dpTDHover {background-color: #aca998;	border: 1px solid #888888;	cursor: pointer;color: red;	}
.dpDayTD {background-color: #CCCCCC;	border: 1px solid #AAAAAA;	color: black;	}
.dpTitleText {color: gray;font-weight: bold;}
.dpDayHighlight {color: black;	font-weight: bold;	}
.dpButton {	color: black;	background: #FFD200;	font-weight: bold;	padding: 0px;	}
.dpTodayButton {color: black;	background-color:#FFD200; border:1px solid; border-top-color:#CB8100; border-left-color:#CB8100; border-right-color:#8C5900; border-bottom-color:#8C5900; font-weight: bold;	}



a{
    text-decoration: none;
	outline:none;
}
a:hover{
    color:#aabbcc;
}

a.backlink{
  padding:10px;
  
}

img.ajaxload{
    margin-top:10px;
}

.error{
    height:15px;
}
div.errorimg{
    padding-left:20px;
    float:left;
    background:transparent url(../images/error.png) no-repeat center left;
    height:15px;
    width:140px;
    color:red;
}
/*Admin*/
.adminpanel{
width: 800px;
text-align:center;
}

.map{
margin:0 auto;
width:560px;

}
table.admin{
	font-size:10px;
	width:100%;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
table.admin thead tr th{
	text-align:left;
}
table.admin thead tr{
	background-color:#f1f1f1;
}
table.admin tbody tr.statusblocked{
	background-color:#dfdfdf;
}
table.admin tbody tr.statusadmin{
	background-color:#7fc0f0;
}
table.admin tbody tr td{
	text-align:center;
}
table.admin tbody  tr:hover{
	background-color:#EFFFF3;
}
.admin_change{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/wrench.png) no-repeat center right;
  cursor:pointer;
}
.admin_delete{
  float:left;
  height: 16px;
  width:16px;
  background:transparent url(../images/cross.png) no-repeat center right;
  cursor:pointer;
}
.admin_no{
  float:left;
  margin-left:20px;
}
/*Forms*/
form.login , form.register, form.editaccount, .forgotpw, .adminpanel{
	position:relative;
	height:auto;
    margin:0 auto;
    border:1px solid #000;
    background-color:#4A4A4C;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    padding:20px;
	text-align: left;
}
form.login{
	width: 150px;
}
form.register{
	width: 600px;
	height:540px;
}
form.editaccount{
	width: 400px;
}
.forgotpw{
  width:200px;
}

form label{
    display: block;
    margin: 3px;
	font-weight:bold;
}
.login_row{
    float:left;
    clear:both;
	width:100%;
}
.login_row input[type=checkbox]{
    float:left;
}
.login_row label{
    float:left;
}

input[type=text], input[type=password]{
  color:#000000;
  border:1px solid #ccc;
  padding:2px;
}

input:focus{
	background-color:#FFFFFF;
}

form .fieldset1, form .fieldset2{
	border:1px solid #ccc;
    padding:6px;
    margin:10px;
    float: left;
    border-left:none;
    border-right:none;
    border-bottom:none;   
}
form .fieldset1{
    width:260px;
}
form .fieldset2{
    width:90%;
    margin:0px;
}
form legend{
    text-align:right;
    color:#888;
    font-size:14px;
    padding:0px 4px 0px 4px;
    margin-left:5px;
}

.error{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:18px;
    clear:right;
    width:100%;
    font-weight:100;
}
.error_captcha{
    color:red;
    float:left;
    padding:2px;
    font-size:11px;
    height:20px;
    width:75px;
    font-weight:100;
}
.captcha_message{
    width:70px;
    float:left;
}


.linkback{
    margin:0 auto;
    width:100px;
    text-align:center;
    height:30px;	    	
}