﻿/************************************************************************************************************
    FRAMEWORK [fw]
*************************************************************************************************************/ 

.fwRoot /* Root node in FrontEnd framework. Same as [SiteContainer] in dashboard v4. */
	{
		/*width:981px;*/
		width:986px;	
		padding-left:4px;	
		background:url(images/gfx/bg_root.png) repeat-y;
		margin:0px auto;
	}
		
	.fwHeader,
	.fwContent,
	.fwFooter
		{
		}
	
/************************************************************************************************************
    FW: HEADER
*************************************************************************************************************/ 

.fwHeader
	{
		height:83px;
		background:url(images/gfx/header_bg.png) top left no-repeat;
	}
	
	.fwHeader #Logo
		{
			float:right;
			/*padding-top:4px;
			padding-right:10px;
			padding-bottom:15px;*/
			padding-top:14px;
			padding-right:10px;
			padding-bottom:3px;
		}
	.fwHeader #TopMenu
		{	
			padding-top:40px;
			margin-bottom:10px;
		}
		
		.fwHeader #TopMenu ul
			{	
				float:left;
				padding-left:20px;
			}
			
			.fwHeader #TopMenu ul li
				{
					float:left;
					padding-left:10px;
					padding-right:10px;
					line-height:25px;
				}
			.fwHeader #TopMenu .Current
				{
					background:url(images/gfx/topmenu_curr.png) top left repeat-x;	
				}
							
				.fwHeader #TopMenu ul li a
					{
						color:#fff;
						float:left;
						text-decoration:none;
					}
					
				.fwHeader #TopMenu ul li a:hover
					{
						text-decoration:underline;
					}
	
/************************************************************************************************************
    FW: MENU container
*************************************************************************************************************/ 
/* Styles for menu container only. Menu specific styles are found inside their own CSS file. */
.fwMenu
	{

	}
	
/************************************************************************************************************
    FW: CRUMBS container
*************************************************************************************************************/ 
/* Styles for crumbs container only. Menu specific styles are found inside their own CSS file. */
.fwCrumbs
	{
		display:none;
	}

/************************************************************************************************************
    FW: CONTENT
*************************************************************************************************************/ 
	
.fwContent
	{
		min-height:500px;
		height:auto !important;
		height:500px;
		
	}
	
	.fwContent #LeftContent
		{
			float:left;
			width:186px;
			padding:0 0 0 10px;
		}	
/************************************************************************************************************
    FW: FOOTER
*************************************************************************************************************/ 
	
#fwFooter
	{
	}
	
#SiteBottom
	{
		background:url(images/gfx/sitefooter_bg.png) top left no-repeat;
		height:70px;
		width:990px;
		margin:0px auto;
		text-align:center;
		color:#999;
	}
	
	#SiteBottom div
		{
			color:#fff;
			padding-top:17px;
		}

/************************************************************************************************************
    FW: SIGNATURE
*************************************************************************************************************/ 
/* Your (developer/company) signature :) */	
.fwSignature
	{
		display:block;
		font-size:0.8em;
	}


/************************************************************************************************************
    FW: PRINT
*************************************************************************************************************/ 	
	
	
@media print
{
}