﻿body 
{
  margin: 0px;
  padding: 0px;
  font-family: Times New Roman,Serif;
  font-size: 12px;
}



#bodyWrap
{
  width: 960px;
  margin-top: 12px;
  margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background: white;
}

#bodyWrap.AdminPage
{
  width: 986px;
}




#headerWrap
{
  display: block;
  background-image: url(images/main_logo.jpg);
  background-repeat: no-repeat;
  background-position: 2px 5px;
  height: 130px;
  width: 100%;
  
}
  
#header
{
  color: #5FAF2D;
  font-family: Times New Roman, Serif;
  font-weight: bold;
  display: block;
  background-repeat:no-repeat;
  height: 95px;
  padding-left: 190px;
}
  
#header H1
{
  font-size: 36pt;
}
  
#header H2
{
  font-size: 20pt;
  font-style:italic;
}  


#welcomebox
{
  xpadding: 8px;
}

#menuWrap
{
  display:block;
	background-color:White;
  margin: 0px auto 0px auto;
}

#menuWrap.admin
{
  margin: 16px auto 0px auto;
}

#menuMerge
{
}

#paneLeft
{
  display: block;
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  width: 152px;
}

#paneRight
{
  float: right;
}

#paneCIB
{
  background: #5FAF2D;
  color: White;
  display: block;
  padding: 8px;
  margin: 0px;
  width: 182px;
  font-size: 15pt;
  font-family: Arial,sans-serif;
}

#paneF2F
{
  background: blue;
  color: White;
  display: block;
  padding: 8px;
  margin: 0px;
  width: 182px;
  font-size: 15pt;
  font-family: Arial,sans-serif;
}

#paneHUB
{
  background: red;
  color: White;
  display: block;
  padding: 8px;
  margin: 0px;
  width: 182px;
  font-size: 15pt;
  font-family: Arial,sans-serif;
}

#paneRight H2
{
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  text-align:center;
}

#paneRight H3
{
  padding: 0px;
  margin: 16px 0px 4px 0px;
  font-size: 17px;
}

#paneRight P
{
  padding: 0px;
  margin: 0px;
  font-size: 16px;
}

#paneMainWrap
{
  display:block;
  padding: 0px;
  margin: 0px 216px 0px 166px;
  color: #003300;
}

#paneMainWrap.AdminPage
{
  margin: 0px 0px 40px 152px;
  font-size: 12px;
}

#paneMainWrap h1.top
{
  background-color: #ffff99;
  padding: 8px;
  margin: 0px;
  font-size: 24pt;
}

#paneMain
{
  background: #eea;
  width: auto;
  padding: 8px;
  color: #003300;
}

#paneMain P
{
  font-size: 1.02em;
}

#paneMain.AdminPage
{
  background: #dda;
  font-size: 12px;
  font-family:Arial,sans-serif;
}

#paneMain h1
{
  margin: 6px 0px 6px 0px;
  padding: 8px 0px 6px 0px;
  font-size: 1.4em;
}

#paneMain h2
{
  padding: 8px 0px 6px 0px;
  font-size: 1.4em;
}

#paneMain h2.break
{
  padding: 8px 0px 6px 0px;
  font-size: 1.4em;
}



#menu:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;	
}

#menu ul {
	display:block;
	margin:0;
	margin-left: 12px;
	padding:0;
}
    

#menu ul li {
	list-style:none;
	background:#5FAF2D;
	margin:0;
	margin: 0px 0px 4px 0px;
	padding:0;	
}

#menu ul li.break {
	margin-bottom: 20px;
}

#menu ul li.break {
	margin-bottom: 20px;
}

#menu ul li.face2face {
	background-color: blue;
}

#menu ul li.thehub {
	background-color: red;
	margin-bottom: 20px;
}

#menu ul li a {
	display:block;
  font-family: Arial;
  font-size: 13pt;
  line-height: 20pt;
	color: White;
	padding:0px 4px 0px 4px;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color:silver;
	text-decoration: underline;
}



#menuWrap.admin ul li a {
  color: black;
	background-color: #afdf00;
}

#menuWrap.admin ul li a:hover {
  color: white;
	background-color: #afdfdf;
}




#footerLinks ul {
	display:block;
	margin:0;
	padding:0;
	width: 100%;
	height: 26px;
	border-top: solid 2px #5FAF2D;
	border-bottom: solid 2px #5FAF2D;
}
    

#footerLinks ul li {
	list-style:none;
	margin: 0px;
	padding: 4px 0px;	
	float:left;
}

#footerLinks ul li a {
	display:block;
  font-size: 14px;
  line-height: 18px;
	color: #5FAF2D;
	padding:0px 17px 0px 17px;
	text-decoration: none;
}

#footer_funding
{
  font-family:Arial, Sans-Serif;
  font-weight: bold;
  color: #5FAF2D;
  font-size: 14px;
  text-align: center;
  margin: 8px;
  padding: 8px;
}

#footer_funding A
{
  margin: 0px 12px;
}

#footerLinks ul li a:hover {
	color:silver;
	text-decoration: underline;
}

#footer_reg
{
  background-color: white;
  color: White;
  border-top: solid 2px #5FAF2D;
  border-bottom: solid 3px #5FAF2D;
  text-align: center;
  font-size: 15px;
  margin-bottom: 200px;
}

#footer_reg_inner
{
  background-color: #5FAF2D;
  margin: 2px 0px 2px 0px;
  padding: 8px;
}

#footer_reg A
{
  margin: 0px 40px;
}


.floatright {
	float:right;
}
.floatleft {
	float:left;
}

.clearfloat {
	clear: both;
}

  
  
#paneMain
{
  font-size: 14pt;
  font-family: Arial, Sans-Serif;
}

  
  
#paneMain UL.form
{
  background: #d0d0f0;
  margin: 0px;
  padding: 4px;
}
  
#paneMain UL.form LI
{
  display: block;
  xbackground: red;
  margin: 2px 0px 0px 0px;
  padding: 0px;
  clear: both;
  list-style-type:none;
}

#paneMain LABEL
{
  display:block;
  float:left;
  position:static;
  width: 110px;
  padding: 2px 0px 2px 0px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
}

#paneMain LABEL.offset
{
}

#paneMain EM
{
  font-style: normal;
  color: #30a030;
}


#shopFormTable
{
  font-family:Arial;
  font-size: 12px;
}


#shopFormTable TEXTAREA
{
  font-family: Arial;
  width: 500px;
}


#shopFormTable SPAN.required
{
  color: Red;
  font-weight: bold;
}


#shopFormTable LABEL
{
  display: inline;
  float:none;
  clear: both;
  position:relative;
  font-weight: bold;
  margin: 0px;
  padding: 0px 16px 0px 0px;
}


INPUT.quantity
{
  text-align: right;
  width: 30px;
}


#shopFormTable.checkout TH
{
  padding: 2px 4px 12px 2px;
  border-bottom: solid 1px black;
}

#shopFormTable.checkout TD
{
  padding: 2px 4px 12px 2px;
}

#shopFormTable.checkout TD P
{
  padding: 3px 0px 3px 0px;
  margin: 0px;
}

#shopFormTable.checkout TD P.total
{
  border-top: solid 1px black;
  border-bottom: double 3px black;
}

#shopFormTable.payment TH
{
  padding: 2px 4px 12px 2px;
  border-bottom: solid 1px black;
}

#shopFormTable.payment TD
{
  padding: 4px 4px 2px 2px;
}


#shopTable 
{
}


#shopTable tr
{
  background-color: #d7F6d3;
  color: #003300;
}

#shopTable tr.head
{
  background-color: #407040;
  color: white;
  font-weight: bold;
}

#shopTable tr.head A
{
  color: White;
}

#shopTable .footer
{
  background-color: #689868;
  color: white;
  font-weight: bold;
}

#shopTable tr.head A:hover
{
  color: #80FF80;
}

#shopTable tr.alt
{
  background-color: white;
  color: #003300;
}

#shopTable tr.pager
{
  background: #80A080;
}

#shopTable tr.pager table tr td
{
  background: none;
}

#shopTable tr.pager A, #shopTable tr.pager span
{
  background: white;
  color: #003300;
  height: 20px;
  line-height: 26px;
  padding: 3px 6px 3px 6px;
  margin-right: 12px;
  border: solid 1px #003300;
}

#shopTable tr.pager span
{
  background: #408040;
  color: White;
}

#shopTable tr.pager A:hover
{
  background: #87b683;
  xcolor: White;
}



#AlphaSelect A
{
  background: white;
  color: #003300;
  height: 20px;
  line-height: 26px;
  padding: 2px 4px 2px 4px;
  margin: 0px;
  margin-right: 8px;
  border: solid 1px #003300;
}

#AlphaSelect A:hover
{
  background: #87b683;
  xcolor: White;
}

#feature_box
{
  xposition: relative;
  left: 0px;
  width: 159px;
  margin-top: 16px;
  color: #003300;
}
 
#feature_box DIV.head
{
  background-image: url(images/feature_head.jpg);
  background-repeat:no-repeat;
  font-weight: bold;
  color: White;
  padding:  8px 12px 4px 12px;
  height: 16px;
}  
 
#feature_box DIV.body
{
  font-size: 90%;
  background-image: url(images/feature_body.jpg);
  background-repeat: repeat-y;
  width: 134px;
  padding: 8px 22px 0px 12px;
}  
 
#feature_box DIV.body INPUT
{
  font-size: 100%;
}  

#feature_box DIV.foot
{
  background-image: url(images/feature_foot.jpg);
  background-repeat:no-repeat;
  padding: 0px;
  height: 23px;
} 

#feature_box DIV.body A
{
  display:block;
  line-height: 16px;
  padding: 4px 0px 4px 0px;
  border-bottom: groove 2px LightSteelBlue;
  text-decoration: none;
} 

#feature_box DIV.body A:hover
{
  background: SteelBlue;
  color: White;
  text-decoration: underline;
}


#feature_box DIV.data
{
  text-align: right;
  padding-top: 4px;
}

#feature_box DIV.datared
{
  text-align: right;
  color: Red;
  font-weight: bold;
  padding-top: 4px;
}

#feature_box DIV.data LABEL, #feature_box DIV.datared LABEL
  {
    float: left;
    width: 75px;
    text-align: left;
    font-weight: bold;
  }
  

.validationErr
 {
  min-height: 60px;
  background-image: url(shop/images/ico_warning_42px.gif);
  background-position: 8px 8px;
  background-repeat:no-repeat;
  background-color: #f0fff0;
  border: solid 1px #003300;
  padding: 8px 8px 8px 60px;
  margin: 6px;
  overflow:visible;
}

.ErrorMessage
 {
  display: block;
  min-height: 50px;
  background-image: url(shop/images/ico_warning_42px.gif);
  background-position: 8px 8px;
  background-repeat:no-repeat;
  background-color: #f0fff0;
  border: solid 1px #003300;
  padding: 8px 8px 8px 60px;
  margin: 6px;
  overflow:visible;
}



#image_list
{
  clear: both;
  color: darkred;
  margin: 0px 22px 0px 22px;
  font-family: Arial;
  font-size: 90%;
}


#image_item
{
  background-color:#D0D0FF;
  float:left;
  margin: 8px;
  padding: 12px;
  border: solid 1px darkred;
  width: 124px;
  margin: 10px 20px 10px 0px;
  padding: 2px 0px 8px 2px;
  xheight: 200px;
  text-decoration: none;
}


#image_item.default
{
  background: #FFA0A0;
}

#image_item IMG
{
  background: white;
  margin: 0px;
  padding: 0px;
  border: solid 1px black;
}

#image_item A
{
  color: Navy;
}

.fake_link
{
  color: Navy;
  text-decoration: underline;
  cursor: hand;
}
  
.small_btn
{
  font-size: 10px;
}  
  
.small_btn2
{
  font-size: 12px;
}  

.read_only
{
  background-color: #e0e0e0;
}

#breadcrumbs 
{
  font-family: Arial, Sans-Serif, Tahoma;
  font-size: 10px;
  margin: 0px;
  padding: 4px;
  background: #e0e0e0;
}

#breadCrumbsTitle
{
  float: left;
}

#breadcrumbs UL
{
  margin: 0px;
  padding: 0px;
}

#breadcrumbs LI
{
  display: inline;
}

#breadcrumbs LI A
{
  color: #104080;
	margin: 0px 8px 0px 8px;
	text-decoration:none;
}

#breadcrumbs LI A:hover
{
	text-decoration:underline;
} 


.balloon ul 
{
  padding:0; 
  margin:0;
  border:0;
  list-style-type: none;
}

.balloon ul li 
{
}

.balloon ul li a, .balloon ul li a:visited 
{
  display:block;
  text-decoration:none; 
  color:#000; 
  color:#000; 
}

.balloon ul li a img, .balloon ul li a:visited img 
{
  border:0;
}

.balloon ul li dl 
{
  visibility:hidden;
  position:absolute;
}

.balloon table 
{
  margin:-2px;
  border:0;
  padding:0;
  border-collapse:collapse;
  font-size:1em;
}

.balloon dl 
{
  width:400px; 
  padding: 0px 0px 17px 0px; 
  background:transparent url(shop/images/popup_bottom.gif) no-repeat bottom left; 
  height:auto;
}

.balloon dt 
{
  margin:0; 
  padding:5px; 
  font-size:1.4em; 
  font-weight:bold; 
  color: #FFF; 
  background:transparent url(shop/images/popup_top.gif) no-repeat top left; 
  text-align:center;
}

.balloon dd 
{
  margin:0px; 
  padding:5px 15px; 
  color:#000; 
  font-size:1em; 
  border:1px solid #000; 
  border-width:0px 1px; 
  background:#fff url(shop/images/info.gif) no-repeat bottom right; 
}

.balloon dd p 
{
  padding:0; 
  margin:10px 0; 
  line-height:1.5em;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover, .balloon ul li a:hover 
{
  color:#000; 
  position:relative;
  cursor: pointer;
  cursor:hand;
}

.balloon ul li:hover dl, .balloon ul li a:hover dl 
{
  visibility:visible;
  color:#000;
  top:-40px;
  left:34px;
  cursor:default;
}

.balloon ul li:hover dl em, .balloon ul li a:hover dl em 
{
  display:block;
  position:absolute;
  left:-18px;
  top:35px;
  width:19px; 
  height:19px;
  background:transparent url(shop/images/popup_pointer.gif);
}

.balloon ul li:hover dl a, .balloon ul li a:hover dl a 
{
  height:0.8em;
  color:#606;
  background:transparent;
  text-decoration:underline;
  display:inline;
}

.balloon ul li:hover dl a:hover, .balloon ul li a:hover dl a:hover 
{
  text-decoration:none;
  background:transparent;
}



#prop_sheet
{
  width: 798px;
  background-image: url(images/prop_sheet_main.png);
  background-repeat:repeat-y;
}

#prop_sheet DIV.tabs
{
  height: 26px;
  background-color: #dda;
  padding-left: 16px;
}

#prop_sheet DIV.top
{
  height: 10px;
  background-color: #dda;
  background-image: url(images/prop_sheet_top.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

#prop_sheet DIV.tabs A.tab
{
  height: 26px;
  line-height: 26px;
  width: 100px;
  padding: 0px 2px;
  float: left;
  background-color: #dda;
  background-image: url(images/prop_sheet_tab.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  color: White;
}

#prop_sheet DIV.tabs A.tab:hover
{
  padding: 0px 2px;
  background-image: url(images/prop_sheet_hover.png);
  text-decoration: underline;
  color: Navy;
}

#prop_sheet DIV.tabs A.tab_sel
{
  height: 26px;
  line-height: 26px;
  width: 100px;
  padding: 0px 2px;
  float: left;
  background-color: #dda;
  background-image: url(images/prop_sheet_sel.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  color: White;
}

#prop_sheet DIV.body
{
  background-image: url(images/prop_sheet_main.png);
  background-repeat:repeat-y;
}

#prop_sheet DIV.body DIV.content
{
  padding-left: 8px;
}

#prop_sheet DIV.bottom
{
  height: 20px;
  background-image: url(images/prop_sheet_bottom.png);
  background-repeat: no-repeat;
}

  

#xxxpaneMain LABEL
{
  display:block;
  float:left;
  position:static;
  width: 110px;
  padding: 2px 0px 2px 0px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
}

SPAN.check
{
  display: inline;
}
  
#paneMain SPAN.check LABEL
{
  width: auto;
  float: none;
  clear: both;
  display: inline;
  position:static;
  font-weight: bold;
  margin: 0px;
  padding: 0px 12px 0px 0px;
  height: auto;
  line-height:normal;
}
