﻿/* Zero-Grade Styles */
body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font: 12px 'Lucida Sans', Arial, Helvetica, sans-serif;
    color: #296BFF;
    min-height: 850px;
}
a
{
	text-decoration: none;
}
a img
{
	border: 0;
}
A:hover
{
	text-decoration: underline;
}
#mainFrame
{
	background-color: white;
	background: url('/images/blueFade.gif') repeat-x fixed top;
	width: 950px;
	margin: 0 auto;
	min-height: 750px;
}
#divWhite
{
	background-color: white;
	width: 950px;
	margin: 0 auto;
}
#divPgHeader
{
	border-bottom: thin #C0C0C0 dotted;
	margin: 0 auto;
	width: 900px;
	height: 176px;
	top: 0px;
	background: url(/images/dotted.gif) repeat-x bottom;
}
#blueMenuHoriz
{
	font: 12px 'Lucida Sans', Arial, Helvetica, sans-serif;
	background: url('../images/BlueMenuHoriz.gif') no-repeat;
	width: 568px;
	height: 20px;
	float: right;
	color: #303030;
	font-weight: normal;
	padding-top: 3px;
}
#blueMenuHoriz a
{
	color: #303030;
}
#sootheLogo
{
	margin: 8px 0 0 0px;
}

/* Top Menu Div nav Bar*/
#nav-bar
{
	padding: 0 0 2px 0;
	overflow: hidden;
}
#nav-bar a
{
	text-decoration: none;
	background: none;
}

/* Navigation Tabs */
#tabs
{
	/*position:relative;
	top: -10px;*/
	/*background: #fff url(/images/shadow_bottom.gif) repeat-x bottom;*/
	border: 1px solid #888;
	padding: 0px 0px 27px 8px;
	list-style-type: none;
	margin: 0;
}
#tabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a
{
	float: left;
	display: inline;
	font: 12px 'Lucida Sans', Arial, Helvetica, sans-serif;
	color: #777;
	text-decoration: none;
	border-right: 1px solid #aaa;
	padding: 6px 16px;
	background: url(/images/blank.gif);
}
#tabs a.active:hover
{
	color: #fff;
	background: #3fb0ff url(/images/s_tab_on2.gif) repeat-x top;
	border-bottom: 1px solid #3fb0ff;
	text-decoration: underline;
}
#tabs a.active
{
	color: #fff;
	background: #3fb0ff url(/images/s_tab_on2.gif) repeat-x top;
	border-bottom: 1px solid #3fb0ff;
}
#tabs a:hover
{
	color: #000;
	text-decoration: underline;
}
#tabs .first a
{
	margin-left: 1px;
}
#tabs .first a.active
{
	border-left: 1px solid #ddd;
}

/* Top Menu Naviagtion Bar*/

#nav-empty
{
	background: #2190ff;
	padding: 5px 0;
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: #c8f0fd url(/images/s_shade_mid.gif) repeat-x bottom;
}
#nav-search
{
	background: #2190ff;
	padding: 2px 0 6px 0;
	font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: #2190ff url(/images/s_shade_mid.gif) repeat-x bottom;
}

#nav-search a
{
	color: #444;
	background: none;
	text-decoration: none;
}
#nav-search a:hover
{
	color: #000;
	text-decoration: underline;
}
#nav-bar
{
	padding: 0 0 4px 0;
	overflow: hidden;
}
#nav-bar a
{
	text-decoration: none;
	background: none;
}

#MainMenuTabs
{
	margin-top: 0px;
	width: 900px;
	margin: 0 auto;
	background: url(/images/dotted.gif) repeat-x bottom;
}

#MainMenu
{

	background: url(/images/dotted.gif) repeat-x bottom;
	width: 900px;
	margin: 0 auto 0;
		height: 66px;
	/*border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;*/
}
#layout-3col
{
	/*top: 300px;*/
	margin-top: 20px;
	margin: 0 auto;
	width: 900px;
	overflow:hidden;
	padding-top: 10px;
	
}
#layout-3col #col1
{
	float: left;
	width: 242px;
}
#layout-3col #col2
{
	float: left;
	width: 419px;
	margin-left: 10px;
	margin-right: 10px;

}
#layout-3col #col3
{

	float: left;
	width: 212px;
}

#layout-3col #colWide
{
	float: left;
	width: 646px;
	background-color: White;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
		margin-left: 10px;
}
/* Footer Stuff */
#footer
{
	margin: 0 auto;
	width: 900px;
	clear: both;
	padding: 2em 0;
	text-align: center;
	color: #888;
	background: #fff url(/images/dotted.gif) repeat-x 0 1em;
}
#footer ul
{
	padding: 0;
	font: 11px "Lucida Sans", Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-bottom: .75em;
}

#footer ul li
{
	display: inline;
	margin: 0;
	padding: 0 .8em;
	border-left: 1px solid #ddd;
}

#footer ul li.first
{
	border-left: none;
}

#footer a
{
	color: #777;
	background: #fff;
}

#footer a:hover
{
	color: #333;
	background: #fff;
}

#copyright
{
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #777;
}

.smBlueBox
{
	width: 100%; background-color: #3fb0ff; padding-top: 1px; padding-bottom: 1px; padding-left: 0px; 
	font-size: 12px;
	font-weight: normal;
	border-bottom: #ddd 1px solid;
	color: white;

	/*border-bottom: #ddd 1px solid;   turquoise  #c8f0fd*/
}

.smRtControl
{
	width: 98%;
	margin-bottom: 16px;
	border: #888 1px solid;
	background-color: white;
}
.smBlueBoxTxt
{ 
	margin-left: 10px;
	font-family: 'Lucida Sans',Arial,Helvetica,sans-serif;
	
	}
	

.smWhiteControl
{
	padding: 4px; background-color: white;
}

.smWhiteControl a
{
	color: #296BFF;
	text-decoration: none;
}
.divSelector a
{
	color: #296BFF;
	text-decoration: none;	
}

.divSelector span a
{
	color: #296BFF;
	text-decoration: none;	
}

.divSelector
{
	color: #296BFF;
	text-decoration: none;	
}

.DivBorder
{
	border: 1px solid #888;
	background: #f4f4f4;
	text-align: center;
	width: 99%;
}
h3
{
	font: 18px 'Lucida Sans', Arial, Helvetica, sans-serif;
	color: #777;
	margin: 14px 0 .25em 0;
}
h1
{
	padding: 0 0 5px 0;
	font: normal 21px "Lucida Sans" , Arial, Helvetica, sans-serif;
	/*color: #333;*/
}
#divBodypage
{
	background-color: White;
	border-right: #888 1px solid;
	border-top: #888 1px solid;
	border-left: #888 1px solid;
	border-bottom: #888 1px solid;
}
#divEdit
{
	text-align: right;
	width: 99%;
	border-right: silver 1px dashed;
	border-top: silver 1px dashed;
	border-left: silver 1px dashed;
	border-bottom: silver 1px dashed;
}
.divEdit
{
	text-align: right;
	width: 99%;
	border-right: silver 1px dashed;
	border-top: silver 1px dashed;
	border-left: silver 1px dashed;
	border-bottom: silver 1px dashed;
}

.vanillaDiv
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.pollbar
{
   background-color: orange;
   font-size: 4px;   
}

.sectionsubtitle img
{
	margin-left: 4px;
	margin-right: 4px;
}

.deps td
{
	width: 50%;
	vertical-align:top;

}

ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 2px 2px 0 2px;
	margin: 0px;
	width: 220px;
	font-size: 13px;
	font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    height:100%;
}
ul.boxy li {
	cursor:move;
	margin-bottom: 4px;
	padding: 0px 0px;
	border: 1px solid #ccc;
	background-color: #eee;
}

.wizBox
{
	text-align: left; 
	border-right: gray 1px solid; 
	border-top: gray 1px solid;
    border-left: gray 1px solid; 
    border-bottom: gray 1px solid; 
    padding-bottom: 8px;
    background-color: White;
}

.wizBoxInner
{
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
}

#google_results iframe {
        width: 625px;

} 




/*Reorder List Stuff */


.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}