/* CSS Document */

body{
	font-size: 12px;
	margin: 0px;
}
.mar {
	padding: 10px 10px;
/*
	background: #FFFFFF;
*/
}
table.t{
	width: 590px;
}

.title1{
	background: #333333;
	padding: 5px;
	font-size: 15px;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 1px 3px #000; /*CSS3*/
	-moz-text-shadow: 2px 1px 3px #000; /* Firefox—p*/
	-webkit-text-shadow: 2px 1px 3px #000; /* Google Chrome, Safari—p*/
}
.title{
/*	background: #ff9999;
	padding: 10px;
	font-size: 15px;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
*/
	padding: 15px;
	font-size: 16px;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(23,1,110,1) 100%);
	color: #ffffff;
	text-shadow: 2px 1px 3px #000; /*CSS3*/
	-moz-text-shadow: 2px 1px 3px #000; /* Firefox—p*/
	-webkit-text-shadow: 2px 1px 3px #000; /* Google Chrome, Safari—p*/
}

.title-p{
	background: #e8e8e8;
	padding: 15px;
	font-size: 15px;
    vertical-align: middle;
    text-align:center;
	font-weight: bold;
	background-image: url(img/point.png);
	background-repeat: no-repeat;
	background-position: right 50%;
}
a.a:hover {
position: relative;
top: 2px;
left: 2px;
text-decoration: none;
}
	
.td {
	background: #ffffff;
	padding: 25px;
	font-size: 12px;
	text-align: left;
}
#mar{
	padding: 0 15px 0 15px;
}
p.g {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(img/grey_btn_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-right: 0px;
}
h1 {
	font-weight: bold;
	color: #066;
	margin: 10px 0 4px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
}
h2 {
	padding: 0px 0 2px 0;
	margin: 0 0 2px 0;
	border-bottom: 1px dotted #963;
/*
	border-bottom: 1px dashed #000;
*/
	font-size: 12px;
	color: #963;
	}
.red {
	color: #990000;
	font-size: 10px;
}
.s {
	color: #666;
	font-size: 10px;
}
.on{
	cursor:hand; 
	background: url(img/arrow.png) no-repeat;
	background-position: right;
/*	background: url(img/back-g.png) repeat-x;
	background-position: bottom;
*/	background-color:#fff;
	border-bottom: 1px solid #533B1A;
	border-left: 12px solid #533B1A;
    text-align:left;
	padding-left: 15px;
	width: 530px;
	height: 25px;
	font-size: 15px;
}
.on2{
	cursor:hand; 
	background: url(img/arrow.png) no-repeat;
	background-position: right;
	background-color:#fff;
	border-bottom: 1px solid #666;
	border-left: 12px solid #666;
    text-align:center;
	width: 265px;
	height: 25px;
	font-size: 13px;
}

.blue{
	font-weight: bold;
	color: #533B1A;
}
.small{
	color: #F00;
	font-size: 10px;
	}
.lineup{
background-color:#cfc;
margin-left:15px;
margin-top: 5px;
padding: 5px; border:
1px solid #066;
}
.lineup2{
text-align:center;
background-color:#fc9;
margin-top: 5px;
padding: 5px;
border: 1px solid #f60;
text-decoration: none;
color: #f60;
}
.font10{
font-size: 10px;
}