
/* -------------------------------------------------- */
/* CrossFire 1.0 - DNN Horizontal Menu Skin               */
/* by Kelly Oltean - http://www.NukeBuilder.com       */
/* -------------------------------------------------- */

/* ------------------------------- */
/* Global */
/* ------------------------------- */

html
{
    height:100%;
}

body
{
    height:100%;
    margin:0px;
    background-color:#B14C16;
    
}
        
table, tr, td /* global styles */
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:11px;
    margin:0px;
}

p /* global styles */
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:11px;
    margin:15px 0px 15px 0px;
}

A:link
{
	text-decoration:underline;
	color: #003366;
}

A:visited
{
	text-decoration: underline;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: underline;
	color: #003366;
}


.ControlPanel, .PagingTable /* control panel styles */
{
    width: 100%;
    background-color: #E7E4E4;
    border: #5F5F5F 1px solid;
}

/* ------------------------------- */
/* Outer Div, contains OuterTable */
/* ------------------------------- */

.OuterDiv
{
    width:100%;
    height:100%;
    padding:22px 0px 0px 0px;
    background-image:url(body_bk.jpg); 
    background-repeat:repeat-x;
}

/* ------------------------------- */
/* OuterTable, contains three rows, header, content, footer */
/* ------------------------------- */

.OuterTable
{
    background-image:url(page_bk_left.jpg); /* background left side of page */ 
    background-repeat:repeat-y;
    background-color:#FFFFFF;
    width:786px; /* adjust minimum page width, % or px */
}

/* ------------------------------- */

.LogoTable /* Logo */
{
    height:100%;
    /* width:200px;  forces column width */
}

.LogoTD /* a logo larger than the cell will stretch the entire column */
{
   padding:0px 0px 0px 0px; /* adjust placement of logo */
}

.HeaderPane {
width:480px;
height:120px;
padding:26px 0px 0px 0px;
background-color:Transparent;
position:absolute;
top:-10px;
right:8px;
}

.HeaderPane .Subhead
{
color:#a4a4a4;
}

/* ------------------------------- */

.DATE_Div /* container for object */
{
    position:absolute;
    top:-15px;
    left:20px;
    width:160px;
    font-weight:normal;
    font-size:11px;
    display:none;
}

.DATE_obj /* direct class of object */
{   
    color:#E9CDBE; 
}

/* ------------------------------- */
/* Header Row Right */ 
/* ------------------------------- */

.HeaderTD
{
    background-image:url(header_top.jpg); /* background for stretch */
    background-repeat:repeat-x;
    height:150px; /* adjust height of header */
    width:100%; /* adjust width of column 2 */
}

.HeaderDiv1 /* backgrounds */
{
   background-image:url(header_right.jpg);  /* background top right */ 
   background-position:top right;
   background-repeat:no-repeat;
   height:150px; /* must define pixel height for Opera */
   width:100%;
}

.HeaderDiv2 /* backgrounds */
{
   background-image:url(header_left.jpg); /* background top left */ 
   background-repeat:no-repeat;
   height:150px; /* must define pixel height for Opera */
   width:100%;
}

.HeaderDiv3 /* backgrounds and positioning */
{
   position:relative;   
   height:100%;
   width:100%;
}

/* ------------------------------- */ 

.USER_LOGIN_Div /* User and Login Div, container for both objects */
{
    position:absolute;
    top:-15px;
    right:20px;
    text-align:right;
    font-weight:normal;
    font-size:11px;
}

a.USER_obj:link, a.USER_obj:visited, a.USER_obj:active /* direct class of object */
{
  color:#E9CDBE; 
}

a.USER_obj:hover
{
  color:#FF5F0A;  
}

/* ------------------------------- */

a.LOGIN_obj:link, a.LOGIN_obj:visited, a.LOGIN_obj:active /* direct class of object */
{
 color:#E9CDBE;   
}

a.LOGIN_obj:hover
{
  color:#FF5F0A;  
}

/* ------------------------------- */
    
.BREADCRUMB_Div /* container for object */
{
    position:absolute;
    top:155px;
    left:48px;
    text-align:left;
    font-weight:bold;
    font-size:11px;
    width:100%;
    color:#5F5F5F;
}

a.BREADCRUMB_obj:link, a.BREADCRUMB_obj:visited, a.BREADCRUMB_obj:active  /* direct class of object */
{
    color:#5F5F5F;
    font-weight:bold;
}

a.BREADCRUMB_obj:hover
{
    color:#FF5F0A;
    font-weight:bold;
    text-decoration:underline;
}

/* ------------------------------- */

.SEARCH_Div /* container for object */
{
    position:absolute;
    top:148px;
    right:50px;
    font-weight:bold;
    font-size:11px;
    z-index:1000;
    display:none;
}

a.SEARCH_obj:link, a.SEARCH_obj:visited, a.SEARCH_obj:active /* direct class of object */
{
    color:#5F5F5F;
}

a.SEARCH_obj:hover
{
    color:#FF5F0A;
}

/* ------------------------------- */

.MenuTable
{
    /* width:200px;  forces column width */
    position:absolute;
    left:10px;
    top:113px;    
}

.MenuTD /* contains solpartmenu */
{
    padding:0px 0px 0px 0px; /* adjust position of menu */
}

.MenuDiv1
{
    height:100%;
}

.MenuDiv2
{
    height:100%;
    width:100%;
}

.MenuDiv3
{
    height:auto; /* must use use "auto" here for firefox */
    padding:0px 0px 0px 0px; /* adjust area above and below button group */
}

/* ------------------------------- */
/* Solpartmenu appears at end */
/* ------------------------------- */

/* ------------------------------- */
/* Content Row Right */
/* ------------------------------- */

.ContentTD 
{
    background-image:url(content_top.jpg); /* background right edge of page */
    background-repeat:repeat-x;
    background-color:Transparent;
    height:100%;
    width:100%;
}

.ContentDiv1
{
    height:100%;
    width:100%;
    background-image:url(page_bk_right.jpg); /* background right edge of page */
    background-repeat:repeat-y;
    background-position:right top;   
}

.ContentDiv2
{
    height:100%;
    width:100%;
    background-image:url(content_top_left.jpg);
    background-repeat:no-repeat;
    background-position:left top;
}

.ContentDiv3  /* backgrounds and positioning */
{
    height:100%;
    width:100%;
    background-image:url(content_top_right.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}

.ContentInnerTable 
{
    width:100%;
    height:160px; /* provide minimum height for content area */
}

.ContentInnerTD
{
  padding:35px 30px 10px 30px; /* Adjust content area padding */
  width:100%;
}

/* ------------------------------- */

.ContentPaneTable /* Content Panes */
{
    width:100%;
    text-align:left; 
}

.TopPane
{
    padding:0px 8px 0px 8px;
    background-color:Transparent;
}

.LeftPane
{
    padding:0px 5px 0px 8px;
    background-color:Transparent;
    width:33%;
}

.ContentPane
{
    padding:0px 5px 0px 5px;
    background-color:Transparent;
    width:33%;
}

.RightPane
{
    padding:0px 8px 0px 5px;
    background-color:Transparent;
    width:33%;
}

.ContentPane2
{
    padding:0px 5px 0px 8px;
    background-color:Transparent;
    width:72%;
}

.RightPane2
{
    padding:0px 8px 0px 5px;
    background-color:Transparent;
     /*width:33%;*/
}

.ContentPane3
{
    padding:0px 8px 0px 5px;
    background-color:Transparent;
    width:72%;
}

.LeftPane3
{
    padding:0px 5px 0px 8px;
    background-color:Transparent;
     /*width:33%;*/
}

.LeftPane4
{
    padding:0px 5px 0px 8px;
    background-color:Transparent;
    width:50%;
}

.RightPane4
{
    padding:0px 8px 0px 5px;
    background-color:Transparent;
    width:50%;
}

.BottomPane 
{
   padding:0px 8px 0px 8px;
   background-color:Transparent;
}


/* ------------------------------- */
/* Footer */
/* ------------------------------- */

.FooterTD
{    
    height:100%;
    width:100%;
    background-image:url(footer_bottom.jpg);  /* background bottom for stretch */
    background-position:bottom;
    background-repeat:repeat-x;
}    

.FooterDiv1
{
    background-image:url(footer_left.jpg); /* background bottom left */
    background-position:left bottom;
    background-repeat:no-repeat;
    height:100%;
    width:100%;
    
} 

.FooterDiv2
{
    background-image:url(footer_right.jpg);  /* background bottom left */
    background-repeat:no-repeat; 
    background-position:right bottom;
    height:100%;
    width:100%;
} 

.FooterDiv3 /* backgrounds and positioning */
{
    position:relative;
} 

.FooterInnerTable
{
    width:100%;
    height:119px; /* provide minimum height for footer area */
}

.FooterInnerTD
{
    padding:0px 65px 0px 10px; /* Adjust footer content padding */
    width:100%;
}

/* ------------------------------- */

.COPYRIGHT_Div /* container for object */
{
    font-size:11px;
    font-weight:normal;
    position:absolute;
    bottom:-15px;
    left:20px;
    width:100%;
}

.COPYRIGHT_obj /* direct class of object */
{      
   color:#E9CDBE; 
} 

/* ------------------------------- */ 

.TERMS_PRIVACY_Div /* Terms and Privacy Div, container for both objects */
{
    position:absolute; 
    bottom:-15px;
    right:20px;
    font-size:11px;
    font-weight:normal;
}

a.TERMS_obj:link, a.TERMS_obj:visited, a.TERMS_obj:active /* direct class of object */
{
    color:#E9CDBE; 
}
    
a.TERMS_obj:hover
{
    color:#FF5F0A;
}

/* ------------------------------- */

a.PRIVACY_obj:link, a.PRIVACY_obj:visited, a.PRIVACY_obj:active /* direct class of object */
{
    color:#E9CDBE; 
}
    
a.PRIVACY_obj:hover
{
    color:#FF5F0A;
}

/* ------------------------------- */
/* Main Menu - default classes */
/* ------------------------------- */

.MainMenu_MenuContainer /* effects each root item */
{
	background-color: transparent;
	background-image:url(menu_idle.jpg);
	width:100%; /* forces column width */
	height:27px;
}

/* ------------------------------- */
/* Sub Menu - additional classes, placement in stylesheet matters, bg colors react differently */
/* ------------------------------- */

.MainMenu_SubMenuItemActive /* current page */
{
    background-color:#F3671D;
    color:#FFFFFF;
}

.MainMenu_SubMenuItemBreadCrumb /* breadcrumb */ 
{
    background-color:#F3671D;
    color:#FFFFFF;
}

/* ------------------------------- */

.MainMenu_MenuItem  /* idle, applys to all menu items, root and sub */
{
	color:#C86814;
	font-family: Arial, Tahoma, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	height:24px;
	background-color: #FDEACD;
    border-left: #F8FAF1 0px solid; 
	border-bottom: #FCC850 1px solid; 
	border-top: #FCD69B 1px solid;
	border-right:0px solid #766D10; 
}

.MainMenu_MenuIcon  /* placement in stylesheet matters, bg colors react differently */   
{
	background-color: #FDEACD; 
	 border-left: #F8FAF1 0px solid; 
	border-bottom: #FCC850 1px solid; 
	border-top: #FCD69B 1px solid;
	border-right:0px solid #766D10; 
	text-align: center; 
	height: 24px;
	padding:0px;
}

.MainMenu_MenuItemSel  /* hover, applys to all menu items, root and sub */
{
	color: #FFFFFF; 
	font-family:  Arial, Tahoma, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	height:24px; 
	font-style: normal; 
     border-left: #F8FAF1 0px solid; 
	border-bottom: #FCC850 1px solid; 
	border-top: #FCD69B 1px solid;
	border-right:0px solid #766D10;     
	background-color: #FE9529;
}

/* ------------------------------- */

.MainMenu_SubMenu /* sub menu container */
{ 
    z-index: 1000; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
    border-bottom: #F4671F 1px solid; 
	border-left: #F4671F 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #F4671F 1px solid;
}

/* ------------------------------- */

.MainMenu_RootMenuArrow, .MainMenu_RootMenuArrow td /* arrow to subs */
{
	font-family: webdings; 
	font-size: 16px; /* no apparent effect */
    background-position:right top;
    padding:0px 20px 0px 0px; 
	height:23px;
}

.MainMenu_MenuArrow /* arrow to sub subs */
{
	font-family: webdings; 
	font-size: 16px; /* no apparent effect */
	 border-left: #F8FAF1 0px solid; 
	border-bottom: #FCC850 1px solid; 
	border-top: #FCD69B 1px solid;
	border-right:0px solid #766D10; 
	padding:0px 0px 0px 3px;
}

/* ------------------------------- */

.MainMenu_MenuBreak  /* no apparent effect */
{
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}

/* ------------------------------- */
/* Root Menu - additional classes */
/* ------------------------------- */

.MainMenu_RootMenuItem /* idle */
{
    background-image:url(menu_idle.jpg);
    background-color:Transparent;
    color: #FFFFFF;
    font-family:Arial;
    text-align:left;
    height:27px;
    border:0px;
}

.MainMenu_RootMenuItemBreadCrumb /* breadcrumb to current page */
{
    background-image:url(menu_selected.jpg);
    background-color:Transparent;
    color:#C86814;
    border:0px;
    height:27px;
}

.MainMenu_RootMenuItemActive /* current page */
{    
    background-image:url(menu_selected.jpg);
    background-color:Transparent;
    color:#C86814;
    border:0px;
    height:27px;
}

.MainMenu_RootMenuItemSelected /* hover */
{
    background-image:url(menu_selected.jpg);
    background-color:Transparent;
    color:#773F0D;
    border:0px;
    height:27px;
}

/* Repository Table Changes when using the resource template */

.repTable
{}
.repTitleRow
{
/*color:#FFFFFF;*/
background-color:#F1DED4;
}
.repTitleRow.Head
{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

.repDescRow.Head
{
color:#545454;
}