/****************************/
/* CSS stylesheet for		*/
/* http://www.vandreklub.dk	*/
/****************************/

body
{
	color: black;
	background-color: silver;
	font-family: Georgia, Verdana, Arial;
	border: 0px;
	margin: 4px;
	padding: 0px;
}

/* top bar,	containing banner and main menu	*/
div#header
{
	color: #006666;
	background-color: white;
	border: 1px solid black;
	border-bottom: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* contains	logo and our name */
div#banner
{
	color: #006666;
	background-color: white;
	font-size: 18pt;
	font-weight: bold;
	border: 0px;
	margin: 0px;
	padding: 10px;
}

/* contains	lop	login information*/
div.loginline
{
	margin-top: 7px;
	margin-right: 7px;
	color: black;
	background-color: white;
	font-size: 10pt;
	font-weight: bold;
	float: right;
}
div.loginline a
{
	color: black;
	background-color: white;
	font-weight: bold;
}

/* main	menu */
div#menu
{
	color: white;
	background-color: white;
	padding: 0px 0px;
	margin-left: 0px;
	border: 0px;
}
div#menu ul
{
	padding: 3px 0px;
	margin: 0px;
	border-bottom: 1px solid #006666;
}

div#menu li
{
	list-style: none;
	display: inline;
}

div#menu li a
{
	padding: 3px 8px;
	margin-left: 3px;
	border: 1px solid black;
	color: white;
	background-color: silver;
	text-decoration: none;
	font-size: 14pt;
	font-weight: bold;
}

div#menu li a:hover
{
	color: white;
	background: gray;
}

div#menu li a#active
{
	color: white;
	background: #006666; /*#006666;*/
	border: 1px solid black;
	border-bottom: 1px solid #006666;
}

/* contains	copyright etc. */
div#card
{
	color: white;
	background-color: #006666;
	padding: 8px;
	padding-bottom: 0px;
	border: 1px solid black;
	border-top: 0px;
}

/* container for left-aligned box elements */
div#sidebar
{
	float: left;
	width: 150px;
}

/* container for content area box elements */
div#contentarea
{
	margin: 0px 0px 8px 158px;
}

/* contains	copyright etc. */
div#footer
{
	color: white;
	background-color: #006666;
	text-align: center;
	clear: both;
	font-size: 10pt;
	border: 1px solid black;
	margin-top: 4px;
	padding: 0px;
}

/* container for all page modules and user controls	*/
div.box
{
	border: 1px solid black;
	margin-bottom: 8px;
	padding: 0px;
}

/* box title / user	control	title */
div.title
{
	background-color: #339966;
	color: black;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 8px;
	border-bottom: 1px solid black;
}

/* normal text box */
div.text
{
	color: black;
	background-color: white;
	padding: 20px;
	font-size: 12pt;
}
div.text h1
{
	font-size: 14pt;
}

div.text h2
{
	font-size: 13.5pt;
	padding: 0px 0px 0px 0px;
	margin: 9px 0px 6px 0px;
}
div.text h3
{
	font-size: 13.5pt;
	padding: 0px 0px 0px 0px;
	margin: 9px 0px 6px 0px;
}
div.text ul
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

/* minicalendar	box	*/
div.minicalendar
{
	color: black;
	background-color: white;
	padding: 7px;
	border: 0px;
	margin: 0px;
}
div.minicalendar h1
{
	margin-top: 0.2ex;
	margin-bottom: 0.2ex;
	font-size: 9pt;
	font-weight: bold;
}
div.minicalendar a
{
	color:Black;
	text-decoration:none;
}
div.minicalendar h2
{
	margin-top: 0.2ex;
	margin-bottom: 0.2ex;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	text-align:right;
}
div.minicalendar p
{
	margin-top: 0.2ex;
	margin-bottom: 0.2ex;
	font-size: 8pt;
}

/* calendar	box	*/
div.calendar
{
	color: black;
	background-color: white;
}
div.calendar h1
{
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0.1ex;
	margin-bottom: 0.1ex;
}
div.calendar h2
{
	margin-top: 0.1ex;
	margin-bottom: 0.1ex;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}
div.calendar h3
{
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	font-size: 11pt;
	font-weight: bold;
}
div.calendar p
{
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	font-size: 11pt;
}
div.calendar ul
{
	list-style-type: none;
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-size: 11pt;
}
div.calendar li
{
	font-size: 11pt;
}
div.calendar span.tripfact
{
	font-weight: bold;
}
span.boxTitleNote
{
	font-size: 11pt;
	font-weight: normal;
}
div.calendar a
{
	text-decoration: none;
}
div.bottomEventLinks
{
	text-align:right;
	font-size: 10pt;
}

/* member search/list/edit forms */
table.MemberInformation
{
	font-size: 11pt;
}
table.MemberList
{
	font-size: 11pt;
}

div.betaling
{
	color: black;
	background-color: white;
	font-size: 9pt;
	padding: 7px;
}
div.betaling table
{
	border: solid 1px black;
	border-collapse: collapse; /*equivalent to cellspacing*/
}
div.betaling th
{
	color: black;
	background-color: #DDDDDD;
	text-align: right;
	border: solid 1px black;
	font-size: 10pt;
	padding: 0px 5px;
}
div.betaling td
{
	text-align: right;
	border: solid 1px #AAAAAA; /*gray*/
	font-size: 9pt;
	padding: 0px 5px;
}
div.betaling table input
{
	margin: 0px;
}
div.betaling input
{
	margin: 10px;
}
/*correct RadioButtonList.RepeatDirection.Horizontal weirdness*/
div.betaling table table
{
	border-width: 0px;
	border-collapse: collapse; /*equivalent to cellspacing*/
	padding: 0px;
	margin: 0px;
}
/*correct RadioButtonList.RepeatDirection.Horizontal weirdness*/
div.betaling table table td
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
div.betaling table input
{
	margin: 0px;
}
input[value=Slet] { margin-left: 5em; }

/*div.calendar div.odd*/
div.odd
{
	color: black;
	background-color: #F9F9F9;
	padding: 7px;
}

/*div.calendar div.even*/
div.even
{
	color: black;
	background-color: #E3E3E3;
	padding: 7px;
}

/* toolbar box */
div.toolbar
{
	color: black;
	background-color: white;
	padding: 7px;
	border: 0px;
	margin: 0px;
}
div.toolbar ul
{
	list-style-type: none;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
div.toolbar ul li
{
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
div.toolbar ul li ul li
{
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
div.toolbar a
{
	text-decoration: none;
	color: black;
}

/* login box */
div.login
{
	color: black;
	background-color: white;
	padding: 7px;
	border: 0px;
	margin: 0px;
	font-size: 11pt;
}

.errorMessage
{
	color: Red;
}

.editEventState
{
	color: Maroon;
	font-weight: bold;
	font-style: normal;
}

.datePicker
{
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

.organizerTable
{
	margin-top: 0.5ex;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

/* Administration of log category levels */
.categoryEven
{
	color: black;
	background-color: #E3E3E3;
	padding: 7px;
}
.categoryOdd
{
	color: black;
	background-color: #F9F9F9;
	padding: 7px;
}

/* inline image	with caption */
span.image
{
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}

/* standard	HTML tags */
em
{
	font-weight: bold;
	font-style: italic;
}
address
{
	padding: 10px;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}
img
{
	border: 0px;
}
p.author
{
	font-weight: normal;
	font-style: italic;
	padding-left: 30px;
}
p.date
{
	font-weight: normal;
	font-style: italic;
	padding-left: 30px;
}
p.diary
{
	font-weight: normal;
	font-style: italic;
}

div.suggestionPicture
{
	text-align:center;
	background-color: #F5F5DC;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 30px;
}
div.suggestionPicture img
{
	border: 3px solid black;
}	
div.suggestionPicture p
{
	font-style:italic;
	font-size: 80%;
}	




div.forumbox
{
	border: 1px solid black;
	margin-bottom: 8px;
	padding: 0px 0px 0px 0px;
}

div.forum
{
	background-color: #FFFFFF;
	float: none;
	color: black;
	margin: 10px;
	font-size: 12pt;
}

div.forum div#odd
{
	color: black;
	background-color: #F9F9F9;
	padding: 0px;
	width: 100%;
}
div.forum div#even
{
	color: black;
	background-color: #E3E3E3;
	padding: 0px;
	width: 100%;
}
table.forumMessageTable tr td.text
{
	font-size: 12pt;
	vertical-align: top;
}
table.forumMessageTable tr td.info
{
	width: 170px;
	margin: 1px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
table.forumMessageTable tr td ul
{
	padding: 0px 2px 5px;
}
table.forumMessageTable tr td ul li.date
{
	list-style: none;
	padding: 2px 0px;
	margin-bottom: 12px;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
}
table.forumMessageTable tr td ul li.name
{
	list-style: none;
	font-style: italic;
	font-size: 11pt;	
}

/* Discussionlistview*/
div.forum table.disclist
{
	width: 100%;
}
div.forum table.disclist tr
{
	background: #F9F9F9;
}
div.forum table.disclist th.disclistth1
{
	width: 20%;
}
div.forum table.disclist th.disclistth2
{
	width: 60%;
}
div.forum table.disclist th.disclistth3
{
	width: 20%;
}
div.forum table.disclist td.date
{
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	width: 15%
}
div.forum table.disclist tr td.subject
{
	width: 70%
}
div.forum table.disclist tr td.subject a
{
	color: black;
}
div.forum table.disclist tr td.replies
{
	width: 15%;
	font-size: 11pt;
	font-weight: bold;
}


/* New messages*/
table.forumnews
{
	width : 100%;
}
table.forumnews tr th.forumnewsth1
{
	width: 20%;
}	
table.forumnews tr th.forumnewsth2
{
	width: 60%;
}	
table.forumnews tr th.forumnewsth3
{
	width: 20%;
}	
table.forumnews tr td
{
	background: #F9F9F9;
}
td.forumdesclnk a
{
	color: black;
	font-size: 11pt;
}
td.forumdisclnk a
{
	color: black;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}
table.forumnews tr td.forumnewstext
{
	vertical-align: top;
	font-size: 11pt;
	font-style: italic;
}


/*Forum generics*/
td.date
{
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
}
td.name
{
	font-style: italic;
	font-size: 11pt;	
}
div.forum table tr th
{
	background : #E3E3E3;
	text-align: left;
	font-weight: bold;
	font-size: 13pt;
}

/* Article Left menu when displaying current node */
a.CurrentNodeLink
{
	background-color: #99d3b6;
}



