﻿@import url("../../stylesheets/lightbox.css");
/* MENU */

#Menu
{
    position: float;
    top: 57px;
    left: 300px;
    height: 14px;
}
#Menu table
{
    height: 25px;
    margin: 0;
}
#Menu a.noLink:hover
{
    cursor: default !important;
}
.staticMenuItemStyle
{
    color: #006633 !important;
    font-weight: normal;
    padding: 2px 3px;
    text-decoration: none;
    background: transparent;
     font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.90em;
}
.staticHoverStyle
{
    text-decoration: none !important;
}
.staticSelectedStyle
{
    color: white !important;
    background: #006633 !important;
    
}
.dynamicMenuStyle
{
    border: 1px solid #B4B4B4;
    border-top: none;
    padding: 0;
}
.dynamicMenuItemStyle
{
    color: #006633 !important;
    font-weight: normal;
    padding: 2px 3px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.90em;
     border: 1px groove #D0D0BF;
     background: url(bg-topnav.gif) repeat-x;
}
.dynamicHoverStyle
{
    color: #000000 !important;
   text-decoration: none !important;
}
.dynamicSelectedStyle
{
    color: white !important;
    background: #006633 !important;
    font-weight:  normal !important;
    background: url(header-topnav.gif) repeat-x;
}

.CurrentNodeStyle
{
      font-family: Geneva, Arial, Helvetica, sans-serif;
      color: #006633 !important;
      font-weight: bold;
}

.RootNodeStyle
{
     font-family: Geneva, Arial, Helvetica, sans-serif;
     color: #999999 !important;
     font-weight: bold;
}

.NodeStyle
{
    color: Red;
}

/******************
HTML Tags
******************/

body
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #666666;
    margin: 2px 2px;
    background: #C7C7CF;
    font-size: 0.8em;
}

#content p, #content-side-2 p, table
{
    margin: 0px 0px 0px 0px;
}

#content-side-2 img
{
    border: none;
}

#breadcrumb-side label
{
    display: none;
}

/******************
FORM STYLES
******************/

#content-container form
{
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
}

#content-container fieldset
{
    margin: 10px 0px 20px 0px;
    padding: 0px 10px 10px 20px;
}

/* a nested fieldset */
#content-container fieldset fieldset
{
    margin: 15px 0px 5px 0px;
    padding: 0px 5px 5px 5px;
}

#content-container legend
{
    margin-bottom: 0px;
    padding: 0px 10px 5px 5px;
    color: #666666;
    font-weight: bold;
}

/* a nested legend */
#content-container fieldset fieldset legend
{
    margin-bottom: 0px;
    padding: 0px;
    font-weight: normal;
}

#content-container label
{
    display: inline;
    padding-top: 8px;
}

#breadcrumb-side form
{
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#breadcrumb-side form fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

#breadcrumb-side form legend
{
    display: none;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
    color: #2B674C;
    
}

a:visited
{
    color: #2B674C;
  
}

a:hover
{
    color: #006633;
    text-decoration: none;
}

a:active
{
    color: #2B674C;
   
}



/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link
{
    color: #2B674C;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

#mainnav-container a:visited
{
    color: #2B674C;
}

#mainnav-container a:hover
{
    color: #006633;
    text-decoration: none;
}

#mainnav-container a:active
{
    color: #2B674C;
}

/* All link states are selected with an "a" */
#header a
{
    color: #FFFFFF;
}

#breadcrumb-container a
{
    color: #999999;
}

/******************
HEADINGS
******************/

h1
{
    font-size: 1.6em;
    padding: 0;
    margin: 0 0 10px 0;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1.4em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: .9em;
}

h6
{
    font-size: .8em;
}

#three-column-container h2
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/******************
Layout Divs
******************/

#mainnav-container
{
    padding: 2px 2px;
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #EDEDED;
    margin-bottom: 1px; /* background: Red; */
    background: #FFFFFF url(bg-topnav.gif) repeat-x;
    height: 20px;
}

#mainnav
{
    float: left;
    width: 70%;
}

#mainnav-side
{
    float: right;
    width: 25%;
    text-align: right;
    padding: 3px 1px 0px 0px;
}

#header
{
    margin-bottom: 1px;
    color: #FFFFFF;
    padding: 5px 5px 5px 50px;
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    height: 20px; /* background: #006633; */
    background: #FFFFFF url(header-topnav.gif) repeat-x;
    font-size: 1.0em;
    font-weight: bold;
}

#header-logo
{
    float: left;
    padding: 0 10px;
}

#header-message
{
    float: right;
    font-weight:bold;
    font-variant:normal;
    color: white;
     background-color: Red;
     padding: 2px 5px 0px 5px;
     /* border: 1px solid #000000; */
}

#staticheader
{
    margin-bottom: 1px;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    height: 20px;
    min-height: 35px; /*background: #16527D; */
    background: #FFFFFF url(header-topnav.gif) repeat-x;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
}

.StaticHeaderLabel
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: White;
}

.SiteHeaderLabel
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    color: White;
}
.SubHeaderLabel
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    font-style: italic;
    color: White;
    padding: 0px 0px 0px 10px;
}
#header a
{
    text-decoration: none;
    color: #FFFFFF;
}

#slogan
{
    font-size: .68em;
    margin: 0px;
    font-weight: normal;
    padding-top: 7px;
}

#breadcrumb-container
{
    border-bottom: 2px solid #7F7F7F;
    border-right: 1px solid #7F7F7F;
    border-left: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    margin-bottom: 1px;
    background: #FFFFFF;
    padding: 2px 0; /* background: WhiteSmoke; */
    height: 22px;
    background: #FFFFFF url(bg-topnav.gif) repeat-x;
}



#breadcrumb
{
    float: left;
    padding: 0 10px;
}

#breadcrumb-side
{
    float: right;
    padding: 0 5px;
}

#content-container
{
    background-color: #F6F6F6;
    border-top: 1px solid #CBCBCB;
    border-right: 1px solid #7F7F7F;
    border-bottom: 2px solid #7F7F7F;
    border-left: 1px solid #CBCBCB;
    padding: 0px;
    margin: 0px;
    position: relative;
}

#content-side
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    padding: 10px;
}

#content-side-2
{
    position: absolute;
    top: 0;
    right: 0px;
    width: 120px;
    padding: 10px;
}

#content
{
    padding: 10px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    background-color: #FFFFFF;
    border-left: 1px dashed #D0D0BF;
    border-right: 1px dashed #D0D0BF;
}

#three-column-container
{
    width: 100%;
    margin: 10px 0px;
    text-align: justify;
}

#three-column-left
{
    float: left;
    width: 30%;
}

#three-column-right
{
    float: right;
    width: 30%;
}

#three-column-middle
{
    width: 30%;
    margin: 0px 32% 0px 35%;
}

#footer
{
    margin-top: 80px;
    padding: 20px 10px 0px 10px;
    border-top: 1px solid #7F7F7F;
    text-align: center;
    clear: both;
    font-size: .95em;
}

/******************
MENU ITEMS
******************/

#mainnav-container ul
{
    margin: 0px;
    padding: 0px;
}

#mainnav-container li
{
    padding: 0px;
    list-style: none;
    display: inline;
    margin: 5px 10px 5px 0px;
   /* margin: 1px 1px 1px 0px;*/
}

#mainnav-side li
{
    padding: 0px;
    margin: 5px 0px 5px 10px;
   /*  margin: 1px 1px 1px 0px; */
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical
{
    margin: 0px 0px 15px 15px;
    padding: 0px;
}

#content ul.list li
{
    list-style: none;
    padding: 2px 0px 2px 12px;
    margin: 0px;
    background: url(bullet.gif) no-repeat;
    background-position: 0 50%;
}

#content ul.link-list-vertical li
{
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
}

#content ul.link-list-vertical li a:link
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link.gif) no-repeat;
    background-position: 0 50%;
}

#content ul.link-list-vertical li a:visited
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link-visited.gif) no-repeat;
    background-position: 0 50%;
}

#content ul.link-list-vertical li a:hover
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link-hover.gif) no-repeat;
    background-position: 0 50%;
}

#content ul.link-list-vertical li a:active
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link-active.gif) no-repeat;
    background-position: 0 50%;
}

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-side-2 ul.list, #content-side-2 ul.link-list-vertical, #content-side ul.list, #content-side ul.link-list-vertical
{
    margin: 0px 0px 15px 0px;
    padding: 0px;
}

#content-side-2 ul.list li, #content-side ul.list li
{
    list-style: none;
    padding: 2px 0px 2px 12px;
    margin: 0px;
    background: url(bullet-right.gif) no-repeat;
    background-position: 0 50%;
}

#content-side-2 ul.link-list-vertical li, #content-side ul.link-list-vertical li
{
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
}

#content-side-2 ul.link-list-vertical li a:link, #content-side ul.link-list-vertical li a:link
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link.gif) no-repeat;
    background-position: 0 50%;
}

#content-side-2 ul.link-list-vertical li a:visited, #content-side ul.link-list-vertical li a:visited
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link-visited.gif) no-repeat;
    background-position: 0 50%;
}

#content-side-2 ul.link-list-vertical li a:hover, #content-side ul.link-list-vertical li a:hover
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link-hover.gif) no-repeat;
    background-position: 0 50%;
}

#content-side-2 ul.link-list-vertical li a:active, #content-side ul.link-list-vertical li a:active
{
    padding: 2px 0px 2px 12px;
    background: url(bullet-link-active.gif) no-repeat;
    background-position: 0 50%;
}

/******************
TABLE STYLES
******************/

.table
{
    width: 100%;
    border: 1px solid #D0D0BF;
    border-collapse: collapse;
}

.table td
{
    padding: 10px;
}

thead th, tfoot th
{
    background-color: #F6F6F6;
    border-bottom: 2px solid #D0D0BF;
    border-top: 2px solid #D0D0BF;
    padding: 10px;
    font-weight: normal;
    font-variant: small-caps;
}

/******************
CLASSES
******************/
.forgotPasswordLink
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 1em auto 0 auto !important;
    text-align: right;
    color: #006633;
}

.forgotPasswordLink A:visited
{
    color: #2B674C;
}

.forgotPasswordLink A:hover
{
    color: #006633;
}

.forgotPasswordLink A:link
{
    color: #2B674C;
}

.forgotPasswordLink A:active
{
    color: #2B674C;
}


.button-big
{
    margin-top: 8px;
}

img.photobig, img.photosmall
{
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #CCCCCC;
    background: #E0E0E0 url(background_table_04.gif) repeat-x;
    padding: 8px;
}

img.photosmall
{
    margin-right: 10px;
    margin-bottom: 2px;
    float: left;
}

.searchbox
{
    height: 13px;
    margin: 0px;
    padding: 0px;
    width: 8em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}

.error
{
    color: red;
}

.button-search
{
    height: 18px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #CCCCCC;
    background: url(bg-button-search.gif) repeat-x;
    font-size: 10px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #006633;
}

.none
{
    display: none;
}

.clear
{
    clear: both;
}
.FormHeader
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999999;
}
.LabelHeader
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2B674C;
}

.Label
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2B674C;
    text-align: right;
}

.MessageLabel
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

.inputbutton
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #2B674C;
    text-align: center;
    border-style: none;
    text-transform: lowercase;
}


/* Admin Forms */

div.row
{
    clear: both;
    padding-top: 5px;
}

div.row span.label
{
    float: left;
    width: 200px;
    text-align: right;
}

div.row span.formw
{
    float: right;
    width: 335px;
    text-align: left;
}

div.formheader span.formheader
{
    float: left;
    width: 435px;
    text-align: center;
}

/* VALIDATION SUMMARY */
.validationSummary
{
    color: black !important;
    font-weight: bold;
    border: 1px outset red;
    border-width: 1px 2px 2px 1px;
    background: white url(  "warning.ico" ) no-repeat 10px 10px;
    padding: 10px 10px 10px 52px;
    margin: 10px;
}

/* ASP.NET Grid View */

.ASPNetTableMain
{
    clear: both;
   /* table-layout: fixed; */
    border-collapse: collapse;
    empty-cells: show;
    background-color: white;
   /* margin-top: 1em; */
    margin-right: 10px;
    margin-bottom: 0.2em;
    margin-left: 0px;
    padding-left: 10px;
    border-left: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    border-top: solid 2px  #006633;
    border-bottom: solid 2px #006633;
}
.ASPNetTableHeader
{
    height: 3.0em;
    padding: 10px 7px 0 7px;
    empty-cells: show;
    background-color: #F6F6F6;
    text-align: left;
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 110%;
}
.ASPNetTableTH
{
    background-color:#F6F6F6;
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:10px;
	font-weight:normal;
	font-variant:small-caps;
	
}

.ASPNetTableRow
{
    height: 2em;
    border-left: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    border-top: solid 2px rgb(255,255,255);
    border-bottom: solid 2px rgb(255,255,255);
   background-color: rgb(225,225,225);
    text-align: left;
   /* color: rgb(80,80,80);*/
    font-weight:normal;
    font-size: 110%;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}
.ASPNetTableTD
{
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-left: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    border-top: solid 2px rgb(255,255,255);
    border-bottom: solid 2px rgb(255,255,255);
    /*background-color: white;*/
     background-color:inherit;
}

.ASPNetTableAltRow
{
    height: 2em;
    border-left: solid 1px rgb(255,255,255);
    border-right: solid 1px rgb(255,255,255);
    border-top: solid 1px rgb(255,255,255);
    border-bottom: solid 1px rgb(255,255,255);
    background-color: #CCCCCC;
    text-align: left;
    color: rgb(80,80,80);
    font-weight:normal;
    font-size: 110%;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

.ASPNetTableMain table td
{
    height: 3.0em;
    padding: 2px 7px 2px 7px;
    border-left: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    border-top: solid 2px rgb(255,255,255);
    border-bottom: solid 2px rgb(255,255,255);
    background-color: #F6F6F6;
    text-align: left;
    font-weight: normal;
    color: rgb(80,80,80);
    font-size: 110%;
}
.ASPNetTableMain table td.pdf
{
    height: 3.0em;
    padding: 2px 7px 2px 7px; 
    border-left: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    border-top: solid 2px rgb(255,255,255);
    border-bottom: solid 2px rgb(255,255,255);
    background-color: rgb(225,225,225);
    text-align: center;
    font-weight: normal;
    color: rgb(80,80,80);
    font-size: 110%;
}
.ASPNetTableMain table th.pdf
{
    height: 3.0em;
    padding: 2px 7px 2px 7px;
    border-left: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    border-top: solid 2px rgb(255,255,255);
    border-bottom: solid 2px rgb(255,255,255);
    background-color: rgb(225,225,225);
    text-align: center;
    font-weight: normal;
    color: rgb(80,80,80);
    font-size: 110%;
}

/* Article Form */
div.articleframe 
{
    padding-right: 5px; 
    padding-left: 0px; 
    padding-bottom: 5px; 
   /* margin: 0px auto;*/
    width: 1260px; 
    padding-top: 5px;
   /* border: 1px solid #B4B4B4; */
}


div.articlerow
{
    clear: both;
    padding-top: 5px;
}

div.articlerow span.label
{
    float: left;
    width: 150px;
    text-align: right;
}

div.articlerow span.articleformw
{
    float: right;
    width: 535px;
    text-align: left;
}

div.articleformheader span.articleformheader
{
    float: left;
    width: 535px;
    text-align: center;
}

/*Reorder List*/
.demoarea {
	padding:20px;
	background:#FFF url(demotop.png) no-repeat left top;
	width: 500px; 
	 border: 3px solid #B4B4B4; 
	 border-style: ridge;
	 margin: 0px auto;
}
.dragHandle {
	width:10px;
	height:15px;
	background-color:#006633;
	background-image:url(bg-selector.gif);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin white inset;		
}

.callbackStyle table {
	/* background-color:#5377A9; */	
	 background-color:Yellow; 
	color:#000000;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(bg-selector-bk.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:red !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
	
}

.itemArea {
	margin-left:15px;
	margin-right:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Gridview Custom Pager*/
.pagerstyle{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
} 
.pagerstyle select{
    font-size:x-small;
}  


.gotopage{
    font-size:x-small;
    width:20px;
}

.previous{
    background:transparent url(previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url(next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  


#swatch-grid div.sg-items {
	float: left;
	padding: 0;
	margin: 0;
}

#swatch-grid div.sg-items p {
	margin: 5px;
	padding: 0;
}

#swatch-grid {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#swatch-grid p {
	color: #999;
	font-size: 10px;
	padding: 0;
	margin-bottom: 5px;
}
