/* CSS Document  style.css */

body {
	background-color: #FFFFFF;
}

.inputext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;
	border: 1px solid #afbadd;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-left:10px;
	height: 22px;
	background-color: white ! important;
	z-index: 1000;
}

.moves_history_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;
	border: 1px solid #afbadd;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right:2px;
	margin-bottom: 5px;
	margin-left:2px;
	height: 22px;
	background-color: white ! important;
	z-index: 1000;
}

.table_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;
	border: 1px solid #afbadd;	
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-left:10px;
	height: 22px;
	background-color: white ! important;
	z-index: 1000;
}

.table_cell td {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	margin: 0;
	padding: 4px;
	text-align:center;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	border: 1px solid #afbadd;	
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
	width: 75px;
}

.err_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#c0341c;
	text-align:center;
	text-decoration: none;
}

.column_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
}

.column_head_moves_history {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
}

.bggray {
/*	background-color: #E5E3E7;   */
}

.Wrestler_option{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;	
	border: 1px solid #afbadd;	
	height: 22px;
	background-color: #E5E3E7;
	text-decoration:none;
}

.Wrestler_option :hover {
	background-color: #E5E3FF;
	text-decoration:none;
}

#matchrounds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;	
	margin-left:10px;
	margin-right:10px;
	margin-top:10px; 
	text-align:left; 
}

.sortable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left:10px;
	height: 22px;
}

.sortable td {
/*      border: 1px solid #afbadd; */
}

.sortable th{
	font-weight: bold;
	height:22px;
}

.sortable tr{
	height:22px;
}

.sortable a{
	text-decoration:none;
	color: #000000;
}

.sortableop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #afbadd;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
}

.sortableop td {
	border: 1px solid #afbadd;
}

.sortableop th{
	font-weight: bold;
	border: 1px solid #afbadd;
	height:22px;
}

.sortableop tr{
	border: 1px solid #afbadd;
	height:22px;
}

.tableborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;
	border: 1px solid #afbadd;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
	background-color: white ! important;
	z-index: 1000;
}

.tableborder td {
	text-align:center;
	border: 1px solid #afbadd;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
	background-color: white ! important;
	z-index: 1000;	
}

.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;
}

.menuitem a {
	text-decoration:none;
	color: #000000;
}

.menuitem a:hover {
	color: #FF00FF;
}

.adminmenu {
	font-weight: bold;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	padding:2 2 2 15;
	font-size: 15px;
	font-weight: normal;
	color: #243E5F;
}

.title_login {
	margin:10px 0px;
	text-align:center;
	font-size:20px;
	color:#4A2500;
}

.border_line {
	border-right: 1px solid #afbadd;
}

.home_msg {
	margin-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:16px;
	color:#303030;
	text-align:left;
	padding:20 20 20 20;
	border-style: none;
	border-width: 0px 0px 0px 0px;
}

.home_msg a {
	text-decoration:none;
	color:#AA3030;
}

.home_msg a:hover {
	text-decoration:none;
	color:#FF3F3F;
}

.selected_move_agility{
	background-color: #FFF30F;
	color: #0D0D0D;
}

.selected_move_brawling {
	background-color: #000000;
	color: #FFFFFF;
}

.selected_move_strength {
	background-color: #FF0A0A;
	color: #FFFFFF;
}

.selected_move_tec{
	background-color:#0A16FF;
	color: #FFFFFF;
}

.match_history {
	text-align:left;
	margin-left:10px;
	line-height: 1.8;
}

.match_history b {
	font-size:15px;
	font-style:bold;
}

/* for post a promo section */

.stat_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#243E5F;
}

#moveshistory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #243E5F;
	border: 1px solid #afbadd;	
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-left:10px;
	height: 22px;
	background-color: white ! important;
	z-index: 1000;
}

.profile_last_matches {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
}

.profile_last_matches a {
	text-decoration:none;
	color: #000000;
}

.profile_class {
	margin-left:185px;
}

.profile_table_class {
	margin-left:140px;
}

.fed_title {
	margin-top:25px;
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
}

.err_msg_on_balance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color:#c0341c;
	text-align:center;
}

/* used for displaying icons in the select box options */
.imagebacked {
	padding-left: 26px; /* image-width */
	background-repeat: no-repeat;
}

/* CSS Document  style.css End */