/*#Algemeen#*/

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background:#fff;
	width:100%
	min-width:970px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:85%;
}

body, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #111111;
}

th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1 em;
	color: #111111;
}

a:hover {
	text-decoration: none;
}

/*#Header#*/

#header {
	min-height: 120px;
	margin: 0 auto;
	width: 962px;
	min-width: 900px;
	background: url("../App_Themes/VeBeS/images/VeBeS Logo.gif") no-repeat left center;
}

#logo {
	float: left;
	width: 600px;
	margin: 0 0 0 2px;
	font-weight: bold;
	padding: 20px 0 0 130px;
	color: #000000;
}

/*#Page#*/
#page {
	background: #AAE74A url(../App_Themes/VeBeS/images/body_top.gif) repeat-x;
	min-height:1024px;
}

/*#Search#*/

#search {
	float: right;
	width: 160px;
	margin: 0;
	padding: 30px 0 0 0;
}

#search .search_textbox {
	float: right;
	width: 140px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	background: url(../App_Themes/VeBeS/images/search_bg.gif) repeat-x;
	border: 1px solid #ACACAC;
}

#search .search_button {
	float: right;
	width: 67px;
	height: 28px;
	margin: 2px 6px 0 0;
	padding: 0;
	background: #006BFF url(../App_Themes/VeBeS/images/search_button.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}


/*#Mini Image#*/

#mini_image {
	float: right;
	width: 160px;
	margin: 0;
	padding: 10px 0 0 0;
}

#mini_image img {
	border: 1px solid #000000;
	padding: 1px 1px 1px 1px;
}

/*#Menu#*/

#menu {
	width: 962px;
	padding: 0 0 0 10px;
	min-height: 60px; 
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space:nowrap;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .CMSListMenuHighlightedLI {
	background: url(../App_Themes/VeBeS/images/menu_left.gif) no-repeat;
}

#menu .CMSListMenuHighlightedLI a {
	background: url(../App_Themes/VeBeS/images/menu_right.gif) no-repeat right top;
	font-weight: bold;
}

/*#Footer#*/

#footer {
	width: 962px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}

/*#Container#*/

#container {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(../App_Themes/VeBeS/images/container_bg.gif) repeat-y;
}

#container_bottom {
	width: 962px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../App_Themes/VeBeS/images/container_bottom.gif) no-repeat;
}

/*#Content#*/

#content {
	float: right;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: url(../App_Themes/VeBeS/images/content_top.gif) no-repeat;
}

#content a {
	color: #0025FF;
}

#content h1 {
	min-height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(../App_Themes/VeBeS/images/pagetitle.gif) repeat-y;
	font-size: 1.4em;
	color: #FFFFFF;
}

#content h2 {
	font-size: 1.1em;
	color: #000000;
}

#content h3 {
	font-size: 1.0em;
	color: #000000;
}

/*#Sidebar#*/

#sidebar {
	float: left;
	width: 230px;
	padding: 21px 5px 0 11px;
	background: url(../App_Themes/VeBeS/images/sidebar_top.gif) no-repeat;
	word-wrap: break-word;
}

#sidebar ul {
	margin: 10px;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	background: url(../App_Themes/VeBeS/images/bullet1.gif) no-repeat left 6px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0;
}

#sidebar li ul li {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	background: url(../App_Themes/VeBeS/images/bullet2.gif) no-repeat left 6px;
}

#sidebar a {
	text-decoration: none;
	color: #0025FF;
}

#sidebar a:hover {	
	text-decoration: underline;
}

/*#Big Container#*/

#big_container {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(../App_Themes/VeBeS/images/big_container_bg.gif) repeat-y;
}

#big_container_bottom {
	width: 962px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../App_Themes/VeBeS/images/big_container_bottom.gif) no-repeat;
}

/*#Big Content#*/

#big_content {
	float: left;
	width: 940px;
	padding: 11px 11px 0 11px;
	background: url(../App_Themes/VeBeS/images/big_content_top.gif) no-repeat;
}

#big_content a:visited, #big_content a {
	color: #0025FF;
}

#big_content h1 {
	min-height: 33px;
	margin: 0;
	padding: 8px 0 0 15px;
	background: url(../App_Themes/VeBeS/images/big_pagetitle.gif) repeat-y;
	font-size: 1.4em;
	color: #FFFFFF;
}

/*#ZZZZ#*/

#as-gfx img {
   margin: -8px 15px;
   width: 40px;
   height: 40px;
   border: none;
}

#as-txt {
  position: absolute;
  left: 0;
  top: -10000px;
  overflow: hidden;
}

#rss-posts {
	display: block;
	margin: -30px 15px 0px 0px;
	padding: 0 20px 0 0;
	background: url(../App_Themes/VeBeS/images/rss.gif) no-repeat right center;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

#hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}


/*#Forms#*/

td.EditingFormLabelCell {
	font-weight: bold;
	text-align: right;
}

td.EditingFormCategory {
	border-top-style:dotted;
	font-weight: bold;
	text-align: left;
}

span.EditingFormErrorLabel {
	font-weight: bold;
	text-align: left;
	color:red;
}

span.ErrorLabel {
	font-weight: bold;
	text-align: left;
	color:red;
}

input.TextBoxField, input.TextboxField {
	width: 300px;
	height: 15px;
}

input.CalendarTextBox {
	width: 100px;
	height: 15px;
}

input.CalendarIcon {
	display: none;
}