.next-math {height:240px; background:url(http://fc-sibir.ru//p/fcsn/i/bg3.jpg); padding:10px 10px 0; position:relative; -webkit-box-shadow:0 5px 55px 0 rgba(0,0,0,.4) inset; box-shadow:0 5px 55px 0 rgba(0,0,0,.4) inset;}
.prev-math {height:240px; background:url(http://fc-sibir.ru/p/fcsn/i/bg4.jpg); -webkit-box-shadow:0 5px 55px 0 rgba(0,0,0,.6) inset; box-shadow:0 5px 55px 0 rgba(0,0,0,.6) inset; padding:10px 10px 0; position:relative;}
.v-math-links {left:37px; bottom:0px; position:absolute;}
.v-math-links a {margin-right:10px;}
.v-math-info {width:100%; top:137px; left:10px; position:absolute; text-align:center; font-size:13px; color:#f5f4f4;}
.v-math-info span {font-size:14px; color:#f5f4f4; margin-bottom:4px; font-weight:lighter; display:block;}
.v-math-info span a {color:#f5f4f4;}
.v-fnl {float:left; font-size:14px; font-weight:bold; color:#f5f4f4;}
.v-tur {float:right; font-size:14px; font-weight:bold; color:#f5f4f4;}
.v-fnl a, .v-tur a {color:#f5f4f4;}
.next-math-info {text-align:center; top:40px; width:100%; left:0; position:absolute;}

.nm-date {font-family: 'Trebuchet MS', sans-serif; color:#ffe718; font-size:24px; text-align:center; position:absolute; left:4px; top:34px; width:50px;}
.nm-date b {font-size:14px; font-weight:normal; display:block;}
.nm-time {font-family: 'Trebuchet MS', sans-serif; color:#ffe718; font-size:24px; text-align:center; position:absolute; right:3px; top:34px; width:60px;}
.nm-score {font-family: 'Trebuchet MS', sans-serif; color:#1a4063; font-size:25px; text-align:center; position:absolute; left:0px; top:35px; width:270px;}
.prev-math-date {font-size:13px; color:#f5f4f4; top:30px; width:100%; left:0; position:absolute; text-align:center;}

.next-mathes {background: #f5f4f4; height: 268px; border-bottom: 1px solid #f5f4f4;
-webkit-box-shadow: 0 1px 0 0 #f5f4f4; box-shadow: 0 1px 0 0 #f5f4f4;}
.next-mathes .next-math {float: left; width: 240px; border-left: 1px solid #f5f4f4; -webkit-box-shadow: -1px 0 0 0 #ddd; box-shadow: -1px 0 0 0 #ddd; height: 258px; padding: 10px 10px 0; background: none;}
.next-mathes .next-math:first-child {border: none; -webkit-box-shadow: none; box-shadow: none;}
.next-mathes .v-math-info {color:#000;top:170px;}
.next-mathes .v-math-info span a {font-size: 14px; font-weight: bold; color:#1a4063;}
.next-mathes .nm-time, .next-mathes .nm-date {color:#c00000;}
.next-mathes .v-fnl a, .next-mathes .v-tur a {color:#1a4063;}
.next-mathes .v-link {background: #dde2e7; color:#1a4063;}

.next-match-title {padding: 15px 0 0px 8px;}


/*
Table Style - This is what you want
------------------------------------------------------------------ */
table a:link {
	color: #666;
	font-weight: normal;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:normal;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	width:620px;
	font-family:Trebuchet MS, sans-serif;
	color:#111111;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0 auto;
	border:#ccc 1px solid;
    width:100%;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:10px 25px 10px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{

	text-align: center;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;

}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
	
table tr{

	text-align: center;
	padding-left:20px;

}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;

}
table tr td {

	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


