/* ==============================
DNN Skin Styles for www.ArmadaPacific.com
Copyright 2008, Armada Pacific Strategies Inc.
============================== */   

/* GLOBAL SETTINGS */

	/* General */

	* { margin: 0px; padding: 0px; }
	table { border-collapse: collapse; }
	body { background: #bbb6a8 url(img/background.jpg) repeat-x; } 
	a:hover { text-decoration: none; }

/* CONTROL PANEL CONTAINER */

	#controlPanelContainer { padding: 0 0 8px 0; }

/* PAGE FRAME */  

	#pageFrame { width: 778px; padding: 0px; margin-top: 14px; }
	#pageFrame .shadowLeftTop { width: 14px; height: 547px; background: transparent url(img/shadowLeftTop.jpg) top no-repeat; }
	#pageFrame .shadowRightTop { width: 14px; height: 547px; background: transparent url(img/shadowRightTop.jpg) top no-repeat; }
	#pageFrame .shadowLeftBottom { width: 14px; height: 212px; background: transparent url(img/shadowLeftBottom.jpg) bottom no-repeat; }
	#pageFrame .shadowRightBottom { width: 14px; height: 212px; background: transparent url(img/shadowRightBottom.jpg) bottom no-repeat; }				

/* PAGE FORMATTING */  

	/* Page Top */
	
	.pageTop { width: 750px; height: 8px; background: transparent url(img/pageTop.jpg) no-repeat; }
	
	/* Page Content */
	
	.pageContentHome { width: 750px; height: 743; background: #e5ecc4 url(img/pageBackgroundHome.jpg) top no-repeat;  }
	.pageContentSecondary { width: 750px; height: 743; background: #fff url(img/pageBackgroundSecondary.jpg) top no-repeat; }
	
	/* Header */
	
	.headerSecondary { height: 220px; vertical-align: top; }	
	.topNav { height: 24px; margin: 16px 24px 0 0px; padding: 4px 19px 0 0px; }
	.sectionLink { margin-right: 12px; }
	.logo { height: 204px; vertical-align: top; padding: 0 0 0 33px; }
	.logoSecondary { height: 176px; vertical-align: top; padding: 0 0 0 33px; }	
	
	/*	
	.topNav a:link { color: #a0b33d; text-decoration: none; }
	.topNav a:visited,
	.topNav a:active { color: #a0b33d; text-decoration: none; }
	.topNav a:hover { color: #c3d940; text-decoration: underline; }
	*/
	
	/* Sidebar */
	
	.sideBar { width: 288px; vertical-align: top;}	
	
	/* Body */
	
	.pageBody { vertical-align: top; width: 370px; padding: 0px 32px 24px 60px;}	
	
	/* Page Bottom */
	
	.pageBottomHome { width: 750px; height: 8px; background: transparent url(img/pageBottomHome.gif) no-repeat; }
	.pageBottomSecondary { width: 750px; height: 8px; background: transparent url(img/pageBottomSecondary.gif) no-repeat; }	
	
	/* Footer */ 
	
	#footer { font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif; }  
	#footer a,
	#footer a:visited { color: #fff; text-decoration: none; }
	#footer a:hover { color: #fff; text-decoration: underline; }
	#footer .navLine1 { color: #918a78; font-size: 11px; text-align: center; padding-top: 12px; padding-bottom: 4px; }
	#footer .navLine2 { color: #918a78; font-size: 10px; font-family: Tahoma, Arial, Helvetica; text-align: center; padding-bottom: 7px; }
	#footer .copyright { color: #edeae2; font-size: 10px; font-family: Tahoma, Arial, Helvetica; text-align: center; padding-bottom: 9px; }

*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font-family: 'Trebuchet MS', Tahoma,Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #322b28;	
}

#TB_secondLine {
	font-family: 'Trebuchet MS', Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #322b28;
}

#TB_window a:link {color: #a0b33d; text-decoration: underline;}
#TB_window a:visited {color: #a0b33d; text-decoration: underline;}
#TB_window a:hover {color: #c3d940; text-decoration: underline;}
#TB_window a:active {color: #a0b33d; text-decoration: underline;}
#TB_window a:focus{color: #a0b33d; text-decoration: underline;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#bbb6a8;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #bbb6a8;
	text-align:left;
	padding: 12px;
}

#TB_window img {
	display:block;
	margin: 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e6ecc8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
