/**
 * Style sheet style
 */
#table_52
{
	width:500px;
	height:150px;
	background-color:#ffcc00;
}

#table_45
{
	margin-right:auto;
	margin-left:auto;
}

#table_45 td
{
	padding-top:5px;
	padding-left:10px;
}

* :focus
{
	outline:0px;
}

html
{
	overflow-y:scroll;
}

html, body
{
	background-color:#FFD83A;
	background-image:url("tl_files/layout/body_bg.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Arial, helvetica, Verdana;
	font-weight:normal;
	font-size:12px;
	color:#333333;
	line-height:16px;
}

#wrapper
{
	background-image:url("tl_files/layout/content_bg.jpg");
	background-repeat:repeat-y;
}

#header
{
	background-image:url("tl_files/layout/header.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

#header_navi
{
	height:40px;
	background-image:url("tl_files/layout/navi_bg.jpg");
	background-repeat:no-repeat;
}

#container
{
	padding:0px 30px 20px 30px;
}

#footer
{
	height:161px;
	background-image:url("tl_files/layout/footer.jpg");
	background-repeat:no-repeat;
}

a:Link, a:active, a:visited
{
	text-decoration:none;
	color:#ff9605;
}

.submit_container
{
	margin-top:5px;
	margin-right:10px;
	margin-left:5px;
}

.text, .textarea, .captcha
{
	width:200px;
	margin-bottom:5px;
	margin-left:5px;
	padding:3px 3px 3px 5px;
	border:1px solid #ffcc33;
}

.captcha_text
{
	margin-left:5px;
}

h1
{
	font-size:14px;
}

.mod_navigation ul
{
	margin:0px 0px 0px 129px;
	padding:0px;
	list-style-type:none;
}

.mod_navigation li
{
	width:80px;
	height:40px;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	background-image:url("tl_files/layout/navi.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type:none;
}

.mod_navigation li:hover
{
	width:80px;
	height:40px;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	background-image:url("tl_files/layout/navi_hover.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type:none;
}

.mod_navigation p.active
{
	width:80px;
	height:40px;
	float:left;
	margin:0px 2px 0px 0px;
	padding:6px 0px 0px 0px;
	background-image:url("tl_files/layout/navi_active.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	list-style-type:none;
}

.mod_navigation a, .mod_navigation p
{
	display:block;
	margin:0px;
	padding:6px 0px 0px 0px;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	color:#D68A27;
}

.mod_navigation p.active:hover
{
	cursor:pointer;
}

#table_45 .col_0, #table_45 .col_1, #table_45 .col_2
{
	width:250px;
	height:25px;
}

#table_45 .col_0, #table_45 .col_2
{
	background-color:#ffcc33;
}

#table_45 .col_1
{
	background-color:#ffff99;
}

