﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
    background: #59CA92 url(../../images/backgrounds/backgroundNFK.png) top left repeat;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.3;	
	background: url(../../images/bars/topBarGirlScouts.gif) top left repeat-x;
	height: 100%;
	width: 100%;
} 

#masthead {
	background: url(../../images/bars/topBarGirlScouts.gif) top left repeat-x;
}

a{
	color: #036;
	text-decoration: underline;
}

a:hover, a:visited :hover{
	color: #603;
}

a img{
	border: none;
}

h1{
	font-size: 24px;
	margin-bottom: 5px;
	color: #00AE58;
}

h2 {
	font-size: 15px ;
	color: #666;
	margin: 0;
	padding:0;
}

h2.special {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 12px;
	color: #036;
	margin: 5px 0 10px 0;
	clear: both;
}

img {
	vertical-align: top;
}

ol, ul {
	margin-left: 50px;
 }

ul {
    margin-bottom: 10px;
}

p {
	margin: 0 10px 10px 15px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#nonFluid {
	width: 955px ;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #333;
	border-width: 0 1px 1px;
	position: relative;
	padding-bottom: 10px;
}

#menu {
	position: absolute;
	top: 7px;
	right: 20px;
	text-align:center;
}

#masthead {
	padding-top: 5px;
}

#masthead img {
	border: none;
}

#content {
	margin: -25px 15px 15px 180px;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
/* Menu Styles */
#menu ul {
	list-style: none;
	float: left;
}

#menu ul li { 
 	float: left;
	margin: 0 1px;
}

#menu li a { 
	display: block;
	float: left;
	padding: 5px 10px 0;
	height: 30px;
	color: #FFF;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
} 

#menu li a.single { 
	padding-top: 11px;
	height: 24px;
}

#menu ul li.girlScouts { 
	background: #00AE58 url("../../images/tabs/girlScoutsL.gif") top left no-repeat;
}

#menu li.girlScouts a { 
	background: url("../../images/tabs/girlScoutsR.gif")  top right no-repeat;
}

#menu ul li.daisies { 
	background: #00ABE5 url("../../images/tabs/daisiesL.gif") top left no-repeat;
}

#menu li.daisies a { 
	background: url("../../images/tabs/daisiesR.gif")  top right no-repeat;
}

#menu ul li.brownies { 
	background: #733900 url("../../images/tabs/browniesL.gif") top left no-repeat;
}

#menu li.brownies a { 
	background: url("../../images/tabs/browniesR.gif")  top right no-repeat;
}

#menu ul li.juniors { 
	background: #AB208E url("../../images/tabs/juniorsL.gif") top left no-repeat;
}

#menu li.juniors a { 
	background: url("../../images/tabs/juniorsR.gif")  top right no-repeat;
}

#menu ul li.cadettes { 
	background: #9D0A0E url("../../images/tabs/cadettesL.gif") top left no-repeat;
}

#menu li.cadettes a { 
	background: url("../../images/tabs/cadettesR.gif")  top right no-repeat;
}

#menu ul li.seniors { 
	background: #F36F21 url("../../images/tabs/seniorsL.gif") top left no-repeat;
}

#menu li.seniors a { 
	background: url("../../images/tabs/seniorsR.gif")  top right no-repeat;
}


#menu ul li.enutsplus { 
	background: #0C0 url("../../images/tabs/enutsplusL.gif") top left no-repeat;
}

#menu li.enutsplus a { 
	background: url("../../images/tabs/enutsplusR.gif")  top right no-repeat;
}

#menu ul li.ambassadors { 
	background: #FAA61A url("../../images/tabs/ambassadorsL.gif") top left no-repeat;
}

#menu li.ambassadors a { 
	background: url("../../images/tabs/ambassadorsR.gif")  top right no-repeat;
}

#menu ul li.sell { 
	background: #0072B9 url("../../images/tabs/sellL.gif") top left no-repeat;
}

#menu li.sell a { 
	background: url("../../images/tabs/sellR.gif")  top right no-repeat;
}

#menu ul li.goal { 
	background: #634099 url("../../images/tabs/goalL.gif") top left no-repeat;
}

#menu li.goal a { 
	background: url("../../images/tabs/goalR.gif")  top right no-repeat;
}

#menu ul li.order { 
	background: #E11F27 url("../../images/tabs/orderL.gif") top left no-repeat;
}

#menu li.order a { 
	background: url("../../images/tabs/orderR.gif")  top right no-repeat;
}
/* End Menu Styles */

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.clear {
	clear: both;
	margin-top: 10px;
}

img.floatR {
	float: right;
	margin: 3px 0 5px 10px;
}

img.floatL {
	float: left;
	margin: 3px 10px 5px 0;
} 
	
p.note {
	font-size: 10px;
	line-height: 1.3em;
	margin: 25px 50px;
	clear: both;
}

div.medIconCap, div.smIconCap, div.smIconCapR {
	width: 235px;
	display: inline;
	margin: 0 5px 15px;
	float: left;
}
div.medIconCap img {
	width: 225px;
	height: 292px;
}
div.smIconCap img {
	width: 125px;
	height: 161px;
}
div.smIconCap, div.smIconCapR {
	width: 125px;
} 

div.smIconCapR {
	width: 150px;
}

.smIconCap h2 {
	font-size: 12px;
	margin: 0 0 2px;
} 
.medIconCap h2 {
	margin-left: 10px;
} 

.smIconCap p, .smIconCapR p {
	width: 90px;
	font-size: 11px;
	line-height: 1.2em;
	font-style: italic;
	margin: 3px auto 0;
	text-align: center;
} 

.smIconCapR p {
	width: 120px;
}

#lookup
{
	display: none;
	position: absolute;
	width: 200px;
	max-height: 250px;
	overflow: auto;
	border: solid 1px #bbb;
	background: #f0f8f0;
	color: #555;
	margin: -10px 0px 0px 15px;
}
#lookup UL
{
	margin: 3px 3px 3px 10px;
}
#lookup LI
{
	list-style-type: none;
}
#lookup LI A
{
	width: 100%;
}
#lookup LI A:hover
{
	background-color: #ccc;
}


.registrationWizard 
{
	width: 725px;
	margin-right: 20px;
}

.registrationWizard tbody th
{
	font-weight: normal;
	text-align: left;
}

.registrationWizard .email
{
	width: 250px;
}

#submenu
{
	height: 30px;
}

UL.tabs
{
}
UL.tabs LI
{
	list-style-type: none;
	float: left;
	padding: 3px 15px;
	background-color: #ddd;
	margin: 0px 3px 0 0;
}
UL.tabs LI A
{
	text-decoration: none;
	color: #444;
}
UL.tabs LI A:hover
{
	text-decoration: underline;
	color: #000;
}

.modalPopupBackground {
    background-color: Silver;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.pnlPopup {
	background-color: #FFF;
	border: solid 1px #666;
	width: auto;
	padding: 10px;
}
