@charset "iso-8859-1";

/* 
--------------------------------
|  [typography.css]            |
|  Made by Andreas, 2007-07-25 |
--------------------------------
*/

/* Basic formating */

p, .tblNormal {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
h1 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:140%;
	font-weight:normal;
	letter-spacing:1px;
	color: #4F4F4F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1 a {
	float:right;
	font-size:12px;
	color:#616161;
}
h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:80%;
	font-weight:normal;
	letter-spacing:1px;
	color: #363636;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
br {
	line-height: 10px;
}
h3 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:80%;
	font-weight:bold;
	letter-spacing:1px;
	color: #363636;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	margin-top: 3px;
	padding: 3px;
}

p a, .note a, .newsMessage a, .comment a, #middle .li-link a, .tabular_list a, .tblNormal a, .board a, h2 a {
	color:#666666;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5D5D5;
}
p a:hover, .note a:hover, .comment a:hover, #middle .li-link a:hover, .tabular_list a:hover, .tblNormal a:hover, .board a:hover, h2 a:hover{
	background-color: #F4F4F4;
	color: #575757;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
}
.form-login {
	border: 1px solid #eaecec;
	background-color:#f6f6f6;
	width:99%;
}
.width-99 {
	width:99%;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.highlighted {
	background-color:#f0f0f0;
	color:#303030;
	border:1px solid #b0b0b0;
	padding-top: 0.04em;
	padding-right: 0.4em;
	padding-bottom: 0.04em;
	padding-left: 0.4em;
}
.note {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: center;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	font-size: 80%;
}
.board {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 70%;
}
code {
	background: #F7F7F7;
	color: #554;
	display: block;
	margin-bottom: 10px;
	white-space: normal;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #D3D3D3;
	margin-right: 2px;
	margin-left: 2px;
	width: 90%;
}
.code {
	font-family: "courier new", helvetica, "times new roman", monospace;
	background-color: #F4F4F4;
	font-size: 1.2em;
}
blockquote {
	width:70%;
	font-size: 80%;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	padding: 5px;
}
blockquote span {
	font-style: normal;
	font-size: 80%;
	color: #858585;
	display: block;
	padding-top: 2px;
}
.white-bg {
	background-color: #FFFFFF;
}
.grey {
	color: #CCCCCC;
}
.dark-grey {
	color: #8C8C8C;
}
abbr, acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E4E4E4;
	margin: 0px;
	padding: 0px;
}
.border {
	background-image: url(../_images/graphics/bg-border.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 39px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 0px;

	
}
.border-line {
	color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0.6em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0em;
}

.small {
	font-size:85%;
}
.smaller {
	font-size:75%;
}
small {
	font-size:80%;
}
.small-case {
	font-size: 88%;
	text-transform: uppercase;
}
.large {
	font-size:1.18em;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.green {
	color: #009300;
}
.red {
	color: #B90000;
}
.external {
	padding-right: 15px;
	background-image: url(../_images/icons/external.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#middle ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#middle ul li {
	list-style-type: square;
	color: #4D4D4D;
	margin: 0px;
	font-size: 75%;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#middle ol {
	overflow:auto;
	font-weight: normal;
	margin:0;
	width:90%;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 2.8em;
	color: #333333;
}
#middle ol li {
	font-size:small;
	padding-bottom: 0.5em;
}

#middle ol li span {font-weight: normal; }

#shoutboxrules {
	display:none;
}
#shoutboxrules ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#shoutboxrules li {
	padding: 0px;
	list-style-type: square;
	color: #4D4D4D;
	margin: 0px;
	font-size: 80%;
	line-height: 1.3em;
}

.image  {
	margin: 0px;
	padding: 3px;
	border: 1px solid #A0A0A0;
	background-color: #F0F0F0;
}
.image-news  {
	margin: 2px;
	padding: 5px;
	border: 1px solid #A4A4A4;
	background-color: #F0F0F0;
	float:right;
}
.button a {
	text-align: center;
	font-family: tahoma, verdana;
	font-size: 59%;
	text-transform: uppercase;
	color: #707070;
	border: 1px solid #E2E2E2;
	padding: 2px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 80%;
	display: block;
}
.button a:hover {
	text-align: center;
	display: block;
	font-family: tahoma, verdana;
	font-size: 59%;
	text-transform: uppercase;
	color: #8C8C8C;
	border: 1px solid #EAEAEA;
	padding: 2px;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #F4F4F4;
	text-decoration: none;
	width: 80%;
}
.tbl-P {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 80%;
	line-height: 1.7em;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
.download {
	display: block;
	width: 92%;
	background-image: url(../_images/icons/download_manager.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 90%;
	background-color: #FCFCFC;
	cursor: pointer;
	color: #4F4F4F;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
}
.download span {
	width: 100%;
	padding: 1px;
	font-weight: 600;
	font-size: 85%;
	text-transform: uppercase;
	font-family: tahoma, verdana;
	color: #ACACAC;
	display: block;
	margin-top: 0px;
}
.download:hover {
	background-color: #F7F7F7;
}
fieldset {
	padding: 5px;
	font-size:100%;
}
legend {
	color: #333333;
	font-size: 90%;
	padding: 5px;
}
.link-cursor {
	cursor: pointer;
}
.line-through {
	text-decoration: line-through;
}
a:hover .no-underline {
	text-decoration: none;
}
#footer .no-underline a:hover {
	text-decoration: none;
}

