/*
* body stuff
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #9503a4;
}
a:visited {
	text-decoration: none;
	color: #9503a4;
}
a:active {
	text-decoration: none;
	color: #9503a4;
}
a:hover{
	text-decoration: underline;
}
/*
* main table stuff
*/
table.main{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
td.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
td.footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td.leftborder{
	background-image: url(../images/borderleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
td.rightborder{
	background-image: url(../images/borderright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
td.content{
	border-left-color: #FF0000;
	border-left-width: 1px;
	border-left-style: solid;
}
table.content{
	width: 100%;
}
tr.results{
	border-color: #FF0000;
	border-width: 1px;
	border-style: solid;
}

table.results {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.results td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: outset outset outset outset;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.results td.teamname{
	background-color: #EEEEEE;
}
span.code{
	font-size: 10px;
	font-weight: normal;
}
span.code span.desc{
	font-size: 10px;
	font-weight: normal;
}


div.content{
/*	overflow: auto;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
*/
	margin-left: 15px;
	margin-right: 20px;
}
/*
* leftmenu, menu & sponsors
*/
td.leftmenu_top{
}
div.leftmenu_top{
	margin-left:30px;
	margin-right:10px;
	height:120px;
	text-align:left;
}
td.leftmenu_bottom{
	text-align: center;
}
div.leftmenu_sponsors{
	margin-top:15px;
}
img.leftmenu_sponsor{
	margin: 4px;
}
/*
* leftmenu, list
*/
ul.leftmenu{
	list-style-type: none;
	padding:0px;
	margin: 0px;
	list-style-position: outside;
}
ul.leftmenu li{
}
/*
* bar
*/
div.bar{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.menuline{
	margin-bottom:10px;
}
td.bar a{
	margin-right: 10px;
	margin-left: 10px;
}
/*
* header-tags
*/
h1 {
	font-size: 18px;
	color: #003399;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
}
h2 {
	font-size: 18px;
	color: #003399;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	color: #003399;
	font-weight: normal;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 1px;
}

h5, h6 {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
	text-decoration: none;	
	border-bottom: solid 1px #696969;
}
h5 {
	margin-top: 2px;
}

/*
* uutiset
*/
.news_date{
	font-size:10px;
	color: #FF0000;
}

/*
* sijat
*/
td.sija_luku{
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 20px;
}
td.sija_nimi{
	text-align: left;
	width: 150px;
}
td.sija_pisteet{
	text-align: left;
	width: 30px;
}
/*
* multimedia
*/
td.news{
	padding-left:10px;
	padding-right:10px;
}

/*
* multimedia
*/
table.multimedia_tbl{
}
td.multimedia_img{
}
td.multimedia_text{
}
/*
* tulokset
*/
table.leftmenu{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
td.teamleftmenu {
	padding-bottom:3px;
	background-color: #EEEEEE;
	-moz-border-radius: 7px 7px 7px 7px;
}

/*
* kalenteri
*/
td.kalenteri_descr{
	padding-top: 5px;
	padding-bottom: 5px;
}
div.kalenteri_descr{
	padding: 5px;
	background-color: #EEEEEE;
}


div.msgbrd_reply{
	padding-left:40px;
	width="auto";
}