/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

#forms 
{ 
    /*border: solid 1px #000000;*/
}
#forms label 
{
    /*display: block;*/
    position: absolute; 
    text-align:right; 
    width:120px;
}
#forms input, textarea, select
{ 
    margin-left: 130px; 
    margin-bottom: 5px;
}
#pstrong
{
    border-bottom: solid 1px #CFCCC4;
}

/* basic elements */
html 
{
	margin: 0;
	padding: 0;
}
body 
{ 
	font: verdana, sans-serif;
	line-height: 1.88889;
	color: #555753;
	background: #dfdbd3 url(../images/webimages/bg2.gif) repeat-x top; 
	margin: 0; 
	padding: 0;
}
p 
{ 
	margin-top: 0; 
	text-align: justify;
}
h3 
{ 
	font: italic normal 1.4em verdana, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}
a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
}
a:visited 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
}
a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #9685BA;
}
acronym 
{
	border-bottom: none;
}
td.newstitle
{
    border-bottom: 1px solid #CFCCC4;
}
td.bbottom
{
    text-align: left;
    border-bottom: 1px solid #CFCCC4;
}
td.bbottom_r
{
    text-align: right;
    border-bottom: 1px solid #CFCCC4;
}
.userinfo_img {    float: right;     padding: 1px 1px 1px 1px;     margin: 3px 1px 3px 3px;     background-color : #efefef;     border: #6F0000 solid 0px;     font-family: Verdana;     font-size: 9px;     color: #333333;     border: solid 1px #CFCCC4;}#dagbok_text 
{
    font-family: Verdana, Helvetica, Sans-Serif; 
    font-size: 11px; 
    color: #000000; 
    font-weight: normal; 
    margin-bottom: 10px; 
    clear: left; 
    padding-left: 1px;
}
#dagbok_text a:link 
{ 
	font-weight: bold; 
	text-decoration: underline; 
	color: #990000;
}
#dagbok_text a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #990000;
}
INPUT {     font-size: 11px;     font-family: Verdana, Helvetica, Sans-Serif;     color: #000000; } TEXTAREA,SELECT{     font-size: 11px;     font-family: Verdana, Helvetica, Sans-Serif;}
TABLE.light 
{ 
    background-color: #dfdedf; 
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
    height: 400px;
}
#tableadmin
{
    width: 97%;
}
.admin {    font-size: 10pt;     font-family: arial;     background-color: #ffffff;     color: Navy;}.admin2 
{
    font-size: 10pt; 
    font-family: arial; 
    background-color: #dedede; 
    color: Navy;
}
#container 
{ 
	background: url(../images/webimages/bg.jpg) no-repeat top left; 
	padding: 0 0 0 30px;  
	margin: 0; 
	/*position: relative;*/
}
.maintable
{
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    width: 100%;
    min-height: 700px;    
    height: 700px;
}
.maintableadmin
{
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    width: 100%;
    min-height: 700px;    
    height: 700px;
}
.popuptable
{
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    width: 95%;
    border: solid 1px #000000;
}
#maincontainer
{
    background-color: #ffffff;
    /*padding: 5px 5px 5px 5px;*/
    width: 100%;
    min-height: 700px;    
    height: 700px;
}
.maincontainertable
{
    width: 100%;
    padding: 5px 5px 5px 5px;
}
.maintablespace
{
    height: 8px;
}
.breadcrumb
{
    height: 12px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader
{ 
	/*background: transparent url(../images/webimages/logo-banner2.gif) no-repeat top left;*/
	background-color: #dfdbd3;
	margin-top: 10px; 
	width: 900px; 
	height: 80px; 
	float: none;
	padding: 2px 2px 2px 2px;
	border: solid 1px #666666;
}
#pageHeaderBottom
{ 
    background-color: #988F5E;
    margin-top: 2px;
	width: 900px;
	height: 25px;
	padding: 2px 2px 2px 2px;
	border: solid 1px #666666;
}
#pageHeaderBottomAdmin
{ 
    background-color: #988F5E;
    margin-top: 2px;
	width: 900px;
	height: 50px;
	padding: 2px 2px 2px 2px;
	border: solid 1px #666666;
}
#pageHeaderBottom a,
#pageHeaderBottom td,
#pageHeaderBottomAdmin a,
#pageHeaderBottomAdmin td
{
    color: #ffffff;
    font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}
#supportingText 
{	
    margin-top: 2px;
    padding: 2px 2px 2px 2px;
	border: solid 1px #666666;
	width: 700px;
	min-height:500px;
    height:auto !important;
    height:700px;
	float: left;
	
}
#supportingAdminText 
{	
    margin-top: 2px;
    padding: 2px 2px 2px 2px;
	border: solid 1px #666666;
	width: 900px;
	min-height:500px;
    height:auto !important;
    height:700px;
	float: left;
	
}
#maintext
{
	border-bottom: 1px solid #E4E1DB;
	/*padding-bottom: 20pt;	*/
}
#maintext td
{
    font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}
#maintext a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
}
#maintext a:visited 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #666666;
}
#maintext a:hover, a:active 
{ 
	text-decoration: underline; 
	color: #9685BA;
}
#linkList 
{
    margin-top: 2px;
    background: transparent url(../images/webimages/navbg.gif) top left repeat-y;
	left: 700px;
	top: 130px;	
	width: 200px;
	float: left;
}
#linkList2 
{ 
	font: .6em/1.4em verdana, sans-serif; 				
	padding-bottom: 20px;
}
#linkList ul 
{
	margin: 0;
	padding: 0;
}
#linkList li 
{
	line-height: 2.5ex; 
	/*background: transparent url(cr1.gif) no-repeat top center; */
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
}
#linkList li a:visited,
#linkList li a:link 
{
	color: #ffffff; /* #988F5E;*/
}
#linkList li a:hover
{
    color: #dedfde;
}
#lselect li 
{	
	/*background: transparent url(images/navico.gif) 3pt 5pt no-repeat;*/
	color: #666666;
	border-bottom: 1px solid #CFCCC4;
	padding: 2px 10px 2px 5px;
}
#lselectlight li 
{	
	/*background: transparent url(images/navico.gif) 3pt 5pt no-repeat;*/
	color: #666666;
	border-bottom: 1px solid #CFCCC4;
	padding: 2px 10px 2px 5px;
}
#lselectlight li a:link,
#lselectlight li a:visited
{
    color: #ffffff;
}
#lselectlight li a:hover
{
    color: #dedfde;
}

ul.listing {
    list-style-type:none;
    margin:10px;
    padding:0px;
}
ul.listing li {
    border: 2px solid #666666;
    background-color: #dfdedf;
    padding:5px 5px 4px 5px;
    margin-bottom:10px;
    height:1%;
}


/*************************** not in use **********************************/
#quickSummary 
{
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
}
#quickSummary p 
{
	font: italic 10pt/22pt georgia; 
	text-align:center;
}

#preamble 
{
	clear: right; 
	padding: 0px 10px 0 10px;
}

#footer 
{ 
	text-align: center; 
}
#footer a:link, #footer a:visited 
{ 
	margin-right: 20px; 
}

#linkList h3.select 
{ 
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
}
#linkList h3.select span 
{
	display:none
}
#linkList h3.favorites 
{ 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width: 60px; 
	height: 18px; 
}
#linkList h3.favorites span 
{
	display:none
}
#linkList h3.archives 
{ 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 
}
#linkList h3.archives span 
{
	display:none
}
#linkList h3.resources 
{ 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
}
#linkList h3.resources span 
{
	display:none
}


#extraDiv1 
{
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
}
.accesskey 
{
	text-decoration: underline;
}
