@charset "utf-8";

/* + Global resets */

html {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	margin: 0px auto 0px auto;
	min-width: 1000px;
}

a {
	color: #333333;
}
a:hover {
	color: #666666;
}

h1, h2, h3 {
	color: #EE213F;
	font-weight: bold;
	font-size: 1.1em;
}

h4 {
	color: #EE213F;
	font-size: 1.1em;
	font-weight: bold;	
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

/* - Global resets */


/* + Common classes */

label.movable {
	font-size: 1em;
	color: #666666;
	line-height: 140%;
	margin-top: 3px;
	padding: 3px;
}

.author {
	color: #999999;	
}

.up {
	color: #387B1B;	
}

.down {
	color: #E33702;
}

div.block {
	border-bottom: 1px solid #999999;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0px 5px 12px 5px;
	position: relative;
}

div.no-bottom {
	padding-bottom: 5px;	
}

div.hr {
	border-top: 1px dashed #999999;
	margin-top: 0px;
}

a.no-decoration {
	text-decoration: none;	
}
	a.no-decoration:hover {
		text-decoration: underline;	
	}

h4.block-title {
	background-color: #999999;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px -6px 5px -6px;
	padding: 3px 6px 3px 6px;
	text-transform: uppercase;
}
	h4.block-title a {
		color: #ffffff;	
		text-decoration: none;
	}
	h4.block-title a:hover {
		text-decoration: underline;	
	}

a.block-more {
	background: #999999;
	bottom: -1px;
	color: #ffffff;
	display: block;
	float: right;
	right: -1px;
	padding: 3px 6px 3px 6px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 143px;
}
a.block-more:hover {
	background-color: #ee213f;	
}

img.icon {
	vertical-align: middle;
	margin-right: 5px;
}

form.rside-form {
	position: relative;
}
	form.rside-form input.text {
		border: 1px solid #666666;
		float: left;
		margin: 4px 3px 0px 0px;
		padding: 3px;
		width: 108px;
	}
	/*form.rside-form*/ input.submit {
		background-image: url(/img/new/rside/buttons.gif);
		background-repeat: no-repeat;
		background-position-y: 0%;
		background-color: #A31F30;
		border: 0px;
		cursor: pointer;
		float: left;
		height: 29px;
		width: 29px;
	}
form.rside-form-search {	
}
	/*form.rside-form-search*/ input.submit {
		background-position: 0px -29px;	
	}

table.two-columns {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

td.two-columns-left,
td.two-columns-right {
	padding: 0px;
	vertical-align: top;
	width: 50%;
}
td.two-columns-left {
	padding-right: 5px;
}

table.datagrid {
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;	
}
	table.datagrid th {
		padding: 2px 5px 2px 5px;
	}
	table.datagrid td {
		padding: 2px 5px 2px 5px;
		vertical-align: top;
	}
		table.datagrid td a {
			text-decoration: none;	
		}
		table.datagrid td a:hover {
			text-decoration: underline;	
		}
	table.datagrid tr.odd td {
		background-color: #E9E5E5;
	}
	table.datagrid tr.odd td.up,
	table.datagrid tr.odd td.down {
		padding-left: 0px;	
	}
	table.datagrid .date {
		color: #999999;
		font-size: 0.72em;
	}

table.attention {
	border: 0px;
	border-collapse: collapse;
	height: 50px;
	margin-bottom: 1em;
}
	table.attention td {
		color: #cc0000;
		background: url(/img/new/common/attention.gif) 0% 50% no-repeat;
		padding: 0px 0px 0px 20px;
	}
		table.attention td a {
			color: #cc0000;	
		}

p.date {
	color: #999999;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
	text-align: right;
}

ul.docs {
	list-style-type: none;
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
	ul.docs li {
		margin-bottom: 3px;
		padding: 3px 0px 3px 25px;	
	}
		ul.docs li a {
			text-decoration: none;	
		}
		ul.docs li a:hover {
			text-decoration: underline;	
		}
	ul.docs li.pdf {
		background: url(/img/new/icons/pdf.gif) 0px 0px no-repeat;	
	}
	ul.docs li.doc {
		background: url(/img/new/icons/doc.gif) 0px 0px no-repeat;	
	}
	ul.docs li.xsl {
		background: url(/img/new/icons/xsl.gif) 0px 0px no-repeat;	
	}

ul.news {	
	text-align:left;
}
	ul.news li {
		margin-bottom: 1em;
	}
		ul.news li a {
			text-decoration: none;	
		}
		ul.news li a:hover {
			text-decoration: underline;	
		}
		ul.news li ul {
			list-style-type: none;
			margin: 3px 0px 3px 0px;
			padding: 0px;
		}
			ul.news li ul li {
				margin: 0px 0px 0px 0px;	
			}
	ul.news span.date {
		color: #ee213f;
		font-weight: bold;	
	}
	ul.news span.time {
		color: #666666;
	}
	ul.news span.author {
		color: #999999;
		font-style: italic;
	}

ul.news-mod {
	margin-bottom: 1em;
}
	ul.news-mod span.date {
		color: #999999;	
	}
	ul.news-mod li {
		margin-bottom: 1px;	
	}


ul.datagrid {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	ul.datagrid li {
		padding: 2px 5px 2px 5px;
	}
	ul.datagrid li.odd {
		background-color: #e9e5e5;	
	}
	ul.datagrid li.br {
		margin-top: 7px;	
	}
	ul.datagrid a {
		text-decoration: none;	
	}
	ul.datagrid a:hover {
		text-decoration: underline;
	}
	ul.datagrid li.link {
		text-align: right;
	}
		ul.datagrid li.link a {
			color: #cc0000;
		}

ul.hint-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	ul.hint-list a {
		text-decoration: none;	
	}
	ul.hint-list a:hover {
		text-decoration: underline;	
	}
	ul.hint-list li {
		background: url(/img/new/common/hint-list.gif) 0px 0px no-repeat;
		margin-bottom: 5px;
		padding: 3px 0px 7px 33px;	
	}
	ul.hint-list li.red {
		background: url(/img/new/common/hint-list-red.gif) 0px 0px no-repeat;
	}

div.paginator {
	border-bottom: 1px solid #999999;
	overflow: hidden;
}
	div.paginator ul {
		background-color: #999999;	
		float: right;
		list-style-type: none;
		margin: 0px;
		overflow: hidden;
		padding: 0px;
	}
		div.paginator ul li {
			float: left;
		}
			div.paginator ul li a {
				color: #ffffff;	
				display: block;
				padding: 3px 3px 3px 3px;
				text-decoration: none;
			}
			div.paginator ul li a:hover {
				background: #EE213F;
			}
		div.paginator ul li.active a {
			text-decoration: underline;
		}
	
ul.tabs {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	padding: 0px;	
}
	ul.tabs li {
		border-right: 1px solid #ffffff;
		float: left;	
	}
		ul.tabs li a {
			background: #999999;
			color: #ffffff;
			display: block;
			font-size: 0.9em;
			line-height: 100%;
			padding: 2px 6px 3px 6px;
			text-decoration: none;
		}
		ul.tabs li.active a,
		ul.tabs li a:hover {
			background-color: #EE213F;	
		}
		
ul.tags {
	border: 1px dashed #999999;
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
	ul.tags li {
		display: inline;
		font-size: 1.1em;
	}
		ul.tags li a {
			text-decoration: none;
		}
		ul.tags li a:hover {
			text-decoration: underline;	
		}
	ul.tags li.tag1 {
		font-size: 0.9em;	
	}
	ul.tags li.tag2 {
		font-size: 1em;	
	}
	ul.tags li.tag3 {
		font-size: 1.2em;	
	}
	ul.tags li.tag4 {
		font-size: 1.4em;	
	}
	ul.tags li.tag5 {
		font-size: 1.5em;	
	}
	ul.tags li.red a {
		color: #EE213F !important;
	}
/* - Common classes */


/* + Layout */
table#header {
	background: url(/img/new/header/bg.gif) 0% 100% repeat-x;
	border: 0px;
	border-collapse: collapse;
	height: 81px;
	margin-bottom: 4px;
	width: 100%;
}
	table#header td {
		padding: 5px 0px 0px 0px;	
		vertical-align: top;
		width: 100%;
	}
	table#header td.banner {
		padding: 10px 0px 0px 10px;
		text-align: center;
	}

img#logo {
	margin-left: 5px;
}

table#main {
	border: 0px;
	/*border-collapse: collapse;*/
	width: 100%;
	/*table-layout:fixed;*/
}

td#lside {
	padding: 0px 0px 100px 5px;
	vertical-align: top;
	width: 160px;
	table-layout:fixed;
}

table#lside-inner {
	border: 0px;
	border-collapse: collapse;
	height: 100%;	
}
	table#lside-inner td.top {
		padding: 0px;
		vertical-align: top;
	}
	table#lside-inner td.bottom {
		vertical-align: bottom;	
	}

ul#menu {
	margin-bottom: 7px;
	font-size: 11px;
	width: 160px;
}
	ul#menu li {
		margin-bottom: 1px;
	}
		ul#menu li a {
			background: #999999;
			color: #ffffff;
			display: block;
			font-weight: bold;
			padding: 3px 6px 3px 6px;
			text-decoration: none;
			text-transform: uppercase;
		}
		ul#menu li.active a,
		ul#menu li a:hover {
			background-color: #EE213F;
		}
		ul#menu li ul {
		}
			ul#menu li ul li {
				border-bottom: 1px dashed #999999;
				margin-bottom: 0px;
			}
				ul#menu li ul li a {
					background-color: #ffffff !important;
					color: #999999;
					text-transform: none;
				}
				ul#menu li ul li.active a,
				ul#menu li ul li a:hover {
					background-color: #ffffff;
					color: #ef213f;
				}
			ul#menu li ul li.last {
				border-bottom: none;	
			}
ul#menu a img
{
    margin:0px;
}

td#content {
	font-size: 1.1em;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	width: 100%;
}
	td#content .banner {
		margin-bottom: 5px;	
	}

div#content-inner {
	padding: 0px 5px 0px 5px;	
}

form#search-news {
	margin-bottom: 2px;
	padding-right: 35px;
	position: relative;
	width: 404px;
}
	form#search-news div.no-float {
		padding-bottom: 10px;	
	}
	form#search-news input.submit {
		background-image: url(/img/new/rside/buttons.gif);
		background-repeat: no-repeat;
		background-color: #A31F30;
		background-position: 0px -29px;
		border: 0px;
		cursor: pointer;
		position: absolute;
		height: 29px;
		width: 29px;
		/*bottom: 6px;*/
		right: 0px;
	}
	form#search-news label {
		color: #999999;
		float: left;
		font-weight: bold;	
		line-height: 20px;
	}
	form#search-news label.pubdate-from {
		width: 140px;
	}
	form#search-news label.pubdate-to {
		padding-left: 7px;
		width: 20px;	
	}
	form#search-news img {
		cursor: pointer;
		float: left;
		margin-left: 2px;
	}
	form#search-news input.text {
		border: 1px solid #666666;
		color: #666666;
		font-size: 1em;
		float: left;
		padding: 2px;
	}
	input.text-date {
		width: 88px;
                border: 1px solid #666666;
		color: #666666;
		font-size: 1em;
		padding: 2px;
	}
	form#search-news input.text-long {
		width: 398px;	}
	form#search-news select {
		border: 1px solid #666666;
		color: #666666;
		font-size: 1em;
		float: right;	
		width: 264px;
	}

div.breadcrumbs {
	background: #999999;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 5px 2px 5px;
	margin: 0px -5px 5px -5px;	
}

td#rside {
	font-size: 1.1em;
	width: 160px;
	vertical-align: top;
	padding: 0px 5px 0px 0px;	
}
	td#rside .banner {
		margin: 0px 0px 5px 0px;	
	}
	td#rside table.datagrid {
		margin: 0px -5px 0px -5px;
		width: 158px;
	}
		td#rside table.datagrid td {
			padding-right: 2px;
		}
	td#rside ul.datagrid {
		margin: 0px -5px 0px -5px;	
	}
	
table#bottom-banners {
	margin: 10px 0px 10px 0px;
	width: 100%;
}
	table#bottom-banners td {
		padding: 0px 5px 0px 5px;
	}

td#banners-container,
td#tags-container {
	padding:50px 0 0 0;
	vertical-align: top;
	font-size:10px;
}

ul#left-tags {
	position: absolute;
	bottom: 0px;
}

div#left-tags-outer {
	height: 68px;
	position: relative;
}

table#footer {
	background: url(/img/new/footer/bg.gif) repeat-x;
	border: 0px;
	border-collapse: collapse;
	color: #999999;
	width: 100%;
}
	table#footer a {
		color: #999999;
	}
	table#footer td {
		padding: 12px 5px 20px 5px;	
		vertical-align: top;
		font-size: 10px;
	}
		table#footer td p.copyrights {
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 0.5em;	
		}
	div#footer a {
		color: #666666;	
	}
	
table#footer-counters {
	border: 0px;
	border-collapse: collapse;
}
	table#footer-counters td {
		padding: 0px 0px 0px 6px;	
	}
/* - Layout */

/* Datepicker */
.ui-datepicker  {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.ui-datepicker-header {
	color: #666666;
	line-height: 25px;
	height: 25px;
	position: relative;
}
	.ui-datepicker-header a {
		cursor: pointer;	
	}
.ui-datepicker-prev {
	color: #EE213F;
	left: 5px;
	position: absolute;
	text-decoration: underline;
	top: 0px;
}
.ui-datepicker-next {
	color: #EE213F;
	right: 0px;
	position: absolute;
	text-decoration: underline;
	top: 0px;
}
.ui-datepicker-title {
	text-align: center;	
	width: 203px;
}

.ui-datepicker-calendar {
	border: 0px;
	border-collapse: collapse;
    
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	padding: 0px;
	height: 29px;
	text-align: center;
	vertical-align: middle;
	width: 29px;
}

.ui-datepicker-calendar th {
	background: #999999;
	color: #ffffff;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar th a {
	display: block;
	background: #f5f5f5;
	height: 28px;
	line-height: 28px;
	width: 28px;
}

.ui-datepicker-calendar td a {
	color: #333333;	
	text-decoration: none;
}

.ui-datepicker-calendar td.ui-datepicker-week-end a {
	color: #666666;
}

.ui-datepicker-calendar td a:hover {
	background-color: #EE213F;
	color: #ffffff;
}

.ui-datepicker-unselectable {

}

table.border {
	border:1px solid #ccc;
	border-width:1px 1px 0 0;
}
table.border td {
	border:1px solid #ccc;
	border-width:0 0 1px 1px;
}

table.noborder, table.noborder td, table.noborder th {
	border:0 ! important;
}

table.tableborders td {
	text-align:left;
}
td.menulinkcursormed {
	font:bold 13px 'Arial';
}
h1 {
	text-align:left;
}
.ui-datepicker-trigger
{
    cursor:pointer;
    vertical-align:middle;
    margin-left:2px;
    margin-top:2px;
}
a { text-decoration:none; }
a:hover { text-decoration:underline; }
h3 {margin: 10px 0px;}

table#FondInfoTableAdd
{
     border-collapse:collapse;
     border:1px solid #cccccc;
     border-top-width: 0px;
}

table#FondInfoTableAdd td
{
     border:1px solid #cccccc;
}

table#FondInfoTableAdd tbody tr:first-child td
{
     border-top-width:0px;
}

table.select_tabs
{
    border-top:1px solid #cccccc;
    border-right:1px solid #cccccc;
    
}

table.select_tabs tr td
{
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    text-align:center;
    background: #999999;
}

table.select_tabs tr td a
{
    color: #ffffff;
}

table.select_tabs tr td.active, table.select_tabs tr td:hover
{
    background-color: #EE213F;
    cursor:pointer;
}
table#ops_tabs tr.hidden
{
    display:none;
}
textarea.height200
{
    height:200px;
}

textarea.height150
{
    height:150px;
}

textarea.height100
{
    height:100px;
}

textarea.height50
{
    height:50px;
}

input.width400, textarea.width400
{
    width:400px;
}

input.width200, textarea.width200
{
    width:200px;
}
input.width300, textarea.width300
{
    width:300px;
}
input.width100, textarea.width100
{
    width:100px;
}

.nluXdata .tooltip
{
    color:#BB0000;
}

.nluXdata .inputComment
{
    vertical-align:top;
}

.nluXdata .inputData
{
}

.nluXdata .groupComment
{
    font-weight:bold;
    color:#666666;
}

.nluXdata .groupData
{
    padding: 10px 5px 10px 10px;
    /*border:1px solid #cccccc;*/
}

.nluXdata .collapsed
{
    padding-left:18px;
    height:18px;
    vertical-align:middle;
    background: url('/images/fldclosed.png') no-repeat center left; 
    cursor:pointer;
}

.nluXdata .expanded
{
    padding-left:18px;
    height:18px;
    vertical-align:middle;
    background: url('/images/fldopen.png') no-repeat center left; 
}

ul.header_tabs
{
   display:block;
   width:100%;
   padding:0px;
   list-style-type: none;
   margin:5px;
}

ul.header_tabs li.tab
{
    list-style: none outside none;
    display:block;
    float:left;
    margin-left:1px;
}

ul.header_tabs li.tab a
{
    background-color:#999999; 
    display: block; 
    height:40px;
    /*width:100px;*/
    text-align:center;
    padding:5px; 
    color:#ffffff; 
}

ul.header_tabs li.tab a:hover,ul.header_tabs li.tab a.active
{
     background-color:#EE213F;
}

.showTableRow
{
    display: table-row;
}
.hideTableRow
{
    display: none;
}

.tableActivs
{
    border: 0px dotted #999999;
    border-spacing: 0;
    border-collapse: collapse;
}

table.tableActivs td
{
    border: 1px dotted #999999;
}

.tdTopTableActivs
{
    border-top: 0px dotted black !important;
}
.tdBottomTableActivs
{
    border-bottom: 0px dotted black !important;
}
.tdLeftTableActivs
{
    border-left: 0px dotted black !important;
}
.tdRightTableActivs
{
    border-right: 0px dotted black !important;
}

a.linkPopUpWindowFrame
{
    
}

.divData
{
    padding-bottom: 5px;
}