body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	margin: 0px;	
	padding: 0px;
	
	text-align: center;
	background-color: #fbf7ec;
	color: #666666;

}

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a2225;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #3299d4;
}
.editor { background: white; }
body.win { background: white !important; }

h1{ font-size: 140%; }
h2{ font-size: 130%; }
h3{ font-size: 120%; }
h4{ font-size: 110%; }
h5{ font-size: 110%; }
h6{ font-size: 100%; }

body.yellow h1,
body.yellow h2,
body.yellow h3,
body.yellow h4,
body.yellow h5,
body.yellow h6
{ color: #e9841c; }

body.purple h1,
body.purple h2,
body.purple h3,
body.purple h4,
body.purple h5,
body.purple h6
{ color: #c4006f; }

h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline
{ border-bottom: 5px solid #e6e6e6; }

.main-title{	font-size: 24px; color: white; }
.h-home .main-title{	display: none; }
h2.enter-title{	font-size: 24px; }

p
{
	margin: 5px;	
	margin-left: 0px;
	margin-right: 0px;
}
p.info
{
	font-size: 11px;
}

a{	color: #3299d4; }
body.yellow a{	color: #e9841c; }
body.purple a{	color: #c4006f; }

a:hover{ text-decoration: none; }
a img{ border: none; } /* , a:link img */

form
{
	margin: 0px;
}
form .lab
{
	margin-bottom: 4px;
	display: block;
	color: #6c6a6b;
}
form .lab.right
{
	position: relative;
	top: -18px;
	left: 30px;
	width: 130px;
}

table{ font-size: 100%; }
table td{
	padding: 4px;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #c0c0c0;
	padding: 2px;
	
}
input
{
	background: url(input-bg.gif) no-repeat;
}
textarea
{

}
input.checkbox,
input.radio
{
	border: none;
	background: none;
}

.field
{
	width: 250px;
}
.field.sm
{
	width: 143px;
	
}

.field.ssm
{
	width: 90px;
}
textarea.textarea
{
	width: 450px;
	height: 100px;
}
input.submit
{
	background: url(input-submit-yellow-bg.gif) no-repeat;
	color: white;
	
	font-weight: bold;
	font-size: 12px;
	border: none;

	width: 80px;
	height: 28px;
	padding-left: 15px;
}

.submit.blue
{
	background: url(submit-bg.gif) no-repeat;
	padding: 0px;
}

.submit.small
{
	background: url(submit-bg-small.gif) no-repeat !important;
	width: 26px;
	height: 18px;
	padding: 0px;
}

/* tabulky z editoru */
table.standard{
	border: 1px solid #c1c1c1;
	border-right: none;
	border-bottom: none;
}
table.colored
{
	border: 1px solid #c1c1c1;
	border-right: none;
	border-bottom: none;
}
table.standard th{
	background: #858789;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td{
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
table.colored th,
table.colored td{
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
table.colored th{
	background-color: #3299d4;
	color: white;
	font-weight: normal;
}
table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 4px;
}

body.yellow table.colored th{	background-color: #e9841c; }

/*********************/

/****************/

.main
{
	background: white;
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	position: relative;
}
.header
{
	width: 100%;
	height: 327px;
	background: url(page-bg-01.jpg) no-repeat;
}
.header.h-home
{
	background: url(hp-bg-01.jpg) no-repeat;
	height: 431px;
}
.header .logo
{
	position: absolute;
	width: 147px;
	height: 46px;
	top: 20px;
	left: 20px;
}
.header .logo.scvk
{
	width: 91px;
	height: 46px;
	top: 20px;
	left: 20px;
}
.header .logo .text
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.header .logo .img
{
	background: url(logo.gif) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 147px;
	height: 46px;
	z-index: 1;
}
.header .logo.scvk .img
{
	background: url(logo.scvk.gif) no-repeat;
	width: 91px;
	height: 46px;
}
.header .logo.aquark .img
{
	background: url(veolia-logo.gif) no-repeat;
	width: 138px;
	height: 46px;
}
.header .logo .img a
{
	display: block;
	width: 147px;
	height: 46px;
}

.header .title
{
	position: absolute;
	top: 130px;
	left: 20px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.header .title h1
{
	color: white;
	margin: 0px;
}
.header .title span
{
	color: #ef1c25;
}

.header .customer
{
	position: absolute;
	top: 240px;
	left: 50px;
	text-align: left;
}
.header .customer .label
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e05353;
}
.header .customer .label h2
{
	color: #e05353;
	margin: 0px;
	font-weight: normal;
}
.header .customer .more
{
	position: absolute;
	top: 40px;
	left: 74px;
}
.header .customer .submit
{
	background: url(input-search-submit-bg.gif) no-repeat;
	width: 23px;
	height: 23px;
	overflow: hidden;
	position: relative;
	top: 1px;
	border: none;
	
}
.header .customer .more .info
{
	position: relative;
	left: -20px;
}

.header .news
{
	position: absolute;
	left: 400px;
	top: 160px;
	width: 310px;
	height: 240px;
}
.header .news .label
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	position: absolute;
	top: 3px;
	left: 15px;
}
.header .news .label h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: white;
	position: absolute;
	top: 18px;
	left: 14px;
	margin: 0px;
}
.header .news .more
{
	position: absolute;
	top: 70px;
	left: 30px;

	width: 240px;
	height: 120px;
}
.header .news .more .item
{
	position: absolute;
	padding-left: 20px;
	background: url(arrow-yellow.gif) no-repeat;
	background-position: top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.header .news .more .item.i01
{
	top: 0px;
	left: 0px;
	font-size: 18px;
	background-position: 0px 4px;
}
.header .news .more .item.i02
{
	left: 10px;
	width: 220px;
	height: 40px;
	font-size: 14px;
}
.header .news .more .item.i03
{
	left: 130px;
	width: 160px;
	height: 40px;
	font-size: 14px;
}

.header .news .more .item.i02
{
	background-position: 0px 2px;
	top: 50px;
}

.header .news .more .item.i03
{
	background-position: 0px 2px;
	top: 95px;
	left: 40px;
}

.header .news .more .item a,
.header .cyrcle.small .more .item a,
.header.h-home .cyrcle.small .more .item a,
.header .cyrcle.big .more .item a,
.header.h-home .cyrcle.big .more .item a
{
	color: white;
	text-decoration: none;
}

.header .news .more .item a:hover,
.header .cyrcle.small .more .item a:hover,
.header.h-home .cyrcle.small .more .item a:hover,
.header .cyrcle.big .more .item a:hover,
.header.h-home .cyrcle.big .more .item a:hover
{
	text-decoration: underline;
}

.header .cyrcle,
.header.h-home .cyrcle
{
	position: absolute;
}

.header .cyrcle.small
{
	background: url(page-green-bg.gif) no-repeat;
	width: 60px;
	height: 60px;
	right: 118px;
	top: 247px;
}
body.purple .header .cyrcle.small,
body.yellow .header .cyrcle.small {background: url(page-green-bg.gif) no-repeat !important;}

.header.h-home .cyrcle.small
{
	background: url(hp-green-bg.gif) no-repeat;
	width: 77px;
	height: 77px;
	right: 20px;
	top: 268px;
}
.header .cyrcle.big
{
	width: 120px;
	height: 90px;
	right: 20px;
	top: 150px;
}
.header.h-home .cyrcle.big
{
	background: url(hp-purple-bg.gif) no-repeat;
	width: 174px;
	height: 174px;
	right: 106px;
	top: 269px;
}


.header.h-home .cyrcle.big .label
{
	position: absolute;
	top: 51px;
	left: 24px;
}
.header.h-home .cyrcle.big .label,
.header.h-home .cyrcle.big .label h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
	margin: 0px;
}

.header .cyrcle.big .more
{
	position: absolute;
	top: 20px;
	left: 2px;

	height: 60px;
	width: 120px;
}

.header.h-home .cyrcle.big .more
{
	position: absolute;
	top: 60px;
	left: 20px;

	width: 140px;
	height: 95px;
}

.header .cyrcle.big .more .item
{
	position: absolute;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.header.h-home .cyrcle.big .more .item
{
	position: absolute;
	padding-left: 20px;
	background: url(arrow-purple.gif) no-repeat;
	background-position: 0px 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.header .cyrcle.big .more .item.i01,
.header.h-home .cyrcle.big .more .item.i01
{
	position: absolute;
	top: 7px;
	left: 20px;
}
.header .cyrcle.big .more .item.i01,
.header .cyrcle.big .more .item.i02 {width: 120px;}

.header.h-home .cyrcle.big .more .item.i01,
.header.h-home .cyrcle.big .more .item.i02 {width: 125px;}

.header .cyrcle.big .more .item.i02,
.header.h-home .cyrcle.big .more .item.i02
{
	position: absolute;
	top: 32px;
	left: 7px;
}
.header .cyrcle.small .more
{
	position: absolute;
	top: 21px;
	left: 0px;

	width: 60px;
	height: 20px;
}

.header.h-home .cyrcle.small .more
{
	position: absolute;
	top: 30px;
	left: 5px;

	width: 70px;
	height: 20px;
}
.header .cyrcle.small .more .item
{
	text-align: center;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding-left: 2px;
}
.header.h-home .cyrcle.small .more .item
{
	text-align: center;

	background: url(arrow-green.gif) no-repeat;
	background-position: 0px 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;

	padding-left: 12px;
}

/*body.blue .header .cyrcle.small .more .item{background: url(arrow-purple.gif) no-repeat !important;}
body.blue .header.h-home .cyrcle.small .more .item{background: url(arrow-green.gif) no-repeat !important;}*/

.vertical-menu
{
	position: relative;
}
.vertical-menu.page
{
	position: absolute;
	top: 255px;
	left: 20px;
}
.vertical-menu .left,
.vertical-menu .right
{
	width: 5px;
	height: 25px;
}
.vertical-menu .left
{
	float: left;
	background: url(vertical-menu-left-bg.gif) no-repeat;
}
.vertical-menu .right
{
	background: url(vertical-menu-right-bg.gif) no-repeat;
	float: left;
}
.vertical-menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.vertical-menu ul li
{
	display: inline;
	
	background: url(vertical-menu-bg.gif) repeat-x;
	line-height: 25px;
	height: 25px;
	display: block;
	float: left;
	padding-right: 12px;
}
.vertical-menu ul li a
{
	text-decoration: none;
	/* color: #727272; */
	color: #CC0000;
	padding-left: 12px;
	background: url(vertical-menu-delimiter.gif) no-repeat;
	background-position: 0px 2px;
	font-size: 14px;
}
.vertical-menu ul li.first a
{
	background: none;
	padding-left: 10px;
}
.vertical-menu ul li a:hover
{
	/* color: black; */
	color: #CC0000;
	font-weight: bold;
}
.content.c-home
{
	background: none;
	padding: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.content.c-home .articles
{
	clear: both;
	margin-top: 25px;
}
.content.c-home .articles .item
{
	float: left;
	width: 300px;
}
.content.c-home .articles .item
{
	margin-right: 23px;
}
.content.c-home .articles .item.i03
{
	margin: 0px;
}

.content.c-home .articles .item .img
{
	width: 113px;
	height: 113px;
	float: left;
	margin-right: 10px;
	border: none;
}
.content.c-home .articles .item .more .link
{
	clear: both;
	font-size: 11px;
	color: #3299d4;
}
.content.c-home .articles .item .more .link a
{
	display: block;
	background: url(ico-arrow-blue-light.gif) no-repeat;
	background-position: 3px;
	padding-left: 10px;
	text-decoration: none;
	color: #3299d4;
}
.content.c-home .articles .item .more .link a:hover { text-decoration: underline; }
.content.c-home .articles .item .label,
.content.c-home .articles .item .label h3
{
	margin: 0px;
	font-size: 16px;
	color: #00519b;
}
.content.c-home .articles .item .label a
{
	color: #00519b;
	text-decoration: none;
	padding-left: 18px;
	background: url(ico-arrow-blue.gif) no-repeat;
	background-position: 0px 5px;
}
.content.c-home .articles .item .label a:hover { text-decoration: underline; }
.content.c-home .articles .item img { border: none; }

.footer
{
	background: #f6f6f7;
	line-height: 24px;
	color: #858789;
	font-size: 9px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}

.footer a
{
	color: #858789;
	text-decoration: none;
}



.path
{
	position: absolute;
	top: 290px;
	left: 21px;
	font-size: 9px;
	color: #a7a9ac;
}
.path a
{
	color: #a7a9ac !important;
	padding-left: 5px;
	padding-right: 10px;
	background: url(ico-arrow-gray-light.gif) no-repeat;
	background-position: right 4px;
}
.path a.first
{
	padding-left: 0px;
}
.path span
{
	margin-left: 5px;
	color: #3299d4;
}
body.yellow .path span{ color: #e9841c; }
body.purple .path span{ color: #c4006f; }


.cols
{
	padding: 20px;
	padding-top: 0px;
}

.col-left
{
	width: 204px;
	float: left;
	overflow: hidden;
	display: block;
	min-height: 10px;
}

.col-middle
{
	width: 459px;
	float: left;
	margin-left: 20px;
	overflow: hidden;
	padding-bottom: 20px;
}

.col-middle .content h1
{
	font-size: 150%;
}

.col-right
{
	width: 249px;
	float: right;
	overflow: hidden;
	min-height: 10px;
}

.menu
{
	width: 100%;
	position: relative;
	top: 0px;
	background: url(menu-blue-bg.gif) repeat-y;
}
.menu.yellow{ background: url(menu-yellow-bg.gif) repeat-y; }
.menu.purple{ background: url(menu-purple-bg.gif) repeat-y; }

.menu .top-bg,
.menu.yellow .top-bg,
.menu.purple .top-bg
{
	background: url(menu-blue-top-bg.gif) no-repeat;
	width: 204px;
	height: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.menu.yellow .top-bg{ background: url(menu-yellow-top-bg.gif) no-repeat; }
.menu.purple .top-bg{ background: url(menu-purple-top-bg.gif) no-repeat; }


.menu .bottom-bg
{
	background: url(menu-blue-bottom-bg.gif) no-repeat;
	width: 204px;
	height: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
.menu.yellow .bottom-bg{ background: url(menu-yellow-bottom-bg.gif) no-repeat; }
.menu.purple .bottom-bg{ background: url(menu-purple-bottom-bg.gif) no-repeat; }


* html .menu .bottom-bg
{
	bottom: -5px;
}
.menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	z-index: 1;
}

.menu ul li
{
	display: inline;
}

.menu ul li a
{
	border-bottom: 1px solid #7fb9ee;
	display: block;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	padding-left: 24px;
	background: url(menu-gray-ico-right.gif) no-repeat;
	background-position: 10px 7px;
}

.menu.yellow ul li a{ border-bottom-color: #ffcb04; }
.menu.purple ul li a{ border-bottom-color: #c4006f; }

.menu ul li a:hover
{
	text-decoration: underline;
}

.menu ul li a.active
{
	background: url(menu-blue-ico-bottom.gif) no-repeat;
	background-position: 10px 7px;
	color: #407db4;
}
.menu.yellow ul li a.active
{
	background: url(menu-yellow-ico-bottom.gif) no-repeat;
	background-position: 10px 7px;
	color: #e9841c;
}
.menu.purple ul li a.active
{
	background: url(menu-purple-ico-bottom.gif) no-repeat;
	background-position: 10px 7px;
	color: #c4006f;
}

.menu ul li ul
{
	border-bottom: 1px solid #7fb9ee;
	background: #ecf2f7;
	margin-left: 1px;
	margin-right: 1px;
}
.menu.yellow ul li ul
{
	background: #fff7e7;
	border-bottom: 1px solid #ffcb04;
}
.menu.purple ul li ul
{
	background: #f9e5f0;
	border-bottom: 1px solid #c4006f;

}

.menu ul li ul li
{
	margin: 0px;
}
.menu ul li ul li a
{
	border: none;
	font-weight: normal;
	
	padding-left: 39px;
	background: url(menu-gray-sub-bg.gif) no-repeat;
	background-position: 30px 9px;
}
.menu ul li ul li a.active
{
	background: url(menu-blue-sub-bg.gif) no-repeat;
	background-position: 30px 9px;
	text-decoration: underline;
}

.menu.yellow ul li ul li a.active
{
	background: url(menu-yellow-sub-bg.gif) no-repeat;
	background-position: 30px 9px;
}
.menu.purple ul li ul li a.active
{
	background: url(menu-purple-sub-bg.gif) no-repeat;
	background-position: 30px 9px;
}

.menu ul li ul li ul li
{
	margin: 0px;
}
.menu ul li ul li ul li a
{
	border: none;
	font-weight: normal;

	padding-left: 49px;
	background: url(menu-gray-sub-bg.gif) no-repeat;
	background-position: 40px 9px;
}
.menu ul li ul li ul li a.active
{
	background: url(menu-blue-sub-bg.gif) no-repeat;
	background-position: 40px 9px;
	text-decoration: underline;
}

.menu.yellow ul li ul li ul li a.active
{
	background: url(menu-yellow-sub-bg.gif) no-repeat;
	background-position: 40px 9px;
}
.menu.purple ul li ul li ul li a.active
{
	background: url(menu-purple-sub-bg.gif) no-repeat;
	background-position: 40px 9px;
}

.page-title
{
	position: absolute;
	top: 210px;
	left: 20px;
	display: block;
	width: 100%;
	font-weight: normal;
}
.page-title h1
{
	font-size: 26px;
	margin: 0px;
	font-weight: normal;
	
}


.path
{
	color: #a6a6a6;
}

.article
{
	margin-bottom: 20px;
}
.article h4 {margin-bottom: 2px;}
.article .more,
.article .more a
{
	color: #666666;
}
.article .img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 7px;
}

.gallery .item img,
.gallery .image img
{
	border: 1px solid #79bde0;
	margin: 1em;
}

.gallery
{
	
}

.gallery .item
{
	float: left;
	margin-right: 9px;
	margin-bottom: 20px;
	height: 120px;
}
.gallery .item.nm
{
	margin-right: 0px;
}
.gallery .item img
{
	clear: both;
}
.gallery .item .label,
.gallery .image .label
{
	font-weight: bold;
	margin-top: 3px;
}

.col-middle
{
}



.box
{
	position: relative;
	margin-bottom: 20px;
	margin-top: 25px;
}
.col-left .box{ background: url(box-left-bg.gif) repeat-y; }
.col-right .box{ background: url(box-right-bg.gif) repeat-y; }

* html .box
{
	height: 50px;
}

.box .cor-top,
.box .cor-bottom
{
	position: absolute;
}
.col-right .box .cor-top,
.col-right .box .cor-bottom
{
	width: 249px;
	height: 10px;
}
.col-right .box .cor-top
{
	top: -1px;
	left: 0px;
	background: url(box-right-top.gif) no-repeat;
}
.col-right .box .cor-bottom
{
	bottom: -1px;
	left: 0px;
	background: url(box-right-bottom.gif) no-repeat;
}
* html .col-right .box .cor-bottom
{
	bottom: -7px;
}

.col-left .box .cor-top,
.col-left .box .cor-bottom
{
	width: 204px;
	height: 10px;
}
.col-left .box .cor-top
{
	top: -1px;
	left: 0px;
	background: url(box-left-top.gif) no-repeat;
}
.col-left .box .cor-bottom
{
	bottom: -1px;
	left: 0px;
	background: url(box-left-bottom.gif) no-repeat;
}
* html .col-left .box .cor-bottom
{
	bottom: -7px;
}

.box .label
{
	position: absolute;
	z-index: 1;
	top: -20px;
	background: url(box-arrow.gif) no-repeat;
	background-position: 24px 7px;
	padding-left: 50px;
	font-weight: bold;
	height: 20px;
	color: #407db4;
}

.box.light .label
{
	background: url(box-arrow-light.gif) no-repeat;
	background-position: 24px 9px;
	
}
.box.yellow .label
{
	background: url(box-arrow-yellow.gif) no-repeat;
	background-position: 24px 9px;
	color: #E9841C;
}
.box.purple .label
{
	background: url(box-arrow-purple.gif) no-repeat;
	background-position: 24px 9px;
	color: #C4006F;
}
.box .content
{
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
}

.col-left .box.light{ background: url(box-left-bg-light.gif) repeat-y; }
.col-right .box.light{	background: url(box-right-bg-light.gif) repeat-y; }

.col-right .box.light .cor-top{	background: url(box-right-top-light.gif) no-repeat;}
.col-right .box.light .cor-bottom{ background: url(box-right-bottom-light.gif) no-repeat; }
.col-left .box.light .cor-top{ background: url(box-left-top-light.gif) no-repeat; }
.col-left .box.light .cor-bottom{ background: url(box-left-bottom-light.gif) no-repeat; }


.col-left .box.yellow{ background: url(box-left-bg-yellow.gif) repeat-y; }
.col-right .box.yellow{	background: url(box-right-bg-yellow.gif) repeat-y; }

.col-right .box.yellow .cor-top{	background: url(box-right-top-yellow.gif) no-repeat;}
.col-right .box.yellow .cor-bottom{ background: url(box-right-bottom-yellow.gif) no-repeat; }
.col-left .box.yellow .cor-top{ background: url(box-left-top-yellow.gif) no-repeat; }
.col-left .box.yellow .cor-bottom{ background: url(box-left-bottom-yellow.gif) no-repeat; }


.col-left .box.purple{ background: url(box-left-bg-purple.gif) repeat-y; }
.col-right .box.purple{	background: url(box-right-bg-purple.gif) repeat-y; }

.col-right .box.purple .cor-top{	background: url(box-right-top-purple.gif) no-repeat;}
.col-right .box.purple .cor-bottom{ background: url(box-right-bottom-purple.gif) no-repeat; }
.col-left .box.purple .cor-top{ background: url(box-left-top-purple.gif) no-repeat; }
.col-left .box.purple .cor-bottom{ background: url(box-left-bottom-purple.gif) no-repeat; }


.box .label span
{
	font-weight: normal;
}


.list
{
	position: relative;
	clear: both;
}
.list .right-label
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.list .item
{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 4px;
}
.list .item .left
{
	font-weight: bold;
	color: #407db4;
	float: left;
	width: 55px;
	text-align: center;
}
.list .item .left.date
{
	padding-top: 5px;
}
.list .item .right
{
	float: right;
	width: 400px;
}

.list .item.big
{
	border: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.list .item.big .left
{
	background: url(ico-sheet.gif) no-repeat;
	background-position: center;
}






.pager
{
	text-align: center;
	color: #a6a6a6;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
}
.pager a
{
	text-decoration: none;
	color: #3299d4;
}
.pager a.page.active
{
	color: #3299d4;
}
.pager a span
{
	visibility: hidden;
	overflow: hidden;
}
.pager a.first,
.pager a.previous
{
	padding-bottom: 2px;
	padding-top: 2px;
	width: 16px;
	overflow: hidden;
	color: white;
}
.pager a.last,
.pager a.next
{
	padding-bottom: 2px;
	padding-top: 2px;
	width: 16px;
	overflow: hidden;
	background-color: #3299d4;
	color: white;
}
.pager a.first
{
	background: url(ico-arrow-left-left.gif) no-repeat;
	background-position: center;
	background-color: #3299d4;
}
.pager a.previous
{
	background: url(ico-arrow-left.gif) no-repeat;
	background-position: center;
	background-color: #3299d4;
	margin-right: 4px;
}
.pager a.next
{
	background: url(ico-arrow-right.gif) no-repeat;
	background-position: center;
	background-color: #3299d4;
	margin-left: 4px;
}
.pager a.last
{
	background: url(ico-arrow-right-right.gif) no-repeat;
	background-position: center;
	background-color: #3299d4;
}
.pager a.back
{
}

body.yellow .pager a{ color: #e9841c; }
body.yellow .pager a.page.active{ color: #e9841c; }
body.yellow .pager a.last,
body.yellow .pager a.next,
body.yellow .pager a.previous,
body.yellow .pager a.first{ background-color: #e9841c; }

body.purple .pager a{ color: #c4006f; }
body.purple .pager a.page.active{ color: #c4006f; }
body.purple .pager a.last,
body.purple .pager a.next,
body.purple .pager a.previous,
body.purple .pager a.first{ background-color: #c4006f; }

/****************/



.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.h3 {height: 3px !important;}
.h5 {height: 5px !important;}
.h10 {height: 10px !important;}
.h15 {height: 15px !important;}
.h20 {height: 20px !important;}
.h25 {height: 25px !important;}
.h30 {height: 30px !important;}
.h50 {height: 50px !important;}
.h75 {height: 75px !important;}
.h100 {height: 100px !important;}

.search-text{margin: 0px 0px 0px 2px;}
.search-submit{margin: 0px 0px 2px 8px;}

.b {font-weight: bold !important;}
.i {font-style: italic !important;}

.fc1 {color: #3299D4 !important;}
.fc2 {color: #666666 !important;}
.fc3 {color: #CF006F !important;}

.fs8 {font-size: 8px !important;}
.fs9 {font-size: 9px !important;}
.fs10 {font-size: 10px !important;}
.fs11 {font-size: 11px !important;}
.fs12 {font-size: 12px !important;}
.fs14 {font-size: 14px !important;}
.fs16 {font-size: 16px !important;}
.fs18 {font-size: 18px !important;}

.w200 { width: 200px; }

.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}

.p15 {padding: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.pt15 {padding-top: 15px;}
.pb15 {padding-bottom: 15px;}

/* captcha */
.captcha
{
	position: relative;
}

.captcha-image
{
	border: 1px solid #C0C0C0;
	float: left;
	margin: 0px 5px 5px 0px;
}
.captcha-help
{
	font-size: 11px;
}
.captcha-number
{
	margin-top: 6px;
	width: 87px;
	font-weight: bold;
}

a.captcha-audio
{
	position: absolute;
	bottom: 2px;

	background: white url(invalid.gif) no-repeat 5px 0px;
	height: 20px;
	width: 20px;
}
a.captcha-audio span {display: none;}

ul.messages {padding: 0px; margin: 0px 0px 0px 0px;}
ul.messages li
{
	padding: 0px;
	list-style-type: none;
}
.graph
{
	background-image: url(graph.gif);
	background-repeat: repeat-x;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
}
.voting,
.voting a {color: #666666;}
.voting h4 {color: #407DB4;}
.custom-form td.label
{
	vertical-align: top;
	width: 110px;
}
.nb {border: none;}

.fulltext .item {margin: 10px 0px 5px 0px;}
.fulltext .item .text,
.fulltext .item .relevance {font-size: 11px;}

ul.sitemap {margin: 0px 0px 0px 20px;}
ul.sitemap li {list-style-type: square;}
ul.sitemap li.level1 {font-weight: bold;}
ul.sitemap li.level1 li {font-weight: normal;}



.search-wrapper
{
	height: 20px;
	width: 100%;
	position: relative;
	top: 0px;
}
.search-wrapper .field
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 163px;
}
.search-wrapper .submit
{
	position: absolute;
	right: 0px;
	top: 0px;
}
* html .search-wrapper .submit
{
	right: -50px;
}