/**
 * Style sheet style
 */
body,
html
{
	background-color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;;
	font-size:12px;
}

#header
{
	background-image:url("files/images/head_bg.png");
	background-repeat:repeat-x;
}

#main
{
	width:907px;
	margin:0 auto;
}

#footer
{
	margin-top:30px;
	font-size:14px;
	color:#BBB;
}

#tlrlogo
{
	right:10px;
	top:20px;
	position:absolute;
	float:right;
}

h1
{
	border-top:0px solid #2687CA;
	border-right:0px solid #2687CA;
	border-bottom:1px solid #2687CA;
	border-left:0px solid #2687CA;
	font-size:26px;
	color:#555;
	line-height:34px;
}

input.submittext
{
	width:400px;
	height:30px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	border-top:0px solid #CCC;
	border-right:0px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:0px solid #CCC;
	font-weight:bold;
	font-size:26px;
	color:#555;
	line-height:30px;
}

.submitbtn
{
	width:130px;
	height:40px;
	margin-top:30px;
	margin-left:50px;
	font-weight:bold;
	font-size:20px;
	color:#555;
	line-height:40px;
}

td.explanation
{
	padding-bottom:10px;
	font-weight:bold;
	font-size:14px;
	color:#333;
	line-height:20px;
}

.captcha
{
	width:20px;
	height:20px;
}

.captcha_text
{
	font-weight:bold;
	font-size:18px;
	color:#315C9F;
	line-height:20px;
}

.ce_form
{
	margin-top:5%;
	margin-left:20%;
}

.mandatory
{
	font-size:24px;
	color:#2687CA;
}

.ce_text
{
	font-size:12px;
}

.error
{
	font-weight:bold;
	font-size:16px;
	color:#EE0000;
}

.textarea
{
	margin-top:20px;
	margin-left:20px;
	border:1px solid #CCC;
	font-size:16px;
	color:#333;
}

.ce_text a:link,
.ce_text a:visited,
.pagination a:link,
.pagination a:visited
{
	text-decoration:none;
	color:#333;
}

.ce_text a:hover,
.pagination a:hover
{
	text-decoration:none;
	color:#2687CA;
}

.pagination li
{
	float:left;
	padding-right:3px;
	padding-left:3px;
	font-size:18px;
	color:#333;
	list-style-type:none;
}

.pagination p
{
	font-weight:bold;
	font-size:14px;
	color:#AAA;
}

.pagination_current
{
	text-decoration:underline;
	color:#2687CA;
}

.number
{
	width:36px;
	height:36px;
	position:absolute;
	margin-top:-5px;
	padding-top:5px;
	text-align:center;
	background-image:url("files/images/number.png");
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:16px;
	color:#000;
}
