/* 
================================
skin for dotNetNuke
ported from a web template
by Sam Tanner d/b/a EasyTemplateSkins.com
================================
*/   

/*  FROM default.css */
a:link {
color:#003366;
text-decoration:none;
}
a:visited {
color:#003366;
text-decoration:none;
}
a:hover {
color:#FF0000;
text-decoration:underline;
}
a:active {
color:#003366;
text-decoration:none;
}
small {
font-size:8px;
}
big {
font-size:14px;
}


/* End From default.css */

Body {
	background-color: #ffffff;
	margin: 0px;
	color: #000000;
}

/* The Admin control panel */
#controlpanel {
	width: 100%;
	background-color: #ffffff;
	height: 0px;
}

/* Module titles - these may be overridden in container.css */
.Head   {
    font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
	 color: #555042;
}
/* Normal display text and links - may be overridden in container.css */
table, p, .normal, div 
{
	FONT-SIZE: 12px;

	LINE-HEIGHT: 1.5em; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	
}

.normal {
	FONT-SIZE: 12px;
	MARGIN: 8px 0px 0px; 
	LINE-HEIGHT: 1.5em; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


a:link 
{
  text-decoration: underline;	
}
a.normal:link {
    text-decoration: underline;
    color: blue;
}
a.normal:visited  {
    text-decoration: underline;
    color: purple;
}
a.normal:hover    {
    text-decoration: none;
    color: blue;
}
a.normal:active   {
    text-decoration: underline;
    color: blue;
}
/* Variety text classes */
.NewsText {
	font: 14px Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
}
.ComicText {
   font: 13px Comic Sans MS;
}
.TinyText {
   font: 9px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* The login & user links */
.control, a.control:link, a.control:visited {
   text-decoration: none;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#D4D0C8;
	font-weight: bold;
}
a.control:hover    {
    text-decoration:none;
    color:#7F8183;
}
a.control:active   {
    text-decoration: none;
    color:#D4D0C8;
}
/* the Page Title Skin Object */
.pageTitle {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #d4d0c8;
	text-transform: lowercase;
}
.pageTitleHome {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #d4d0c8;
	text-transform: none;
}
/* Classes for the other Skin Objects */
.skinObject, a.skinObject:link, a.skinObject:visited {
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #d4d0c8;
}
a.skinObject:hover    {
    text-decoration: none;
    color:#7F8183;
}
a.skinObject:active   {
    text-decoration: none;
    color:#D4D0C8;
}
/* content panes - make adjustments here if needed */
.widepane {
	width: 100%;
}
.leftpane {
}
.contentpane {
padding-right: 15px;
}
.rightpane {
padding-left: 10px;
}
.outerpane {
}
/* Main Menu holder */
.MainMenu_MenuContainer {
	width: 100%;
	height: 16px;
	line-height: 16px;
	background-image: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	font-style: normal;
	background-color:#82404A;
}
/* Module Control Menu settings */
.ModuleTitle_MenuContainer {
   background-image: none;
	background-color: transparent;
	color: white;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ModuleTitle_SubMenu {
   background-image: none;
	background-color:#82404A;
	color: white;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	background-color: transparent;
	border-left: solid 1px #666666;
	border-top: solid 1px #ffffff;
	border-right-style: none;
	border-bottom: solid 1px #666666;
	display: none;
}
.ModuleTitle_MenuBreak {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
}
.ModuleTitle_MenuItem {
	background-image: none;
	background-color:#82404A;
	height: 20px;
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	font-style: normal;
	z-index: 1000; 
	cursor: hand;
	border-left-style: none;
	border-top: solid 1px #ffffff;
	border-right-style: none;
	border-bottom: solid 1px #666666;
}
.ModuleTitle_MenuItemSel {
   background-image: none;
	background-color:#D9BABF;
	height: 20px;
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	font-style: normal;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	border-left-style: none;
	border-top: solid 1px #ffffff;
	border-right-style: none;
	border-bottom: solid 1px #666666;
}
.ModuleTitle_MenuArrow {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-left-style: none;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	border-left-style: none;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

/* Buttons */
.StandardButton {
    background: #82404a none; 
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-weight: bold;
	 border: 1px solid black;
}

/* The footer items - copyright, terms, privacy */
.footer, a.footer:link, a.footer:visited {
    text-decoration:  none;
    font-weight: bold;
    font-size: 8.5pt;
    color: #A5A6AB;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a.footer:hover    {
    text-decoration:    none;
    color: #CC8E8F;
}
a.footer:active   {
    text-decoration:    none;
    color: #A5A6AB;
}
/* The credits line, if used */
.credits, a.credits:link, a.credits:visited {
    text-decoration:  none;
    font-weight: normal;
    font-size: 6pt;
    color: navy;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a.credits:hover    {
    text-decoration:    none;
    color: Red;
}
a.credits:active   {
    text-decoration:    none;
    color: navy;
}
/* Generic html elements */
H1  {
    FONT: bold 16px Verdana, Arial, Helvetica, sans-serif; COLOR: #d4d0c8
}
H2  {
    FONT: bold 16px Verdana, Arial, Helvetica, sans-serif; COLOR: #666666
}
H3  {
    FONT: bold 14px Verdana, Arial, Helvetica, sans-serif; COLOR: #666666
}
H4  {
    FONT: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif; COLOR: maroon
}
H5, DT  {
    FONT: bold 12px Verdana, Arial, Helvetica, sans-serif; COLOR: #666666
}
H6  {
    FONT: bold 12px Verdana, Arial, Helvetica, sans-serif; COLOR: maroon
}
TFOOT, THEAD    {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: black;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}
SMALL   {
    font-size:  8px;
}
BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}
UL LI   {
    list-style-type:    square ;
}
UL LI LI    {
    list-style-type:    disc;
}
UL LI LI LI {
    list-style-type:    circle;
}
OL LI   {
    list-style-type:    decimal;
}
OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* original styles */

P.mnlinkbar {
	MARGIN: 0px 0px 12px; FONT: 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; TEXT-ALIGN: left;
}
P.bottombar {
	MARGIN: 0px 0px 12px; FONT: 12px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; COLOR: gray; TEXT-ALIGN: left;
}
.style1 {font-size: 10px}
.style4 {color: Gray}
.footerLeft{
	margin: 2px 10px 12px;
	font: 11px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	text-align: left;
	color: Gray;
	vertical-align: top;
}
.mnlinkbar 
{
  vertical-align: top;	
}

#listing .ListingItemTitle 
{
	margin-bottom: 0px;
}
#listing .postfoot 
{
  	color: #999;
  	margin-top: 2px;
}