body {
	background: #fff none repeat scroll 0 0;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 8px;
	padding: 0;
}

a {
	color: #000;
}

h3 {
	font-size: 16px;
	font-style: italic;
}

p {
	font-size: 14px;
}

div.tournamentcontent {
	margin:0 20px 20px 20px;
}

div.tournament a {
	color: #D86D15;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}

div.tournament strong {
	color: #D86D15;
	font-weight: bold;
	font-size: 16px;
}

div.tournamentcontent a:hover, div.tournamentcontent ol li a#cancel:hover {
    color:#CC6600;
}

div.confirmcontent {
	margin: 0 35px;
}

div.confirmcontent ul {
	list-style-type: none;
	padding: 0;
}
div.confirmcontent li {
	margin-bottom:10px;
}

div.confirmcontent ul li a {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-decoration:underline;
}

div.confirmcontent ul li a:hover {
    color: #CC6600;
	}

.tournamentsection {
	color: #333;
	font-size: 20px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.tournamentsection a {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-decoration:underline;
}

.tournamentsection a:hover {
    color: #CC6600;
}

.tournamentdates {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 480px;
	font-size: 15px;
	color: #333;
}

#articleHeader {
	border-top: 3px solid #ccc;
}

.tournament {
	border: 2px solid #e6e6e6;
	padding: 20px;
	margin-bottom: -2px;
	position: relative;
}

.edit {
	width: 100px;
	position: absolute;
	top: 8%;
	right: 2%;
}

.edit ul {
	list-style-type: none;
	padding: 0;
}

.edit ul li a:active, .edit ul li a:visited, .edit ul li a:link {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-decoration:underline;
}

.edit ul li a:hover {
    color:#CC6600;
}

a.add-user, input#submit {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-shadow: none;
	margin: 20px 60px;
	margin-bottom: 0;
}

input#submit {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-shadow: none;
	margin: 20px 40px;
	margin-bottom: 0;
	background-color: #FADD02;
	padding: 8px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

a.add-user:hover {
	text-decoration: none;	
}
a.add-user:visited {
	text-decoration: underline;	
}

/* --------------------------------------------------------------- ADD FORM */

div.tournamentcontent ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 550px;
	color: #333;
	float: left;
	padding: 10px 20px;
	border: 2px solid #eee;
}

div.tournamentcontent ol li {
	float: left;
	clear: both;
}

div.tournamentcontent ol li label {
	display: block;
	width: 150px;
	float: left;
	margin: 5px 10px;
	text-align: right;
}

div.tournamentcontent ol li input {
	display: block;
	float: left;
	margin: 2px 10px;
	padding: 3px;
	width: 200px;
}

div.tournamentcontent ol li textarea {
	display: block;
	float: left;
	margin: 6px 10px;
	padding: 5px;
	width: auto;
}

div.tournamentcontent ol li select {
	display: block;
	float: left;
	margin: 6px 10px;
}

div.tournamentcontent ol li#last {
	width: 100%;
}

div.tournamentcontent ol li em {
	float: left;
	text-align: right;
	margin: 30px;
	font-size: 12px;
}

div.tournamentcontent ol li .required {
    float: left;
    color: red;
    margin-top: 4px;
    margin-left: -5px;
}

#form_bottom a {
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 242px;
    margin-top: 30px;
    text-decoration: underline;
}

div.tournamentcontent ol li a#cancel {
	float: left;
	margin: 30px 0 0 20px;
	font-weight: normal;
	text-decoration: underline;
}

div.tournamentcontent ol li input#submit {
	float: left;
	width: auto;
	border: 0;
}

/* --------------------------------------------------------------- END ADD FORM */

a.sidebar_links {
	display: block;
	text-decoration: underline;
	font-size: 12px;
	margin: 10px 0px 0px 60px;
}

/* --------------------------------------------------------------- ADD SIGN IN POPUP */

/*
input[type="text"], input[type="password"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
}
*/

.join_now {
	width: auto;
	text-align: center;
	display: block;
	background: #FEDC00;
	padding: 15px 25px;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 1px #888;
	text-shadow: ;
	margin: 20px auto;
	margin-bottom: 0;
}

.join_now:hover {
	background: #FFE246;
}

#registerForm input {
	padding: 10px;
}

/* --------------------------------------------------------------- JOIN POPUP */

.pop-up a {
    color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.table-gray {
    background: #eaeced;
	margin: 10px;
	font-size: 15px;
}

.table-gray td {
	padding: 2px 15px 2px 15px;
}

.table-gray a {
    color: #333;
	border-bottom: 1px dashed #999;
}

.table-gray a:hover{
    color: #333;
	border: dashed 1px #999;
	cursor: pointer;
}

.table-white {
    background: white;
	font-size: 14px;
	line-height: 22px;
}

#join table{ 
    /*width:465px;*/
    border-collapse: collapse;
    border: 1px solid #999999;
    margin-top: 0px;
}

#join table tr {
	margin: 0px;
}

#join table th {
    color: dimGray;
    min-width: 170px;
    text-align: left;
}

#join input[type="text"], #join input[type="password"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #333;
	width: 150px;
	padding: 0;
}

.tiny {
	font-size: 10px;
}

/* --------------------------------------------------------------- POPUP BOXES */

div.overlay div.close, #overlay div.close {
	background:url(http://static.flowplayer.org/img/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

#overlay_player { 		
	display:block;
	height:450px;
}

 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}

 
/* default close button positioned on upper right corner */ 
#boxes .window  div.close { 
    background-image:url(http://static.flowplayer.org/img/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute; left:0; top:0;
  z-index:90000;
  background-color:#333333;
  display:none;
}
  
#boxes .window {
  position:absolute;
	padding:15px 25px 20px 25px;
  
 /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:90020; 
     
    /* styling */ 
    background-color:#fff; 
     
    width:550px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 50px 3px #000; 
    -webkit-box-shadow: 0 0 50px #000;     
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  height:203px;
  background-image:url(http://static.flowplayer.org/img/overlay/white.png);
}
#category{
    color: #FF0000;
}

/* for InFieldLables - jquery */
.inField form legend {
		color: #333;
		padding: 0 0 20px 0;
		text-transform: uppercase;
	}
.inField form {
		padding: 0 2px 2px 2px;
	}
.inField form, .inField form fieldset input,.inField form fieldset textarea,.inField form label {
		font-size: 12px;
	}
.inField form p { position: relative; margin: 10px 0;}
.inField form p label { position: absolute; top: 0; left: 0;}
.inField form p br {display: none;}
.inField form p input,.inField form p textarea {
		display: block;
		padding: 4px;
		width: 160px;
		margin: 0;
	}
.inField form p label {
		width: 160px;
		display: block;
		margin: 5px 5px 5px 6px;
		padding: 0;
	}
.inField form p textarea {
		padding: 2px;
		width: 184px;
	}
.inField form p textarea,.inField form p input {
		border: solid 1px #ccc;
	}
.inField form p label {
		color: #666;
	}
	
.filter-field{
    font-size:10pt;
    margin:4px 20px 4px 0px;
    color:#666;
}
#filter-submit{
	display:block;
	padding-top:5px;
}
    
#filter-menu{
    margin:10px 0px 20px 60px;
}

#filter-menu strong {
	color:#666;
}
