@charset "utf-8";
/* CSS Document */
/*
* {
	margin : 0;
	padding : 0;
	border : 0;
}
*/

/* ======================== main styles ============================================ */
body {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    margin: 0px;
    padding: 0px;
}
form {
	margin: 0;
	padding: 0;
}

td {
	font-size:12px;	
}
img {
  border: none;
}
input,select {
	font-size:13px;
	border: 1px solid #c0c0c0;
	height:20px;
}
textarea {
	font-size:13px;
	border: 1px solid #c0c0c0;
}
acronym {
	cursor: help;
	color: #003366;
}
legend {
	padding:0 0.2em;
}
hr {
	height:1px;
	color:#CCCCCC;
	width:100%;
}
/* links */
a:link, a:visited {
	color: #0000EE;
	text-decoration: none;
	/*border-bottom: 1px solid #dbd5c5;*/
}
a:hover {
	color: #0000EE;
	text-decoration:underline;
	/*border-bottom: 2px solid #dbd5c5;*/
}
a.important {
	color:#ff0000;
}
a.important:hover {
	color:#0066ff;
}
a.important:visited {
	color:#ff0000;
}
.linkbutton {
	border:#FE1A09 thin solid; 
	border-width:1px; 
	padding:5px 5px 5px 5px;
	background-color:#EEEEEE;
	font-weight:bold;
}

/* hedings */
h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { 
}
h1  {
	font-size:130%;
}
h2  {
  font-size:120%;
}
h3  {
	margin-top:5px;
	font-size:1.1em;
	margin-bottom:1px;	
}
h4  {
	font-size:1.1em;
}
h5  {
  font-size:1em;
}
h6 {
  font-size:0.8em;
}

/* titles */
.subtitle	{
	font-weight:bold;
}
.subtitleline	{
	height: 25px; 
	background-color: #DDDDDD; 
}
.small {
	font-size:10px;
}

/* images */
.image{margin:0 7px 5px 0;position:relative;}
.image img{border:1px solid #999999;}
.image:hover img{border:1px solid #D00327}

/* ======================== layout ============================================ */
.hide {
	display: none;
	}

.top-title {
	width: 850px; 
	margin: 0 auto;
	color: #676768;
	font-size: 11px;
	text-align: center;
	padding: 0px 0 2px;
	font-weight:normal;
}

#container { 
	width : 850px;
	margin : 0 auto;
	text-align:left;
}

#logo {
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: left;
}

#logo h1 {
	font-size:2em;
	margin-left:0px;
}

#logo a {
	color: #333333;
	text-decoration: none;
	border-bottom:none;
}

#logo a:hover {
	text-decoration: none;
	color:#BBBBBB;
}
	
div.menu {
	margin: 0px 0px 15px 0px;
	background: #c4c4c4 url(../images/menu_bg.gif) top center repeat-x;
	width: 850px;
	height: 37px;
	overflow: hidden;
}

div.menu div{
	background: transparent url(../images/menubg_left.gif) left top no-repeat;
}

div.menu div div{
	padding: 13px 15px 12px;
	background: transparent url(../images/menubg_right.gif) right top no-repeat;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

div.menu a {
	text-decoration: none;
	color: #000000;
}

div.menu a:hover {
	text-decoration: underline;
	color: #000000;
}

div.menu a:visited {
	color: #000000;
}

#search {
	padding: 5px 0 20px;
	text-align: center;
}

#search input, select, textarea {
	border: 1px solid #c0c0c0;
	font-size: 13px;
}

input.search {
	width: 320px;
	padding: 1px;
}

div#usermenu
{
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #c0c0c0;
}

div#content {
	width: 666px;
	float: left;
	background: url(../images/main_content.gif) repeat-y;
}

div#content div {
	background: transparent url(../images/main_top.gif) top left no-repeat;
}

div#content div div {
	padding: 10px;
	background: transparent url(../images/main_bottom.gif) bottom left no-repeat;
}

div#content div div div{
	padding: 0;
	width: 646px;
	overflow: hidden;
	background: none;
}

div#content-right {
	margin-left: 6px;
	width: 178px;
	float: right;
	background: url(../images/right_content.gif) repeat-y;
}

div#content-right div {
	background: transparent url(../images/right_top.gif) top left no-repeat;
}

div#content-right div div{
	padding: 10px;
	background: transparent url(../images/right_bottom.gif) bottom left no-repeat;
}

div#content-right div div div{
	padding: 0;
	width: 158px;
	overflow: hidden;
	background: none;
}

#footer {
	color: #a8a6a6;
	padding: 10px 2px;
	text-align: left;
	font-size: 11px;
}

/* ======================== boxes ============================================ */
.box	
{
	width: 100%;
}
.boxheader
{
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #c0c0c0;
}
.boxheader h1 {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 170%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
}
.boxcontent
{
	width: 100%;
	padding: 5px 5px 5px 5px;
	display: table;
}
/* ======================== content ================================= */
/* items - articles, news, products etc */
.item {
	width: 100%;
	font-size:1em;
	margin:0px;
	padding-bottom:10px;
	padding-left:10px;
	/* border-bottom:1px solid #CCCCCC; */
	
}	
.item h1 {
	font-size:1em;
	margin-left:0px;	
	margin-top:5px;
	margin-bottom:5px;	
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#444444;
}
.item h1 a {
	text-decoration:underline;
}

.item h2 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:1px;	
}
.item h3 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:1px;
	font-weight:normal;
}
.item .source {
	color:#444444;
	font-size:90%;
	padding-bottom:2px;
}	
.item .source a {
}	
.item p {
	text-align: justify;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}	
.itemdetailed {
	width: 100%;
	font-size:1em;
	margin:0px;
	padding-bottom:10px;
	padding-left:10px;
	/* border-bottom:1px solid #CCCCCC; */
}	
.itemdetailed h1 {
	font-size:1.5em;
	margin-left:0px;	
	margin-top:5px;
	margin-bottom:5px;	
	font-weight:bold;
	padding:0px 0px 0px 0px;
	color:#444444;
}
.itemdetailed h1 a {
	text-decoration:underline;
}
.itemdetailed h2 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:1px;	
}
.itemdetailed h3 {
	font-size:1.5em;
	margin-top:0px;
	margin-bottom:1px;
}
.itemdetailed .source {
	color:#444444;
	font-size:90%;
	padding-bottom:2px;
}	
.itemdetailed .source a {
}	
.itemdetailed p {
	text-align: justify;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}	

/* categories */
#cats {
	padding:0 0 15px 0
}
#cats ul {
	margin:0px; padding:0px; width:50%; float:left
}
#cats ul li {
	list-style:none; padding:0 5px 10px 15px
}
#cats ul li a {
	font: bold 115% Arial
}
#cats ul li p {
	margin:2px 0 0 12px;color:#444444; 
}
#cats ul li p a {
	 font:normal 100% Arial; line-height: 170%
}
#cats ul li p a:hover {
	 font:normal 100% Arial; line-height: 170%
}

/* serch forms*/
.quicksearchform{
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #BBBBBB;
}
.searchformfield {
	margin-top:5px;
	margin-bottom:5px;
}
.searchformcategories {
	border:1px solid #CCCCCC;
	padding:5px 0px 5px 0px;
	background-color:#DDDDDD;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}
.orderByRow{
	border:1px solid #CCCCCC;
	padding:5px 5px 5px 5px;
	background-color:#EEEEEE;
	text-align:right;
}

/* ======================== system ============================================ */
.systemmessages
{
	font-size:75%;
	width: 100%;
	margin:0px;
	padding: 5px 5px 5px 5px;
	color:#FF0000;
	font-weight:bold;
	background-color:#FFFF00;
}
.clear	{ font-size: 1px; line-height: 1px; clear: both; }
#content .pages {
	text-align:center;
	border:1px solid #CCCCCC;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
	background-color:#EEEEEE;
}
.warning{color:#FF0000;}
.green {color:#00FF00;}
.red {color:#FF0000;}
.comments	{
	font-size:10px;
}
