/* 
================================
Skin styles for DotNetNuke
================================
*/   

html{
	padding: 0;
	margin: 0;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
body{
	background-color: #FFFFFF;
	color: 373737;
}

object{
	margin-left: -50px;
}
	
.pagemaster {
	text-align: center;
}

#ControlPanel{
	background-color: #FFFFFF;
}

.skinmaster {
	background-image: url(background.gif);
	background-repeat: repeat-y;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
}

.skinmasterBackFix{
	float:left;
	background-image:url(background.gif);
}

.skinheader {
	/*background-image: url(banner.gif);*/
	height: 166px;
	width: 970px;
	overflow:hidden;
	background-repeat:no-repeat;
	float: left;
}

.skingradient {
	height: 20px;
	float: left;
}


.controlpanel {
	width: 100%;
}
.toppane{
	background-color:#FFFFFF;
	width: 100%;
	font-size: 11px;
	padding:  5px 0 5px 0;
	text-align: right;
}
.toppane p{
	text-align: right;
	margin:0;
}

.toppane table{
	border: 0px;
}

.toppane a{
	font-size: 11px;
	color: #00609d;
	padding-right: 5px;
}

.toppane a:link, .toppane a:visited, .toppane a:hover, .toppane a:active{
font-size: 11px;
color: #00609d;
text-decoration: none;
padding-right: 5px;
}


/* THE 3-COLUMN-LAYOUTS CLASSES*/
.threeColumns{

}

.leftBox, .leftpane{
	width: 175px;
	float: left;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
	min-height: 1px;
	}
	
.centerBox{
	width: 600px;
	float: left;
	text-align:center;
	vertical-align:middle;
	padding: 10px 0 0 0;
	
	}
	
.contentpanehack {
	float: left;
	min-height: 1px;
	padding: 0px;
	width: 600px;
	margin: 0 auto;
	/*overflow: scroll;*/	
}
.contentpane {
	width: 500px;
	margin: 10px 10px 10px 50px;
	text-align: left;
}
a:link, a:hover, a:active, a:visited{
	color: #666644;
	font-size: 12px;
	text-decoration: underline;
}

/*.contentpane a.sendButton {
	text-decoration: none;
	color: #666644;
	background-color: #dbe299;
	padding: 5px;
	
}*/

.contentpane .Normal{
	/*margin-left: 50px;*/
	font-size: 12px;
}

.rightBox, .rightpane{
	float: left;
	text-align:center;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	width: 185px;
	overflow: hidden;
	min-height: 1px;
	}
	
.rightBox a, .rightpane a{
	color: #005793;
		background-color: transparent;
		font-weight: normal;
	}
	
.rightBox a:link, .rightBox a:visited, .rightBox a:active{
	color: #005793;
	padding: 3px 7px 3px 7px;
	}
	
/* END OF THE 3-COLUMN-LAYOUTS CLASSES*/

#userAndLogin SkinObject{
	background: transparent;
}

.bottompane {
	width: 970px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: right;
}

.bottompane a.SkinObject{
	color: #ccc;
	font-weight: normal;
}

.main_dnnmenu_container {
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.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-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	
 	padding: 0px;
}

.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-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 0px 0px 0px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #aaaaaa; 
}

.main_dnnmenu_itemhover td {  
	background-color: #aaaaaa; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 0px 0px 0px 0px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 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: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 170px;
	background-color: #dddddd;
}

.TreeViewMenu_Header {
	/*
	background-image: url(gradient_LtGray.jpg);
	*/
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight:  bold;
   color: #333333;
}

.EventHead {
	color:#888600;
	font-family:Tahoma,Arial,Helvetica;
	font-size:16px;
	font-weight:normal;
}

#footer{
	text-align:center;
	/*background-image: url(back_bottom.gif);*/
	background-repeat: repeat;
	width: 970px;
	height: 124px;
	margin-left: auto;
	margin-right: auto;
	border-top: 10px solid #005793;
}
#footer .padding{
	padding: 10px;
}

.3columnContent{
	padding: 0px;

}


.MainMenu_MenuIcon{
	width:0px;
	height: 0px;
	border: none;
}

.MainMenu_MenuItem{
	padding: 0px;
	background-color: yellow;
}

.MainMenu_SubMenu{
	padding: 0px;
	background-color: yellow;
}

.MainMenu_MenuItemSel{
	cursor: auto;
	color: black;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: yellow;
}

/* BUTTON-LEISTE */

.rightPane td{
	padding: 0px;
	margin: 5px;
}

.rightPane .Normal{
	overflow: auto;	
}

a:link, a:hover, a:active, a:visited{
	font-size: 12px;
	color: #666644;
	text-decoration: underline;
}

a img{
	border: 0;
}
/*
a.Normal:link, a.Normal:hover, a.Normal:active, a.Normal:visited {
	color:#FFFFFF;
	text-decoration: none;
	float:left;
	text-align:center;
	border-top: 2px groove #d7f7c6;
	border-left: 2px groove #d7f7c6;
	border-bottom: 2px groove #d7f7c6;
	border-right: 2px groove #d7f7c6;
	padding: 10px;
	margin-top: 5px;
	width: 170px;
}*/

table .Normal td, table .Normal th{
	background-color:#FFFFFF;
}

p{
	font-size: 12px;
	}

#breadcrumb a{
	color: #777777;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:hover, a.CommandButton:active, .CreateFrom {
	text-decoration: none;
	color: #FFF;
}

.CreateFrom {
	color: #373737;
}

h1, h2, h3, h4, h4, h6{
	color: #00609d;
}
h1{
	line-height: 26px;
}

h2{
	font-size: 12px; 
	font-weight: bold;
}
h3{
	font-size: 12px; 
	font-weight: normal;
}
.ucu_commandBar{
	padding-top: 10px;
}


a.sendButton, .ucu_commandBar a, .contentPane .CommandButton, 
dnn_ctr385_UserAttributes_UpdateButton{
	text-decoration: none;
	color: #FFF;
	background-color: #00609d;
	padding: 3px;
	border: 1px solid #FFF;
}

.ucu_field{
	font-size: 12px;
}

.ucu_ua_dlFields td{
	padding-top:0;
}




tr.supporterRow{
	/*margin-left: 50px;*/
	/*border-bottom: 0px dotted #999999;*/
	/*background-image:url(border_background.gif);
	background-repeat:repeat-x;*/
}
tr.supporterRow td{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-top: 1px dotted #747474;
	border-collapse: inherit;
}

tr.supporterRow:hover{
	background-color: #F5F5F5;
}

#Detail #tblDetail{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #747474;
	border-top: 1px dotted #747474;
}

#Detail #tblDetail.Normal h1{
	font-size: 16px;
	font-weight: bold;
}

#Detail #tblDetail img{
	padding-right: 8px;
}

tr.supporterRow div{
/*	margin-bottom: 10px;
	margin-top: 10px;*/
	}

#small2 span{
	font-weight: bold;
}
#small1 span, #small2 span, #small3 span{
	font-size: 11px;
	color: #373737;
}

.hideComplete{
	display: none;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
/*
.ucu_ua_tpl_item #dnn_ctr395_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl03_ctl00_UserAttributeCtl_UserAttributeList,
.ucu_ua_tpl_item #dnn_ctr395_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl04_ctl00_UserAttributeCtl_UserAttributeList,
.ucu_ua_tpl_item #dnn_ctr395_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl03_ctl00_lblAttributeLabel_lblLabel,
.ucu_ua_tpl_item #dnn_ctr385_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl01_ctl00_UserAttributeCtl_UserAttributeList,
.ucu_ua_tpl_item #dnn_ctr395_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl04_ctl00_lblAttributeLabel_lblLabel,
.ucu_ua_tpl_item #dnn_ctr385_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl02_ctl00_lblAttributeLabel_lblLabel,
.ucu_ua_tpl_item #dnn_ctr395_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl05_ctl00_lblAttributeLabel_lblLabel,
.ucu_ua_tpl_item #dnn_ctr385_UserAttributes_UserAttributesSnapin1_FieldDataList_ctl02_ctl00_UserAttributeCtl_UserAttributeList{
	display: none;
	height: 0px;
	padding: 0px;
	margin: 0px;
}
*/
.deckPulldown{
	display: none;
}

.formText{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	background-color:#FFFFFF;
	border: 0px;
	overflow: visible;
}
 
#dnn_ctr416_BlogList_lstBlogs a.CommandButton, #dnn_ctr420_MainView_ViewBlog_lstBlogView a.CommandButton{
	border: 0px;
}

#dnn_ctr359_Users_plLetterSearch a.CommandButton{
	border: none;
	padding: 0px;
	margin: 0px;
}
.pager span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}