/*************** CSS Document ******************/

/* reset.css */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
}

table {border-collapse:separate; border:0;}
caption, th, td {text-align:left;font-weight:normal;}
a img {border:none;}

textarea
{
max-width:680px;
width: 100%;
}


/*  base css */

body,html
{ 
text-align:center;
padding:0;
margin:0;
}

html{
background:#0086ba;
}


body
{
min-width:1024px;
font-family:Helvetica,"Lucida Grande", verdana, arial, "bitstream vera sans", sans-serif; 
color:#333;
font-size: 14px; /* Except IE */
font-size: 83%\9; /* IE8 and below */
text-align: center; 
padding:0;
margin:0 !important;
border-top:5px solid #0086ba;
}



h1,h2,h3,h4,h5
{
color:#0086ba; 
line-height:110%; 
padding: 10px 0; 
font-weight:bold;
font-family:'Comfortaa', cursive, Century Gothic;
}


h1
{font-size:200%;padding: 10px 0;font-weight:normal; }

h2
{font-size:140%; padding:5px 0;}

h3
{
font-size:120%; padding:5px 0;
}

h4
{
color:#3c3c3c !important;
font-size:100%; 
background:#ddd;
padding:10px;
margin:10px 0;
}

hr 
{ 
border:1px solid #ddd;
margin:10px 0;
}


blockquote
{
margin:15px;
}

ul
{
margin:10px 15px;
padding:0;
}

ul li
{ 
margin-left: 5px; 
margin-top:3px;
padding-left: 17px; 
list-style-type: none; 
background-image: url(bullet.gif); 
background-repeat: no-repeat; 
background-position: 0 5px; 
}

ul ul li
{
font-size:90%;
margin-left: 10px; 
margin-top:2px;
list-style-type: none; 
padding-left: 12px; 
background-image: url(bullet2.gif); 
background-repeat: no-repeat; 
background-position: 0 7px; 
line-height:130%;
}

ul ul ul li
{ 
background-image: none; 
margin-left: 50px; 
padding: 0; 
list-style-type: circle; 
}

ol  { 
margin: 10px 0 10px 20px; 
padding: 0 ;
}

ol li  
{ 
margin-left: 5px; 
margin-top:5px;
}


br#clear
{
clear:both;
}


/*************** links ******************/

a
{ 
color:#7b9f15;
text-decoration:underline; 
padding-bottom: 1px;
}

a:hover
{ 
color: #666; 
background-image: none; 
text-decoration:none; 
}

a#button
{
background:#6a973b;
padding:10px;
display:block;
width:100px;
margin:10px 0 0 0;
text-align:center;
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

.button, span.button a {
background:#6a973b;
padding:10px;
display: inline-block;
margin:10px 0 0 0;
text-align:center;
color:#fff !important;
text-decoration:none !important;
text-transform:uppercase;
}

span.button {
    background: none;
    border: none;
    padding: 0;
    text-transform: none;
    margin: 0;
}

a#button:hover, 
.button:hover,
span.button a:hover
{
background:#53762e;
color:#fff !important;
}

span.button:hover {
    background: none;
}


/*************** header ******************/

.header
{ 
height:110px;
background:#fff;
z-index:10;
}

.header_wrap
{ 
margin:0 auto;
padding:0;
text-align:right;
position:relative;
z-index:1000;
width:980px;
/height:100%;
}

.header_wrap #logo
{
text-align:left;
position:absolute;
width:640px;
height:110px;
top:5px;
left:0;
padding:0;
margin:0;
z-index:99999;
text-decoration:none;
/top:7px;
/background:none;
/position:static;
/float:left;
}

#topmenu
{
font-size:90%;
color:#b38ccd;
display:block;
text-align:right;
padding:20px 10px;
}

#topmenu a
{
text-decoration:none;
padding:0 5px;
}

#topmenu a:hover
{
text-decoration:underline;
}

.header_wrap #login
{padding:30px 0 10px 0;}



.Login
{
float:right;
padding:20px 0;
display:block;
}

.Login a
{
font-size:90%;
text-decoration:none;
}

.Login a:hover
{
color:#666;
text-decoration:underline;
}


/*------------member login ------------*/


.LoginForm
{
text-align:center;
}


.LoginForm table
{
margin:10px auto 0 auto;
}

.LoginForm table td
{
text-align:left;
padding:0 2px;
}

.LoginForm input[type="text"],.LoginForm input[type="password"]
{
width:200px;
padding:2px;
}


.LoginForm input[type="checkbox"]
{
float:right;
}

.LoginForm input[type="submit"],.LoginForm input[type="button"]
{
background-color:#559a2f;
padding:7px 10px;
font-size:90%;
text-decoration:none;
color:white;
display:inline-block;
border:none;
cursor:pointer;
}

/*************** Search ******************/

#search
{
clear:both;
}


#search input.textbox
{
background:#fff;
width: 190px;
/float:left;
color:#505050;
border:0px;
padding:5px;
margin:2px;
font-size: 14px;
font-size: 13px9; /* IE8 and below */
}

#search input[type="image"]
{
float:right;
margin:3px 5px 0 0;
top:0;
}

#search form
{
display:inline;
}

.Search .searchdetails
{
color:#666;
}

.Search dd
{
padding:0 0 10px 20px;
}

div.Search dl {
margin-bottom:40px;
margin-left:15px;
}
div.Search dt {
font-weight:bold;
}
div.Search dd {
font-style:italic;
margin-bottom:10px;
font-size:90%;
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}



/*************** maincontents ******************/

.body_bg
{
clear:both;
background:url(bg_black.jpg) repeat-x 0 0 #5a5a5a;
height:100%;
position:relative;
padding:0 0 0 0;
margin:0;
text-align:center;
border-bottom:1px solid #5a5a5a;
}

.body_wrap
{
background:url(bg2016-17.jpg) no-repeat right 0 #fff;
width:700px;
text-align:left;
height:100%;
position:relative;
padding:160px 20px 20px 240px;
margin:0 auto 10px auto;
border:1px solid #ccc;
}

.body_wrap a:hover img
{
opacity:0.7;
}


.leftcol
{
	text-align:left;
	width:440px;
	float:left;
padding:0 0 20px 0; 
margin:0 ;
min-height:600px;
line-height:150%;
}

.leftcol img
{
max-width:95% !important;
height:auto;
}

#onecol
{
width:auto;
float:none;
padding:0;
}

#onecol img
{
max-width:100%;
}

.leftcol img
{
margin:10px;
max-width:540px;
height:auto;
}

#onecol img
{
max-width:800px;
height:auto;
}

.leftcol div img,.leftcol table img
{
margin:0;
}

#greenColumn
{
background:url(whatis_back2.jpg) no-repeat right top #d3e5ad;
padding: 20px 200px 20px 20px;
      /* except IE */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#toppagebody
{
min-height:200px;
}

/*************** rightsidebar ******************/

.rightcol
{
font-size:90%;
}

.rightcol #mission_bot
{
background:url(mission_bot.jpg) no-repeat 0 0;
padding:0;
margin:0;
height:9px;
display:block;
}

.rightcol .mission h2
{
margin:0 8px 0 11px;
/margin:0 3px 0 6px;
padding:15px;
background:#0086ba;
color:#fff;
text-transform:uppercase;
font-size:120%;
text-align:center;
}

.rightcol .mission table
{
margin:5px 10px;
}

.rightcol .mission table th
{
padding:10px 15px;
color:#0086ba;
font-size:180%;
border-bottom:1px solid #ccc;
}

.rightcol .mission table td
{
padding:5px 10px;
border-bottom:1px solid #ccc;
}

.rightcol .mission table #last td,.rightcol .mission table #last th
{
border-bottom:0px solid #ccc;
}

.rightcol img
{ 
margin:5px 0 5px 5px;
height:auto;
}


/*************** Find Member ******************/


.rightcol .Membership
{
padding:0;
margin:0;
}

.rightcol h3#advsearch
{
display:none;
}

.rightcol .Membership,.rightcol .Membership form,.rightcol .Membership div
{
padding:0 !important;
margin:0 !important;
}

.rightcol .Membership h3
{
display:none;
}

.rightcol input#contact_23_23city
{
width:100px;
}

.rightcol form
{
margin:20px 0 0 0;
font-size:90%;
}

.rightcol form br
{
display:none;
}

.rightcol span.prompt
{
display:block;
width:90px;
float:left;
text-align:right;
padding-right:5px;
}

.rightcol input[type="submit"] {
    background:url(submit.gif) no-repeat 0 0;
color:#fff;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    width: 187px;
}

.rightcol input[type="text"] {
    width: 100px;
}


.rightcol input[type="button"],
.rightcol input[type="reset"] {
display:none;
}



/*************** leftsidebar ******************/

.leftsidebar
{
position:absolute;
z-index:100;
top:0;
left:-60px;
width:290px;
padding:0 0 43px 0;
background:url(sidebar_bot.png) no-repeat 0 bottom;
}

.leftsidebar .sidebox
{
text-align:left;
margin:0 10px 0 -3px;
padding:0 0 15px 0;
background:url(sidebarbox_bot.png) no-repeat 0 bottom;
}

.sidebox .text
{
font-size:90%;
margin:0;
padding:25px;
background:#272727;
color:#ccc;
display:block;
/height:100%;
}

.leftsidebar .sidebox h2
{
text-transform:uppercase;
font-weight:normal;
font-size:150%;
color:#ccc;
padding:0 0 7px 0;
margin:0;
}

.leftsidebar .sidebox img
{
float:left;
margin:0 10px 0 0;
}

.leftsidebar a#button
{
font-size:100%;
padding:7px 5px;
width:120px;
float:right;
margin:10px 0 0 0;
}

/*************** menu ******************/

div.sidebar_contents
{
text-align:center;
padding:0; 
margin:0; 
background:url(sidebar_bg.png) repeat-y 0 0;
display:block;
/height:100%;
}

ul#VMenu
{ 
text-align:left;
margin: 0 auto; 
padding:40px 31px 40px 27px;
display:block;
background:url(Dshadow.png) repeat-x 0 0;
}

ul#VMenu li
{ 

background:none;
list-style-type: none;  
margin: 0; 
padding:0; 
display:inline;
}

ul#VMenu a
{ 
min-width:90px;
text-transform:uppercase;
height:30px;
line-height:30px;
font-size: 14px; 
color:#fff;
background:#0086bb;
border-bottom:1px solid #35a3cd;
text-decoration:none; 
margin: 0; 
padding:0 10px;
display:block; 
}


ul#VMenu a:hover,ul#VMenu #thispage
{ 
color:#333;
text-decoration:none;
background:#fff;
}

ul#VMenu .VM_collapse a:hover{
background: url("plus.png") no-repeat right center #fff;
}

ul#VMenu li li
{
display:inline !important;
}

ul#VMenu li ul
{
margin:0;
padding:0;
height:auto;
background:#c5dca1;
border-top:1px solid #adcb7f;
border-left:1px solid #adcb7f;
border-right:1px solid #adcb7f;
_left:0;
_margin:0;
}

ul#VMenu li ul li
{
border:0;
height:auto;
display:block;
color:#fff;
font-size:80%;
padding:0;
margin:0;
text-align:left;
}

ul#VMenu li ul ul
{
background:#fff;
margin:0;
border:0;
border-left:8px solid #8da568;
}

ul#VMenu li ul ul ul
{
background:#ddd;
}

ul#VMenu li ul li a.menu,ul#VMenu li#thispage ul li a.menu
{
color:#4f5f22;
background:#c5dca1;
text-align: left;
text-transform: none;
font-size:12px;
height:auto;
padding:5px 10px;
margin:0;
line-height:120%;
border-bottom:1px solid #adcb7f;
}

ul#VMenu li ul li a.menu:hover
{
color:#4f5f22;
background:#d3e8b3;
}

ul#VMenu li ul li .VM_collapse a.menu:hover{
color:#4f5f22;
background: url("plus.png") no-repeat right center #d3e8b3;
}

ul#VMenu li ul li#thispage
{ 
color:#4f5f22;
background:#d3e8b3;
}

.VM_collapse {
    background-image: url("plus.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
display:block;
}

ul#VMenu .VM_expand a#thispage {
background-image:none;
background-color:#fff;
cursor: pointer;
display:block;
}

ul#VMenu .VM_expand a#thispage:hover {
background-color:#d3e8b3;
}


/*************** Features ******************/

.mainimage
{
padding:0;
margin:0;
z-index:1;
background:url(mainimage.jpg) no-repeat 30px 0;
height:170px;
width:960px;
}

#mainimage_top
{
height:400px;
}


/*************** footer******************/

div.footer
{ 
background:url(footer_bg.jpg) repeat-x 0 0 #0086ba;
line-height:140%;
color:#abd9eb;
font-size:90%;
text-align:left; 
padding:0;
margin:0;
}

.footer_contents
{
padding:50px 0 20px 0;
margin:0 auto;
width:1024px;
position:relative;
text-align:center;
}

#footerlogo
{
background:url(footer_logo.png) no-repeat center 0;
position:absolute;
bottom:40px;
left:0;
height:95px;
width:1024px;
}

.hmenu
{
padding:5px 0 15px 0;
}

.hmenu a
{
color:#fff;
padding:0 7px;
text-decoration:none;
text-transform:uppercase;
}

.hmenu a:hover
{
color:#fff;
}

div.footer a
{ 
color:#fff;
margin:0 5px;
}

div.footer a:hover
{ 
color:#d3e8b3;
}

#powerdby
{
text-align:right;
float:right;
padding:10px 0 0 0;
width:400px;
color:#d3e8b3;
font-size:11px;
}

#powerdby a
{
color:#abd9eb;
}

/*************** site map ******************/


ul.sitemap ul
{
padding:10px;
}

ul.sitemap ul li
{
background:url(bullet2.gif) no-repeat 0 5px;
padding:0 0 0 17px;
}

ul.sitemap ul ul li
{
background:none;
padding:0;
}

/*************** Event Calendar ******************/

.report_row
{
line-height:120%;
}

.report_row th
{
padding:5px;
background:#ddd;
}


.report_row td
{
padding:5px;
border-bottom:1px solid #ccc;
}

/*************** Event Details ******************/

.eventcontent td
{
padding:0 15px;
}

.eventcontent td img
{
max-width:480px;
height:auto;
}

.eventcontent h2
{
font-size:180%;
}

.EventMGR table 
{
border:0;
margin:0;
padding:0;
}

.EventMGR table td,.EventMGR table th
{
}


/*************** Member Form ******************/

.Membership input#first_5fname,.Membership input#middle_5fname,
.Membership input#last_5fname
{
border:1px solid #ccc;
width:200px !important;
}

input#meta_5fspouse_5fmug_5fshot_23filename
{
width:300px !important;
}


/*************** Member Search ******************/

.Membership .searchterms
{
font-weight:bold;
}


a.search_results
{
text-decoration:none;
display:block;
padding:10px;
border:1px solid #ddd;
border-bottom:2px solid #ccc;
border-right:2px solid #ccc;
margin:0 7px 7px 0;
float:left;
width:285px;
height:100px;
line-height:120%;
}

a.search_results:hover
{
background:#eeeeda;
}

a.search_results .address
{
font-size:90%;
}

a.search_results .name
{
font-size:110%;
font-weight:bold;
padding:0 0 5px 0;
}

h3#advsearch
{
margin:20px 0 10px 0 !important;
clear:both;
}


/*************** Member Profile ******************/

#profileinfo .name
{
font-size:120%;
font-weight:bold;
padding:0 0 10px 0;
}

#profileinfo .photo
{
float:left;
margin:0 20px 10px 0;
width:auto;
}

.ContactPreview strong
{
background:#ddd;
padding:7px;
margin:10px 0;
display:block;
}

a.popup_close
{
text-decoration:none;
padding:0;
line-height:22px;
height:22px;
text-align:center;
border:1px solid #ccc;
margin:10px;
float:right;
width:70px;
display:block;
}

a.popup_close:hover
{
text-decoration:none;
border:1px solid #ccc;
background:#ccc;
}

a.ContactAddLink,a.ContactDeleteLink
{
text-decoration:none;
padding:10px;
text-align:center;
border:1px solid #3a4f96;
margin:10px 0;
width:200px;
display:block;
}

a.ContactAddLink:hover,a.ContactDeleteLink:hover
{
text-decoration:none;
border:1px solid #ccc;
background:#ccc;
}



/*************** Member List ******************/

#memberlist td
{
padding:0 10px 0 0;
}

#memberlist a
{
margin-left: 5px; 
margin-top:3px;
padding-left: 17px; 
list-style-type: none; 
background-image: url(bullet.gif); 
background-repeat: no-repeat; 
background-position: 0 5px;
}

/*************** Committee List ******************/

table.report_record
{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

table.report_record p
{
padding:0;
margin:0;
}

table.report_record th
{
padding:5px;
background:#ddd;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}

table.report_record td
{
padding:5px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
}


/*************** Photo Album ******************/

#photoIndex td
{
padding:5px 0;
border-bottom:1px solid #ccc;
}

#photoIndex a
{
font-weight:bold;
text-decoration:none;
padding:0 0 5px 0;
}

#photoIndex .thumbnail
{
border:1px solid #ccc;
padding:3px;
margin:10px;
}

/*************** table ******************/

table.A
{
margin:5px 0;
border-top:1px solid #ddd;
border-left:1px solid #ddd;
width:100%;
}


table.A th
{
padding:10px;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
background:#2b3e59;
text-align:left;
line-height:130%;
}

table.A td
{
padding:10px;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
text-align:left;
line-height:130%;
}

table.B
{
margin:5px 0;
border-top:1px solid #ddd;
width:100%;
}


table.B th
{
padding:10px;
border-bottom:1px solid #ddd;
background:#2b3e59;
text-align:left;
line-height:130%;
}

table.B td
{
padding:10px;
border-bottom:1px solid #ddd;
text-align:left;
line-height:130%;
}


#links img
{
max-width:100px;
height:auto;
}



/*************** Profile *************/

.MembershipStatus a{
color: #7b9f15 !important;
}

.MembershipStatus
{
font-size:110%;
padding:10px;
background:#fcedcb;
border:1px solid #efd699;
margin:10px 0;
font-weight:bold;
}

div.Membership th {
text-align: left;
background-color: white;
color: black;
font-weight: normal; 
}

.edit_profile h1,.edit_contacts h1,.change_password h1,.edit_photo h2
{
font-weight:normal;
font-size:140%;
}

ul.Membership_update_profile_menu  {
font-size:85%;
height:40px;
list-style:none outside none;
padding:0;
float:right;

}

ul.Membership_update_profile_menu li {
background:none repeat scroll 0 0 transparent;
float:left;
margin:0 0px 10px 5px;
padding:0;
list-style:none;
}

#Membership_view_profile_link  {
display:none;
}

a#Membership_update_profile_link  {
background:url("profile.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_contact_link  {
background:url("addressbook.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_photo_link  {
background:url("photo.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_secondcontact_link  {
background:url("secondcontact.png") no-repeat scroll 0 0 transparent;
}

a#Membership_change_password_link  {
background:url("lock.png") no-repeat scroll 0 0 transparent;
}

a#Membership_account_link  {
background:url("history.png") no-repeat scroll 0 0 transparent;
}

a#Membership_new_secondary_link  {
background:url("secondcontact.png") no-repeat scroll 0 0 transparent;
}

a#Membership_update_profile_link, a#Membership_change_password_link, a#Membership_update_contact_link, a#Membership_update_photo_link, a#Membership_account_link,a#Membership_new_secondary_link  {
color:#666666;
display:block;
font-size:90%;
height:40px;
line-height:110%;
padding-left:30px;
text-align:left;
text-decoration:none;
width:55px;
}

a#Membership_update_profile_link:hover, a#Membership_change_password_link:hover, a#Membership_update_contact_link:hover, a#Membership_update_photo_link:hover, a#Membership_account_link:hover, 
a#Membership_new_secondary_link:hover 
{
color:#35589F;
text-decoration:underline;
}

table.Report
{
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}

table.Report td,table.Report th
{
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
padding:7px;
}

table.Report tr.B td
{
background:#ddd;
}




/********** Datepicker **********/

a.dp-choose-date {
    background: url("date.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin: 5px 3px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -2000px;
    width: 16px;
}

/*************** Web Directory *************/

div.WebDirResource
{
margin-bottom:15px;
}

div.WebDirResource .WebDirName
{
font-weight:bold;
}


div.WebDirResource .WebDirName .WebDirUrl
{
font-style:italic;
font-weight:normal;
}



/*************** Zine ******************/

.rightcol .Zine h2
{
display:none;
}

.ZinePath
{
padding:0 0 10px 0;
font-size:90%;
}

.Zine .ZineIndex .ZineItem .ZineLink
{
font-weight:bold;
font-style:normal;
padding:0 0 5px 0;
display:block;
}

.Zine .ZineTitle
{
margin-bottom:5px;
}

.Zine .ZineTitle h3
{
padding:0;
margin:0;
}

.Zine .ZineAbout
{
color:#666;
font-style:italic;
}

.Zine .ZineIndex .ZineSummaryIndex
{
font-size:90%;
text-align:right;
margin-bottom:10px;
}

.Zine .ZineItem .ZineAbstract
{
font-style:normal;
padding:10px 0;
}

span.ZineDate,.ZineAuthor
{
font-size:90%;
font-style:italic;
}


.rightcol .Zine .ZineItem
{
padding:0 0 10px 0;
font-style:italic;
color:#666;
}
.rightcol .Zine .ZineItem span.ZineDate
{
display:block;
}

.Zine .ZineHeader .ZineSubtitle
{
font-weight:bold;
margin-bottom:10px;
}

table.ZineTools img
{
width:auto;
margin-right:3px;
float:left;
}

table.ZineTools a
{
font-size:90%;
color:#666;
text-decoration:none;
}

.ZineIndex
{
margin-bottom:15px;
}

div#UpcomingEvents
{
font-size:90%;
line-height:140%;
}

div#UpcomingEvents b
{
font-size:110%;
}

div#UpcomingEvents a
{
font-size:110%;
margin:0 0 5px 0;
}

.ZineIndex .ZineArchive h2
{
margin-top:20px;
}

.ZineSummary
{
margin-top:15px;
font-style:italic;
margin-bottom:25px;
}

.ZineHeader .ZineTitle h2
{
font-size:160%;
}

.ZineBody
{
margin-top:15px;
}


#renewals
{
background:#fee9c2;
padding:15px;
margin:10px 0;
color:#d5710f;
height:35px;
}

#renewals h2
{
padding:0;
margin:0;
line-height:35px;
float:left;
color:#d5710f;
font-size:120%;
}

#renewals .button
{
text-transform:uppercase;
float:right;
width:160px;
margin:-5px 0 0 auto;
}

table.sponsors
{
margin:10px 0;
width:100%;
}

table.sponsors td
{
padding:0 10px;
text-align:center;
font-size:90%;
line-height:130%;
}

table.sponsors img
{
margin:0 0 10px 0;
}

/********** Shopping Cart **********/

div.Pay table.Receivable
{
width:100%;
font-size:85%;
border-collapse:collapse;
margin-bottom:15px;
margin-top:15px;
}

div.Pay table.Receivable th
{
color: white;
background-color: #213C73;
padding: 5px;
font-size:90%;
text-transform:uppercase;
border: 1px solid #999;
}

div.Pay table.Receivable tfoot
{
background-color:#eee;
padding:5px;
}

div.Pay table.Receivable td
{
padding:5px;
border: 1px solid #ddd;
}

div.Pay table.Receivable td div.total
{
font-weight:bold;
}

.edit_profile form.Form input[type=text]
{
max-width:210px !important;
}

div.CommitteeMember {
padding-bottom: 15px;
}

div.boxhead{
background:none;
color:#333;
padding-left:0;
height: auto;
}

.EvtRegRegistrants .boxhead span{
text-decoration: none;
background-image: url(plus_reg.png);
background-position: 97% 50%;
background-repeat: no-repeat;
font-size: 17px;
cursor: pointer;
text-decoration: none;
border: 1px solid #CAD2B0;
padding: 5px 21px 5px 10px;
border-radius: 4px;
background-color: #E0EEB2;
margin-bottom: 15px;
display: inline-block;
}


.EvtRegRegistrants .boxhead span:hover{
text-decoration:none;
}



/**** Event Reg ****/

.FeeAdminOnly, .FeeHidden { 
  background-color:#eee !important; 
  color:#999; 
} 

.FeeHidden .EvtFeeRegLink a, 
.FeeAdminOnly .EvtFeeRegLink a { 
  background-color:#A3C59D !important; 
  border: 1px #666 dashed; 
} 

.evt_hidden { 
  color: #A2A2A2; 
} 

.evt_hidden::after, 
.FeeHidden .EvtFeeName::after, 
.FeeAdminOnly .EvtFeeName::after { 
  content: url(hidden.png); 
  margin-left: 7px; 
} 


ul.groupLinks, .groupMembers {
    padding-left: 35px;
    margin: 10px 0 20px;
}

.Document {
    margin: 0 0 20px;
}



.program .list-group a {
    text-decoration: none;
    background: #0086bb;
    color: #fff;
}
.program .list-group a:hover,
.program .list-group a:active,
.program .list-group a:focus {
  background: #02658d;
}



.body-wrap p.RegisterResume {
    padding: 10px 15px !important;
    border: 2px solid red;
    font-weight: bold;
    color: red;
    font-size: 22px;
    margin: 10px 0;
    background: #fffcd5;
    line-height: 1.5;
}






