/**
 * Style sheet all
 */
html
{
	//background:url(tl_files/scan_files/css/images/html.jpg);
	height: 100%;
}

body
{
	margin:0;
	background:url(tl_files/scan_files/css/images/body.gif) repeat-y;
	font:12px Georgia, "Times New Roman", Times, serif;
	min-height: 100%;
}

#page-holder
{
	width:920px;
	overflow:hidden;
}

.logo
{
	width:91px;
	height:632px;
	overflow:hidden;
	float:left;
	margin:0px 0px 0px 10px;
	background:url(tl_files/scan_files/css/images/logo.gif) no-repeat;
	text-indent:-9999px;
}

.logo a
{
	height:100%;
	display:block;
}

#main
{
	width:779px;
	float:right;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:40px;
}

#header
{
	width:779px;
	overflow:hidden;
	padding:10px 0 8px;
}

.date
{
	float:right;
	font: 11px/13px Arial, Helvetica, sans-serif;
	margin: 0 0 30px;
}

.date span
{
	display:block;
}

.col-hold
{
	width:100%;
	overflow:hidden;
}

#sidebar
{
	width:225px;
	float:left;
}

.box
{
	width:201px;
	overflow:hidden;
	background:#fff;
	min-height:225px;
	padding:0 12px;
	margin:0 0 10px;
}

* html .box
{
	height:225px;
}

.box ul
{
	width:100%;
	padding:0;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	list-style:none;
	margin:10px 0 0;
}

.box ul a
{
	text-decoration:none;
	color:#000;
}

.box ul a:hover
{
	color:#ef00ef;
}

.lang
{
	width:201px;
	font:11px/13px Arial, Helvetica, sans-serif;
	list-style:none;
	padding:0 12px;
	margin:-2px 0 0;
}

.lang a
{
	text-decoration:none;
	color:#000;
}

.lang a:hover
{
	background:#fff;
}

#content
{
	width:464px;
	float:right;
	background:#fff;
	padding:0 40px 25px;
}

.breadcrumbs
{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #000;
	list-style:none;
	padding:0 0 9px;
	margin:10px 0 0;
}

.breadcrumbs li
{
	float:left;
	display:inline;
	margin:0px 12px 0px -12px;
	padding:0px 5px 0px 12px;
	background:url(tl_files/scan_files/css/images/breadcrumbs-separator.gif) no-repeat 0 50%;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
}

.breadcrumbs a
{
	text-decoration:none;
	color:#000;
}

.breadcrumbs a:hover
{
	color:#ef00ef;
}

.navig
{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #000;
	font:14px/15px Georgia, "Times New Roman", Times, serif;
	list-style:none;
	padding:0 0 9px;
	margin:10px 0 0;
}

.navig a
{
	text-decoration:none;
	color:#000;
}

.navig a:hover
{
	color:#ef00ef;
}

#content h1
{
	font-weight:normal;
	font-size:28px;
	line-height:30px;
	margin:36px 0 0;
}

#content h2
{
	font-size:14px;
	line-height:15px;
	margin:15px 0 0;
}

#content img
{
	display:block;
	border:0;
	margin:10px 0 0;
}

#content p
{
	line-height:15px;
	margin:15px 0;
}

#content p a, #content p span.more, .ce_download a, .ce_text a
{
	text-decoration:none;
	color:#00aeef;
}

#content p a:hover, .ce_download a:hover, .ce_text a:hover
{
	color:#ef00ef;
}

#content p span
{
	display:block;
}

.mime_icon
{
	overflow:hidden;
	float:left;
	display:inline;
}

.ce_download a
{
	overflow:hidden;
	float:left;
	display:inline;
	margin-top:12px;
	margin-left:2px;
}
