@CHARSET "UTF-8";

body {
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	color: #303030;
}

#headerWindow {
	width: 100%;
	background-image: url(./img/header_bg.png);
	background-repeat: repeat-x;
	height: 150px;
}

a:link.headerBox {
	display: inline-block;
	color: #303030;
	text-decoration: none;
	margin-top: 8px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 30px;
	padding-right: 150px;
	height: 20px;
	float: left;
}

a:visited.headerBox {
	display: inline-block;
	color: #303030;
	text-decoration: none;
	margin-top: 8px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 30px;
	padding-right: 150px;
	height: 20px;
	float: left;
}

a:hover.headerBox {
	display: inline-block;
	color: #303030;
	text-decoration: none;
	margin-top: 8px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 30px;
	padding-right: 150px;
	height: 20px;
	float: left;
	border-bottom: #666666 solid 10px;
}

a.catLink {
	display: inline-block;
	border-left: solid 2px #c0c0c0;
	border-right: solid 2px #c0c0c0;
	border-top: solid 2px #c0c0c0;
	color: #303030;
	text-decoration: none;
	margin-top: 8px;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	height: 16px;
	float: left;
}

a:link.catLink {
	background-color: #dddddd;
}

a:visited.catLink {
	background-color: #dddddd;
}

a:hover.catLink {
	background-color: #ffffff;
}

.catLinkDiv {
	display: inline-block;
	background-color: #ffffff;
	border-left: solid 2px #c0c0c0;
	border-right: solid 2px #c0c0c0;
	border-top: solid 2px #c0c0c0;
	color: #303030;
	text-decoration: none;
	margin-top: 8px;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	height: 16px;
	float: left;
}

.catLinkSep {
	float: left;
	width: 14px;
	height: 44px;
	border-bottom: solid 2px #c0c0c0;
}

.tdContent {
	vertical-align: top;
	padding: 5px;
}

.mark {
	background-color: #D6E4EB;
	/* background-color: #ffffc0; */
	border: solid 3px #c0c0c0;
	padding: 12px;
}

a:link.textLink {
	text-decoration: none;
	/* color: #ee7f00; */
	color:  #88B1D0;
	font-weight: bold;
}

a:hover.textLink {
	text-decoration: underline;
	/* color: #ee7f00; */
	color:  #88B1D0;
	font-weight: bold;
}

a:visited.textLink {
	text-decoration: none;
	/* color: #ee7f00; */
	color:  #88B1D0;
	font-weight: bold;
}

.row1 {
	/* background-color: #f9cd9a; */
	background-color:  #ADC7DB;
	border-bottom: #404040 1px solid;
}

.row2 {
	border-bottom: #404040 1px solid;
}

.offerList {
	border-bottom: #404040 1px solid;
	vertical-align: top;
}

#headerBox1 {
	 /* background-color: #ee7f00; */
	 background-color: #88B1D0;
}

#headerBox2 {
	/* background-color: #f5b266; */
	background-color: #ADC7DB;
	
}

#headerBox3 {
	/* background-color: #f9d8b1; */
		background-color: #D6E4EB;
}

#headerBox4 {
	background-color: #E6EBED;

}

#newsBox {
	border: #c0c0c0 solid 1px;
	width: 640px;
}

.folder {
	background-image: url('/img/folder.png');
	background-repeat: no-repeat;
	height: 31px;
	padding-left: 38px;
	padding-top: 4px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #303030;
}

a:link.folder {
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}

a:hover.folder {
	text-decoration: none;
	background-color: #f3f3f3;
	border-bottom: 2px solid #c0c0c0;
}

a:visited.folder {
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}

.contentHead {
	float: left;
	width: 700px;
	background-image: url(/img/news_bg.png);
	background-repeat: no-repeat;
	min-height: 350px;
}

.localizer {
	border-bottom: #c0c0c0 2px solid;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.newsHeader {
	/* border-bottom: #f5b266 solid 1px; */
	border-bottom: #ADC7DB solid 1px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#loginContainer {
	margin-top: 60px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

form.loginForm label,form.loginForm span.label {
	margin-right: 0.5em;
	padding-right: 0.5em;
	width: 9em;
	display: block;
	float: left;
	position: relative;
	text-align: right;
	font-weight: bold
}

form.loginForm div ul label,form.loginForm div ul span.label {
	margin-right: 0.5em;
	padding-right: 0;
	width: auto;
	display: inline;
	float: none;
	position: static;
	text-align: left;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#ddmDataBase {
	width: 600px;
}

.ddmPart {

	border-bottom:1px solid #000;
	padding:5px;
	background-color:#efefef;
		
}

.contactPart {
	margin-top:20px;
}

.contactPartName
	{
		font-size:14px;
		font-weight:bold;
		border-bottom: 1px solid #000;
	}
	
#declareWindow
	{
	
	}
	
	

.alertEntry {
	width:585px;
	margin-top:10px;
	margin-bottom:10px;
	    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    padding:8px;
	
	
	
}

.uncritical
{
	background: #f1da36; /* Old browsers */
background: -moz-linear-gradient(top,  #f1da36 0%, #fefcea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1da36 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1da36 0%,#fefcea 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1da36 0%,#fefcea 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1da36 0%,#fefcea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
	
}

.limited
{
background: #ffa84c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	
}
.critical
{
background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
	
	
}

.running
{
	background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#91e842)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ff52 0%,#91e842 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
	
}

.oldEntry
{
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
}


.alertEntryHeader
{
	font-weight:bold;
}

