/* predefined tags */
img
{
	
	border: none;
	padding: 0;
	margin: 0;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: arial, sans-serif;
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
}

hr
{
	height: 1px;
	border-bottom: 0px;
}

h1
{
	font-size: 30px;
	font-weight: lighter;
	color: #5A9F00;
}


h2
{
	font-size: 15px;
	font-weight: bold;
	color: #5A9F00;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #274400;
}

table
{
	width: 380px;
	border-collapse: collapse;
	border: 0;
}

th
{
	height: 50px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #5A9F00;
	text-align: left;
}

a:link
{
	color: #274400;
}

a:visited
{
	color: #5A9F00;
}

a:hover
{
	color: #5A9F00;
}

a:active
{
	color: #5A9F00;
}


/* ------------------------------------------- */

/* navigation */

#navigation
{
	position: relative;
	top: 179px;
	left: 197px;
	width: 430px;
	padding: 0;
	margin: 0;
	float: left;
	vertical-align: bottom;
}

/* ------------------------------------------- */

/* table cell styles */

#rank
{
	width: 50px;
	padding-right: 10px;
	text-align: right;
}

#name
{
	width: 240px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}

#score
{
	width: 90px;
	padding-left: 10px;
	text-align: right;
}

.td_bg_color1
{
	background-color: #F2F2F2;
}

.td_bg_color0
{
	background-color: #ffffff;
}

/* ------------------------------------------- */

/* font formats inside text */

#img_text
{
	font-size: 12px;
}

.innerFontFormat
{
	font-size: 12px;
	font-weight: bold;
	color: #5A9F00;
}

#error
{
	color: #ff0000;
}

/* ------------------------------------------- */



#img_tda
{
	margin-top: 3px;
	margin-bottom: 50px;
	margin-right: 10px;
	
	float: left;
}

#stream_tda
{
	margin: 0px 5px 80px 0px;
	float: left;
}

#picDeco
{
	margin-top: 30px;
}

.picDescription
{
	margin-bottom: 210px;
}

/* highscore paging btns */

#btn_paging_prev
{
	width: 150px;
	height: 30px;
	margin-left: 10px;
	background: transparent;
	background-image: url(../images/btn_prevrank.gif);
	border: 0px;
	float: right;
}

#btn_paging_next
{
	width: 150px;
	height: 30px;
	margin-left: 10px;
	background: transparent;
	background-image: url(../images/btn_nextrank.gif);
	border: 0px;
	float: right;
}

/* ------------------------------------------- */


/* formular nick entry */

#btn_submit_nick
{
	position: relative;
	top: -8px;
	left: 160px;
	width: 150px;
	height: 30px;
	border: 0px;
	background: transparent;
	background-image: url(../images/btn_enter_code.gif);
}


/* formular code entry */

#form_highscore
{
	width: 370px;
	height: 202px;
	background-image: url(../images/img_highscore_entry.gif); 
}

#input_tel
{
	margin: 0px;
	position: relative;
	top: 58px;
	left: 98px;
	float: left;
}

#input_code
{
	position: relative;
	top: 160px;
	left: -20px;
	width: 30px;
	margin-right: 2px;
	float: left;
}

#btn_submit
{
	position: relative;
	top: 155px;
	left: -13px;
	width: 150px;
	height: 30px;
	margin-right: 7px;
	background: transparent;
	border: 0px;
	float: right;
}

/* ------------------------------------------- */

/* container styles */

#mainContainer
{

	position: absolute;
	left: 50%;
	margin-left: -400px;
	padding: 0px;
	width: 800px;
}

#head
{
	width: 800px;
	height: 219px;
	background-image: url(../images/head.gif); 
	float:left;
}

#left
{
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	width: 390px;
	float:left;
}

#right
{
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	width: 390px;
	float:left;
}

#foot
{
	width: 800px;
	height: 50px;
	text-align: right;
	float:left;
}

/* ------------------------------------------- */