﻿/* CSS Stylesheet for Fietsactie Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


TD, LI, UL
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

HR
{
	color: #002083;
	height: 1pt;	
	text-align: left;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #D81223;
}
H1	{	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	margin-bottom : -14px;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
		
/* Error message & help */

div.errormessage {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
	color: Red;
}

div.infomessage {
	background-color: #e7fbec;
	border: 1px dashed #CFCFCF;
	margin-top: 8px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
	color: Black;
}

div.message
{
	background-color: #ffffcc;
	padding-top: 2px;
	padding-bottom: 10px;
	border-right: black 1px solid;
	padding-right: 10px;
	border-top: black 1px solid;
	padding-left: 10px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-size: 12px;
	margin: 5px;
}

div.errormessage td {
	line-height: 18px;
}

img.errormessage {
	margin-left: -24px;
}

div#helpLayer {
	background-color: #FFFFE1;
	border-top: 1px dashed #CFCFCF;
	padding: 8px 8px 8px 28px;
}

img#helpIcon {
	margin-left: -20px;
}

.SideHeader
{
	background-color: #002083;
	color: White;
	text-align: center;
	font-family : Tahoma;  
}

.StepStyle
{
	padding: 2px;
}

.StepInput
{
	background-color: #f7f3f7;  
	padding-left: 4px;
	border-left-color: #d6d7d6;
	border-left-style: solid;
	border-left-width: 1px;
	
}

.StepHeader
{
	background-color: #f7f3f7;  
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bolder;  
	border-left-color: #d6d7d6;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #d6d7d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #d6d7d6;
	border-top-style: solid;
	border-top-width: 1px;
}

.LargePanel
{
	padding: 4px;
	width: 95%;
	border-color: #DBDDF2;
	border-width: 1px;
	border-style: solid;
	  
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ItemAuthor
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: gray;
}

.ItemTitle
{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold; 
	color: #A6CD98;	
}

.MonthName
{
	font-weight: normal;
	font-size: 34px;
	color: #A6CD98;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	text-align: left;
}

.backgroundimage 
{
	background-image: url(http://www.opdefietswerktbeter.nl/images/layout/background.gif);
	background-repeat: no-repeat;
	background-position: top right; 
}


/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 20px;
	color: #D81223;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #081C59;
}

.SubNormal
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;	
}

.pageTitle
{
	font-weight: bold;
	font-size: 24px;
	color: #D81223;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

.footer 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
}

SELECT, INPUT, CHECKBOX, TEXTAREA 
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    font-size: 11px;

}

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code 
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #dbddf2;
}

select.error, textarea.error, input.error { 
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px; 
	line-height: 15px; 
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}

a { 
	color: #003399; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}
/*
A:link	{	
	text-decoration:	underline;
	color:	#2A3B71; 
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#2A3B71;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#2A3B71;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#2A3B71;
	}
*/

.DataListFlowBullet SPAN { DISPLAY: list-item; MARGIN-LEFT: 25px }
.DataListFlowBullet BR { DISPLAY: none }

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
.EditorPartHidden
{
  display: none; 
}

.EditorPartShown
{
  display: block;
}

.EditorPartTitle
{
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../images/icons/plus.gif); 
  background-color: Transparent;  
  cursor: pointer;
  padding-left: 14px;
  font-size: x-small;
}

.WebPartTitleStyle {
	padding:5px;
	background-image:url("../images/layout/bg_nav.gif");
	background-repeat:repeat-x;
	width:100%;
}

.EditorHeader
{
	padding:5px;
	background-image:url("../images/layout/bg_nav.gif");
	background-repeat:repeat-x;
	width:100%;
}

.EditorFooter
{
	padding:3px;
	background-image:url("../images/layout/bg-snippet.gif");
	background-repeat:repeat-x;
	width:100%;
}

.PageBox
{	
	background-color: #dbddf2; 	
}

/*Hover Menu*/
.popupMenu
{
	position: absolute;
	visibility:hidden;
	border-right: #848684 1px solid;
	border-top: #848684 1px solid;
	border-left: #848684 1px solid;
	border-bottom: #848684 1px solid;
	background-color: white;
}

.menuitem
{
	/*border: whitesmoke 1px solid;*/
	background-color: white;
}
.menutitle
{
	color: #00309C;
	font-weight: bold;
}
.menuimage
{
	background-color: #EEEEEE;
	border-right: #C6C7C6 1px solid;
	position: static;
	clear: left;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	padding-bottom: 7px;
	padding-top: 7px;
}
.menutext
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.menuhover
{
	text-decoration: none;
	cursor: hand;
	background-color: #FFE7A5;
	border: #D6B57A 1px solid;
	z-index: 50;
	margin: -1px;
}
.menuhover a
{
	text-decoration: none;
	cursor: hand;
}

.ellipsis span {
   white-space:nowrap;
   text-overflow:ellipsis; /* for internet explorer */
   overflow:hidden;
   width:160px;
   display:block;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:100%;		
	height:30px;
	background-image: url(../images/layout/bg-menu-main.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.highlight 
{
    background-color: lemonchiffon; 
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(../images/layout/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}
.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}
a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
}
a.ContextMenuItem-Selected
{
	font-weight: bold;
}
a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}
