
/* CSS for Wood IQ DotNetNuke skin -------------------------------- */
/* Created by Dean Jensen - April 2010 ---------------------------- */

html,body
 {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	height: 100%;

	font: small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
 }

#body
 {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	font: small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
 }

#table, #tr, #td
 {
	background: #fff;
 }

/* search textbox */
.NormalTextBox
 {
	height: 21px;
	vertical-align: middle;
 }


/* header link classes */
.HeaderLinks
 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
 }

A.HeaderLinks:link, A.HeaderLinks:visited, A.HeaderLinks:active
 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
 }

A.HeaderLinks:hover
 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
 }

/* contact link classes */
.ContactLink
 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
 }

A.ContactLink:link, A.ContactLink:visited, A.ContactLink:active
 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
 }

A.ContactLink:hover
 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
 }

/* footer link classes */
.FooterLinks
 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
 }

A.FooterLinks:link, A.FooterLinks:visited, A.FooterLinks:active
 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
 }

A.FooterLinks:hover
 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
 }


TH,TD,DIV { font-size:11px; color:#444544; font-family: Verdana, Arial, Helvetica, Sans-serif;}

#wrapper {
	position:relative; height:258px
}
#logo {
	z-index:3; position:absolute; left:25px; width:228px; top:25px; height:60px
}
#user {
	z-index:3; position:absolute; right:8px; top:8px; height:18px; TEXT-ALIGN:right
}
#header {
	z-index:2; position:absolute; width:100%; bottom:40px
}
#menu {
	z-index:1; position:absolute; background:transparent; width:auto; bottom:0px; height:54px
}

/*--------------------------------------------------------------------------------------------------------------------------*/

.lt{ text-align:left;vertical-align:top; }
.rt{ text-align:right;vertical-align:top; }
.lb{ text-align:left; vertical-align:bottom;}
.rb{ text-align:right; vertical-align:bottom;}
.cm{ text-align:center; vertical-align:middle;}
.ct{ text-align:center; vertical-align:top;}
.cb{ text-align:center; vertical-align:bottom;}
.rm{ text-align:right; vertical-align:middle;}
.lm{ text-align:left; vertical-align:middle;}

.bg-x{ background-repeat:repeat-x;}
.bg-y{ background-repeat:repeat-y;}
.bg-no{ background-repeat:no-repeat;}

.bg-p-lt{ background-position: left top;}
.bg-p-rt{ background-position: right top;} 
.bg-p-lb{ background-position: left bottom;} 
.bg-p-rb{ background-position: right bottom;}

.panecss{padding:5px 10px 5px 10px;}

/*--------------------------------------------------------------------------------------------------------------------------*/

/* Title, Module Title */
.Head					{font-size:11px; color:#D1122B; font-weight:bold}
.SubHead				{font-size:11px; color:#000}
.SubSubHead			{font-size:11px; color:#b7de83}
.Normal 				{font-size:11px; color:#444544}

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active	{font-weight:normal; font-size:11px;color:#000; TEXT-DECORATION:underline}
A.CommandButton:hover		{font-weight:normal; font-size:11px;color:#379BC8; TEXT-DECORATION:none}

A,
A:link,
A:visited,
A:active				{font-weight:normal; font-size:11px;color:#379BC8; TEXT-DECORATION:none}
A:hover				{font-weight:normal; font-size:11px;color:#165C7a; TEXT-DECORATION:underline}

.links,
A.links:link,
A.links:active,
A.links:visited			{font-weight:normal; font-size:11px; color:#fff; TEXT-DECORATION:none}
A.links:hover			{font-weight:normal; font-size:11px; color:#379BC8; TEXT-DECORATION:underline}

.bottomcss,
A.bottomcss:link,
A.bottomcss:active,
A.bottomcss:visited		{font-weight:normal; font-size:11px; color:#fff; TEXT-DECORATION:none}
A.bottomcss:hover		{font-weight:normal; font-size:11px; color:#379BC8; TEXT-DECORATION:underline}

/*--------------------------------------------------------------------------------------------------------------------------*/

/*--------------------   Horizontal   -----------------------*/  

.MainMenu_MenuItemSel
 {
   background: none;
 }

.MainMenu_MenuContainer
 {
	background: none;
 }

.MainMenu_MenuBar
 {
	background: none;
 }

.MainMenu_MenuIcon
 {
	display:none;
 }

.menusepar{}

/* mainmenu */

.RootMenuItem TD
 {
	height:30px;
	white-space: nowrap;
    	font-size:12px;
   	font-weight: bold;
   	color: #fff;
   	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

.RootMenuItemSel TD {
	height: 30px;
	font-size:12px;
	font-weight: bold;
	white-space:nowrap;
	color: #000;  
	text-align:left;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

.RootMenuItemHover TD
 {
   	height: 30px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	color: #000; 
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: none;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* submenu */

 /*submenu*/ 
 .submenu						{ 
	background:#F4EAE8;
	border: none;
	margin:0px 0px 0px 0px;
	padding:0px;
	z-index: 1000;
	border:1px solid #D1122B;
}
.MainMenu_MenuItem{
 	font-size:	12px;
	font-weight: normal; 
    	color: 	#000;  
	border:	0px;
	padding: 0px 15px 0px 10px;
	height:	23px;
	cursor:	pointer;	
	cursor: hand;
	font-family: Avenir,Arial,Tahoma;
}
.MainMenu_MenuItem img,
.RootMenuItemSel img{ display:none}
.submenu .MainMenu_MenuItem{ }
.submenuitemselected, 
.submenuitembreadcrumb{
  	font-size:	12px;
	font-weight: normal;
	text-align: left; 
    	color:	#fff;  
   	padding: 0px 15px 0px 10px;
	border:0px;	
    	cursor: pointer;
	cursor: hand;	
	height: 23px;
	font-family: Avenir,Arial,Tahoma;
	background:#D1122B;
}

.MainMenu_MenuBreak {
   	border: transparent 0px solid; 
	background: none; 
	height: 0px;
}

.MainMenu_MenuArrow {
    display: none;
	background:none
}
.MainMenu_RootMenuArrow {
	display:none;
}


.Eventday,.Eventweekenday	{ background-color: #FFFFFF; }
.Eventday,.Eventweekenday	{ background-color: #FFFFFF; }
.DataGrid_Item			{ background-color: transparent;  color:#FFFFFF; }
.DataGrid_AlternatingItem	{ background-color: transparent;color:#FFFFFF; }

/* Pane Structure */
.leftpane				{padding:0px 5px 0px 5px}
.rightpane				{padding:0px 5px 0px 5px}
.toppane				{padding:0px 5px 0px 5px}
.bottompane			{padding:0px 5px 0px 5px}
.contentpane			{padding:0px 5px 0px 5px}
.myleftpane			{padding:0px 0px 0px 0px}
.mycontentpane			{padding:0px 0px 0px 0px}
.myrightpane			{padding:0px 0px 0px 0px}
.mybottompane			{padding:0px 0px 0px 0px}
.logopane				{padding:0px 0px 0px 0px}
.showcasepane			{padding:0px 0px 0px 0px}
.bannerpane			{padding:0px 0px 0px 0px}
.vspacepane			{padding:5px 0px 5px 0px}
.hspacepane			{padding:0px 5px 0px 5px}
.allspacepane			{padding:5px 5px 5px 5px}

.test
 {
	background-color: #33FF33;
	filter: Alpha(Opacity=25); 
}

