/* 
================================
Skin styles for DotNetNuke
================================
*/  

body
{
	margin: 0px;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}

td, th{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited, a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005f79;
	text-decoration: underline;
}

a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005f79;
	text-decoration: underline;
}

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #dee6ec;
	background-image: url(page_bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
.skinmaster {
	width: 780px;
	height: 100%;
	background-color: #edf2f5;
}
.skinheader {
	height: 113px;
	background-image: url(header_pic.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footerTable {
	width: 100%;
	height:76px;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
.leftpane {
	width: 210px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 210px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   
/* style for module titles */
.Head   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005f79;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 16px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	width:200px;
}

.NormalRed
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}

.NormalBold
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.StandardButton {
  background: #4cadc5 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #4cadc5;
	border-right: #4cadc5 1px solid; 
	border-top: #4cadc5 1px solid; 
	border-left: #4cadc5 1px solid; 
	border-bottom: #4cadc5 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-color: #4cadc5;
}

/* GENERAL */
/* style for Page Skin */

.PageShadowLeft {
	width: 17px;
	background-image: url(shadow_left_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #edf2f5;
}
.PageShadowLeftTop {
	width: 17px;
	height: 400px;
	background-image: url(shadow_left_top.gif);
}
.PageShadowLeftBottom {
	width: 21px;
	height: 21px;
	background-image: url(shadow_cnr_left.gif);
}
.PageShadowRight {
	width: 17px;
	background-image: url(shadow_right_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #edf2f5;
}
.PageShadowRightTop {
	width: 17px;
	height: 400px;
	background-image: url(shadow_right_top.gif);
}
.PageShadowRightBottom {
	width: 21px;
	height: 21px;
	background-image: url(shadow_cnr_right.gif);
}
.PageShadowBottom {
	background-image: url(shadow_bottom_bg.gif);
	background-color: #edf2f5;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* HEADER */
.menuBG {
	width: 100%;
	height: 31px;
	background-image: url(menu_bg.gif);
	background-repeat: repeat-x;
}
.menuLeft {
	width: 7px;
	height: 31px;
	background-image: url(menu_left.gif);
}
.menuRight {
	width: 7px;
	height: 31px;
	background-image: url(menu_right.gif);
}

.headerBG {
	width: 100%;
	height: 113px;
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.Testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005f79;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

/* FOOTER TEXT */

.footer_link{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d93ae;
	text-decoration: none;
	line-height: 16px;
}
a.footer_link:visited, a.footer_link:link, a.footer_link:active, footer_link:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d93ae;
	text-decoration: underline;
}

/* TOP TEXT */

.top_link{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e5f79;
	text-decoration: none;
	line-height: 16px;
}
a.top_link:visited, a.top_link:link, a.top_link:active, top_link:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e5f79;
	text-decoration: underline;
}
.top_big{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2e5f79;
	text-decoration: none;
	line-height: 16px;
	font-weight: bold;
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #4cadc5 0px solid; 
	border-bottom: #4cadc5 0px solid; 
	border-top: #4cadc5 0px solid; 
	border-right: #4cadc5 0px solid;
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	color: #ffffff; 
	font-style: normal; 
	font-size: 11pt; 
}
.MainMenu_MenuIcon {
	background-color: #4cadc5; 
	border-left: #4cadc5 0px solid; 
	border-bottom: #4cadc5 0px solid; 
	border-top: #4cadc5 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #4cadc5;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	width: 1px;
	height: 31px;
	background-image: url(menu_break.gif);
	background-repeat: no-repeat;
}
.MainMenu_MenuItemSel {
	background-color: #005f79; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica; 
	color: #ffffff; 
	font-style: normal; 
	font-size: 11pt; 
	font-style: normal;
	height: 22px;
}
.MainMenu_MenuArrow {
	border-right: #4cadc5 0px solid;
	border-bottom: #4cadc5 0px solid;
	border-top: #4cadc5 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
	cursor: hand;
	border:none;
	height: 12px;
}
.MainMenu_RootMenuArrow {
    display: none; 
}

.MainMenu_MenuIcon {
    cursor: pointer; 
    cursor: hand; 
    background-color: Transparent; 
	border:none;
    text-align: center; 
    width: 12; 
    height: 12;
}

/*level specific styles*/
.rootMenuItem{
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: bold; 
	font-size:11px;
	background-image:url(menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	padding-right:10px;
	height:22px;
	line-height:20px;
	border:none;
}
.rootMenuItemMenuBreak {
	width: 1px;
	height: 31px;
	background-image: url(menu_break.gif);
	background-repeat: no-repeat;
}
.rootMenuItemBreadcrumb{
	font-family: Tahoma, Arial, Helvetica; 
	font-weight:bold;
	font-size:11px;
	background-image:url(menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	padding-right:10px;
	height:22px;
	line-height:20px;
	border:none;
	color:#bbc92d;	
}
.rootMenuItemActive{
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height:22px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
}
.rootMenuItem td, .rootMenuItemActive td, .rootMenuItemBreadcrumb td{
	padding-left:10px;
	padding-right:10px;
	border:none;
}
.rootMenuItemOver{
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family:Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #005f79;
	height:21px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
}
.subMenu{
	font-family: Tahoma, Arial, Helvetica; 
	font-weight: normal;
	font-size:11px;
	border:1px solid #4aacc4;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	background-color:#207f9a;
	padding:0px;
	margin:0px;
}
.subMenu td{
	font-family: Tahoma, Arial, Helvetica; 
	color: #ffffff; 
	font-size:11px;
	font-weight:normal;
	height:21px;
	padding:0px;
	margin:0px;
}

.subMenuItemOver, .subMenuItemOver td{
	font-family: Tahoma, Arial, Helvetica; 
	color: #ffffff; 
	font-size:11px;
	background-color:#005f79;
	padding:0px;
	margin:0px;
}
.subMenuItemActive, .subMenuItemActive td{
	font-family: Tahoma, Arial, Helvetica; 
	color: #ffffff; 
	font-size:11px;
	background-color:#005f79;
	padding:0px;
	margin:0px;
}
.subMenuItemBreadcrumb, .subMenuItemBreadcrumb td{
	padding:0px;
	margin:0px;
	color:#bbc92d;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d93ae;
	text-decoration: underline;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #5d93ae;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #005f79;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #005f79;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #005f79;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #1d7c96;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border:1px solid #4cadc5;
	cursor:pointer;
	cursor: hand; 
}


/* GENERIC */
H1  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005f79;
	text-decoration: none;
	font-weight: bold;
}

H2  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d93ae;
	text-decoration: none;
	font-weight: bold;
}

H3  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

H4  {
}

H5, DT  {
}

H6  {
}

UL LI   {
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(bullet.gif);
}

UL LI LI    {
	list-style-type:square;
	colour: #4cadc5;
}

UL LI LI LI {
	list-style-type:circle;
	colour: #4cadc5;
}

OL LI   {
	list-style-type:decimal;
}

OL OL LI    {
	list-style-type:decimal;
}

OL OL OL LI {
	list-style-type:decimal;
}



