﻿/*Martin's Drop Shadow Wrapper */
.wrap1, .wrap2, wrap3 
{
    display: inline-table;
    /* \*/display: block; /**/
}    
.wrap1
{
    float: left;
    background: url(images/drop_shadow/shadow_2.gif) right bottom no-repeat;
    width: 100%;
}

.wrap2
{
    background: url(images/drop_shadow/corner_bl.gif) -10px bottom no-repeat;
}

.wrap3
{
    display: block;
    padding: 0 6px 6px 0;
    background: url(images/drop_shadow/corner_tr.gif) right -10px no-repeat;    
}
.wrapContent 
{
    display: block;
    background: #fff;
    border: 0px solid #a39586;
    padding: 0px;
}
/*End Drop Shadow Wrapper*/


/* ######### Blue Swoosh Skin === THE DEFAULT ######### */
.navBox 
{
	width: 99%;
	margin: 0 0 4px 0;
	padding: 0; 
}
.navBoxHeader 
{
	background: #386aa7 url(images/box_skins/dark_blue/header_bg.gif) no-repeat; 
	height: 20px;
	line-height: 18px;
	color: #fff;
	font-family: Verdana; 
	font-size: 12px; 
	font-weight: bold; 
	letter-spacing: 2px; 
}
.navBoxHeaderRight
{
	background: #fff url(images/box_skins/dark_blue/header_bg_right.gif) top left no-repeat;
	height: 20px;
}
.navBoxHeader a 
{
	display: block; 
	width: 100%; 
	text-decoration: none; 
	color: #fff; 
	letter-spacing: 2px;
	padding-left: 10px;
}
.navBoxContent
{
	margin: 0 4px;
	color: #41403d;	
	font-size: .8em;
}
.navBoxContent h2 
{
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}
.navBoxContent a 
{
	height: 15px;
	line-height: 15px;
	margin: 0;
	text-decoration: underline;
}
.navBoxContent a:hover
{
	text-decoration: none;
}
.navBoxContent ul
{
	margin: 6px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.navBoxContent ul li
{
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 5px;
}
.navBoxContent .navBoxSearchApps { }
.navBoxContent .navBoxSearchApps .inputBox { display: inline; float: left; }
.navBoxContent .navBoxSearchApps .submitButton { display: inline; float: left; }
.navBoxFooter 
{
	visibility: hidden;
}

/* END BROWN SILVER SKIN */




/* ############## BLUE SKIN ############### */
.navBox .Blue 
{
	width: 100%;
	padding: 0; 
	background: transparent; 
	border: 1px solid #a39586;
}
.navBoxHeader .Blue 
{
	background: #d9dfec; 
	height: 14px; 
	border-bottom: 1px solid #a39586; 
	color: #5d6f94;
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	letter-spacing: 4px; 
	padding: 2px 4px;
}
.navBoxContent .Blue
{
	padding: 5px;
	color: #41403d;
}
.navBoxContent .Blue a 
{
	height: 15px;
	line-height: 15px;
	margin: 0 0 0 0;
	font-size: 11px;
	text-transform: none;
	text-decoration: none;
}

.navBoxFooter .Blue 
{
	visibility: hidden; 
}

/*
.navBoxMenu_Blue
{
	width: 98%;
	list-style-type: none;
	margin: 0;
	background: transparent;
}
.navBoxMenuItem_Blue
{
	height: 15px;
	width: 100%;
	font-size: 12px;
	color: #393128;
	padding: 2px 4px;
}
.navBoxMenuItem_Blue a
{
	display: block;
	height: 15px;
	line-height: 15px;
	margin: 0 0 0 0;
	color: #393128;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
}
.navBoxMenuItem_Blue a:hover
{
	background: #e3d8cc;
} */

/* END BLUE SILVER SKIN */
