/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffcc;
}
.skinmaster {
	height: 100%;
	background-color: #e3e0d7;
	border-right: #a9a9a9 1px solid; 
	border-top: #a9a9a9 1px solid; 
	border-left: #a9a9a9 1px solid; 
	border-bottom: #a9a9a9 1px solid; 
}
.skinheader {
	background-color: #392d19;
}

.SkinObject {
  color: #d45406;
  font-family: Arial, Times New Roman; 
  font-size: 10pt;
}
a.SkinObject  {
  color:#d45406;
}
a.SkinObject:link  {
  color:#d45406;
}
a.SkinObject:active  {
  color: #d45406;
}
a.SkinObject:hover {
  color: #d45406;
  text-decoration: underline;
}

a.SkinObject:visited {
  color: #d45406;
}


A
{
  color: #d45406;
}

A:link
{
  color: #d45406;
}

A:hover
{
  color: #d45406;
  text-decoration: underline;
}

A:active
{
  color: #d45406
}

A:visited
{
  color: #d45406
}


A.CommandButton:link
{
  color: #d45406;
  text-decoration: none;
}

A.CommandButton:hover
{
  color: #d45406;
  text-decoration: underline;
}

A.CommandButton:hover:visited
{
  text-decoration: underline;
}

A.CommandButton:visited
{
  color: #d45406;
  text-decoration: none;
}

A.CommandButton:active
{
  color: #d45406;
  text-decoration: none;
}

th
{
  color: #d45406;
}

#dnn_ctr528_ViewGuestbook_lstContent
{
  font-family: Arial, Times New Roman; 
  font-size: 10pt;
}

td
{
  font-family: Arial, Times New Roman; 
  font-size: 10pt;
}

h3
{
 color: #d45406;
}

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 1%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 1%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_dnnmenu_container {
	background-color: transparent; 
	border:0px;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	outline: none;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-size: 10pt;
	font-family: Arial, Times New Roman; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-size: 10pt;
	font-family: Arial, Times New Roman; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #d45406; 
}

.main_dnnmenu_itemhover td {  
	background-color: #d45406; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #a9a9a9;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border: black 1px solid;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_rootmenuarrow {
    font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: Arial, Times New Roman; 
  font-size: 10pt;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Times New Roman;
   font-size:  18px;
   font-weight: normal;
   color: black;
}

/* BEGIN overrides van default.css (default style van portal) */
.Head
{
	font-family: Arial, Times New Roman;
}

.SubHead
{
	font-family: Arial, Times New Roman;
}

.SubSubHead
{
	font-family: Arial, Times New Roman;
}

.Normal, .NormalDisabled
{
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

.NormalBold
{
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

.NormalRed
{
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

.NormalTextBox
{
	font-family: Arial, Times New Roman;
	font-size: 10pt;
}

.DataGrid_AlternatingItem
{
	font-family: Arial, Times New Roman;
}

.DataGrid_Header
{
	font-family: Arial, Times New Roman;
}
.DataGrid_Item
{
	font-family: Arial, Times New Roman;
}
.DataGrid_SelectedItem
{
	font-family: Arial, Times New Roman;
}

.TreeMenu_Node
{
	font-family: Arial, Times New Roman;
}

.TreeMenu_NodeSelected
{
	font-family: Arial, Times New Roman;
}

.CommandButton
{
	font-family: Arial, Times New Roman;
}

.StandardButton
{
	font-family: Arial, Times New Roman;
}

H1
{
	font-family: Arial, Times New Roman;
}

H2
{
	font-family: Arial, Times New Roman;
}

H3
{
	font-family: Arial, Times New Roman;
}

H4
{
	font-family: Arial, Times New Roman;
}

H5, DT
{
	font-family: Arial, Times New Roman;
}

H6
{
	font-family: Arial, Times New Roman;
}

TFOOT, THEAD
{
	font-family: Arial, Times New Roman;
}

TH
{
	font-family: Arial, Times New Roman;
}

/* Einde overrides van default.css (default style van portal) */