

/* inputs */

	/* Cause buttons to look like poop
	input{
	border:0px; border-top:1px solid #ccc; border-left:1px solid #ddd; border-right:1px solid #eee;
	font-size:12px; line-height:14px;
	padding:4px;
	color:#666;
	}*/

	input.normal{
	width:150px;
	}

	input.clearform{
	color:#aaa;
	}

	input.button{
	border:0;
	background:#d01818;
	color: #fff;
	padding:4px;
	font-size:11px; line-height:12px;
	}
	
	div.admin_post_title{
	margin:0px 0 0 0;
	padding:0px 7px;
	border:1px solid #aaa;
	background:#fff;
	}

	input.post_title{
	font-size:18px; line-height:22px;
	font-weight:normal;
	width:100%;
	padding:5px 0px;
	border:0;
	background:none;
	}

	select{
	padding:3px;
	}

	select, option{
	font-size:12px; line-height:14px;
	color:Black;
	}

	label{
	font-size:11px; line-height:14px;
	font-weight:normal;
	color: #444;
	}


/* tables ------------------------------------------------- */

	table.table1 col.col_sel{width:25px;}
	table.table1 col.col_sort{width:37px;}
	table.table1 col.col_cmt{width:50px;}
	table.table1 col.col_date{width:70px;}
	table.table1 col.col_icon{width:100px;}

	table.table1{
	padding:0;
	width:100%;
	margin:0;
	color:#333;
	}

	table.table1 th{
	background:#333;
	padding:10px 3px;
	color:#ccc;
	font-size:12px; line-height:14px;
	font-weight:bold;
	border:0;
	vertical-align:middle;
	text-align: center;
	}

	table.table1 th span{
	float:left;
	}

	table.table1 th span.cmt{
	text-indent:-900em;
	display:block;
	width:13px; height:13px;
	}

	table.table1 td{
	background:#f3f3f3;
	border-bottom:1px solid #ccc;
	padding:6px 3px;
	font-size:12px; line-height:14px;
	font-weight:normal;
	text-align: center;
	
	}

	table.table1 tr.self td{
	background:#fff;
	color:#b42a2a;
	}

	table.table1 a.cmt{
	display:block;
	padding-left:18px;
	}

	input.sel{
	padding:0; margin:0px 0 0 5px;font-size:12px;
	width:14px; height:14px;
	}

	td input.sel{
	margin:0px 0 -2px 5px;
	}

	table.table1 th.sel, table.table1 td.sel{
	padding:0px 0 0 0px;
	vertical-align:middle;
	}

	table.table1 td.sort{
	padding:0px 3px;
	}

	table.table1 td.icon{
	padding:0px 3px;
	vertical-align:middle;
	}
	
	a.sort_asc{
	display:block; float:left;
	width:14px; height:14px;
	background:transparent url(images/asc.gif) no-repeat scroll 100% 3px;
	text-indent:-900em;
	}
	a.sort_asc:hover{
	background:transparent url(images/asc.gif) no-repeat scroll 100% -15px;
	}

	a.sort_desc{
	display:block; float:left;
	width:14px; height:14px;
	background:transparent url(images/desc.gif) no-repeat scroll 0% 3px;
	text-indent:-900em;
	}
	a.sort_desc:hover{
	background:transparent url(images/desc.gif) no-repeat scroll 0% -15px;
	}

	a.sort_up{
	display:block; float:left;
	width:15px; height:14px;
	background:transparent url(images/sort_up.gif) no-repeat scroll 50% 0px;
	text-indent:-900em;
	overflow:hidden;
	}
	a.sort_up:hover{
	background:transparent url(images/sort_up.gif) no-repeat scroll 50% -14px;
	}

	a.sort_down{
	display:block; float:left;
	width:13px; height:14px;
	background:transparent url(images/sort_down.gif) no-repeat scroll 50% 0px;
	text-indent:-900em;
	overflow:hidden;
	}
	a.sort_down:hover{
	background:transparent url(images/sort_down.gif) no-repeat scroll 50% -14px;
	}
	
	#review_select_range {font-size: .85em; padding: 10px; border: 1px solid #222; background-color: #ebebeb; margin: 0 0 5px;}

/*/*AJAX.NET TAB CONTROL */

.ajax__tab_xp   #TabContainer1_PlayerDetails_tab, #TabContainer1_body
{
	background-color:#e0e0e0;
}

 .ajax__tab_header {height: 25px}


.chart, .RadChart, .scorediv 
{
	display:inline;
}
.GridRow_Default a.wagerlink, .GridAltRow_Default a.wagerlink 
	{
		color:blue;
	}
.GridRow_Default a.wagerlink:hover, .GridAltRow_Default a.wagerlink:hover 
	{
		color:#2c9ded;
	}
	
 table.pop-up
    {
        display: none;
        position: absolute;            
        padding: 5px;
        background: #eeeeee;
        color: #000000;
        border: 1px solid #1a1a1a;
        font-size: 90%;
    }

.calDatePicker{
	
}

.ui-datepicker {
	border: 1px solid #646464;
	background-color: lemonchiffon;	
}

