@charset "utf-8";
/*
Viseno Red: #a61d21
*/

/* GENERAL INIT */

* {
  margin:0;
	padding:0;
}

body  {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
  line-height: 1.2em;
	color: black;
  margin: 0; 
	padding: 0;
	background: #f9f9f9;
  background-image:url(../images/backgrounds/frontpage_tiny.png);
}

div {
  overflow:hidden;
}

td{
  vertical-align: top;
}

a {
  text-decoration:none;
  color:#134c95;
}

img {
	border:0;
}
/* END GENRAL INIT */


/* BLOCK TEXT */
p{ /* only used for compact blocks of text */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0.5em 0px;
}

.bodytext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-bottom: 7px;
}
.compact {
  font-family: Arial, Helvetica, sans-serif;
}

.bold {
  font-weight: bold;
}

.errors{
  color:red;
}
/* END BLOCK TEXT */


/* FORMS */
input {
  font-family:Verdana,Arial,helvetica,sans-serif;
  font-size:13px;
  margin-bottom: 5px;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}
div.subform{
  background:#eee; 
  border:1px solid silver; 
  margin:10px 0px; 
  padding:10px; 
  width:200px;
}
/* END FORMS */


/* HEADINGS */
h1, h3, h4
{
  font-weight: bold;
}
h2, h3, h4
{
  color: black;
}
h2 a, h3 a, h4 a
{
  color:black;
}

h1,
.color, 
.color a
{
  line-height: 1.2em;
  color: #a61d21;
}

h1 {
  font-size: 28px;
  padding-bottom: 10px;
}

h2{
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

h3{
  line-height: 1.2em;
  font-size: 15px;
  margin-bottom: 5px;
}

h4{
  line-height: 1.2em;
  font-size: 12px;
  margin-bottom: 3px;
}

a.color
{
  color:#134c95;
}

.slim{
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}

div.title{
  clear: both;
  font-weight:normal;
  padding: 10px 10px 4px 10px;
  border-bottom: 1px dotted #bbb;
  margin-bottom:10px;
  font-weight:normal;
  font-size:16px;
  color:#444;
}

.title .pagenav{
  padding-top: 5px;
}

/* END HEADINGS */


/* MAIN LAYOUT  */
#headercontent {
  position:relative;
	width: 980px;
	margin: 0 auto;
  left: 0px;
}

#top_links {
  text-align:right;
	padding-top:3px;
	font-size:11px;
  height:16px;
}

#top_links a {
  border-left: solid 1px #888;
	text-decoration:none;
	color:#666666;
}
#top_links a.first {
  border:0;
}
#top_links img {
  vertical-align:middle;
}

.loginstatus {
	position: absolute;
  top:22px;
  right:0px;
  z-index:10;
	font-size:11px;
	color:#a61d21;
	font-weight:bold;
	margin-right: 10px;
}

/* actual page body: */
#container {
  text-align: left;
	width: 980px;
	margin: 0 auto;
  position: relative;
}

#footer {
	clear:both;
	font-size:11px;
  color:#666;
  padding-top: 30px;
  text-align:center;
}

#footer p {
	padding: 5px 0;
}

#footer a {
	text-decoration:none;
	color:#666;
}
/* END MAIN LAYOUT */


/* NAVBAR */
.mainmenu a{
  line-height:1.2em;
	text-decoration:none;
	color:white;
}

.mainmenu li{
	float:left;
  margin:0;
	height:24px;
  padding-top: 30px;
	width:155px;
	list-style-type:none;
	background:url(/images/card/tabs/std.png) top left no-repeat;
  text-align:center;
	font-size:13px;
	font-weight:normal;
}

.mainmenu li.last{
	float:right;
}

.mainmenu li.cur{
	background:url(/images/card/tabs/focus.png) top left no-repeat;
}

.mainmenu li.logo{
  height:41px;
  padding-top: 13px;
	width:129px;
	background:url(/images/card/tabs/logo_std.png) top left no-repeat;
}
.mainmenu li.logocur{
  height:41px;
  padding-top: 13px;
	width:129px;
	background:url(/images/card/tabs/logo_focus.png) top left no-repeat;
}
/* END NAVBAR */


/* SECONDARY NAVBAR */
#divide_bar {
	clear:left;
	background-color:#a61d21;
	height:10px;
}
/* END SECONDARY NAVBAR */


/* PAGING */
.pagenav {
  clear:both;
  font-size:13px;
  color: #444;
  text-align:right;
}
.pagenav a{
  text-decoration:underline;
}
.pagenav .this{
  font-weight: bold;
}
.pagenav .prev{
  margin-right: 10px;
  margin-left: 10px;
}
.pagenav .next{
  margin-left: 10px;
}
/* END PAGING */


/* DOCUMENTS */
.document {
  color:#666;
  margin-left: 20px;
}
.document p{
  padding: 5px 0px;
}
.document h2{
  padding: 10px 0px 0px 0px;
}

.altdoc p,
.altdoc li
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.altdoc a{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.altdoc p{
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.altdoc h2
{
  background: #a61d21;
  color: white;
  margin: 10px 0px;
  padding: 4px 5px 5px 5px;
}
.altdoc h2 a{
  color: white;
}
.altdoc h2 a:after{
  content: url('/images/icons/up_s_w.gif');
}
.altdoc h3{
  line-height: 15px; 
  margin-bottom: 2px;
  padding-top: 5px;
}
.altdoc td{
  padding-right: 20px;
}
.newdoc{
  color:#444;
}
.newdoc p{
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.newdoc h1{
  padding-top:15px;
  padding-bottom:5px;
}
.newdoc h2{
  font-size: 20px;
  color:#666;
}
.newdoc h2 b{
  color: #a61d21;
}
/* END DOCUMENTS */


/* UNSORTED */

.sep{
  clear: both;
  margin: 10px 0px;
  border-top: dotted 1px #bbb;
}

ul{
  margin-left: 6px;
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul h1, ul h2, ul h3, ul h4{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
ul li{
  margin-left: 10px;
  margin-bottom: 5px;
  list-style: url('/images/icons/play_s.gif') square;
}
li li{
  list-style: url('/images/icons/dash.gif') disc;
}
dl{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
dt{
  margin-top: 5px;
  font-weight: bold;
}
dd{
  margin-left: 20px;
}


#header ul{
  margin:0;
  font-family: inherit;
}
#header li{
  list-style: none;
}

.partneritem{
  margin-top: 10px;
  border-top: dotted 1px #ccc;
  padding-top: 10px;
}
.partneritem p{
  margin: 10px 0px;
}
.cmd{
  width:auto;
}

.discreet, .discreet a{
  font-size:10px;
  color:#999;
}
.user, .user a{
  color: #134c95;
}

.selected, .selected a{
  font-size:13px;
  line-height:18px;
  font-weight:bold;
  color:#A61D21;
  text-decoration:underline;
}
.toptag, .toptag a{
  font-size:13px;
  line-height:1.2em;
  font-weight:bold;
  color:#A61D21;
  margin-top:10px;
}