DIV.Demetris {
	border-color: #808080;
	border-top: #ccffff 1px solid;
	margin: 0px;
	padding: 0px;
	font-family : Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-top-width: 1px;
	color: #666666;
}
DIV.Demetris .MainBackgColor {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: normal;
	color: #666666;
}
DIV.Demetris TD.demContent {
	padding: 4px;
	color: #666666;
}
DIV.Demetris .demPadTopLeft {
	padding-top: 10px;
	padding-left: 10px;
	width: 280px;
	color: #666666;
}
DIV.Demetris .demPadLeft {
	padding-top: 10px;
	padding-left: 5px;
	color: #666666;
}
DIV.Demetris DIV.pageContent {
	width: 100%;
	height: 600px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	color: #666666;
}
A:link.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:visited.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #C0C0C0;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:active.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #C0C0C0;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:hover.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #666666;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:link.demHomeLink {
	padding-left: 6px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:visited.demHomeLink {
	padding-left: 6px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:active.demHomeLink {
	padding-left: 6px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:hover.demHomeLink {
	padding-left: 6px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
SPAN.mlLanguageSelector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
SPAN.mlLanguageSelector SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-top: 10px;
}
SPAN.mlLanguageSelector OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
A:link.woLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:visited.woLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:active.woLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:hover.woLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
/* Styles also visible in HTML/Text editor*/
.DemetrisZwart10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.DemetrisZwart12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.DemetrisZwart16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
.DemetrisOranje10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.DemetrisOranje12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.DemetrisOranje16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}
/* =====================================
    CSS STYLES FOR HouseMenu SkinObject
   =====================================
*/

/* Horizontal Menu */
#HouseMenuNav {
	/* menu wrapper div */
	border: 0px none #FFFFFF;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	_position: absolute;
	color: #FFB11B;
}
#HouseMenuNav ul {
	/* all submenu lists */
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 12px;
	white-space: nowrap;
	z-index: 99999;
	color: #FFB11B;
}

#HouseMenuNav a {
	/* all links within the menu wrapper */
	display: block;
	color: #FFB11B;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 8px 5px 10px 5px;
	width: auto;
	height: 28px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	_width: 100%;
	height: 12px;
	_height: 100%; /* end hack */;
	margin: 0;
	border: 0;
}

#HouseMenuNav li {
	/* all list items */
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
	height: 28px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	width: auto;
	_width: 1px;
	color: #FFB11B;
}
#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 8px 5px 10px 5px;
	color: #C0C0C0;
	background-color: transparent;
}
#HouseMenuNav li ul {
	/* second-level lists */
	position: absolute;
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */ /* border-top: none; */;
	padding: 0;
/* hack for MacIE5 to ignore, while other browsers use \*/	margin: 0 0 0 0;
/* end hack */	white-space: nowrap;
	z-index: 11112;
	line-height: 12px;
	color: #FFB11B;
}
#HouseMenuNav li ul ul {
	/* third-and-above-level lists */
	margin: -31px 0 0 144px;
	_margin: -30px 0 0 144px;
	border: 0px none #333;
	white-space: nowrap;
	line-height: 12px;
	color: #FFB11B;
}
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav li.sfhover ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav li:hover ul ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav li:hover ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav li li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav li li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav li li {
	/* all items under the top level */
	list-style-type: none;
	width: 148px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	width: 134px;
	_width: 144px; /* end hack */;
	z-index: 11113;
	color: #FFB11B;
}
#HouseMenuNav li li a {
	/* all item links under the top level */
	width: 148px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	width: 134px;
	_width: 144px;
	color: #FFB11B;
}
#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	color: #FFB11B;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav #houseMenuParentItem a
{
	/* all links under the parent item (li) */
	color: #808080;
	background-color: transparent;
	text-decoration: none;
}
#HouseMenuNav a#houseMenuParentLink
{
	/* parent link itself */
	color: #808080;
	background-color: transparent;
	text-decoration: none;
}
#HouseMenuNav a#houseMenuCurrentLink
{
	/* current link itself */
	margin: 0;
	border: 0;
	padding: 8px 5px 10px 5px;
	color: #808080;
	background-color: transparent;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
	color: #666666;
}
.positionAbsolute
{
	position: absolute;
	color: #666666;
}
table.headerPane {
	background-image: url('media/menu_bg_100_blue_950px.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 2px 3px 1px;
	border-color: #808080;
	color: #FFFFFF;
}

#HouseMenuNav li ul {
	/* second-level lists */
	position: absolute;
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */ /* border-top: none; */;
	padding: 0;
/* hack for MacIE5 to ignore, while other browsers use \*/	margin: 0 0 0 0;
/* end hack */	white-space: nowrap;
	z-index: 11112;
	line-height: 12px;
	color: #FFB11B;
}
A:link.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #666666;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}

/* =====================================
    CSS STYLES FOR HouseMenu TWEE  
   =====================================
*/

/* Horizontal Menu */
#HouseMenuNav2 {
	/* menu wrapper div */
	border: 0px none #FFFFFF;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	_position: absolute;
	color: #FFFFFF;
}
#HouseMenuNav2 ul {
	/* all submenu lists */
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	line-height: 12px;
	white-space: nowrap;
	z-index: 99999;
	color: #FFFFFF;
}
#HouseMenuNav2 a {
	/* all links within the menu wrapper */
	display: block;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight : bold;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: transparent;
	padding: 8px 5px 10px 5px;
	width: auto;
	height: 28px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	_width: 100%;
	height: 12px;
	_height: 100%; /* end hack */;
	margin: 0;
	border: 0;
}
#HouseMenuNav2 li {
	/* all list items */
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 144px;
	height: 28px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	width: auto;
	_width: 1px;
	color: #FFFFFF;
}
#HouseMenuNav2 li a:hover {
	margin: 0;
	border: 0;
	padding: 8px 5px 10px 5px;
	color: #C0C0C0;
	background-color: transparent;
}
#HouseMenuNav2 li ul {
	/* second-level lists */
	position: absolute;
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */ /* border-top: none; */;
	padding: 0;
/* hack for MacIE5 to ignore, while other browsers use \*/	margin: 0 0 0 0;
/* end hack */	white-space: nowrap;
	z-index: 11112;
	line-height: 12px;
	color: #FFFFFF;
}
#HouseMenuNav2 li ul ul {
	/* third-and-above-level lists */
	margin: -31px 0 0 144px;
	_margin: -30px 0 0 144px;
	border: 0px none #333;
	white-space: nowrap;
	line-height: 12px;
	color: #FFFFFF;
}
#HouseMenuNav2 li.sfhover ul ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav2 li.sfhover ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav2 li:hover ul ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav2 li:hover ul ul {
	left: -9999px;
	color: #C0C0C0;
}
#HouseMenuNav2 li li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav2 li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav2 li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav2 li li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav2 li li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav2 li:hover ul {
	/* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
	color: #C0C0C0;
}
#HouseMenuNav2 li li {
	/* all items under the top level */
	list-style-type: none;
	width: 148px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	width: 134px;
	_width: 144px; /* end hack */;
	z-index: 11113;
	color: #FFFFFF;
}
#HouseMenuNav2 li li a {
	/* all item links under the top level */
	width: 148px; /* hack for MacIE5 to ignore, while other browsers use \*/;
	width: 134px;
	_width: 144px;
	color: #FFFFFF;
}
#HouseMenuNav2 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
	color: #FFFFFF;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNav2 #houseMenuParentItem a
{
	/* all links under the parent item (li) */
	color: #808080;
	background-color: transparent;
	text-decoration: none;
}
#HouseMenuNav2 a#houseMenuParentLink
{
	/* parent link itself */
	color: #808080;
	background-color: transparent;
	text-decoration: none;
}
#HouseMenuNav2 a#houseMenuCurrentLink
{
	/* current link itself */
	margin: 0;
	border: 0;
	padding: 8px 5px 10px 5px;
	color: #808080;
	background-color: transparent;
	text-decoration: none;
}


.ArrowPointer
{
	cursor: default;
	color: #666666;
}
.positionAbsolute
{
	position: absolute;
	color: #666666;
}
#HouseMenuNav2 li ul {
	/* second-level lists */
	position: absolute;
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */ /* border-top: none; */;
	padding: 0;
/* hack for MacIE5 to ignore, while other browsers use \*/	margin: 0 0 0 0;
/* end hack */	white-space: nowrap;
	z-index: 11112;
	line-height: 12px;
	color: #FFB11B;
}
A:link.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #666666;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:visited.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #666666;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}
A:active.demLinks {
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	COLOR: #666666;
	FONT-FAMILY: Arial;
	TEXT-DECORATION: none;
}


/* ================================
    Css for Document Exchange
   ================================
*/

.DMX_breadcrumbs
{
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 8pt;
}

a.DMX_NB_Button, a.DMX_NB_Button img
{
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 7pt;
 margin: 2px;
 vertical-align: middle;
}
a.DMX_NB_Button:link, a.DMX_NB_Button:visited
{
 text-decoration: none;
}
a.DMX_NB_Button:hover
{
 text-decoration: none;
 color: Black;
}

table.DMX_header 
{
 width: 100%;
 background-color: #eee;
 margin: 4px 0px 20px 0px;
}

.DMX_header td
{
 padding: 4px;
}

.DMX_categories
{
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: normal;
 font-size: 10pt;
}

td.emptycategorycolumn
{
 padding: 0px;
 width: 0px;
}

td.level1
{
 padding-top: 10px;
}

td.level1 span
{
 padding-left: 0px;
 font-weight:bold;
}

td.level2 span
{
 padding-left: 6px;
}

td.level3 span
{
 padding-left: 12px;
 font-style: italic;
}

td.level4 span
{
 padding-left: 18px;
 font-size: 8pt;
}

table.DMX_CategoryBox
{
 border: 1px solid #999;
}
.DMX_CategoryBox td
{
 font-family: Verdana, Arial, Sans-Serif;
 font-weight: bold;
 font-size: 10pt;
 padding: 4px;
}

.DMX_Status
{
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 8pt;
 color: #666;
}

.DMXToolbarButton
{
 text-align: center;
 vertical-align: top;
 padding-right: 10px;
}
.DMXToolbarButton input, .DMXToolbarButton a
{
 display: block;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 9px;
}

.ConfirmTitle
{
 display: block;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 18px;
 font-weight: bold;
 padding-bottom: 15px;
}
.ConfirmDescription
{
 display: block;
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 14px;
 padding-bottom: 15px;
}
.ConfirmButton
{
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 12px;
 padding: 10px 10px 10px 0px;
}

/* ================================
   Confirmation Dialog Classes
   ================================
*/

div.Confirm_Box
{
 width: 200px;
 text-align: center;
}
div.Confirm_Title
{
 font-family: Verdana, sans-serif; 
 font-size: 24px;
 color: #003366;
 font-weight: bold;
}
div.Confirm_Description
{
 font-family: Verdana, sans-serif; 
 font-size: 12px;
 margin: 10px;
}
div.Confirm_Buttons
{
 font-family: Verdana, sans-serif; 
 font-size: 12px;
 margin-top: 20px;
 height: 32px;
}
div.Confirm_Buttons a, div.Confirm_Buttons a:link, div.Confirm_Buttons a:visited
{
 padding: 6px;
 margin: 6px;
 background-color: #003366;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
}
div.Confirm_Buttons a:hover, div.Confirm_Buttons a:active
{
 background-color: #0066FF;
 text-decoration: none;
}

/* ================================
   FileGrid CSS Classes
   ================================
*/

.FileGrid_Container
{
 font-weight:  normal;
 font-size: 8pt;
 font-family: Verdana, Arial, Helvetica;
 border-collapse: collapse;
 margin-bottom: 30px;
}
.FileGrid_Container td
{
 padding: 6px 4px 2px 2px;
 height: 28px;
 color: #093890;
 vertical-align: top;
}

.FileGrid_Item
{
	background-color: #ffffff;
}
.FileGrid_Container a, .FileGrid_Container a:link, .FileGrid_Container a:visited
{
 color: #093890;
 text-decoration: none;
}
.FileGrid_Container a:hover, .FileGrid_Container a:active
{
 color: #5295FF;
 text-decoration: underline;
}
.FileGrid_AlternatingItem
{
	background-color: #efefef;
}
.FileGrid_HighlightedItem
{
	background-color: #FAFF9B;
}
.FileGrid_MouseOverRow
{
	background-color: #ddd;
}

.FileGrid_Header
{
	background-color:#CFE0FC;
	color: #093890;
}
.FileGrid_Header a:link, .FileGrid_Header a:visited
{
	color: #093890;
	text-decoration: none;
}
.FileGrid_Header a:hover, .FileGrid_Header a:active
{
	color: #fff;
	text-decoration: none;
}
.FileGrid_Header td
{
 padding: 8px 4px 4px 2px;
 font-weight: bold;
}

.FileGrid_Pager
{
 font-weight:  bold;
 font-size: 9pt;
 font-family: Verdana, Arial, Helvetica;
 line-height: 3em;
}
tr.FileGrid_Pager td span, tr.FileGrid_Pager td a
{
 border: solid 1px #666;
 padding: 2px 6px 2px 6px;
}

tr.FileGrid_Pager td a:hover
{
 background-color: #999;
 color: white;
}

/* ================================
   DetailsGrid CSS Classes
   ================================
*/

.DetailsGrid_Container
{
 font-weight:  normal;
 font-size: 8pt;
 font-family: Verdana, Arial, Helvetica;
 border-collapse: collapse;
 margin-bottom: 30px;
}

.DetailsGrid_Container td
{
 padding: 6px 4px 6px 2px;
 color: #093890;
 vertical-align: top;
}

.DetailsGrid_Item
{
	background-color: #ffffff;
}

.DetailsGrid_Container a, .DetailsGrid_Container a:link, .DetailsGrid_Container a:visited
{
 color: #093890;
 text-decoration: none;
}

.DetailsGrid_Container a:hover, .DetailsGrid_Container a:active
{
 color: #5295FF;
 text-decoration: underline;
}

.DetailsGrid_AlternatingItem
{
	background-color: #efefef;
}

.DetailsGrid_Header
{
	background-color: #FFFFFF;
	color: #000000;
}
.DetailsGrid_Header a:link, .DetailsGrid_Header a:visited
{
	color: #093890;
	text-decoration: none;
}
.DetailsGrid_Header a:hover, .DetailsGrid_Header a:active
{
	color: #fff;
	text-decoration: none;
}
.DetailsGrid_Header td
{
 padding: 8px 4px 4px 2px;
 font-weight: bold;
}

.DetailsGrid_Pager
{
 font-weight:  bold;
 font-size: 8pt;
 font-family: Verdana, Arial, Helvetica;
 line-height: 2em;
}
tr.DetailsGrid_Pager td span, tr.DetailsGrid_Pager td a
{
 border: solid 1px #5295FF;
 padding: 1px 4px 1px 4px;
}

tr.DetailsGrid_Pager td a:hover
{
 background-color: #5295FF;
 color: white;
}


/* ================================
   AjaxTreeview CSS Classes
   ================================
*/

.DMXTreeView 
{ 
  font-family: Verdana, Arial, Sans-Serif;
  padding: 10px; 
  cursor:default; 
}

.DMXTreeNode 
{ 
  font-size: 11px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.DMXRootTreeNode
{
  font-size: 11px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.DMXHoverTreeNode 
{ 
  font-size: 11px;
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.DMXSelectedTreeNode 
{ 
  font-size: 11px; 
  background-color: gray; 
  color: white; 
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.DMXNodeEdit 
{
  border: 1px gray solid;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
}

/* ================================
   Calendar CSS Classes
   ================================
*/

.DMX_calendar td
{
  font-size:11px;
}

.DMX_cal_title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.DMX_cal_day
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.DMX_cal_dayhover
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.DMX_cal_dayheader
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.DMX_cal_othermonthday
{
  color:#999999;
}

.DMX_cal_outofrangeday
{
  visibility:hidden;
}

.DMX_cal_selectedday
{
	width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.DMX_calendar
{
  font-family: Verdana, Arial, Sans-Serif;
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.DMX_cal_month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.DMX_cal_nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.DMX_cal_selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}

/* ================================
   Tab Page CSS Classes
   ================================
*/

.DMX_TopGroup
{
  z-index: 99;
  border-bottom: solid 1px gray;
}

.DMX_DefaultTab 
{
  font-family: Verdana, Arial, Sans-Serif;
  color: blue;
  font-weight: bold; 
  font-size: 12px; 
  cursor: hand;
  border-color: gray;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
}

.DMX_DefaultTabHover 
{
  font-family: Verdana, Arial, Sans-Serif;
  color: red;
  text-decoration: underline;
  font-weight: bold; 
  font-size: 12px; 
  cursor: hand;
  border-color: gray;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  background-color: #eee;
}

.DMX_SelectedTab 
{
  font-family: Verdana, Arial, Sans-Serif;
  color: blue;
  font-weight: bold; 
  font-size: 12px; 
  cursor: hand;
  border-color: gray;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  background-color: #fff;
}

.DMX_DisabledTab
{
  font-family: Verdana, Arial, Sans-Serif;
  color: #333;
  font-weight: normal; 
  font-size: 12px; 
  cursor: default;
  border-color: gray;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  background-color: grey;
}

.DMX_MultiPage
{
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
  height: 200px;
}

.DMX_PageContent
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size:10px; 
}

