* {
	margin:0; 
	padding:0;
	}
	
body {
	background-color:#303030;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#ffffff;
	}
	
a {
    color:#cccccc;
}
  
 ul {
 } 
  
.container {
	width:960px; 
	margin:0 auto; 
	margin-top:50px;
	/*background-color:#4b4b4b;*/
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	overflow:hidden;
	}
	
.loginform {
	width:250px;
	margin:0 auto;
	padding:20px;
	overflow:hidden;
	background-color:#666;
	margin-bottom:20px;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;	
	}
	
.loginform h2 {
	padding-top:20px;
	padding-bottom:10px;
	font-size:18px;
}
	
.loginform div{
    clear:both;
    padding-top:1em;
    }
        
.loginform label {
    width:244px;
    float:left;
    text-align:left;
    margin-right:0em;
    font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
    }	
		
.loginform input {
	width:244px;
	height:25px;
	}	
	
a.btn {
	margin-bottom:10px;
	background: url(../images/buttons/loginbtn.png) no-repeat;
	width:150px;
	height:25px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	margin-right:3px;
	}	

a.btn:hover {
   background-position: 0 -25px;  
   }
   
.login {
	float:right;
	margin-top:20px;
	}
   
.loginsupport {
	clear:both;
	color:#cccccc;
	}
	
.loginsupport input {
	width:25px;
	height:5px;
	margin-bottom:10px;
}	

.loginsupport a {
	color:#ccc;
}

.loginsupport a:hover {
	color:#fff;
}


.registerform {
	width:250px;
	margin:0 auto;
	padding:20px;
	overflow:hidden;
	background-color:#666;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;	
	}
	
.registerform h2 {
	padding-top:20px;
	padding-bottom:10px;
	font-size:18px;
	clear: left;
}
	
.registerform div{
    clear:both;
    padding-top:1em;
    }
        
.registerform label {
    width:244px;
    float:left;
    text-align:left;
    margin-right:0em;
    font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
    }	
		
.registerform input {
	width:244px;
	height:25px;
	}
	
.block960 {
	background-image: url('../images/xtension.gif');
	background-repeat:no-repeat;
	background-position:right top; 
	width:960px;
	background-color:#666;
	overflow:hidden;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;	
	padding-top: 80px;
	}
	
.block960 h2 {
	padding-top:20px;
	padding-bottom:10px;
	font-size:18px;
	padding-left:20px;
	margin-top: -70px;
	clear: left;
	color: #333;
}	

#footer {
	display: block;
	width: 100%;
	clear: both;
	line-height: 25px;
	padding-left: 20px;
	background-color: white;
	border-top: 1px solid red;
	color: #333;
}
#footer span {
	color: black;
	font-weight: bold;
	font-size: 12pt;
}
#footer a {
	color: #333;
}


.breadcrumb {list-style:none; padding-left:20px; margin-bottom:20px;}
.breadcrumb li {display:inline;}

.stats {
	margin:-95px 20px 20px 20px;
	border:0; 
	width:920px;
	margin-bottom:20px;
	}
	
.stats td {
	padding:5px;
}	
	
.stats .odd {
	background-color:#999;
}		

.stats .even {
	background-color:#666;
}	

.dancebaseform {
	/* clear:both; */
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.dancebaseform h3 {
	margin-top:20px;
	font-size:16px;
	color:#ccc;
	clear: left;
	}

.dancebaseform label {
	display: block;
	width: 100px;
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: arial;
	font-size: 12px;
}
.dancebaseform input[type=text]{
	display: inline;
	width:255px;
	height:25px;
	/* clear: right; */
	border: 1px solid #bbb;
	font-family: arial;
	font-size: 12px;
	color: black;
}
.dancebaseform textarea {
	border: 1px solid #bbb;
	background-color: white;
	font-family: arial;
	font-size: 14px;
	color: black;
}

.dancebaseform input[type=checkbox] {
	}
		
.dancebaseform legend {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 12px;
}
.dancebaseform fieldset {
	/*border: 1px solid #bbb;*/
	border:none;
}

.dancebaseform select {
    width:255px;
    padding:3px;
    background:#fff;
    }
		
.skills {
	width:930px; 
	overflow:hidden;
	}
	
.skills label{
	display:inline;
	}
		
.rows {
	float:left!important; 
	clear:none!important;
	margin-right:20px;
	}	
	
#otherstyle {
	width:150px;
	height:20px;
}	

td {
	height: 20px;
	text-align: left;
}
.tdp {
	font-weight: bold;
	writing-mode: tb-rl;
	line-height: 21px;
}
.tdp {
	-moz-transform: rotate(-90deg) translate(0, 100%);
	-moz-transform-origin: 0% 100%;
	-o-transform: rotate(-90deg) translate(0, 100%);
	-o-transform-origin: 0% 100%;
	-webkit-transform: rotate(-90deg) translate(0, 100%);
	-webkit-transform-origin: 0% 100%;
	transform: rotate(-90deg) translate(0, 100%);
	transform-origin: 0% 100%;
}
#menu {
	background-color: #303030;
	margin: 20px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 23px;
	width: 320px;
}
#menu a {
	padding: 3px;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

.active {
	font-weight: bold;
}

#photoupload {
	position: absolute;
	left: 50%;
	margin-left: 120px;
	top: 150px;
	width: 320px;
	z-index: 3;
	height: 2000px;
	overflow: auto;
}

.upd {
	color: red;
	font-weight: bold;
}
.yourBtn {
	position: relative;
	top: 5px;
	margin-left: 175px;
	font-family: calibri;
	width: 80px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px dashed #BBB; 
	text-align: center;
	background-color: #777;
	cursor:pointer;
}
.yourBtn:hover {
	background-color: #bbb;
	color: black;
}
.yourBtn:active {
	color: red;
}
.dlt_btn {
    background-color: #777777;
    border: 1px dashed #BBBBBB;
    color: #FF0000;
    font-family: calibri;
    padding: 5px;
    position: absolute;
    right: 25px;
    text-align: center;
    margin-top: -22px;
    width: 10px;
	cursor: pointer;
}
.dlt_btn:hover {
	background-color: #bbb;
	color: black
}
.dlt_btn:active {
	color: red;
}
.cstmBtn {
	float: left;
	width: 150px;
	margin-left: 0; 
	margin-top: -6px;
	clear: right;
}
.lbl {
	float: left;
	width: 175px; 
	line-height: 20px;
	clear: left;
}