/**
  *  Stadstoezicht Default Theme Stylesheet.
  * 
  * 
  */

/**
  * Redefines.
  */
body {
	background-color: #E86C84;
	background-color: #41457D;
}

a {
	color: #004D71;
}
a:Link {
	text-decoration: underline;
}
a:Visited {
	text-decoration: underline;
}
a:Active {
	text-decoration: underline;
	color: #CE1141;
}
a:Hover {
	text-decoration: underline;
	color: #CE1141;
}




/**
  * Content classes.
  */
.CSearch {
	font-weight: bold;
	color: #2A2E68;
	font-size: .75em;
}
.CSearchString {
	font-weight: bold;
}

.CTitle {
	font-weight: bold;
	color: #2A2E68;
}

.CContent {
}

.CAnnounceContainer {
	background-color: #F7F7F7;
	background-color: #F2F2F2;
}
.CAnnounceTitle {
	font-weight: bold;
	color: #004D71;
	
	color: #41457D;
	font-size: 1em;
}
.CAnnounceContent {
	cursor: default;
}


.CFileList {
	background-color: #FFFFFF;
}

.CFileListLink {
}
a.CFileListLink {
	color: #000000;
	color: #2A2E68;
}
a.CFileListLink:Link {
	text-decoration: none;
}
a.CFileListLink:Visited {
	text-decoration: none;
}
a.CFileListLink:Active {
	text-decoration: none;
}
a.CFileListLink:Hover {
	text-decoration: none;
}

.CFileListAlt {
	/*background-color: #F7F7F7;*/
	background-color: #F2F2F2;
}

.CLead {
	font-style: italic;
}
.CWarning {
	font-weight: bold;
	color: #CE1141;
}

.CList {
	font-weight: bold;
}
a.CList {
	color: #004D71;
}
a.CList:Link {
	text-decoration: none;
}
a.CList:Visited {
	text-decoration: none;
}
a.CList:Active {
	text-decoration: none;
	color: #CE1141;
}
a.CList:Hover {
	text-decoration: none;
	color: #CE1141;
}


/**
  * User interface classes.
  */
.UITopContainer {
	background-color: #2A2E68;
	/*background-color: #00678F;*/
	background-color: #E86C84;
	cursor: Default;
}

.UITabContainer {
	cursor: Default;
	color: #CE1141;
	font-family: Verdana;
	font-weight: bold;
	background-color: #41457D;
	color: #FFFFFF;
	font-size: .75em;
	font-size: 12px;
}

.UITab {
	color: #CE1141;
	color: #FFFFFF;
}
a.UITab:Link {
	text-decoration: none;
	color: #FFFFFF;
}
a.UITab:Visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.UITab:Active {
	text-decoration: none;
	color: #FFFFFF;
}
a.UITab:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}


.UITabLogOff {
	color: #FFFFFF;
}
a.UITabLogOff:Link {
	text-decoration: none;
	color: #FFFFFF;
}
a.UITabLogOff:Visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.UITabLogOff:Active {
	text-decoration: none;
	color: #FFFFFF;
}
a.UITabLogOff:Hover {
	text-decoration: underline;
	color: #FFFFFF;
}


.UISelectedTab {
	color: #CE1141;
	color: #FFFFFF;
	color: #E86C84;
}
a.UISelectedTab:Link {
	text-decoration: underline;
	color: #FFFFFF;
	color: #E86C84;
}
a.UISelectedTab:Visited {
	text-decoration: underline;
	color: #FFFFFF;
	color: #E86C84;
}
a.UISelectedTab:Active {
	text-decoration: underline;
	color: #FFFFFF;
	color: #E86C84;
}
a.UISelectedTab:Hover {
	text-decoration: underline;
	color: #FFFFFF;
	color: #E86C84;
}

.UITabSeperator {
}

.UITabSpacer {
}

.UIMenuContainer {
	/*background-color: #F7F7F7;*/
	background-color: #F2F2F2;
	background-color: #E86C84;
	background-color: #EBEBEB;
	cursor: Default;
	font-family: Verdana;
	font-weight: bold;
}

.UIMenu {
	color: #2A2E68;
	color: #E65B77;
	color: #41457D;
	color: #2A2E68;
	color: #FFFFFF;

	font-size: .75em;
	font-size: 12px;
}
a.UIMenu:Link {
	text-decoration: none;
}
a.UIMenu:Visited {
	text-decoration: none;
}
a.UIMenu:Active {
	text-decoration: none;
}
a.UIMenu:Hover {
	text-decoration: underline;
	color: #E86C84;
}

.UIMenuSelected {
	color: #008BCE;
	color: #CE1141;
	color: #E86C84;
	font-size: .75em;
	font-size: 12px;
}
a.UIMenuSelected:Link {
	text-decoration: none;
}
a.UIMenuSelected:Visited {
	text-decoration: none;
}
a.UIMenuSelected:Active {
	text-decoration: none;
}
a.UIMenuSelected:Hover {
	text-decoration: underline;
	color: #E86C84;
}

.UIContentContainer {
	background-color: #FFFFFF;
}

.UIContentContainer, .UIContentContainer td {
	/*
		font-family: Verdana;
		font-size: .7em;
	*/
	font-size: .8em;
	font-family: Arial;
	color: #000000;
}

.UIArtContainer {
	background-color: #F2F2F2;
	cursor: Default;
}

.UIArtSpacerContainer {
	background-color: #F2F2F2;
	cursor: Default;
}

.UIBottomContainer {
	/*background-color: #41457D;*/
	background-color: #F2F2F2;	
	
	background-color: #41457D;
	background-color: #E86C84;

}

.UICopyright {
	color: #ffffff;
	font-family: Verdana;
	font-size: .7em;
	font-weight: bold;
	cursor: Default;
}
a.BottomLink {
	color: #ffffff;
	font-family: Verdana;
	font-weight: bold;
}
a.BottomLink:Link {
	text-decoration: none;
}
a.BottomLink:Visited {
	text-decoration: none;
}
a.BottomLink:Active {
	text-decoration: none;
}
a.BottomLink:Hover {
	color: #ffffff;
	text-decoration: underline;
}

.CSearchHighlight {
	background-color: Yellow;
}