/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
padding: 0px;
margin: 0px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	background-image: url(images/IYMtexture_W_75x75.gif);
	padding-top: 10px;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	padding: 10px;
}
.skinheader {
}
.skingradient {
	background-color: #33a02c; 
	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: 175px;
	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: 175px;
	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;
}
.DNNEmptyPane {
	width: 0px;
	padding: 0px;
	background-color: transparent;
	}
.main_dnnmenu_container {
	background-color: transparent; 
}
.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: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	border-right: #ffffff solid 1px;
	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: 5px 15px 5px 15px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #99cf95; 
    padding: 5px 15px 5px 15px;
}

.main_dnnmenu_itemhover td {  
	background-color: #99cf95; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #d6ecd5;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #d6ecd5 1px solid; 
	border-bottom: #d6ecd5 1px solid; 
	border-top: #d6ecd5 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: #000000 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #d6ecd5;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  20px;
   font-weight: bold;
   color: #000000;
}

.normal {
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
line-height: 1.3em;
color: #000000;
}

.whitetext {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.whitetext a {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

.footertext {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.footertext a {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: underline;
}

.SkinObject  {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link {
	color: #000000;
	text-decoration: underline ;
}

A.SkinObject:link
{
	color: #000000;
	text-decoration: underline ;
}

A.SkinObject:visited
{
	color: #000000;
	text-decoration: underline ;
}

A.SkinObject:hover
{
	color: #000000;
	text-decoration: underline ;
}

A.SkinObject:active
{
	color: #000000;
	text-decoration: underline ;
}







