﻿/* CSS layout */
body {
	color: #333333;
	background-color: #f0f0f0;
	font-family:"Times New Roman", Times, serif;
}
a:link,a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #666;
}

a img {
	text-decoration: none;
	border-width: 0px;
}
.links {
	font-size: 12px;
	color: #666666;
}
.small {
	font-size: 11px;
}
.cellTable {
	border: 1px solid #cccccc; 
	background-color: #ffffff;	
	padding: 3px;
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 10px;
	-webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
}
.center {
	text-align: center;
}
.startText {
	color: #666666;
	font-size: 32px;
}
.mainFrame {
	text-align:left;
	padding: 10px 30px 10px 30px;
}
.lb-sdw {
	background-position: right top;
	background-image: url('images/sh-bottomleft.png');
	background-repeat: no-repeat;
}
.b-sdw {
	background-position: center top;
	background-image: url('images/sh-bottom.png');
	background-repeat: repeat-x;
}
.rb-sdw {
	background-position: left top;
	background-image: url('images/sh-bottomright.png');
	background-repeat: no-repeat;
}
.tr-sdw {
	background-position: left bottom;
	background-image: url('images/sh-topright.png');
	background-repeat: no-repeat;
}
.r-sdw {
	background-position: left center;
	background-image: url('images/sh-right.png');
	background-repeat: repeat-y;
}
.teampic {
	border: 1px #cccccc solid;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
