/**
 * Style sheet style
 */
body,
html
{
	background-color:#F1F1F1;
	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:#888;
}

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

#social
{
	right:70px;
	top:120px;
	position:absolute;
	float:right;
}

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

.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:#FF004E;
}

.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:#FF004E;
}

.submit_form
{
	padding-left:200px;
}

.text,
.textarea,
.captcha
{
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:2px;
	background-color:#F1F1F1;
	border:1px solid #666;
	font-size:16px;
	color:#666;
}

.text:hover,
.textarea:hover,
.captcha:hover,
.text:focus,
.textarea:focus,
.captcha:focus
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	padding:2px;
	background-color:#FFF;
	border:1px solid #FF004E;
}

.submit
{
	width:100px;
	height:40px;
	margin-top:10px;
	margin-left:8px;
	font-weight:bold;
	font-size:14px;
	color:#333;
}

label,
.captcha_text
{
	font-weight:bold;
	font-size:16px;
}

span.mandatory
{
	font-size:22px;
	color:#FF004E;
}

.error
{
	font-weight:bold;
	color:#FF004E;
}

.number
{
	width:36px;
	height:36px;
	top:-;
	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;
}
