/* 
'
' K1 Skin - v1.0 (DNN 4.5.5)
' Copyright (c) 2004-2007 by Pivocom
' info@pivocom.com
' http://www.pivocom.com
'
*/

/* background color for the content part of the pages */
Body {
	font: normal 62.5% sans-serif;
	background:#161b1f;
	color: #000; 
	text-align: center;
	margin-top: 0px;
	font-face: arial, verdana, tahoma;
}

.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #DFE5F2;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid;

}

/* style for module titles */
.Head  
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #FF4500;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
  font-family: Tahoma, Arial, Helvetica;
  font-size:  11px;
  font-weight: normal;
  color: #3366CC;
}

/* 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: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}
.NormalOrange
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: #FF4500;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    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: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    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: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    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: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    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;
	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;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: dimgray 1px solid;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: gainsboro;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* 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: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #FFFFFF;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* Module Title Menu */
.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:15;
	background-color: Transparent;
}

.ModuleTitle_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #E0E0E0; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 1px solid;
}

.ModuleTitle_MenuBreak 
{
	border-bottom: #E0E0E0 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #E0E0E0 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #E0E0E0; 
	height: 1px;
}

.ModuleTitle_MenuItemSel 
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	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 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*=============== START DEFAULT MENU STYLES ============================================*/
.main_dnnmenu_container {background-color: transparent;}
.main_dnnmenu_bar {cursor: pointer; cursor: hand; height:25px; background-color: Transparent;}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
  white-space: nowrap;  /*Word wrapping menu item now optional*/	    
  padding: 5px 10px 0px 10px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {background-color: transparent; color: #f00;}
.main_dnnmenu_icon {display: none;}
.main_dnnmenu_submenu
{
  background-color: transparent;
  z-index: 1000; 
  cursor: pointer; 
  cursor: hand; 
  color: #fff;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica; 
	height: 25px;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
 }
.main_dnnmenu_break {height: 1px; font-size: 1px;}
.main_dnnmenu_arrow {border-right: #cad5ea 1px solid; border-bottom: #cad5ea 1px solid; border-top: #cad5ea 0px solid; font-family: webdings; font-size: 10pt; cursor: pointer; cursor: hand;}
.main_dnnmenu_rootmenuarrow {display: none;}

/*=============== END DEFAULT MENU STYLES ============================================*/


/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}   
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}
A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}
A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}
A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}
.TableMain
{
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}

.LeftPane {vertical-align: top; width: 183px; background:URL(images/1h_pict2.gif) repeat-y;}
.ContentPane {vertical-align: top;}
.TopContentPane {vertical-align: top;}
.ImagePane {vertical-align: top;}
.RightPane {vertical-align: top; padding: 2px 2px 2px 2px; width: 175px;}
.TopPane {background-color: #ffffff; vertical-align: top; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}
.FlashPane {background-color: #ffffff; vertical-align: top; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;}
.BottomPane {background-color: #ffffff;}

/* text style for upper nav bar */
.UpperNavTabs
{
    font-size: 11px;
    color: #fff;
    font-family: tahoma;
    text-decoration: none;
    vertical-align: middle;
}
A.UpperNavTabs:link 
{
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.UpperNavTabs:visited  
{
	text-decoration:    none;
	color: #fff;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.UpperNavTabs:active   
{
	text-decoration:    none;
	color: #fff;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}
A.UpperNavTabs:hover    
{
	text-decoration: none;
	color: #f00;
	background-color: transparent;
	border: 0px none;
	font-weight: bold
}

.SectionHeader
{ 
	font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #FF4500; 
}
.DateObject 
{
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* News Articles Custom Styles */
.NormalWhite 
{ 
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 11px; 
  font-weight: bold; 
  color: #FFFFFF;
}
.articleQuote 
{ 
  font-family: Tahoma, Arial, Helvetica; 
  font-size: 8pt; 
  border-top: solid 1px #999999; 
  border-bottom: solid 1px #999999; 
}

.articleTitle
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:link
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:visited
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:active
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
  color: #6699CC;
}
A.articleTitle:hover
{
  font-family:Verdana;
  font-size: 18px;
  font-weight:bold;
}
.articleTable 
{ 
  background-color: #CCCCCC; /* black */
  margin: 0px;
}
.articleTopCell 
{ 
  background-color: #5D6C91; /* #006600 */ 
  color: white; 
  font-weight: bold; 
  padding: 6px; 
  height: 25px; 
}
.articleContentCell 
{ 
  color: #000000;
  padding: 6px; 
  background-color: #FEFEFE; 
}
.articleTextCell 
{ 
  color: #000000;
  padding: 6px; 
  background-color: #FFFFFF;
}
.articleIconCell 
{ 
  background-color: #D0D0D0; 
  width: 20px;
}
.articleFooterCell 
{ 
  color: #FFFFFF; 
  padding: 3px; 
  background-color: #80B288; 
  height: 25px;
}
.PageGeneratedClass
{
  FONT-SIZE: 9px; 
  COLOR: #b4b4b4; 
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.bgWhite 
{
	BACKGROUND-COLOR: #303030;
	border: solid 0px #ededed;
}
.postfoot
{
  FONT-SIZE: 8px;
  COLOR: #b4b4b4; 
  FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.SearchBG
{
  background-color:#f2f2f2; 
  height: 75px;
  width:100%;
  border-left: solid 1px #d4d4d4;
}
.Search
{
  width:7px; 
  height:32px; 
  font-family: Corbel;
  font-size: medium;
  font-weight: bold;
}

/* text style for breadcrumb */
.BreadCrumbPane
{
	font-family: Georgia;
	font-size: 8pt;
	color: #2f2f2f;
	background-color: #ffffff;
	border-bottom: #D2D2D2 0px solid;
}
.BreadCrumb
{
	font-size: 8pt;
	color: #2f2f2f;
	font-family: Georgia;
	text-decoration: none;
	background-color: transparent;
	font-weight: normal
}
A.BreadCrumb:link 
{
	text-decoration: none;
	color: #2f2f2f;
}
A.BreadCrumb:visited  
{
	text-decoration: none;
	color: #2f2f2f;
}
A.BreadCrumb:active   
{
	text-decoration: none;
	color: #2f2f2f;
}
A.BreadCrumb:hover    
{
	color: red;
	text-decoration: underline;
}
/* text style for top skin objects */
.TopSkinObject {
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.TopSkinObject:link {
    text-decoration:    none;
    color:#ffffff;
}
A.TopSkinObject:visited  {
    text-decoration:    none;
    color:#ffffff;
}
A.TopSkinObject:active   {
    text-decoration:    none;
    color:#ffffff;
}
A.TopSkinObject:hover    {
    text-decoration:    underline;
    color:ffffff;
}
/* text style for skin objects */
.SkinObject 
{
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    font-family: sans-serif;
    text-decoration: none;
}

A.SkinObject:link 
{
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:visited  
{
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:active   
{
    text-decoration:    none;
    color:#fff;
}

A.SkinObject:hover    
{
    text-decoration:    none;
    color:#000000;
}
/* text style for bottom skin objects */
.BottomSkinObject {
    font-weight: normal;
    font-size: 8px;
    color: #c5c5c5;
    font-family: Verdana;
    text-decoration: none;
}
A.BottomSkinObject:link {
    text-decoration:    none;
    color:#c5c5c5;
}
A.BottomSkinObject:visited  {
    text-decoration:    none;
    color:#c5c5c5;
}
A.BottomSkinObject:active   {
    text-decoration:    none;
    color:#c5c5c5;
}
A.BottomSkinObject:hover    {
    text-decoration:    none;
    color:#000000;
}

/* Skin Specific */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	padding-bottom: 1px;
}

/* GENERIC */
h1,h2,h3 {color: #036;margin: 4px 0 2px;}

a {color: #0269ac;}
a:link {color: #0269ac; text-decoration: none;}
a:hover {color: #F00;text-decoration: none;}

.clearer {clear: both;}

table h1,table h2,table h3 {margin-top: 0;}

h1 {font: normal 2em Verdana,sans-serif;}
h2 {font: normal 1.4em Tahoma,sans-serif; letter-spacing: 1px;}
h3 {font: bold 1em Verdana,sans-serif;}

img {border: none;}
img.bordered {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 5px;
}

li {
	line-height: 1.5em;
	list-style: square;
}
form,table {margin: 0px 0 12px;}

p {padding-bottom: 6px;}



small {font: normal 0.9em sans-serif;}

a.more {font: bold 1em sans-serif;}

/* structure */
.TopLevel{
	width: 850px;
	margin:0px auto; 
}


/* default layout elements */
.wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

/* banners & header images */
.banner {height: 190px; border-bottom: 1px solid #BBBDB9; background: #FBFDF9;}

#banner-about {background: #FBFDF9 url('images/banner-about.jpg') no-repeat right center; height: 190px;}
#banner-contact {background: #FBFDF9 url('images/banner-contact.jpg') no-repeat right center; height: 190px;}
#banner-clients {background: #FBFDF9 url('images/banner-clients.jpg') no-repeat right center; height: 190px;}
#banner-home {background: #FBFDF9 url('images/banner-home.jpg') no-repeat right center; height: 190px;}
#banner-ordering {background: #FBFDF9 url('images/banner-ordering.jpg') no-repeat right center; height: 190px;}
#banner-products {background: #FBFDF9 url('images/banner-products.jpg') no-repeat right center; height: 190px;}

.banner h1 {
	color: #441;
	font: normal 2em Verdana,sans-serif;
	margin: 0;
	padding-top: 48px;
	width: 400px;
	text-align: center;
}

#banner-home h1 {padding-top: 64px;}
#banner-ordering h1 {padding-top: 64px;}

/* header */
.header {
	background: #FFF;
	height: 72px;
}
.header .wrapper {
	width: 187px;
	float: left;
	padding-left: 13px;
}

/* page specific */

/* navigation */
.navigation .wrapper {height: 25px;}
.navigation {background: #AC3329 url('images/navigation.jpg') repeat-x;}
.navigation .wrapper span {vertical-align: middle;height:25px;}

.navigation a,.subnav a{
	color: #FFF;
	float: left;
	font: bold 1em sans-serif;
	margin-right: 1px;
	padding: 6px 14px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {
	background: #EB2E28;
	color: #FFF;
}
.subnav {background: #E5E5E5; border-bottom: 1px solid #CCC;}
.subnav a {color: #555; font-size: 0.9em; padding: 6px 10px;}
.subnav a:hover {background: #F5F5F5; color: #000;}
.subnav a#selected {color: #048;}

/* footer */
.Footer{
	background: url('header_bg_12x12.gif');
	width: 850px;
	height: 109px;
	clear: both;
	border-top: 1px solid #878787;
	padding: 10px 0;
}

/* misc */

.clearer {
	clear: both;
	font-size: 0;
}

/* lists */

/* tables */
table.list {border-collapse: collapse;}
table.list td {
	padding: 10px 16px;
	vertical-align: middle;
}
table.list td a {font-size: 1.1em;}

/*IE HACKS*/
/* EARLIER IE VERSIONS */
.ie .LeftMiniMiddle{
	clear: both;
	width: 208px; 
	height: 199px;	
	float: left;
	text-align: left;
}
.ie .RightMiniMiddle{
	width: 225px;
	height: 204px;	
	float:right;
}
.ie .CenterMiniBottomHeader{
	width: 352px;
	height: 30px;
	float:left;
	border-right: 1px solid #878787;
	border-left: 1px solid #878787;	
}
.ie .CenterMiniBottom{
	width: 352px;
	height: 195px;
	float:left;	
	border-right: 1px solid #878787;
	border-left: 1px solid #878787;
}
.ie .RightWideBottom{
	float: right;
	width: 602px;
	height: 452px;
	color: white;
	padding-left: 20px;
}
.ie .LeftBodyTopReg{
	width: 247px;
	height: 227px;
	background: #cdcdcd;
	
	
}
.ie .LeftCenter{
	padding-right: 44px;
	padding-top: 30px;
}
.ie .RightWideBottomReg{
	float: right;
	width: 602px;
	height: 452px;
	background: #eee;
	padding-left: 20px;
	padding-top: 20px;
}
.ie .RightWideBottomLog{
	float: right;
	width: 602px;
	height: 452px;
	padding-left: 20px;
	padding-top: 20px;
}

.ie .whiteBoldHeader{
	color: #fff;
	margin-left: 17px; 
	font-weight: bold; 
	font-size: 12px; 
	padding-top: 8px; 

}
/*IE7*/
.ie7 .LeftMiniMiddle{
	clear: both;
	width: 228px; 
	height: 199px;	
	float: left;
	text-align: left;
}
.ie7 .RightMiniMiddle{
	width: 225px;
	height: 204px;	
	float:right;
}
.ie7 .CenterMiniBottomHeader{
	width: 352px;
	height: 30px;
	float:left;
	border-right: 1px solid #878787;
	border-left: 1px solid #878787;	
}
.ie7 .CenterMiniBottom{
	width: 352px;
	height: 195px;
	float:left;	
	border-right: 1px solid #878787;
	border-left: 1px solid #878787;
}
.ie7 .RightWideBottom{
	float: right;
	width: 602px;
	height: 452px;
	color: white;
	padding-left: 20px;
}
.ie7 .LeftBodyTopReg{
	width: 247px;
	height: 227px;
	background: #cdcdcd;
	
	
}
.ie7 .LeftCenter{
	padding-right: 44px;
	padding-top: 30px;
}
.ie7 .RightWideBottomReg{
	float: right;
	width: 602px;
	height: 452px;
	background: #eeeeee;
	padding-left: 20px;
	padding-top: 20px;
}
.ie7 .RightWideBottomLog{
	float: right;
	width: 603px;
	height: 452px;
	padding-left: 20px;
	padding-top: 20px;
}
.ie7 .whiteBoldHeader{
	color: #fff;
	margin-left: 17px; 
	font-weight: bold; 
	font-size: 12px; 
	padding-top: 8px; 

}

/*END IE HACKS*/

/*HOME PAGE*/
.Header{
	background: url('header_bg_12x12.gif');
	width: 850px;
	height: 72px;
	border-bottom: 1px solid #878787;
}
.LeftColumn{
	width: 248px;
	height: 477px;
	float: left;
	border-right: 1px solid #878787;
	border-bottom: 1px solid #878787;
}
.RightColumn{
	width: 250px;
	height: 477px;
	float: right;
	border-left: 1px solid #878787;
	border-bottom: 1px solid #878787;
}
.LeftMiniTop{
	width: 248px;
	height: 250px;	

	float: left;
}
.CenterMiniTop{
	width: 350px;
	height: 477px;
	float:left;	
	background: url('/portals/0/images/home_style.gif') no-repeat;
	border-bottom: 1px solid #878787;
}
.RightMiniTop{
	width: 250px;
	height: 252px;	
	border-bottom: 1px solid #878787;
	float:right;
}
.LeftMiniMiddle{
	clear: both;
	width: 248px; 
	height: 219px;	
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
}
.RightMiniMiddle{
	width: 250px;
	height: 219px;	
	float:right;
	text-align: left;
	margin-top: 17px;

}

.BodyRowBottomHeader{
	background: url('header_bg_12x12.gif');
	width: 850px;
	height: 30px;
	clear: both;
}
.LeftMiniBottomHeader{
	clear: both;
	width: 248px; 
	height: 30px;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
.CenterMiniBottomHeader{
	width: 350px;
	height: 30px;
	float:left;
	border-right: 1px solid #878787;
	border-left: 1px solid #878787;	
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
.RightMiniBottomHeader{
	width: 250px;
	height: 30px;
	float:right;	
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
.BodyRowBottom{
	min-height: 265px;
}
.LeftMiniBottom{
	clear: both;
	width: 248px; 
	height: 275px;
	background: #1F262C;
	float: left;
}
.CenterMiniBottom{
	width: 350px;
	height: 275px;
	float:left;	
	border-left: 1px solid #878787;
	border-right: 1px solid #878787;
	text-align: left;
}
.RightMiniBottom{
	width: 250px;
	height:275px;	
	background: #1F262C;	
	float:right;
}
.TopBanner{
	height: 46px;
	width: 590px;
	float: right;
	text-align: right;
	padding-top: 26px;
	padding-right: 10px;
}
/*END HOME PAGE*/
/*SUBPAGES*/
.RightWideTop{
	
	height: 255px;
	width: 602px;
	float: right;

}
.BodyRowMiddle{
	float: left;
	width: 850px;
	min-height: 452px;
}
.LeftBodyTop{
	width: 247px;
	height: 227px;
	
}
.LeftBodyTopReg{
	width: 247px;
	height: 227px;
	background: #cdcdcd;
	
	
}
.LeftCenter{
	padding-left: 40px;
	padding-top: 30px;
}
.LeftBodyBottomHeader{
	background: url('header_bg_12x12.gif');
	clear: both;
	width: 247px; 
	height: 30px;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
}
.LeftBodyBottom{
	clear: both;
	width: 247px; 
	height: 193px;
	background: #1F262C;
	float: left;
}
.RightWideBottom{
	float: right;
	width: 582px;
	min-height: 452px;
	border-left: 1px solid #878787;
	color: white;
	padding-left: 20px;
	text-align: left;
}
.RightWideBottomReg{
	float: right;
	width: 582px;
	min-height: 432px;
	border-left: 1px solid #878787;
	background: #eee;
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
}
.RightWideBottomLog{
	float: right;
	width: 582px;
	min-height: 432px;
	border-left: 1px solid #878787;
	padding-left: 20px;
	text-align: left;
	padding-top: 20px;
}
.BodyRowMiddleLeftColumn{
	float: left;
	width: 247px;

}
.BodyRowTop{
	width: 850px;
	height: 254px;
	clear: both;
	border-bottom: 1px solid #878787;
}
.AdminBody{
	width: 850px;
	color: #000;
}
/*END SUBPAGES*/
/*PANES*/
.MiddleRightPane{
width: 230px;
float: right;
}




/*END PANES*/

/*COLOR and TEXT and LINKS*/
A.Blue:link 
{
    text-decoration:    underline;
    color:#0269ac;
}

A.Blue:visited  
{
    text-decoration:    underline;
    color:#0269ac;
}

A.Blue:active   
{
    text-decoration:    none;
    color:#fff;
}

A.Blue:hover    
{
    text-decoration:    none;
    color:#fff;
}
.Red{
    font-family: arial, tahoma, verdana;
    font-size: 0.9em;
    text-align: left;
}
A.Red:link 
{
    text-decoration:    none;
    color:#FFF;
}

A.Red:visited  
{
    text-decoration:    none;
    color:#FFF;
}

A.Red:active   
{
    text-decoration:    none;
    color:#f00;
}

A.Red:hover    
{
    text-decoration:    none;
    color:#f00;
}
.RedNormal{
    font-family: arial, tahoma, verdana;
    text-align: left;
}
A.RedNormal:link 
{
    text-decoration:    underline;
    color:#F00;
}

A.RedNormal:visited  
{
    text-decoration:    underline;
    color:#F00;
}

A.RedNormal:active   
{
    text-decoration:    underline;
    color:#FFF;
}

A.RedNormal:hover    
{
    text-decoration:    underline;
    color:#FFF;
}


ul.arrow {
	padding-left: 0;
	margin-top: 20px;

}

ul.arrow li {
	background: url('/portals/0/images/icon_arrow.gif') no-repeat;
	background-position: 2% 55%;
	margin-left: 20px;
	padding-left: 18px;
	font-size: 1.1em;
	list-style: none;
}

#sitemap {
	padding-left: 30px;
	margin-top: 20px;
	font-size: 1.1em;
	font-face: arial;
}

#sitemap ul {
	margin-bottom: 0px;
}

#sitemap li {
	list-style:none;
	background: url('/portals/0/images/icon_arrow_big.gif') no-repeat 0 0%;
	padding-left: 14px;	
}

#sitemap ul li{
	background: url('/portals/0/images/icon_arrow.gif') no-repeat 0 50%;
	padding-left: 10px;	
}

#sitemap li ul li{
	background: url('/portals/0/images/icon_arrow_down.gif') no-repeat 0 50%;
	padding-left: 10px;

}


.white{ color: #fff;}
.whiteBold{ color: #fff; font-weight: bold;}
.whiteBoldHeader{
	color: #fff;
	margin-left: 20px; 
	font-weight: bold; 
	font-size: 12px; 
	padding-top: 8px; 

}
.whiteFont{
color: #FFF;
font-size: 11px;
font-family: arial;
}
.blue{color: #0269ac;}
.blueFormText{
	color: #0269ac;
	font-size: 11px;
	font-family: arial;
	margin-left: 5px;
}
.formTextBox{
	margin-right: 5px;
	margin-left: 5px;
}
.red{color: #f00;}
.blackBox{
	width: 280px;
	height: 90px;
	border-top: 1px dotted #878787;
	border-bottom: 1px dotted #878787;
	margin-top: 4px;
	margin-bottom: 4px;
}
.blackInteriorLeft{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 130px;
	float:left;
}
.blackInteriorRight{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 145px;
	float:right;
}
.grayBox{
	width: 280px;
	height: 90px;
	border-top: 1px dotted #878787;
	border-bottom: 1px dotted #878787;
	background: #393a3e;
	margin-top: 4px;
	margin-bottom: 4px;
}
.grayInteriorLeft{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 130px;
	float:left;

}
.grayInteriorRight{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 145px;
	float:right;

}
/*END CTL*/






