/* 
================================
Skin for dotNetNuke CMS, converted by
Sam Tanner d/b/a www.EasyTemplateSkins.com
================================
*/   

/* The color set for the skin */
/* Body is the overall background */
Body {
	background-color: White;
	margin: 0px;
}
/* The left-side panel and the borders */
.trim {
	background-color: #00004A;
}
/* The menu and left content pane (within the trim area) */
.leftPnl {
	background-color: #00006C;
}
/* The mouse-over color for a selected menu item */
.menuOver {
	background: #95001E;
}
/* End of color set */

/* Admin control panel */
.controlpanel {
	width: 100%;
	background-color: White;
}
/* the main content table */
#tbl_main {
 border-right: #00004a 2px solid; 
 border-top: #00004a 2px solid; 
 border-left: #00004a 2px solid; 
 border-bottom: #00004a 2px solid;
 width: 750px;
}
/* Module titles - this might be overridden in container.css */
.Head   {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:  bold;
    color: #000084;
}

/* Most presentation text */
.normal {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00004A;
}
a.normal:link, a.normal:visited {
    text-decoration: underline;
    color: #000084;
}
a.normal:hover {
    text-decoration: none;
    color: #CE0029;
}
a.normal:active {
    text-decoration: underline;
    color: #000084;
}
/* Alternate white text for darker pane */
.normalWhite {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
a.normalWhite:link, a.normalWhite:visited {
    text-decoration: underline;
    color: silver;
}
a.normalWhite:hover {
    text-decoration: none;
    color: #eeeeee;
}
a.normalWhite:active {
    text-decoration: underline;
    color: silver;
}
/* Variety text styles... */
/* These browser-safe fonts are compatible in IE & Mac */
/* Don't say I didn't give you anything  :>)  */
.txtNews {
	font-family: "Times New Roman", "Times", serif;
	font-size: 14px;
	font-weight: normal;
}
.txtComic {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	font-weight: normal;
}
.txtElegant {
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.txtFancy {
	font-family: "Palatino", "Book Antiqua", serif;
	font-size: 12px;
	font-weight: normal;
}
.txtAttention {
	font-family: "Impact", "Charcoal", sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.txtCodeRed {
	font-family: "Lucida Console", "Monaco", monospace;
	font-size: 12px;
	color: #CE0029;
	font-weight: normal;
}

/* Classes for 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: white;
	font-weight: bold;
}
a.control:hover    {
    text-decoration: underline;
    color: #CE0029;
}
a.control:active   {
    text-decoration: none;
    color: white;
}
.date {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: black;
}
/* Classes for the Portal Name, Page Title and Logo Skin Objects */
.skinObject, a.skinObject:link, a.skinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: #00004A;
	font-weight: bold;
}
a.skinObject:hover    {
    text-decoration: none;
    color: #95001E;
}
a.skinObject:active   {
    text-decoration: none;
    color: #00004A;
}
/* content panes */
.widepane {
	width: 100%;
}
.leftpane {
	background-color: #00006C;
}
.contentpane {
	background-color: White;
}


/* SolPart Menu settings */
.MainMenu_MenuContainer {
	background-color:#00006C;
	width: 160px;
	color: white;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #00006C 1px solid; 
	border-bottom: #00006C 1px solid; 
	border-top: #00006C 1px solid; 
	border-right: #00006C 1px solid;
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal; 
	background-color: #00006C;
	height: 20px;
	color: white;
}
.MainMenu_MenuIcon {
	border-left: #00006C 1px solid; 
	border-bottom: #00006C 1px solid; 
	border-top: #00006C 1px solid; 
	cursor: hand; 
	text-align: center; 
	width: 0px;
	background-color: transparent;
	display: none;
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #95001e;
	height: 20px;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_SubMenu {
   background-image: none;
	background-color: #00006C;
	height: 20px;
	color: white;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_SubMenu .MainMenu_MenuItem {
	border-left: #00006C 1px solid; 
	border-bottom: #00006C 1px solid; 
	border-top: #00006C 1px solid; 
	border-right: #00006C 1px solid;
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal; 
	background-color: #00006C;
	height: 20px;
	color: white;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-color: #95001e;
	height: 20px;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: #95001e 1px solid; 
	border-bottom: #95001e 1px solid; 
	border-top: #95001e 1px solid;
}
.submenuitemselected {
   background-color: #95001e;
	height: 20px;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: #95001e 1px solid; 
	border-bottom: #95001e 1px solid; 
	border-top: #95001e 1px solid; 
}
.MainMenu_MenuArrow {
	border-right: #95001e 0px solid; 
	border-bottom: #95001e 0px solid; 
	border-top: #95001e 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Buttons */
.StandardButton {
    background: #95001E none; 
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-weight: bold;
}

/* Classes for the footer items */
.footer {
    font-weight: bold;
    font-size: 8.5pt;
    color: #00004A;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
a.footer:link, a.footer:visited {
    color: #00004A;
    text-decoration: none;
}
a.footer:hover    {
    text-decoration: underline;
    color: 95001E;
}
a.footer:active   {
    text-decoration: none;
    color: #00004A;
}

/* Generic html */
IMG {
	border-top-width: 0px;
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px
}
H1  {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight: bold;
    color: #CE0029;
}

H2  {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #95001E;
}

H3  {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #00004A;
}

H4  {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: #CE0029;
}

H5, DT  {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: Black;
}

H6  {
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: #95001E;
}

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 {
	border-right: black 0px solid; 
	padding-right: 0px; 
	border-top: black 1px solid; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	MARGIN: 5px auto; 
	border-left: black 0px solid; 
	width: 100%; 
	color: #95001E; 
	padding-top: 0px; 
	border-bottom: black 1px solid; 
	height: 3px; 
	background-color: transparent; 
	text-align: center
}
/* Module admin menus */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}








