/* =================================
Copyright 2008
Fifth Gear Marketing Systems Inc.
DNN Skin  
Version: 1.0
================================== */   

/* GLOBAL SETTINGS */

	/* General */

	* { margin: 0px; padding: 0px; }
	table { border-collapse: collapse; }
	body { background: #000066 url(img/background.jpg) repeat-x; } 
  	tr, td { text-align:left; }

	/* Fonts */

	p { font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica; color: #333333; line-height: 1.3; font-size: 10px; margin: 0px 0px 0px 0px; }
	h1 { font-size: 14px; font-weight: bold; margin: 0 0 0 0; }
	h2 { font-size: 12px; font-weight: bold; margin: 0 0 0 0; }
	h3 { font-size: 11px; font-weight: bold; margin: 0 0 0 0; }			
	.disclaimer { font-size: 7.5pt; font-style: italic; }
	.caption,
	.caption a:link,
	.caption a:visited,
	.caption a:hover,
	.caption a:active { font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica; font-size: 7.5pt; font-style: italic; }	
	.highlight { background-color: #FFFF99; }

/* OUTER FRAME 

	#outerFrame {width: 100%; background: #fff; url(img/float.jpg) right top no-repeat; margin: 8px; padding: 12px 0 20px 0;}

/* CONTROL PANEL CONTAINER */

	#controlPanelContainer { width: 100%; padding: 0 0 8px 0; }

/* PAGE FRAME */  

	#pageFrame { width: 726px; padding: 0px; }

/* TOP LINKS */

	#topLinks { font-family: Tahoma, Arial, Helvetica; color: #fff; font-size: 9.5px; text-align: right; margin: 8px 12px 8px 0; }
	#topLinks a:link, #topLinks a:visited { color: #fff; text-decoration: none; }
	#topLinks a:hover { text-decoration: underline; }
	
/* HEADERS */

	#headerHome { width: 722px; height: 180px; background: #1c1511 url(img/homeHeader.jpg) repeat-x; }
	#headerSecondary { width: 722px; height: 130px; background: #1c1511 url(img/secondaryHeader_01.jpg) repeat-x; }
	#headerAdmin { width: 722px; height: 130px; background: #1c1511 url(img/secondaryHeader_01.jpg) repeat-x; }	

/* TOP NAVIGATION BAR */

	#topNavBar { width: 722px; height:30px; margin: 4px 0 4px 0; background: #000 url(img/backgroundTopNavBar.jpg) no-repeat; }
	#topNavBar table { margin: 4px 0 4px 0; }

/* TOP BLEND */

	#topBlendHome { width: 726px; height: 29px; background: #fff url(img/backgroundTopBlendHome.jpg) top no-repeat; }
	#topBlendSecondary { width: 726px; height: 29px; background: #fff url(img/backgroundTopBlendSecondary.jpg) top no-repeat; }
	#topBlendAdmin { width: 726px; height: 29px;  background: #fff url(img/backgroundTopBlendHome.jpg) top no-repeat; }

/* PAGE BODY */

	#pageBodyHome { width: 726px; background: #fff url(img/backgroundPageBodyHome.gif) repeat-y; }
	#pageBodySecondary { width: 726px; background: #fff url(img/backgroundPageBodySecondary.gif) repeat-y; }
	#pageBodyAdmin { width: 726px; background: #fff url(img/backgroundPageBodyHome.gif) repeat-y; }
	.shadow { width: 4px; background: transparent url(img/backgroundShadowBack.gif) repeat-y; } 
	
	/* Side Navigation Bar */

	.sideBar { width: 211px; padding: 0 0 0 12px; vertical-align: top; }
	.sideBar table.radTree { margin: 0 0 0 0; }	

	/* Page Content */

	#pageContentHome { width: 473px; vertical-align: top; padding: 0px 20px 0px 20px;}
    #pageRightHome { width: 189px; vertical-align: top; padding-right: 24px;}
	#pageContentSecondary { width: 451px; padding: 0 24px 0 24px; vertical-align: top;}
	#pageContentAdmin { width: 670px; vertical-align: top; padding: 0px 28px 0px 24px;}	

	/* Breadcrumb Navigation */	

	#breadcrumbNav { font-family: Tahoma, Arial, Helvetica; font-size: 9.5px;}
	#breadcrumbNav { font-family: Tahoma, Arial, Helvetica; font-size: 9.5px;}
	#breadcrumbNav a:link { color: #000099; text-decoration: none; }
	#breadcrumbNav a:visited { color: #000099; text-decoration: none; }
	#breadcrumbNav a:hover { color: #000099; text-decoration: underline; }
	#breadcrumbNav a:active { color: #000099; text-decoration: none; }	

/* BOTTOM BLEND */

	#bottomBlendHome { width: 726px; height: 33px; background: #fff url(img/backgroundBottomBlendHome.jpg) top no-repeat; }
	#bottomBlendSecondary { width: 726px; height: 33px; background: #fff url(img/backgroundBottomBlendSecondary.jpg) top no-repeat; }
	#bottomBlendAdmin { width: 726px; height: 33px; background: #fff url(img/backgroundBottomBlendHome.jpg) top no-repeat; }

/* FOOTER */

	#footer table { width: 722px; } 
	#footer a,
	#footer a:visited { color: #9999cc; text-decoration: none; }
	#footer a:hover { color: #fff; text-decoration: underline; }
	#footer .tagLine { margin: 12px 0 0 0; }
	#footer .navLine1 { color: #9999cc; font-size: 10px; font-family: Tahoma, Arial, Helvetica; text-align: center; padding-top: 12px; padding-bottom: 4px; border-bottom: 1px solid #666699; }
	#footer .navLine2 { color: #9999cc; font-size: 9px; font-family: Tahoma, Arial, Helvetica; text-align: center; padding-top: 4px; padding-bottom: 7px; }
	#footer .copyright { color: #9999cc; font-size: 10px; font-family: Tahoma, Arial, Helvetica; text-align: center; padding-bottom: 9px; }

	




    
    
