body{
	margin: 0px;
	padding: 0px;
	background:black;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #000000;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}

.SkinObject {
    font-weight: normal;
    font-size: 8.5pt;
    color: #ffd065;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#ffd065;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#ffd065;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#ff9600;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ff9600;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #c01a00;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #c01a00;
}

/* 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: #545454;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #1E4B84;
}

/* 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: #c01a00
}

/* 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;
}

.white
{
    color: white;
}

/* 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;
}
/* 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: #666;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #666;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #333;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #666;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #B82201;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
td
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #B72300;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #B72300;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1B1B1;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1B1B1;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #B1B1B1;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #B1B1B1;
}

A:link  {
    text-decoration:    none;
    color:  #B1B1B1;
}

A:visited   {
    text-decoration:    none;
    color:  #B1B1B1;
}

A:hover {
    text-decoration:    underline;
    color:  #B1B1B1;
}

A:active    {
    text-decoration:    none;
    color:  #B1B1B1;
}

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;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #B1B1B1;
    height:1pt;
    text-align:left
}


/**/
.Main_DNNMenu_NodeRoot, .Main_DNNMenu_NodeRoot td {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background: #000000;
	border-bottom: 1px #444444 solid;
	white-space: nowrap;
	padding: 4px 10px 4px 5px;
}

.Main_DNNMenu_Node, .Main_DNNMenu_Node td {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background-color: black;
	white-space: nowrap;
	padding: 4px 4px 4px 4px;
}

.Main_DNNMenu_NodeHover, .Main_DNNMenu_NodeHover td  {
	background: #444444;
}

.Main_DNNMenu_ContainerSub {
	background-color:#dddddd;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	padding: 1px 1px 1px 1px;
}



.Main {
	border-right: #AAAAAA 1px solid; 
	border-left: #AAAAAA 1px solid; 
	background-position: top;
}
/**/
.ModuleTitle_MenuContainer {
	border-bottom: red 0px solid; 
	border-left: red 0px solid; 
	border-top: red 0px solid; 
	border-right: red 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:#fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	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: #333; 
	border-left: #333 1px solid; 
	border-bottom: #333 1px solid; 
	border-top: #333 1px solid; 
	text-align: center; 
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0); 
	border-bottom: #000 1px solid; 
	border-left: #000 1px solid; 
	border-top: #000 1px solid; 
	border-right: #000 1px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #000 1px solid; 
	border-left: #000 0px solid; 
	border-top: #000 1px solid;  
	border-right: #000 0px solid; 
	background-color: #000; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #666;
	border: 1px solid #333;
}
.ModuleTitle_MenuArrow {
   display: none;
}
.ModuleTitle_RootMenuArrow {
   display: none;
}

/**/
.contentpane{
	padding: 0px;
}
.toppane01{
	padding: 0px 4px 0px 4px;
}
.toppane02{
	padding: 0px 4px 0px 4px;
}
.leftpane01{
	padding: 0px 4px 0px 0px;
}
.leftpane{
	padding: 0px 4px 0px 4px;
}
.rightpane01{
	padding: 0px 4px 0px 4px;
}
.rightpane{
	padding: 0px 4px 0px 4px;
}
.bottompane01{
	padding: 0px 4px 0px 4px;
}
.bottompane02{
	padding: 0px 4px 0px 4px;
}

/**/
.copyright, A.copyright:link, A.copyright:visited, A.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active {
	color: #9C9B9B;
	font-size: 10px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
A.breadcrumb:hover { 
	color: #9C9B9B; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
.currentdate { 
	color: #9C9B9B; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}

/**/
#dnn_dnnSEARCH_txtSearch { 
    text-align: left; 
	vertical-align: middle;  
	height:20px; 
	background: white; 
	width: 100px; 
	color: #000000; 
	padding: 3px 2px 2px 2px; 
	border: 1px solid #000000; 
	cursor:text; 
	font-size: 11px;
}
.style0
{
    width: 100%;
    height: 100%;
    background: #000000;
    vertical-align: top;
}

.styleback
{
    width: 100%;
    height: 100%;
    background: #000000 url('images/HikenBack.jpg') no-repeat center top;
    vertical-align: top;
}
.stylepage
{
    width: 1000px;
}
.stylebanner
{
    width: 705px;
    height: 155px;
    color: #ffd065;
}
.stylelogo
{
    width: 231px;
    height: 358px;
}
.stylemenu
{
    width: 231px;
	width: 186px;
	padding: 10px 29px 0 17px;
}

.stylecontent
{
    width: 705px;
    height: 100%;
    background: #757575;
    border: 4px white solid;
    padding: 7px 7px 11px 7px;
    float: left;
}
.bannerpane
{	
	height: 155px;
	width: 380px;
	float:left;
}

.loginpane
{	
	float:right;
	position:relative ;
	top: 7px;
}

.searchpane
{	
	float: left;
	height:30px;
	width:315px;
	position:relative;
	top:122px;
	right:0px;
	text-align: center;	
}
	
#dnn_dnnSEARCH_txtSearch {
	margin-top:1px;
}

.searchobject, A.searchobject:hover, A.searchobject:link, A.searchobject:visited, A.searchobject:active {
    font-weight: normal;
    color: c01a00;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    background: url('images/Search.jpg') no-repeat;
    cursor: hand; 
    font-size:8.5px;
    vertical-align: top;
    margin: -1px 0px 0px 0px;
    padding: 2px 20px 14px 20px; 
    height:25px;
    width:42px;

}

.loginobject, A.loginobject:hover, A.loginobject:link, A.loginobject:visited, A.loginobject:active {
    font-weight: normal;
    font-size: 8.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}






