
/**********************************************/
/*										   	  */
/*                RIGHT HEADER                */
/*										   	  */
/**********************************************/

	.right_header {
		float:right;
		padding-top:3px;
		}
		
	.right_header * {
		padding:2px 15px;
		display: block;
		float:right;
		font-size:12px;
		}

/**********************************************/
/*										   	  */
/*               LOGOUT BUTTON                */
/*										   	  */
/**********************************************/
	
	.logout_button {
		border:1px solid #333333;
		}
	.logout_button:hover {
		background: #FFFFFF;
		}
	
	.top_team_name {
		padding-right:5px;
		}
		
/**********************************************/
/*										   	  */
/*              RIGHTBOX BUTTON               */
/*										   	  */
/**********************************************/
	
	.rightbox_inside_button {
		display:block;
		text-align: center;
		color:#FFFFFF !important;
		padding:4px 0;
		background:#F58426;
		text-decoration: none !important;
		margin:5px 0 0 0 ;
		font-size:12px;
		}
	.rightbox_inside_button:hover {
		background: #FFA446;
		}

	dd.red ,dd.red * {
		color:#990000 !important;
		font-weight: bold;
		}
	
	.rightbox_section dl {
		margin:0px;
		padding:0 0 8px 0;
		}
	.rightbox_section dt {
		width:100px;
		float:left;
		}
	.rightbox_section dd {
		text-align: right;
		}
	
	.rightbox_section ul {
		list-style: none;
		padding:0;
		}
		
	.delete_player {
		float:right;
		}
	.delete_player a {
		color:#990000;
		text-decoration:none !important;
		}
		
/******* OVERRIDE CERTAIN FORM PROPERTIES ******
.form_table {
	width:462px;
	}
.form_table .form_left_column {
	width:180px;
	color:#303030;
	}
	
.separator h3 {
	color:#000000;
	border-bottom:3px solid #000000;
	background:none;
	padding-left:0;
	font-weight: bold;
	}
.inline_help, .inline_help * {
	color:#AAAAAA;
	line-height: 1.2em;
}








	*/
