@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: SteelBlue;
	background-image: url(../images/background.png);
	margin-top: 30px;
}
img {
	border: 0px;
}
ol li {
	margin-bottom: 20px;
}
ul li {
	margin-bottom: 0px;
}
p.quote {
	font-size: 11px;
	font-style: italic;
	display: block;
	padding: 4px;
	border: 1px dashed #CC99FF;
	background: url(../images/quote.png);
	background-position: right;
	background-repeat: no-repeat;
}
a:link {
	color: #9966CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9966CC;
}
a:hover {
	text-decoration: underline;
	color: #5C3D7A;
}
a:active {
	text-decoration: none;
	color: #9966CC;
}

a.news:link {
	color: #333333;
	text-decoration: none;
}
a.news:visited {
	text-decoration: none;
	color: #333333;
}
a.news:hover {
	text-decoration: none;
	color: #555555;
}
a.news:active {
	text-decoration: none;
	color: #333333;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#title {
	height: 45px;
	background-color: #443651;
	color: #FFFFFF;
	/*font-size: 24px;
	font-weight: bold;*/
	padding: 5px 20px 20px 20px;
	text-align: right;
	/*background-image: url(../images/title.png);*/
	border-top: 1px dotted white;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
}
h1 {
	font-size: 24px;
}
#languageBar {
	height: 13px;
	padding: 8px;
	background-color: #D7D2C8; /*#B25B45;*/
	
	border-left: 1px dotted white;
	border-right: 1px dotted white;
}
#contentContainer {
	background-color: #FFFFFF;
}
#menu {
	float: left;
	width: 200px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 
#menu li {
	margin: 0;
	border-bottom: 1px dotted #000000;
}

#menu li a {
	height: 20px;
	width: 190px;
	display: block;
	color: #6B5B7A;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	font-size:13px;
	font-weight: bold;
	margin-top: 5px;
}
#menu li.submenu a {
	height: 20px;
	display: block;
	width: 170px;
	margin-left: 20px;
	color: #6B5B7A;
	border: 0px;
}
#menu li a:hover {
	cursor: pointer;
	color: #4F4259;
}


#content {
	margin-left: 200px;
	padding: 10px;
	padding-left: 20px;
	border-left: 1px dashed #DDDDDD;
	height: auto !important;
	min-height: 400px;
}
#latestNews {
	/*float: right;*/
	width: 500px;
	background-color: #F8F7F3;
	border: 1px dotted #182229;
	margin-left: 10px;
	margin-bottom: 10px;
}
#latestNews p {
	padding-left: 5px;
	padding-right: 5px;
}
.newsTitle {
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 490px;
	background-color: #CCC899;
	padding: 5px;
}
.newsTitle img {float: left;padding-right: 5px;}

#footer {
	height: 13px;
	padding: 8px;
	background-color: #D7D2C8; /*#B25B45;*/
	font-style: italic;
	text-align: right;
	
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
}

#newsItem {
	display: block;
	width: 500px;
	border: 1px dotted black;
	padding: 10px;
	margin-bottom: 10px;
}
.newsNext {display: block; width: 16px; height: 16px; background-image: url(../images/control/control_fastforward.png); float: left; margin-left: 2px;}
.newsNext:hover {background-image: url(../images/control/control_fastforward_blue.png); cursor: pointer; text-decoration: none; float: left; margin-left: 2px;}
.newsPrev {display: block; width: 16px; height: 16px; background-image: url(../images/control/control_rewind.png); float: left; margin-left: 2px;}
.newsPrev:hover {background-image: url(../images/control/control_rewind_blue.png); cursor: pointer; text-decoration: none; float: left; margin-left: 2px;}
.newsLast {display: block; width: 16px; height: 16px; background-image: url(../images/control/control_end.png); float: left; margin-left: 2px;}
.newsLast:hover {background-image: url(../images/control/control_end_blue.png); cursor: pointer; text-decoration: none;float: left; margin-left: 2px;}
.newsFirst {display: block; width: 16px; height: 16px; background-image: url(../images/control/control_start.png);float: left; margin-left: 2px;}
.newsFirst:hover {background-image: url(../images/control/control_start_blue.png); cursor: pointer; text-decoration: none;float: left; margin-left: 2px;}
.newsPageSelect {float: left; margin-left: 10px; margin-right: 8px;}

table.func {
	color:#666;
	text-align:left;
	background:#EFEEEE;
}
table.func tr{
	background-color:#DDDDCC;
}
table.func td{
	background:#DDDDDD;
	color:#110;
	padding:3px;
}
table.func .sec {
	background-color: #9966CC;
	color: #E6E6FA;
	padding: 4px;
	font-weight: bold;
}
table.func .tit {
	text-align:center;
}
table.func .entry {
	text-align:center;
}

#pPrimusLeft {
	display: block;
	width: 250px;
	float: left;
	text-align: center;
}
#pPrimusRight {
	display: block;
	width: 250px;
	margin-left: 260px;
	text-align: center;
}
table.productTable td {
	vertical-align: top;
	text-align: center;
	width: 250px;
}

.productPrize {
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}

table.download th {
	background-color: #9966CC;
	border-bottom: 1px solid #CC99FF;
	color: #E6E6FA;
	padding: 5px;
	text-align: left;
}
table.download td {
	color:#111100;
	padding:3px;
	border-bottom: 1px solid #CC99FF;
	vertical-align: top;
}

table.primusPoints td {
	text-align: left;
	vertical-align: top;
}
span.primusPointHeader {
	text-align: left;
	display: block;
	height: 20px;
	padding: 4px;
	background-color: #9966CC;
	color: #E6E6FA;
	font-weight: bold;
}