/* necessary for rad editor */
body
{
   background-color: #fff;
}
/* ---- */

body.pagebody
{
   margin: 0px;
   background-color: #e2e6b4;
}

html, body.pagebody, form, #content, #maintable
{
   font-family: Verdana, Tahoma, Sans-Serif;
   font-size: 11px;
   color: #443727;
}

.subtext
{
	font-size: 10px;
}

a
{
	color: #607e62;
}

a.orange
{
	color: #ed5100;
}

a:hover
{
	text-decoration: none;
}

#bgdiv
{
   width: 995px;
   background-image: url(images/bg/bgshadow.gif);
   background-repeat: repeat-y;
   margin-left: auto;
   margin-right: auto;
}

#content
{
   width: 985px;
   margin-left: auto;
   margin-right: auto;
}

#maintable
{
   width: 100%;
}

#sidecol
{
   width: 228px;
}

#maincol
{
   width: 757px;
}

#logotd, #bannertd, #footertd
{
   background-color: #00362D;
}

#logotd
{
   text-align: center;
}

#logotd #logo
{
   margin: 0;
   text-align: left;
   border-left: 2px solid White;
}

#bannertd
{
   color: #fff;
   font-size: 20px;
   border-right: 2px solid White;
}

#bannertable
{
   width: 100%;
}

#bannertable #bannername
{
   padding: 10px;
   font-variant: small-caps;
   font-size: 25px;
}

#bannertable #adminmenu
{
   padding: 10px;
}

#bannertable #searchtd
{
   padding: 0 10px 10px 0;
}

.txtwatermark
{
   color: #333333;
}

.txtmainwatermark
{
   color: Black;
	background-color: White;
	border: 1px solid black; 
	padding: 2px;
}

#sidetd
{
   text-align: center;
   background-color: #C9C065;
	padding: 0px;
	border: 2px solid White; 
	border-top: 0px; 
}

.sidebox
{
   text-align: left;
   margin: 0px;
   width: 224px;
	border-top: 2px solid White; 
}

.sidebox#login .body
{
   background-color: #C9C065;
   padding: 10px;
}

.sidebox#newmember .body
{
   background-color: #C9C065;
   padding: 11px;
}

.sidebox#whatisacommon .body
{
   background-color: #607E62;
   color: White;
   font-size: 11px;
   padding: 20px;
}

.sidebox .body .header
{
	color: #00362D;
	font-size: 18px;
	margin-bottom: 5px;
}

.main{
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 2px;
}

.beigebg{
   background-image: url(images/bg/beige.png);
	background-position: bottom right;	
	background-repeat: no-repeat;
}

.hcont{
	margin-left: -2px;
	margin-top: -2px;
}

.quote{
	height: 138px;	
}

html* .quote{
	height: 143px;	
}

.buttons
{
   border-top: 1px solid #e2e6b4;
   padding: 5px;
   margin: 10px 0;
}

#footertd
{
   padding: 5px;
   font-size: 11px;
   color: #fff;
}

#footertd a
{
   text-decoration: none;
   margin-right: 20px;
   color: #fff;
}

#footertd a:hover
{
   text-decoration: underline;
}

#footertd #copyright
{
   float: left;
   font-size: 10px;
}

#footertd #footermenu
{
   float: right;
   font-size: 10px;
}

a.pcibutton
{
   color: #fff;
   text-decoration: none;
   font-weight: bold;
   border: 1px solid #fff;
   line-height: 26px;
   padding: 5px 0px 5px 5px;
}

a.pcibutton span
{
	padding: 2px 25px 2px 5px;
}

a.pcibutton:hover
{
   border: 1px solid #e2e6b4;
}

.pcibutton.DarkGreen
{
   background: #00362d url(images/btn/btn_darkgreen.gif) no-repeat right center;
}

.pcibutton.Brown
{
   background: #443727 url(images/btn/btn_brown.gif) no-repeat right center;
}

.pcibutton.Green
{
   background: #607e62 url(images/btn/btn_green.gif) no-repeat right center;
}

#progressbar
{
   border: 1px solid #443727;
   background-color: white;
   height: 20px;
   line-height: 20px;
   width: 100%;
   position: relative;
   font-size: 10px;
}

#progress
{
   float: left;
   height: 20px;
   background-color: #e2e6b4;
}

#progressbar #status
{
   text-align: center;
   position: absolute;
   height: 20px;
   width: 100%;
   top: 0px;
   left: 0px;
}

.profileboxlink
{
   text-decoration: none;
   display: block;
   font-weight: bold;
   font-size: 14px;
   text-transform: uppercase;
   border-bottom: 1px solid #8d8751;
   padding-bottom: 5px;
   padding-top: 5px;
   color: #443727;
   padding-left: 3px;
}

a.profileboxlink:hover
{
   background-color: #d8ce6d;
}

.profileboxlink2
{
   display: block;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 5px;
   padding-top: 5px;
   color: #443727;
   padding-left: 3px;
}

a.profileboxlink:hover
{
   background-color: #d8ce6d;
}

.crumbs a
{
   text-decoration: none;
}

.pagetitle
{
   color: #00362D;
   font-size: 18px;
   margin: 5px 0;
}

/*
.message.Success
{
   width: 100%;
   background-color: #c9dcc0;
}

.message.Failure
{
   width: 100%;
   background-color: #648289;
   color: Yellow;
}

.message.Success .body
{
   margin: 3px;
}

.message.Failure .body
{
   margin: 3px;
}
*/

.message.Success
{
   width: 100%;
   background-color: #E6E6E6;
}

.message.Failure
{
   width: 100%;
   background-color: #E6E6E6;
}

.message.Success .body
{
   padding : 15px;
   border: 2px solid #EF5201;
   font-weight: bold;
   font-size: 12px;
}

.message.Failure .body
{
   padding : 15px;
   border: 2px solid #EF5201;
   font-weight: bold;
   font-size: 12px;
}

.axistable
{
   background-color: white;
}

.axistable input
{
   width: auto !important;
}

.axistable td.header
{
   font-size: 20px;
   background-color: #c9dcc0;
   border: 1px solid #443727;
}

table.axistable tr.axistable_header
{
   background-color: #DFE1C8;
}

table.axistable tr.axistable_header td
{
	border-top: 3px solid #bbb797;
	border-bottom: 1px solid #607E62;
	
}

table.axistable tr.axistable_header a
{
	text-decoration: underline;
}

.sectionheader
{
   font-size: 18px;
   background-color: #c9dcc0;
   border-bottom: 2px solid #c9c065;
   padding: 3px;
   line-height: 25px;
   margin: 10px 0;
}

.sectionheader .toggle
{
   font-size: 12px;
   float: right;
   line-height: inherit;
}

.sectionheader.link
{
   cursor: pointer;
}

.sectionheader2
{
	border-bottom: 2px solid #bbb797;
	padding: 3px;
	margin: 10px 0;
}

.sectionheader2 .body
{
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15px;
	color: #00362d;
}

.sectionheader2 a
{
	float: right;
}

.sectionheader3
{
	color: #ed5100; 
	font-size: 14px; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.sectionheader4
{
	border-bottom: 2px solid #bbb797;
	padding: 3px;
	margin: 10px 0;
	
}

.approvelist .titles td
{
   background-image: url(images/bits/gridhead.gif);
   background-repeat: repeat-x;
   border-bottom: 1px solid #cccccc;   
}

.approvelist .formtable tr.controls td
{
   margin-bottom: 5px;
}

.approvelist .ingrid.header
{
   border: 1px solid #cccccc;
   padding: 3px;
}

.ingrid.header .toggle
{
   font-size: 12px;
   line-height: inherit;
   cursor: pointer;
   color: Blue;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #fff;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	z-index: 1000;
}

.modalPopup .title
{
   background-color: #fff;
   font-weight: bold;
   cursor: move;
   border-bottom: 4px groove;
   padding: 5px;
}

.modalPopup .buttons
{
   padding: 5px;
   border-top: 2px groove;
   background-color: #fff;
   text-align: right;
}

.modalPopup .buttons input
{
   width: auto;
}

.override
{
   width: auto !important;
}

.override *
{
   width: auto !important;
}

.override input{
	background-color: transparent;
}

tr.odd>td
{
   border-bottom: 1px solid silver;
}

.ajaxprogress
{
   position: relative;
}

.ajaxprogress div
{
   top: 50%;
   position: relative;
}

.ajaxprogress div img
{
   position: relative;
   top: -6px;
}

.underline
{
   border-bottom: 1px solid #00362d;
}

.pcicalendar .ajax__calendar_container 
{
   border: 2px outset;
   background-color: White;
}

.ratingStar
{
	font-size: 0;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(images/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(images/EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(images/SavedStar.png);
}

.accordionheader
{
	border: 1px solid #cccccc;
	padding: 3px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 5px;
}

.tabcontainer 
{
	border: 1px solid #607E62;
	border-top-width: 0px;
}

.tabcontainer .separator
{
	border-bottom: 1px solid #607E62;
}

table.asearch tr.asearch td
{
	padding: 4px 15px;
}

table.asearch tr.titles
{
	color: #443727;
}

table.asearch tr.header1 td
{
	color: #ed5100; 
	font-size: 16px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

table.asearch tr.header2 td
{
	font-weight: bold;
	background-color: #c9dcc0;
	border-top: 2px solid #bbb797;
	border-bottom: 1px solid #afb386;
}

table.asearch tr.titles.dark
{
	font-weight: bold;
}

table.asearch tr.item td
{
	padding: 0;
}

table.asearch tr.asearch td.asearch_footer
{
	text-align: center;	
	border-bottom: 2px solid #607E62;
	border-top: 1px solid #607E62;
	padding: 15px;
}

table.asearch tr.item2
{
	background-color: #DFE1C8;
}

table.asearch tr.item2 td
{
	text-align: right;
	padding: 5px 3px 5px 3px;
	border-top: solid 1px #607E62;
}

table.asearch tr.item2 select
{
	width: 100%;
	
}

.asearch.dark
{
	background-color: #c9dcc0;
}

.contentpadding
{
	background-color: #c9dcc0;
	border: 1px solid #607E62;
	border-top-width: 0px;
}

.contentpadding .contenttable
{
	
}

.containerbuttons
{
	border: 1px solid #607E62;
	padding: 15px;
	background-color: #D7D7D7;
	text-align: center;
	border-top: 0; 	
}

.containerbuttons1
{
	border-top: 1px solid #607E62;
	padding: 15px;
	background-color: #D7D7D7;
	text-align: center;
}

.sectiontitle
{
	color: #607E62;
	font-size: 18px;	
}

.register_header
{
    color: White;
  font-size: 16px;
  background-color: #DFE1C8;
  border-bottom: 2px solid #607E62;
  padding: 3px;
  padding-left: 10px;
  line-height: 25px;
  margin: 10px 0;
  font-weight : bold; 
}

.regpage_table 
{
    
    border-left : 1px solid #607E62;
    border-right : 1px solid #607E62;
}

.regpage_header
{
  color: #00362D;
  font-size: 16px;
  background-color: #DFE1C8;
  border-top: 1px solid #607E62;
  border-bottom: 1px solid #607E62;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  margin: 10px 0;
  font-weight : bold; 
}

.regpage_row
{
   background-color: #C9DCC0;
   padding: 3px;
   line-height: 25px;
   padding-left: 10px;
   padding-right: 10px;
   text-align: left;
}

.regpage_row1
{
   background-color: #C9DCC0;
   padding: 0px;
   line-height: 25px;
   text-align: left;
}

.regpage_inside_table
{
   background-color: #C9DCC0;
   border: 0px solid black; 
   text-align:left;
   padding-bottom:20px;
}


.regpage_inside_table input, .regpage_inside_table select
{
   background-color: #FFFFFF;
   border: 1px solid #607E62; 
   height: 19px;
   width: 275px;
}

.regpage_inside_table td
{
   padding-left: 0px;
   font-size: 12px;
   color: #58503E;
   padding-bottom: 0px;
}

.register_row
{
  background-color: #C9DCC0;
/*  padding: 3px;
  line-height: 25px;*/
  padding-left:10px;
  padding-right: 10px;
}

.regpage_table_threecol
{
   border: 0px solid black; 
   padding-bottom:10px;
   width: 100%;
}

.regpage_table_threecol input, .regpage_table_threecol select
{
   width: 183px;
}

.regpage_textarea 
{
    width: 99%;
    border: 1px solid #607E62;
}

.regpage_file 
{
    width: 400px;
    border: 1px solid #607E62;
}

.regpage_radio input
{
    padding-top:10px;
    border: none;
    background: #C9DCC0;
    width: 12px;
    height: 12px;
}

.alert
{
	background-color: #C9C065;
}

.underline_text
{
   text-decoration: underline;
}

.inner_tbl
{
   border-width: 3px 1px 3px 1px;
   border-color: #607E62;
   border-style: solid;
}
.inner_tbl_header td
{
	border-top: 3px solid #bbb797;
	background-color: #DFE1C8;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

.delete_btn
{
   color: #443727;
   padding-left: 20px;
   background: url(images/btn/btn_delete.gif) no-repeat left center;
}

.listitem 
{
	border-top: 1px solid #607E62;
	border-bottom: 1px solid #607E62;
	padding: 0; margin: 0;
}

.listfooter td
{
	border-top: 2px solid #607E62;
}

.listfooter_lib 
{
	border-bottom: 3px solid #607E62;
	font-size: 12px;
}
.listfooter_lib a
{
	font-weight: bold;
}

.listfooter_lib table td{
	padding-left: 3px;
	padding-right: 3px;
	font-family: verdana;	
}

.listfooter table td
{
	border: 0;
}

.profilefooter td
{
	text-align: center;
	border-top: 1px solid #607E62;
	padding: 10px;
}

.bookmark_item
{
	border-top: 1px solid #607E62;	
}

.profile_table
{

}

.profile_table td
{
	padding: 5px;
	/*text-align: left;*/
}

.profile_table td td
{
	padding: 0px;
}

.title_red
{
	color: #ed5100; 
	font-size: 16px; 
}

html* .profile_table input, .profile_table textarea, .profile_table select{
	width: 99%; 
}

div.tabcontent{
	border: 1px solid #607E62;
	background-color: #DFE1C8;	
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	width: 580px;
	margin-top: 15px;
	margin-bottom: 15px;
}


div.tabcontent td{
	text-align: left;
}

.profile_table .override input{
	background-color: transparent;
	border: 0; 
}

.waitprogress 
{
	font: bold "Segoe UI", Segoe, sans-serif;
	position: absolute;
	right: 10px;
	top: 5px;
}

.contentfooter 
{
	border-bottom: 2px solid #607E62; 
	border-top: 1px solid #607E62; 
	padding: 15px; 
	text-align: center;	
}

.description 
{
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.separator 
{
    color: #607E62;
}
