/*
 * standard.css - Standard Poseidon stylesheet.
 *
 * :tabSize=4:indentSize=4:noTabs=false:
 * :folding=explicit:collapseFolds=1:
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the 
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but 
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
 * Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/*{{{ Elements*/
a:link
{
	color: #660000;
	text-decoration: underline;
}

a:visited
{
	color: #660000;
	text-decoration: underline;
}

a:hover
{
	color: #ff9900;
}
 
blockquote
{
	background: #E7F5FF;
	border: 1px dotted #000000;
	color: #000000;
	font-size: 10px;
	line-height: normal;
	padding: 3px;
}
 
body
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
/*    background-image: url(/images/jule-topbg.gif);
    background-repeat: no-repeat;
    background-position: right top; */
}

input
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre
{
	font-size: 11px;
	line-height: normal;
}

select
{
	border: 1px solid #000000;	
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea
{
	font-size: 11px;
}

#frame {
  margin: 0 auto; /* Centers the page */
  width: 765px;
  height: auto; /* Even though this div is invisible it auto adjusts to any content inside. */
  padding: 0;
}
#header {
  position: relative; /* Relative to the parent div (in this case, frame). Setting an absolute position would disregard parent div and set according to the page */
  top: 0;
  left: 0;
  width: 100%; /* Stretch to the full size of the parent div */
  height: 585px; /* Since this section has static elements, setting it to a set pixel value removes possibility of skewing layout */
  padding: 0;
  margin: 0;
}

/*}}}*/
/*{{{ Classes*/
/*{{{ Comment classes*/
.commentTitle
{
	background: #f5f5f5;
	border-top: 1px solid #000000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}

	.commentTitle a:link
	{
		color: #000000;
		text-decoration: none;
	}
	
	.commentTitle a:visited
	{
		color: #000000;
		text-decoration: none;
	}

.commentBody
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.commentByline
{
	border-bottom: 1px dashed #afafaf;
	color: #afafaf;
	font-size: 9px;
}

	.commentByline a:link
	{
		color: #afafaf;
		text-decoration: none;
	}
	
	.commentByline a:visited
	{
		color: #afafaf;
		text-decoration: none;
	}

	.commentByline a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}

.commentReplies
{
	font-size: 9px;
	line-height: normal;
	margin-bottom: 5px;
}

.commentToolbar
{
	background: #f5f5f5;
	color: #000000;
	border-top: 1px dashed #afafaf;
	border-bottom: 1px solid #000000;
	font-size: 9px;
}
/*}}}*/
/*{{{ Content classes*/
.contentTitle
{
	border-bottom: 1px solid #ff9900;
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 3px;
}

	.contentTitle a:link
	{
		color: #660000;
		text-decoration: none;
	}
	
	.contentTitle a:visited
	{
		color: #660000;
		text-decoration: none;
	}

.contentBody
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.contentByline
{
	color: #afafaf;
	font-size: 9px;
}

	.contentByline a:link
	{
		color: #afafaf;
		text-decoration: none;
	}
	
	.contentByline a:visited
	{
		color: #afafaf;
		text-decoration: none;
	}

	.contentByline a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}
	
.contentToolbar
{
	background: #f5f5f5;
	color: #000000;
	border-top: 1px dashed #afafaf;
	border-bottom: 1px solid #000000;
	font-size: 9px;
}
/*}}}*/
/*{{{ Form classes*/
.button
{
	background: #efefef;
	border: 1px solid #afafaf;
	color: #000000;
	cursor: pointer;
}

	.button:hover
	{
		background: #f5f5f5;
		border: 1px solid #000000;
	}

.checkbox
{
	margin-bottom: 0px;
}
	
.formHeader
{
	background: #f9f9f9;
	color: #000000;
	font-weight: bold;
	padding-right: 3px;
	text-align: right;
}

.formField
{
	line-height: normal;
}

.formSubmit
{
	text-align: right;
}

.formTip
{
	font-size: 10px;
	line-height: normal;
}

.text
{
	border: 1px solid #afafaf;
}

	.text:hover
	{
		border: 1px solid #000000;
	}
	
.longText
{
	border: 1px solid #afafaf;
	width: 300px;
}

	.longText:hover
	{
		border: 1px solid #000000;
	}
/*}}}*/
/*{{{ Generic table classes*/
.genericTable
{
	padding: 0px;
	width: 100%;
}

.genericTableTitle
{
	border-bottom: 1px solid #afafaf;
	font-weight: bold;
}

.genericTableHeader
{
	background: #efefef;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 2px;
}

.genericTableCell
{
	background: #f9f9f9;
	padding: 2px;
}
/*}}}*/
/*{{{ Miscellaneous classes*/

.galleryTitle
{
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}

.rss        { color: #000000; font-size: 9px; line-height: normal; margin-top: 5px; text-align: left; }
		.rss a:link      { color: #000000; text-decoration: underline; }
		.rss a:visited   { color: #000000; text-decoration: underline; }
		.rss a:hover     { color: #00FF00; }
		
.copyright
{
	border-top: 1px solid #ff9900;
	color: #afafaf;
	font-size: 9px;
	line-height: normal;
	margin-top: 5px;
	text-align: right;
}

	.copyright a:link
	{
		color: #afafaf;
		text-decoration: underline;
	}
	
	.copyright a:visited
	{
		color: #afafaf;
		text-decoration: underline;
	}
	
	.copyright a:hover
	{
		color: #ff9900;
	}

.header
{
	border-bottom: 1px solid #ff9900;
	font-weight: bold;
	margin-top: 25px;
	width: 250px;
}

.imgLeft
{
	border: 1px solid #000000;
	padding: 1px;
	margin-left: 1px;
}
	
.imageLeft
{
	border: 0px solid #000000;
	float: left;
	padding: 1px;
	margin: 5px;
	margin-left: 1px;
}
	
.imageRight
{
	border: 0px solid #000000;
	float: right;
	padding: 1px;
	margin: 5px;
	margin-right: 1px;
}
	
.infoBox
{
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	display: none;
	font-size: 9px;
	line-height: normal;
	padding: 2px;
	position: absolute;
	text-align: justify;
	z-index: 1;
}

.infoLink
{
	border-bottom: 1px dotted #006699;
}

.logo
{
	/* text-align: center; */
	background: url('http://hmjk.dk/images/hmjk-logo-bg_165x97.gif') no-repeat;
	border-bottom: 1px solid #ff9900;
	padding-bottom: 27px;
	margin-bottom: -4px;
}
.newsTitle
{
	border-bottom: 1px solid #ff9900;
	color: #666600;
	font-size: 14px;
	font-weight: bold;
	background: #E7F5FF;
	margin-bottom: 3px;
}

.news
{
	top: 5px;
	left: 95px;
	padding: 3px;
	position: absolute;
	width: 550px;
	/* text-align: center; */
	font-size: 10px;
	line-height: normal;
}

.mainbar
{
	top: 85px;
	left: 190px;
	padding: 3px;
	position: absolute;
	width: 550px;
}

.mainBody
{
}

.pagerLeft
{
	float: left;
	position: relative; 
}

	.pagerLeft a:link
	{
		color: #000000;
	}
		
	.pagerLeft a:visited
	{
		color: #000000;
	}
	
	.pagerLeft a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}

.pagerRight
{
	float: right;
	position: relative;
}

	.pagerRight a:link
	{
		color: #000000;
	}
		
	.pagerRight a:visited
	{
		color: #000000;
	}

	.pagerRight a:hover
	{
		color: #ff9900;
		text-decoration: underline;
	}
/*}}}*/
/*{{{ Sidebar menu classes*/
.sidebar
{
	height: 100%;
	left: 10px;
	line-height: 14px;
	position: absolute;
	top: 10px;
	width: 170px;
	border-right: 1px solid #ff9900;
	padding: 3px;
}

	.sidebar a:link
	{
		color: #000000;
	}
	
	.sidebar a:visited
	{
		color: #000000;
	}
	
	.sidebar a:hover
	{
		color: #ff9900;
	}

.sidebox
{
}

.sideboxtitle
{
	color: #660000;
	font-weight: bold;
	margin-bottom: 5px;
}
/*}}}*/
/*}}}*/
