html{
height: 100%;
/*background-image: url(../garnish/page_back.gif);
background-repeat: repeat-y;
background-position: 0.3em;*/
background-color: #ffffff;
/*height: 100%;*/
border-left:0.4em #6B8FB8 solid;
}
body{
margin: 0px;
padding:0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 0.8em;
height: 100%;
}

h1, h2, h3{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	max-width:50em;
	font-size:2.2em;
	color: #6689B2;
}
h2{
	font-size:2em;
	color: #6689B2;
	line-height:25px;
	padding-bottom: auto;
}
h3{
	font-size:1.8em;
	font-weight: normal;
	line-height:21px;
	margin-bottom:0px;
	color: #6689B2;
}

select{
	background-color:rgb(225, 225, 225);
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
textarea{
	background-color:rgb(225, 225, 225);
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th{
	border-bottom: 1px solid rgb(232, 128, 0);
	border-right: 1px solid rgb(232, 128, 0);
	color : rgb(86, 86, 86);
	font : bold;
	text-align : left;
	padding:3px;
}
dl {
   line-height:1.1em;
	margin:0px;
	/*border-bottom:1px solid gray;*/
}

dt {
   width: 12em;
	color:gray;
}

dd {
		margin-left: 13em;
       position: relative;
       top: -1.3em;
} 
div#content td{
margin:0;
		border-bottom: 1px solid #FC9700;
		border-right: 1px solid #FC9700;
}
div#content table{
		border-left : 1px solid #FC9700;
		border-top: 1px solid #FC9700;
		border-spacing: 0px;
}
div#content table.journal{
	border: 0 none;
}
div#content table.journal td{
	border: 0 none;
	vertical-align: top;
}
div#content table.journal .first{
	width: 11em;
	margin-right:5em;
}

.table{
	font-size:0.9em;
	border-left : 1px solid #FC9700;
	width:52em;
   border-collapse: collapse;
}

.table a:hover{
	color:#ffffff;
	background-color: #3193C8;
}

.table td {
	border-bottom: 1px solid #FC9700;
	border-right: 1px solid #FC9700;
	padding:3px;
}

caption{
	font-size: 1em;
	color : White;
	background-color : #FC9700;
	text-align : left;
	padding:4px;
	font-weight: bold;
}
hr{
	border-width: 1px 0px 0px 0px ;
	border-color: #B4B4B4;
	border-style: solid;
	height: 0.1em;
margin-top:0.6em;
margin-bottom:0.6em;
}
table a.external,
a.external {
    background:  url(../garnish/external.gif) no-repeat bottom left;
    padding-left: 12px;
}


a{
/*color: #3193C8;
	color: #D78100;*/
	color: #DE7501;;
	text-decoration: none;
}
a:hover{
	color: white;
	background-color: #F49300;
}
a.ainvisible{
	display:none;
}
/*input{
	background-color: rgb(225, 225, 225);
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}*/
#content input.inputButton{
	background-color: #FF3300;
	color:#ffffff;
	font-weight: bold;
	width: auto;
	margin-top:1.5em;
	font-size:0.8em;
}
/*div#content input.inputbutton{
	margin-top:1.5em;
	font-size:0.8em;
}
div.divLabel{

}*/

div.divprojectlist{
	margin-top:10px;
}

/* ********************* HEADER *********************** */

#header {
   background: #ffffff url(../garnish/logo.gif) no-repeat;
	height: 89px;
	border-color: #6B8FB8;
	border-style: solid;
	border-width: 5px 0.4em 5px 0em;
}

#header img {
    float: right;
    border: 0;
}

#header h1 {
    display: none;
}

/* ********************* HELP *********************** */

#help{
    clear: both;
        border-style: solid;
        border-color: #ffffff #ffffff #6B8FB8 #999999;
        border-width: 0 0 0.4em 0;
	background-color: #6B8FB8;
	color: white;
	font-size: 0.7em;
	padding: 0.5em;
        height: 1.5em;
}
#help #breadcrumb {
    float: left;
} 

#help #breadcrumb a{
	color: #FBFBFB;
	font-weight: bold;
}

#help form {
    padding: 0;    
    margin: 0;
    float: right;
    padding: 3px 5px 0px 5px;
    color: #ffffff;
    font-weight: normal;
}


/* ********************* LEFT *********************** */

div#left{
   float: left;
   left: 0;
	background-color: #6B8FB8;
	width:13em;
	border-color: #6B8FB8;
	border-style:solid;
	border-width:0em 0.4em 0em 0em;
	/*height: 100em;*/
	font-size: 1em;
}




/* ********************* MENU *********************** */

div#left ul#menu {
	margin:0px 0px 0px 0px;
	list-style: none;
	padding: 0.1em 0.4em 0em 0.4em;
	border-width: 0.15em 0.15em 0.15em 0.15em;
	border-color: White;
	border-style: solid;
	margin-bottom:3em;
}

div#left ul#menu li {
    margin: 3px 0px 3px 0px;

}


div#left ul#menu li ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


div#left ul#menu li ul li {
    margin: 3px 0px 3px 0px;
	 
}
div#left ul#menu li ul li a{
    padding-left:15px;
	 padding-right:5px;

}

div#left ul#menu li ul li ul li {
    text-indent: 2em;

}

ul#menu a{
   font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-decoration: none;
	background-color:#95AFCC;
	display: block;
	height:1%;
	color: #ffffff;
	padding: 3px;
	margin:0px;
}
ul#menu a:hover{
	color:#ffffff;
	background: #FC9700;
}
ul#menu a.current {
   background-color: #2B7AA3;
}

div.divRight p{
max-width:50em;
line-height:20px;
margin-bottom:10px;
}






div.divMember2{
	background-color: rgb(255, 103, 45);
	border-width: 0.1em 0.2em 0.2em 0.2em;
	border-color: White;
	border-style: solid;
	padding:1em 1em 1.8em 1em;
	color:#ffffff;
	font-size: 0.8em;
}
div.divMember2 a{
	color:#ffffff;
	padding: 0px;
}


div.divartcles h3{
	margin-bottom:0em;
	margin-top:2.5em;
}
div.divartcles p{
	margin-bottom : 0.3em;
	margin-top : 0.1em;
}
div#content textarea{
font-size: 1em;
padding:3px;
border:1px solid #000000;
margin-top:0.3em;
margin-bottom:0.3em;
}
div#content select{
padding:3px;
border:1px solid #000000;
margin-top:0.3em;
margin-bottom:0.3em;
}
p.pMember{
	margin:0px 0px 10px 0px ;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}
div#members{
	background-color: #FFAE33;
	border-width: 0.1em 0.2em 0.2em 0.2em;
	border-color: White;
	border-style: solid;
	padding:1em 1em 1em 1em;
	color:#ffffff;
	margin-bottom: 2em;
	font-size: 0.8em;
}
div#members span{
display: block;
padding-top:1em;
font-weight: bold;
color: #A46B00;
}
div#members form{
margin:0px;
}
div#members h3{
margin-top:0px;
margin-bottom:4px;
color: White;
}
div#members form input{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin:0px;
width: 90%;
 background-color: White;
 border: 1px solid #929292;
 color:gray;
}
div#members a{
color:white;
font-weight: bold;
}
div#members .button{
	background-color: #FF3300;
	color:#ffffff;
	font-weight: bold;
	width: auto;
 margin: 1em 0em 1em 0em;
}
div#members ul{
margin-top:0;
margin-bottom:1em;
}
div#content .listchild{
margin-top:1.2em;
margin-bottom:1.2em;
}

div#content .listchild em{
	width:12em;
	float:left;
	color:gray;
	font-style: normal;
}

div#content img.left{
float:left;
margin-right: 1em;
margin-top:0;
border: 1px solid #B4B4B4;
}
div#content input{
background-color: #E1E1E1;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 3px;
border:1px solid #000000;
margin-top:0.4em;
margin-bottom:0.1em;
}
div#content input:focus,
div#content textarea:focus{
    background: white;
    color: black;
}
div#content{
	margin: 0em 0em 0em 16em;
	font-size: 0.85em;
	width:55em;
	line-height:16px;
	padding: 1.2em 0em 0em 2em;
}
div#content form{
border:1px solid rgb(180, 180, 180);
width:47em;
  	background-image: url(../garnish/slice_comment.jpg);
   background-repeat: repeat-x;
	margin-top:5px;
 padding: 0em 1.5em 1.5em 1.5em;
}
div#content label{
	width:19em;
	float:left;
}
div#content span{
	font-size: 0.9em;
	color: #676767;
}

div#content p{
	line-height:14px;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
div#content ul{
    list-style-type: square;
	max-width:55em;
	margin:0.3em 0em 0.3em 2em;
	padding: 0.3em 0em 0.3em 2em ;
	line-height:17px;
}
div#content li{
	margin: 0em 0em 0em 0em;
	list-style: url(../garnish/arrow.gif);
}
p.pdetails{
font-size: 0.8em;
}
.emphasis{
	background: #FC9700;
	color: #ffffff;
	padding: 4px;
	border: 1px solid rgb(232, 128, 0);
	line-height:10px;
}
.emphasis2{
	background: rgb(255, 127, 79);
	color: #ffffff;
	padding: 4px;
	border: 1px solid rgb(230, 63, 0);
	line-height:10px;
}
h6{
	font-size:0.9em;
	padding : 0em 0em 0em 15em;
	font-weight : lighter;
	}
h4{
	font-size:1.4em;
	padding: 0;
	margin:10px 0 0 0;
	color:#95AFCC;
}
h5{
	font-size:0.9em;
	padding : 0em 0em 0em 10em;
	font-weight : lighter;
}
#logo{
	float: left;
}
div#left #banners img{
margin-left:0.5em;
border: 1px solid #4B5D78;
 }
div#left #banners a:hover{
background:transparent;
 }
#econtent{
	float: right;
}
.small{
	font-size: 0.9em;
	color: #676767;
}
.orange{
	font-weight : bold;
	color : #FC9700;
}
table.tableData{
	font-size: 0.9em;
	border-style:solid;
	border-color: #999999;
	border-width: 1px 1px 0px 0px;
}
table.tableData th, table.tableData td{
		border-style:solid;
	border-color: #999999;
	border-width: 0px 0px 1px 1px;
	padding: 0.5em;
}
table.tableData th{
	text-align: left;
	background-color: #95AFCC;
	color: #ffffff;
}

div.center {
    margin: 0 auto;
    text-align: center;
}

.error {
    color: red;
}

.mand {
    color: red;
}
div#content span.mand {
    color: red;
}
/* ////////////////////////////////// home///////////////////////*/
div.divNewsCont{
	border: 3px solid #C6D3E6;
	padding:10px;
	max-width:50em;
}

div.divNewsCont p{
	margin-bottom: 18px;
	margin-top: 18px;
}

div.divNewsCont a{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*display: block;
	font-size: 1.2em;*/
	margin-left:-2px;
margin-bottom:0px;
}
div.divNewsTitle{
	margin:0px 0px 10px 0px;
	padding-top:0;
}
div.divNewsCont h3{
font-size:1.7em;
margin-top:3px;
}
h3.h3Rubrik{
	background-image: url(../garnish/rubrik.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 45px;
	margin-bottom:0px;
	line-height: 1em;
	font-size:1.9em;
}

div.divNewsCont h4{
font-size:1.5em;
margin-top:3px;
font-weight: bold;
color: #95AFCC;
}

/*///////////////////////Icons//////////////////////////*/
a.extpdf,
a.extzip,
a.extjpg,
a.extpng,
a.extgif,
a.extbmp,
a.exttiff,
a.extbmp,
a.exttxt,
a.exthtml,
a.extxml,
a.extmpeg,
a.extdoc,
a.extxls,
a.extppt{ 
	margin:0 0 0 -5px;
	padding:0 0 0 18px;
	display:block;
    width: 23px;
    height: 16px;
	background-repeat: no-repeat;
    background-image: url(../garnish/all_icons.gif);
}
/*.extpdf ,
.extzip ,
.extjpg ,
.extpng ,
.extgif ,
.extbmp ,
.exttiff ,
.extbmp ,
.exthtml ,
.extxml ,
.exttxt ,
.extmpeg ,
.extdoc ,
.extxls ,
.extppt { 
    display:none;
}*/

a.extpdf {background-position: 0px 0px;}
a.extzip {   background-position: 0px -21px;} 
a.extjpg {   background-position: 0px -41px;} 
a.extpng {   background-position: 0px -41px;} 
a.extgif {   background-position: 0px -61px;} 
a.exttiff{   background-position: 0px -80px;} 
a.extbmp {   background-position: 0px -98px;} 
a.exttxt {   background-position: 0px -137px;} 
a.exthtml {  background-position: 0px -154px;} 
a.extxml {   background-position: 0px -171px;} 
a.extmpeg {  background-position: 0px -200px;} 
a.extdoc {   background-position: 0px -208px;} 
a.extxls {   background-position: 0px -230px;} 
a.extppt {   background-position: 0px -250px;} 

/* ////////////////////////////////// COMMENTS///////////////////////*/

div.comment {
background : none;
width:100%;
border:0px;
position:relative;
padding: 1em 1em 0em 0em;
border-top: 1px dotted #ABABAB;
}

div.comment a.edit{
background-color: #FF3300;
color:#ffffff;
font-weight: bold;
padding:0.3em;
border:1px solid #000000;
bottom:0em;
right:1em;
margin-top: 3em;
position: absolute;
}


div#content span.commenticon{
  background-image: url(../garnish/icon_comment.gif);
  background-repeat: no-repeat;
  margin-left: 0.2em;
  margin-bottom:0.5em;
	padding-top: 0.18em;
	padding-left:2em;
}

div#content div.comment em{
width:auto;
padding-top:5px;
padding-bottom:0px;
margin-bottom:5px;
}

div.divcomment {
	line-height:13px;
	color: #4B5D78;
	font-size:0.9em;
 	border : 0.05em solid rgb(180, 180, 180);
  	background-image: url(../garnish/slice_comment.jpg);
   background-repeat: repeat-x;
 	margin-top: 4em;
  	margin-bottom: 4em;
	padding: 1em 1em 1em 1em;
}
div.divcomment h3,p{
	margin-top:0;
	margin-bottom:0;
}

/* tools */
#tools {
    display: none;
    font-size: 2em;
}


/*--------------------------Optiwork DST tables------------------------------*/

div#content .tableDST{
border:0;
border-left:3px solid #C6D3E6;
border-bottom:3px solid #C6D3E6;
width:95%;
}

div#content .tableDST th{
font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
color: #5f6f79;
border-right: 3px solid #C6D3E6;
border-bottom: 0px solid #C6D3E6;
border-top: 3px solid #C6D3E6;
letter-spacing: 1px;
text-align: left;
padding:0.5em 0.2em 0.5em 0.4em;
}

div#content .tableDST td {
	border-right: 3px solid #C6D3E6;
	border-top: 3px solid #C6D3E6;
	border-bottom:0;
	background: #fff;
	padding:0.5em 0.2em 0.5em 0.2em;
	color: #000000;
	text-align:center;
}

/*div#content .tableDST{
	border-top: 3px solid #C6D3E6;
	border-left: 3px solid #C6D3E6;
	width:95%;
}


div#content .tableDST td{
		margin:0;
		border-bottom: 3px solid #C6D3E6;
		border-right: 3px solid #C6D3E6;
		padding: 5px 2px 5px 2px;
		text-align:center;
		width:25px;

}

div#content .tableDST td.titleTSD{
	width:90px;
	text-align: left;
}
*/

a.nextPage{
	float:right;
	text-align:right;	
	/*margin-top:-10px;*/
}

a.previousPage{
	float:left;
	text-align:left;
}

h2 span a{
	font-size:.7em;
}

div#content .tableDST .lightGreen{
	background-color: #00FF00;
}

div#content .tableDST .green{
	background-color: #008000;
	color: #ffffff;
}

div#content .tableDST .orange{
	background-color: #FFBA37;
	color: #000000;
	font-weight: normal;
}

div#content .tableDST .red{
	background-color: #B70000;
	color: #ffffff;
}

/* ------------------------------------------------Pop- Ups---------------------------------------------------*/

#popBody{
	background-color: #FFFFFF;
	background-image: none;
	border-left: 0em #6B8FB8 solid;
}

#data h2{
	background-color: #6B8FB8;
	padding:1px 0 10px 5px;
	color:#ffffff;
	margin:0;
}

#closeButt{
	float: right;
	color:#ffffff;
	margin-top: 100px;
}

#popBody div strong{
	font-size: 1em;
	padding:0px;
	color:#6B8FB8;
}


#popBody div p{
	padding:5px 10px 5px 10px;

}