/* 
=========================================================================
	Stylesheet for the Kimbereley Skin Package by StrohlSiteDesign.com
	(C) 2007 StrohlSiteDesign.com and Will Strohl. All rights reserved.
	
	LICENSING NOTES:
	If you have purchased this skin package, you may edit this CSS file
	to suit your needs.
=========================================================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #000000;
	color: #C3C3C3;
}

.skinmaster {
	height: 100%;
	color: #C3C3C3;
	background-color: #eeeeee;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.skinheader {
	background-color: #d1d1d1;
}

.skingradient {
	background-image: url(gradient_DKGray.jpg); 
	height: 30px;
}

.controlpanel {
	width: 100%;
	background-color: #d1d1d1;
}

.toppane{
	text-align: center;
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.leftpane {
	width: 150px;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 0px;
	background-image:  url("images/heart_bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}

.contentpane{
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom:: 0px;
}

.rightpane{
	width: 200px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	text-align: center;
}

.bottompane{
	text-align: center;
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #2F2F2F;
}

.whitecellcentered{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.whitecellright{
	text-align: right;
	font-weight: normal;
	font-style: normal;
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #c0c0c0; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #000000;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel{
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF2084; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	color: #000000;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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-image: url(gradient_LtGray.jpg);
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #C3C3C3;
}



/* ================================
    DESIGN STYLES
   ================================
*/

a:link,a:visited,a:active,a.Normal:link,a.Normal:visited,a.Normal:active{
	text-decoration: none;
	color: #FF2084;
}

a:hover,a.Normal:hover{
	text-decoration: underline;
	color: #FF2084;
}

.logorow{
	width: 720px;
	background-image:  url("images/header_dots.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.logocell{
	vertical-align: middle;
	text-align: center;
	width: 220px;
}

.menucell{
	background-image:  url("images/site_menu_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #E0E0E0;
	width: 100%;
	height: 50px;
	padding-top: 15px;
	padding-left: 15px;
}

.breadcrumbs{
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: #C0C0C0;
	padding-top: 0px;
	padding-left: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}

a.breadcrumbs:link,a.breadcrumbs:active,a.breadcrumbs:visited{
	color: #C0C0C0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.breadcrumbs:hover{
	color: #FF2084;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.topbar{
	height: 17px;
	background-image:  url("images/top_pink_line.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	padding: 0px;
	font-size: 10px;
}

.bottombar{
	height: 18px;
	background-image:  url("images/bottom_pink_line.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 10px;
}

.columndots{
	background-image:  url("images/vertical_dots.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	width: 10px;
}

.leftside{
	width: 16px;
	background-image: url("images/white_left_side.jpg");
	background-position: top right;
	background-repeat: repeat-y;
}

.rightside{
	width: 16px;
	background-image: url("images/white_right_side.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}

.footercell{
	color: #C3C3C3;
	height: 44px;
	background-image:  url("images/white_bottom.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}

.tlc{
	background-image:  url("images/top_pink_line_left_corner.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 16px;
	height: 17px;
	padding: 0px;
	font-size: 10px;
}

.trc{
	background-image:  url("images/top_pink_line_right_corner.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 16px;
	height: 17px;
	padding: 0px;
	font-size: 10px;
}

.blc{
	background-image:  url("images/btm_pink_line_left_corner.jpg");
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	padding: 0px;
	font-size: 10px;
}

.brc{
	background-image:  url("images/btm_pink_line_right_corner.jpg");
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	padding: 0px;
	font-size: 10px;
}

.bottomcenterline{
	background-image:  url("images/bottom_pink_line_ctr.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	height: 18px;
	padding: 0px;
}



/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
body
{
	color: #ffffff;
    background-color: #000000;
	margin: 0px;
	height: 100%;
}

html{
	height: 100%;
}

td{
	color: #C3C3C3;
	vertical-align: top;
	font-size: 10pt;
	font-family: Trebucet MS, Verdana, Arial, Helvetica, sans-serif;
}

.ControlPanel, .PagingTable{
    width: 100%;
    height: 64px;
    background-color: #000000;
    BORDER-RIGHT: #c0c0c0 1px solid; 
    BORDER-TOP: #c0c0c0 1px solid; 
    BORDER-LEFT: #c0c0c0 1px solid; 
    BORDER-BOTTOM: #c0c0c0 1px solid; 
}

.SkinObject{
    font-weight: bold;
    font-size: 8.5pt;
    color: #76A2CE;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

a.SkinObject:link,a.SkinObject:visited,a.SkinObject:active{
    text-decoration: none;
    color:#76A2CE;
}

a.SkinObject:hover{
    text-decoration: underline overline;
    color:#ADCAE8;
}

/* style of item titles on edit and admin pages */
.SubHead{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FF6565;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
	color: #C3C3C3;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: normal;
	background-color: #DEDEDE;
	color: #000000;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container{
	background-color: Transparent;
}
.DataGrid_Footer{
    background-color:White;
}
.DataGrid_Header{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

a.TreeMenu_Node:link, a.TreeMenu_NodeSelected:link{
    text-decoration: none;
    color: #003366;
}

a.TreeMenu_Node:visited, a.TreeMenu_NodeSelected:visited{
    text-decoration: none;
    color: #003366;
}

a.TreeMenu_Node:active, a.TreeMenu_NodeSelected:active{
    text-decoration: none;
    color: #003366;
}

a.TreeMenu_Node:hover, a.TreeMenu_NodeSelected:hover{
    text-decoration: none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer{
	height:100%;
	border: dimgray 1px solid;
	background-color: transparent;
	color: #000000;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList{
	height:100%;
	border: dimgray 1px solid;
	color: #000000;
	background-color: transparent;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox{
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #6389C8;
    border-bottom: dimgray 1px solid;
    height: 25px;
}

.FileManager_Pager{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #8C8C8C;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: #f8f8f8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    background-color: #eeeeee;
    border-style: none;
}
.FileManager_SelItem{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background-color: #A6375C;
    border-style: none;
}

.FileManagerTreeNode{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #0000ff;
	background-color: #dcdcdc; 
}

a.FileManagerTreeNode:link, a.FileManagerTreeNodeSelected:link{
    text-decoration: none;
    color: #003366;
}

a.FileManagerTreeNode:visited, a.FileManagerTreeNodeSelected:visited{
    text-decoration: none;
    color: #003366;
}

a.FileManagerTreeNode:active, a.FileManagerTreeNodeSelected:active{
    text-decoration: none;
    color: #003366;
}

a.FileManagerTreeNode:hover, a.FileManagerTreeNodeSelected:hover{
    text-decoration: none;
    color: #ff0000;
}

/* text style used for help text rendered by modules */
.Help{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link,a.CommandButton:visited,a.CommandButton:active{
    text-decoration: underline;
    color: #6ECD5F;
}

a.CommandButton:hover{
    text-decoration: underline;
    color: #A6E89B;
}

/* button style for standard HTML buttons */
.StandardButton{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #000000;
	color: #dddddd;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
h1{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #D9D97D;
}

h2{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #BDBD5A;
}

h3{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #FF6565;
}

h4{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #FF6565;
}

h5, dt{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FF6565;
}

h6{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FF6565;
}

tfoot, thead{
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #FF6565;
}

th{
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #FF6565;
}

label{
	background-color: transparent;
}

a:link,a:visited,a:active{
    text-decoration: none;
    color:  #D220FF;
}

a:hover{
    text-decoration: underline;
    color: #F2DE00;
}

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
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #c0c0c0 0px solid; 
	border-left: #c0c0c0 0px solid; 
	border-top: #c0c0c0 0px solid; 
	border-right: #c0c0c0 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #989898; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #323232 0px solid; 
	border-bottom: #323232 1px solid; 
	border-top: #323232 1px solid; 
	border-right: #323232 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #323232; 
	border-left: #323232 1px solid; 
	border-bottom: #323232 1px solid; 
	border-top: #323232 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #323232; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #323232 0px solid; 
	border-left: #323232 0px solid; 
	border-top: #323232 0px solid; 
	border-right: #323232 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #5F5F5F 1px solid; 
	border-left: #5F5F5F 0px solid; 
	border-top: #5F5F5F 1px solid;  
	border-right: #5F5F5F 0px solid; 
	background-color: #5F5F5F; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FF2084; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #323232;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #323232 1px solid; 
	border-bottom: #323232 1px solid; 
	border-top: #323232 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
