html,body{
	background:white;
	width:1040px;
}
body{
	overflow-x:hidden;
}

a, a:visited, a:hover {
    color: #0374E7;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
#idLoginDiv{
	display:none;
}
.AssistantTable{
	width:1040px;
	table-layout:fixed;
}
.MainSection {
	padding-top: 20px;
	width:720px;
	padding-right:20px;
	vertical-align:top;
}
.MainSection img{
	float:left;
	margin:0 50px 30px 20px;
}
.MainSection .Intro{
	width:440px;
	float:left;
	margin-top:20px;
}
.MainSection .Intro p{
	font-size:15px;
	line-height:20px;
}
.RightSection{
	width:275px;
	padding-left:20px;	
	vertical-align:top;
	font-size:14px;
}
.Customization select{
	width: 270px;
}
.Customization span{
	display:block;
	padding:10px 0;
}
.AlertDiv{
	background:#FFCDCD;
}
.RightSection .btn{
	font-size:12px;
	padding: 4px 8px;
}
.RightSection li{
	padding:5px 0;
}
.RightSection table{
	width:270px;
	table-layout:fixed;
}
h2{
	text-transform:uppercase;
}
h4{
	color: #333333;
	text-align: center;
	background-color: #fff;
	padding: 3px 0;
}
.BrowserTable {
	margin:auto;
}
.BrowserTable td{
	font-size:12px;
	padding:10px 10px;
	border:1px solid lightgray; 
}


.LeagueTable {
	margin:20px;
}
.LeagueTable td{
	font-size:12px;
	padding:3px 5px;
/*	border:1px solid lightgray; */
}
.LeagueTable img{
	vertical-align:2px;
}


.alert-warning {
    color: #666666;
}
.alert-danger, .alert-error {
    color: #AA4241;
}
.alert-info {
    color: #307181;
}
.alert-success{
    color: #32774F;
    background-color: #dff0d8;
}
.alert a{
    color: inherit;
    text-decoration:underline;
}
