html,body,h1,h2,h3,p,ul,li,form{
margin:0;padding:0
}
body{
font:62.5% verdana,helvetica,arial,sans-serif;
background:#505050 url(/_img/h17/bg-body.gif) 50% 0 repeat-y;
padding-bottom:20px;
}
h1,h2,h3,h4{
font-weight:normal;
}
h2 a:link,h2 a:visited{
}
h1{
margin:10px 0 0 0;
font-size:32px;
letter-spacing:-2px;
padding-bottom:10px;
}
h2{
margin:10px 0 10px 0;
font-size:22px;
letter-spacing:-1px;
}
h2 a:link,h2 a:visited{
}
h3{
font-size:18px;
letter-spacing:-1px;
}
h4{
font-size:11px;
letter-spacing:0;
}


p{
margin:0 0 10px 0;
font-size:1.1em; 
line-height:1.5em;
}

ul,ol{
font-size:1.1em; 
line-height:1.5em;
margin:10px 0;
}
ul{
list-style:none;
}
li p, ul ul{
font-size:100%;
}
ul li{
margin:0 0 0 20px;
padding:0 0 5px 13px;
background:transparent url(/_img/li-pink.gif) 0 5px no-repeat;
}

img{
border:0;
}
a:link{
color:#f39;
text-decoration:none;
}
a:visited{
color:#f39;
text-decoration:none;
}
a:hover{
color:#f39;
text-decoration:underline;
}
a:active{
}
label{
font-size:1.1em;
}
sup{
color:#c03;
}
blockquote{
margin:10px 50px 10px 20px;
padding:0 0 0 10px;
border-left:5px solid #9AA51B;
}
blockquote p{
}
blockquote p i{
font-size:1em;
color:#626264;
}

textarea{
font-size:13px;
font-family:MS Shell Dlg,sans-serif;
}

/* --------------------------------------------------------------------------------
 main page structure 
-------------------------------------------------------------------------------- */
#container{
width:980px;
padding:0 5px;
margin:0 auto;
background:#fff;
overflow:hidden;
}
#wrapper{
float:left;
width:100%;
background:#fff;
}

#content{
margin:0 235px;
background:#fff;
_height:500px;
min-height:500px;
zoom:1;
padding:10px 15px 15px 15px;
}
#contentwide{
margin:0 235px 0 0;
background:#fff;
_height:500px;
min-height:500px;
overflow:hidden;
zoom:1;
width:715px;
padding:10px 15px 15px 0;
}


.accessibility{
left:0;
position:absolute;
top:-500px;
width:80%;
}

#skip a, #skip a:hover, #skip a:visited { 
font-size:12px;
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
color:#1C2F62 ;
} 

#skip a:active, #skip a:focus { 
position:absolute;
top:0;
left:0; 
width:auto; 
height:auto; 
padding:5px 10px;
background:#FFFFE6;
border:1px solid #DDDDBB;
border-left:0;
border-right:0;
color:#1C2F62 ;
}

/* --------------------------------------------------------------------------------
 sidebars 
-------------------------------------------------------------------------------- */
#lhs{
padding:10px 0 0 0;
float:left;
width:235px;
margin-left:-980px;
}
#rhs{
padding:10px 0 0 0;
float:left;
width:235px;
margin-left:-235px;
}


/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */
#header{
padding:10px 0;
background:#fff;
}

#logo{
display:block;
float:left;
}

#mlbox{
margin:10px 0 40px 0;
padding:5px 5px 7px 7px;
float:right;
min-width:460px;
_width:490px;
color:#626264;
background:#FFFFE6;
border:1px dotted #DDDDBB;
border-left:0;
border-right:0;
}
#mlbox a:link,#mlbox a:visited{
display:block;
color:#777;
padding:2px 3px;
text-decoration:none;
}
#mlbox a:hover{
color:#1C2F62 ;
text-decoration:underline;
}
#mlbox h2{
padding:2px 5px 2px 0;
margin:0;
font-size:11px;
font-weight:bold;
color:#1C2F62 ;
letter-spacing:0;
}
#mlbox ul{
margin:0 0 1px 0;
float:left;
font-size:11px;
text-align:left;
list-style:none;
}
#mlbox ul li{
float:left;
margin:0 0 0 0;
padding:0;
background:none;
}
#mlbox ul label{
font-size:11px;
color:#777;
}
.mlboxline{
text-align:left;
clear:left;
padding:0;
}

.inp{
font-size:1.1em;
}

/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */
#footer{
background:#808080;
clear:both;
width:100%;
float:left;
overflow:hidden;
padding:10px 0 10px 0;
margin:30px 0 10px 0;
color:#fff;
font-size:1em;
}
#footer a{
color:#fff;
text-decoration:underline;
}
#footer a:hover{
color:#fff ;
text-decoration:underline;
}
#footer p{
margin:0 0 0 10px;
}

/* --------------------------------------------------------------------------------
global nav
-------------------------------------------------------------------------------- */
#navbar{
z-index:1001 !important;
background:#808080 ;
float:left;
width:100%;
}
#navbar ul{ /* all lists */
padding:0;
margin:0;
list-style:none;
float:left;
}
#navbar ul li{ /* all lists */
line-height:1;
margin:0;
padding:0;
background: none;
}
#navbar a, #navbar strong{
display:block;
color:#fff;
text-decoration:none;
padding:11px 16px;
border-right:1px solid #fff;
background:#808080;
font-weight:bold;
}
#navbar li#sel a, #navbar strong{
color:#000;
}
#navbar li#sel li a{
color:#fff;
}
#navbar a:hover,#navbar a:focus{
background-color:#000;
color:#fff;
}
#navbar b{
color:#9AA51B;
}
#navbar a:hover b{
color:#fff;
}
#navbar li#sel a:hover{
color:#fff;
}
#navbar li{ /* all list items */
float:left;
margin-bottom:0px;
padding:0;
}
#navbar li ul{ /* second-level lists */
z-index:5;
position:absolute;
left:-999em; /* using left instead of display to hide menus because display:none isn't read by screen readers */
border-right:0;
border-top:1px solid #555;
width:17em;
padding-bottom:25px;
background:url(/_img/transparent10x10.gif) repeat;
}
#navbar li ul li{ /* second-level list items*/
clear:left;
width:17em;
}
#navbar li ul li a{ /* second-level list links*/
border:0;
border:1px solid #555;
border-top:0;
background:#626264 none;
color:#fff;
font-size:11px;
font-weight:normal;
padding:6px 0px 6px 10px;
opacity:0.96;
_zoom:1;
}
#navbar li ul#navdir{
width:19em;
}
#navbar li ul#navdir li{
width:19em;
}
#navbar li ul li a:hover{ /* second-level list links*/
background-color:#9AA51B;
border:1px solid #555;
border-top:0;
color:#fff;
opacity:1;
}
#navbar li:hover ul, #navbar li.sfhover ul{ /* lists nested under hovered list items */
left:auto;
}

/* --------------------------------------------------------------------------------
page furniture
-------------------------------------------------------------------------------- */
#breadcrumbs{
margin:0;
color:#ccc;
}
#breadcrumbs a{
text-decoration:underline;
}
#breadcrumbs b{
color:#808080;
}

#flashcontainer{
height:320px;
}

h2.green{
text-align:left;
font-size:2.2em;
letter-spacing:-1px;
text-transform:capitalize;
margin:0;
}
h2.green a:link,h2.green a:visited,h2.green b{
display:block;
color:#fff;
padding:100px 10px 10px;
background:#9AA51B;
font-weight:normal;
margin-bottom:10px;
text-decoration:none;
}

#membercontrolpanel h2.green a:link,#membercontrolpanel h2.green a:visited,#membercontrolpanel h2.green b{
padding:80px 10px 10px;
}


h2.green a:hover,h2.green a:focus{
background:#1C2F62 ;
text-decoration:none;
}

h2.grey{
text-align:left;
font-size:2.2em;
letter-spacing:-1px;
text-transform:capitalize;
margin:0;
}
h2.grey a:link,h2.grey a:visited,h2.grey b{
display:block;
color:#fff;
padding:80px 10px 10px;
background:#626264;
font-weight:normal;
text-decoration:none;
}
h2.grey a:hover,h2.grey a:focus{
background:#1C2F62 ;
text-decoration:none;
}

h2.nomargin a:link,h2.nomargin a:visited, h2.nomargin b{
margin:0;
}

p.posted{
line-height:1.4em;
font-style:italic;
color:#626264;
margin:0;
}
p.posted a{
color:#626264;
text-decoration:none;
}
p.posted a:hover{
color:#1C2F62;
text-decoration:underline;
}

p.snippet{
line-height:1;
font-size:1em;
line-height:1.4em;
margin:0 0 5px 0;
}

.picturebox{
padding:10px;
height:auto;
overflow:auto;
border:1px dotted #999;
margin-bottom:10px;
}
.picturebox a:link,.picturebox a:visited{
text-decoration:none;
}
.picturebox a:hover{
text-decoration:underline;
}
.picturebox img{
float:left;
padding:0 5px 0 0;
}
.picturebox h2{
padding:0 0 0 0;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
color:#626264;
margin:0;
}
.picturebox h3{
font-size:1.1em;
line-height:1.5em;
text-transform:uppercase;
letter-spacing:0px;
color:#1C2F62 ;
font-weight:bold;
margin:0;
}
.picturebox h3 a{
display:block;
}
.picturebox p{
margin:1px 0 0 0px;
color:#444;
line-height:1.5em;
}
.picturebox a{
color:#1C2F62 ;
}
.picturebox ul{
margin:0;
}
.dottedbox li{
margin:0;
padding:0;
font-size:11px;
}

.listbox{
margin-bottom:10px;
}
.listbox h2{
margin:0;
}
.listbox a:link,.listbox a:visited{
text-decoration:none;
}
.listbox a:hover,.listbox a:focus{
text-decoration:underline;
}
.listbox h2 a,.listbox h2 b{
display:block;
color:#fff;
font-weight:normal;
background:#626264;
margin:0;
padding:10px;
}
.listbox h2 a:hover{
text-decoration:none;
background:#1C2F62;
}
.listbox ul{
margin:0;
}
.listbox li{
margin:0;
padding:0;
background: none;
}
.listbox li a,.listbox li b{
display:block;
padding:5px;
border-bottom:1px dotted #999;
}

.more a{
clear:both;
background:#fff;
display:block;
padding:10px 10px 10px 0px;
border-bottom:0px dotted #999;
}

.greytable{
font-size:11px;
margin:0 0 20px 0;
border-collapse:separate;
border-spacing:0; 
border-left:1px solid #626264;
border-top:1px solid #626264;
}
.greytable th{
background:#626264;
color:#fff;
padding:10px;
border-right:1px solid #626264;
border-bottom:1px solid #626264;
}

.greytable td{
padding:10px;
border-right:1px solid #626264;
border-bottom:1px solid #626264;
}


/* --------------------------------------------------------------------------------
homepage
-------------------------------------------------------------------------------- */
#homepage h1{
font-size:2.3em;
letter-spacing:-1px;
margin:10px 0 10px 0;
padding:0px 0 5px 0;
line-height:130%;
color: #333;
}

#homepage h1 b{
font-weight:normal;
color:#f39;
}
#homepage h1 a:link,#homepage h1 a:visited{
color:#1C2F62 ;
text-decoration:none;
}
#homepage h1 i a:link,#homepage h1 i a:visited{
font-style:normal;
color:#9AA51B;
text-decoration:none;
}
#homepage h1 i a:hover{
background:#9AA51B;
color:#fff;
text-decoration:none;
}
#homepage h1 a:hover{
background:#1C2F62 ;
color:#fff;
text-decoration:none;
}
/* --------------------------------------------------------------------------------
search
-------------------------------------------------------------------------------- */
.search{
width:450px;
text-align:right;
float:right;
clear:right;
padding-top:10px;
}
#q{
font-size:1.1em;
}
.search label{
font-weight:bold;
color:#1C2F62 ;
}

/* --------------------------------------------------------------------------------
news
-------------------------------------------------------------------------------- */
ul.news{
list-style:none;
padding:0 0;
line-height:130%;
margin:0 0 10px 0;
}
ul.news li{
margin:0;
margin-bottom:0;
padding:0 0 10px 0;
border-bottom:1px dotted #999;
background: none;
}
ul.news li.more{
border-bottom:0;
}
ul.news h3{
font-size:11px;
font-weight:bold;
letter-spacing:0;
}
ul.news h3 a, ul.news h3 b{
display:block;
float:left;
padding:10px 0 0 0;
margin:0 0 1px 0;
text-decoration:none;
}
ul.news h3 b{
color:#000;
}

.newstitle b{
font-weight:normal;
}
.eventstitle b{
font-weight:normal;
}

.sidebar .newstitle, .sidebar .eventstitle{
margin:0;
}
.sidebar .newstitle a, .sidebar .newstitle b,.sidebar .eventstitle a, .sidebar .eventstitle b {
background:#626264 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
font-weight:normal;
margin:0;
padding:10px;
}



.sidebar ul.news h3 a,.sidebar ul.news h3 b{
display:block;
float:left;
padding:5px 0 1px 0;
margin:0 0 1px 0;
text-decoration:none;
}
.sidebar ul.news h3 a:hover{
text-decoration:underline;
}

ul.news h3 a:hover{
text-decoration:underline;
}
ul.news p{
clear:left;
}


p.snippet{
line-height:1.4em;
margin:0;
}


div.itemdated{
font-size:1.1em;
padding:5px 0;
color:#626264;
border:1px dotted #999;
border-left:0;
border-right:0;
margin-bottom:10px;
}
.itemimg{
float:right;
display:block;
margin:5px 0 10px 10px;
}
.itemimgwide{
margin:0 0 10px 0;
}

/* --------------------------------------------------------------------------------
events
-------------------------------------------------------------------------------- */
.eventscontainer{
overflow:hidden;
_zoom:1;
margin-bottom:10px;
}

.sidebar .eventstitle{
border-top:1px dotted #999;
border-bottom:1px dotted #999;
padding:10px 0;
} 


.eventitem{
float:left;
clear:both;
margin:0 0 0 0;
width:100%;
padding-bottom:10px;
border-bottom:1px dotted #999;
}
.eventitem a:link,.eventitem a:visited{
text-decoration:none;
}
.eventitem a:hover{
text-decoration:underline;
}

#contentwide .eventitem{
}

.eventitem h3{
font-size:11px;
font-weight:bold;
letter-spacing:0;
}
.eventitem h3 a{
display:block;
padding:10px 0 1px;
}
.eventitem h3 b{
color:#222;
display:block;
padding:10px 0 1px;
}

.eventdate{
padding-top:10px;
width:35px;
float:left;
}
.eventdate .date{
background:transparent url(/_img/cal-corner.gif) no-repeat left top;
border-right:1px solid #ddd;
text-align:center;
width:38px;
padding:8px 0 4px 0;
font-size:17px;
font-weight:bold;
letter-spacing:-1px;
font-family:"Century Gothic", Verdana, sans-serif;
color:#1C2F62 ;
}
.eventdate .month{
margin-top:0px;
background:#1C2F62 ;
font-size:10px;
font-family:Verdana, sans-serif;
font-weight:bold;
text-transform:uppercase;
color:#fff;
padding:2px 0 2px 0;
width:39px;
text-align:center;
}

.eventdetail{
float:left;
padding-left:10px;
}

.eventdetail h3 a{
display:block;
}
.sidebar .eventitem{
margin:0 0 5px 0;
padding-bottom:10px;
border-bottom:1px dotted #999;
}
.sidebar .eventdetail{
width:185px;
}
#content .eventdetail{
width:420px;
}
#contentwide .eventdetail{
width:640px;
}

.eventdetail .location{
font-size:11px;
margin:2px 0 0 0;
padding:0;
font-style:italic;
color:#626264;
}
.eventdetail .dated{
font-size:11px;
margin:2px 0 0 0;
padding:0;
font-weight:bold;
}
.eventdescrip{
float:left;
margin:2px 0 0 0;
font-size:1.1em; 
line-height:1.4em;
color:#000;
}

.eventoverview{
border-top:1px dotted #999;
border-bottom:1px dotted #999;
padding:5px 0;
margin:0 0 10px 0;
width:100%;
float:left;
}

.eventoverview p{
padding:0 0 0px 0;
margin:0;
font-size:11px;
}
.eventoverview strong{
color:#9AA51B;
}
.eventoverview i{
color:#626264;
}
.eventoverview .ical{
margin:0;
padding:5px 0 5px 20px;
background:transparent url(/_img/icon-ical.gif) 0 7px no-repeat;
}

.eventoverdetails{
float:left;
padding-top:8px;
margin-left:10px;
width:435px;
_width:425px;
}

/* --------------------------------------------------------------------------------
calendar table
-------------------------------------------------------------------------------- */
.cal{
margin:0 0 10px 0;
border-collapse:separate;
border-spacing:0; 
}
.cal caption b{
font-size:2.2em;
letter-spacing:-1px;
display:block;
text-align:left;
background:#FFFFFF;
border-bottom:1px dotted #999;
border-top:1px dotted #999;
color:#626264;
display:block;
font-weight:normal;
padding:5px 0 7px;
margin:0 0 10px 0;

}

.cal td, .cal th{
text-align:center;
font-size:11px;
}
.cal td.l{
border-left:1px solid #ddd;
}
.cal td{
height:24px;
width:32px;
border-bottom:1px solid #ddd;
border-right:1px solid #ddd;
background-color:#fafafa;
color:#626264;
}

.cal tr.month th{
font-size:11px;
font-weight:bold;
color:#fff;
background:#626264;
overflow:hidden;
}
.cal tr.month a{
display:block;
width:47px;
padding:4px 0 6px 0;
float:left;
font-size:14px;
color:#9AA51B;
}
.cal tr.month b{
display:block;
float:left;
width:141px;
height:20px;
padding-top:6px;
}
.cal tr.month a:hover,.cal tr.month a:focus{
background:#9AA51B none;
color:#fff;
}

.cal tr.days th{
font-weight:normal;
text-transform:uppercase;
font-size:10px;
height:20px;
background-color:#626264;
border-top:1px solid #aaa;
border-right:1px solid #aaa;
color:#fff;
}
.cal tr.days th.r{
border-right:1px solid #626264;
}

.cal td.today{
background:#9AA51B;
font-weight:bold;
color:#fff;
}
.cal td.eventday{
font-weight:bold;
}

.cal td.today a, .cal td.eventday a{
width:33px;
display:block;
height:19px;
padding-top:5px;
background:#fff url(/_img/cal-corner.gif) no-repeat -2px -2px;
text-decoration:underline;
}
.cal td.today a{
background:#9AA51B none;
}
.cal td.today a:link,.cal td.today a:visited{
color:#fff;
}

cal td.eventday a:link,.cal td.eventday a:visited{
color:#1C2F62 ;
}
.cal td.today a:hover,.cal td.eventday a:hover,.cal td.today a:focus,.cal td.eventday a:focus{
background:#1C2F62  none;
color:#fff;
}

.cal td.spacer{
background-color:#fff;
}
.cal tfoot td{
border-left:1px solid #ddd;
background-color:#fff;
}

#jumpToMonth{
border-top:1px dotted #999;
border-bottom:1px dotted #999;
padding:0 0 10px 0;
margin-bottom:10px;
}
#jumpToMonth h2{
margin:0 0 10px 0;
padding:5px 0;
border-bottom:1px dotted #999;
}

.eventmonths{

}
.sidebar .eventmonths{
border:1px dotted #999;
padding:10px;
margin-bottom:10px;
}
.sidebar .eventmonths h2{
margin:0;
padding:0 0 5px 0;
}
.sidebar .eventmonths h2 a{
/*color:#1C2F62 ;*/
}
.sidebar .eventmonths ul{
margin:0;
}
.sidebar .eventmonths li{
margin:0;
padding:0;
background: none;
}
.sidebar .eventmonths li a,.sidebar .eventmonths li b{
display:block;
padding:4px 0;
border-top:1px solid #efefef;
}

/* --------------------------------------------------------------------------------
directory
-------------------------------------------------------------------------------- */
.searchdirectory{
margin:10px 0;

padding:10px;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
}
.searchdirectory label{
font-weight:bold;
color:#1C2F62 ;
}
.searchdirectory h2{
margin:0 0 10px 0;
}
.searchdirectory p{
margin-top:5px;
color:#626264;
}
.orgs li{
background: none;
padding: 0;
margin:0;
}
.orgs h3 a{
font-size:11px;
font-weight:bold;
letter-spacing:0;
}
.orgs p, .orgs div{
/*margin-left:20px;*/
}
.orgs .addr{
color:#626264;
font-style:italic;
}

.memlogo{
display:block;
margin: 0 auto;
padding: 10px 0;
}

.orgdetails{
border-bottom:1px dotted #999;
border-top:1px dotted #999;
margin:0 0 10px;
padding:10px 0;
}
.orgdetails p{
font-size:12px;
margin:0 0 2px 0;
padding:0 0 0;
}
.orgdetails b{
color:#626264;
font-size:11px;
}

#membersummary{
margin-bottom:10px;
padding:5px;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
}
#membersummary p{
margin:0;
}
/* --------------------------------------------------------------------------------
members
-------------------------------------------------------------------------------- */
.mem{
background:#FFFFE6;
border:1px dotted #DDDDBB;
border-left:0;
border-right:0;
margin:10px 0 12px 0;
padding:5px 10px 7px 10px;
float:right;
min-width:376px;
_width:490px;
color:#626264;
text-align:right;
}
.mem .status{
color:#626264;
font-size:2.2em;
letter-spacing:-1px;
margin:0 0 5px 0;
}
.mem .memlogdin{
color:#626264;
font-size:12px;
font-style:italic;
}
.mem .memlogdin b{
font-weight:normal;
}
.mem .membar{
margin:5px 0 0;
font-size:11px;
color:#ccc;
overflow:hidden;
_height:1%;
}
.membar b{
font-weight:normal;
}

.membar a,.membar a:visited,.membar b{
color:#1C2F62 ;
float:right;
display:block;
padding:5px;
margin-left:5px;
border: 1px solid #FFFFE6;
}
.membar a:hover,.membar a:focus{
background:#fff;
border: 1px solid #DDDDBB;
}

#membercontrolbox{
padding:10px;
background:#9AA51B;
color:#fff;
margin-bottom:10px;
}
#membercontrolbox h2{
color:#fff;
margin:0 0 5px 0;
letter-spacing:0;
font-weight:bold;
font-size:12px;
}
#membercontrolbox li{
margin:0;
padding:0;
background: transparent none;
}
#membercontrolbox ul{
margin:0;
padding:0;
}
#membercontrolbox a{
display:block;
text-decoration:none;
color:#fff;
padding:2px 5px 2px 15px;
}
#membercontrolbox a:hover{
display:block;
background:#1C2F62; 
color:#fff;
}

.imembers{
clear:both;
width:100%;
float:left;
overflow:hidden;
}
p.proshefonly{
line-height:1;
clear:both;
font-weight:bold;
padding:5px;
color:#fff;
background:#9AA51B;
}

.imember{
float:left;
width:100%;
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:1px dotted #999;
}

.iemail a:link, .iemail a:visited{
text-decoration: none;
color: #000;
}
.iemail a:hover, .iemail a:focus{
text-decoration: underline;
color:#1C2F62 ;
}

.withtopborder{
padding:7px 0 4px 0;
border-top:1px dotted #999;
}

.sidebar .imember{
width:235px;
margin:0 0 10px 0;
}

.imember img{
float:left;
padding-right:10px;
}
.imember p{
line-height:1.3;
margin:0;
}
.withtopborder p{
margin-bottom: 3px;
}
.imember b{
color:#626264;
font-weight:normal;
}
.iname{
font-size:12px;
font-weight:bold;
}
.iname b{
color:#000;
font-weight:bold;
}
.iname a{
text-decoration:none;
color:#1C2F62;
}
.iname a:hover{
color:#1C2F62 ;
text-decoration:underline;
}

.imember .jobtitle{
font-style:italic;
color:#000;
}

.imembers .seeall a{
clear:both;
display:block;
width:100%;
padding:5px 0;
}
.imemberbigphoto{
display:block;
margin:10px auto;
}

/* --------------------------------------------------------------------------------
boxes
-------------------------------------------------------------------------------- */
.membersonly a{
display:block;
background:#9AA51B;
width:164px;
padding:3px;
color:#fff;
font-size:1.1em;
margin-bottom:10px;
}
.membersonly a:hover{
color:#fff;
}


#membercompany{
font-size:10px;
padding:10px 0 0 0;
text-transform:uppercase;
letter-spacing:1px;
margin:0;
}
#membercompany a{
color:#444;
}
.preview{
border-top:3px solid #999;
border-bottom:6px solid #999;
padding:5px;
background:#efefef;
margin-bottom: 10px;
}


h1.pforile{
margin:0;
color:#1C2F62 ;
font-size:2.8em;
}
h1.pforile i{
color:#444;
font-style:normal;
}

.archive{
text-align:center;
margin:20px 0;
}
.archive b{
color:#9AA51B;
font-weight:normal;
}

/* system css */
.syserror{
font-family: Georgia;
font-size: 80%;
color: green;	
}
div.usererror{
border: 1px solid #c00;
padding: 10px;
margin: 20px 0 10px 0;
background-color: #FFEAEA;
}
div.usererror h2{
color: #c00;
}
div.usererror h2 img{
float: left;
}
#content div.usererror ul li {
clear: left;
background: none;
}
tr.usererror{
background-color: #c00;
}
tr.usererror label {
color: #fff;
font-weight: bold;
}
.usererror h2{
margin-top: 0;
}
.usererror h2 img{
margin-right: 10px;
}
.usererror p{
margin-bottom: 0;
}
.usererror ul{
margin-left: 20px;
color: #c00;
list-style-type: square;
}
.usererror li{
background: none;
padding-left: 0px;
}
.sml{
font-style:italic;

}
/* --------------------------------------------------------------------------------
cp
-------------------------------------------------------------------------------- */
.reqd{
font-size:11px;

}
#staff h2 i{
font-size:12px;
letter-spacing:0;
}
#members h2 i{
font-size:11px;
letter-spacing:0;
}
#staff h2 a:link{
color:#1C2F62 ;
text-decoration:underline;
}
#staff h2 a:visited{
color:#626264 ;
text-decoration:underline;
}
#staff h2 a:hover{
color:#1C2F62 ;
text-decoration:underline;
}

.memberprofilepanel{
margin: 10px 0 0 0;
background:#FFFFE6;
border:1px dotted #DDDDBB;
border-left:0;
border-right:0;
padding:10px 10px 0 10px;
overflow:hidden;
_zoom:1;
}
#membercontrolpanel .memberprofilepanel{
margin: 0;
_zoom:1;
}

.profilepaneldetails{
color:#626264;
float:left;
width:388px;
_zoom:1;
}

.profilepaneldetails h1{
margin:0 0 0 0;
padding:0;
_zoom:1;
}
.profilepaneldetails h2{
margin:0;
_zoom:1;
}
.profilepaneldetails h3{
margin:10px 0;
_zoom:1;
}
.profilepaneldetails h3.profileset{
margin: 2px 0 0 ;
font-style:italic;
font-size:12px;
letter-spacing:0;
}
.profilepaneldetails h3.profileset b{
font-weight:normal;
}
.profilepaneldetails h3.profileempty{
padding:8px;
background:#fff;
color:#c00;
border:1px solid #c00;
font-size:11px;
margin:5px 0 5px 0; 
letter-spacing:0;
font-weight:bold;
}
.profilepanelthumb{
width:60px;
float:left;
margin-right: 10px;
overflow:hidden;
_height:1%;
}
.profilepanelthumb a i{
color:#FFFFE6;
display:block;
padding:5px 0 5px 0;
font-style:normal;
text-align:center;
text-decoration:none;
font-weight:bold;
border: 1px solid #FFFFE6;
}
.profilepanelthumb a:hover i, .profilepanelthumb a:focus i{
color:#1C2F62 ;
text-decoration:underline;
border: 1px solid #DDDDBB;
background:#fff;
}
.profilepanelthumb img{
display:block;
}

.profilepaneledit{
float:right;
}
.profilepaneledit a:link,.profilepaneledit a:visited{
color:#1C2F62 ;
}
.profilepaneledit a{
display:block;
font-size:12px;
font-style:italic;
padding:5px 10px;
display:block;
border: 1px solid #FFFFE6;
}
.profilepaneledit a:hover, .profilepaneledit a:focus{
border: 1px solid #DDDDBB;
background:#fff;
}
.profilepanelthumbblank{
width:60px;
float:left;
margin-right: 10px;
overflow:hidden;
_height:1%;
}
.profilepanelthumbblank img{
display:block;
}
.profilepanelthumbblank a b{
display:block;
padding:5px 0 5px 0;
text-align:center;
text-decoration:underline;
border: 1px solid #FFFFE6;
}
.profilepanelthumbblank a:hover b, .profilepanelthumbblank a:focus b{
text-decoration:underline;
border: 1px solid #DDDDBB;
background:#fff;
}
.profilepanelcontact{
margin:10px 0 0 0;
padding: 10px 0; 
border-top: 1px dotted #DDDDBB;
}
.profilepanelcontact h3{
font-size:11px;
margin:0 0 5px 0; 
letter-spacing:0;
font-weight:bold;
}
.profilepanelcontact h3 i{
font-weight:normal;
}

.profilepanelcontact p{
margin:0 0 5px 0; 
}

.profilepanelcontact li{
background:transparent url(/_img/li-beige.gif) 0 5px no-repeat;
}

#panelshowprofilelink{
float:right;
width:100%;
margin-bottom:10px;
}
#panelshowprofilelink a{
font-size:11px;
font-style:italic;
float:right;
padding:5px 10px 5px 20px;
display:block;
border: 1px solid #FFFFE6;
}
#panelshowprofilelink a:visited{
color:#1C2F62;
}
#panelshowprofilelink a:hover{
border: 1px solid #DDDDBB;
background:#fff;
}
#panelshowprofilelink a.open:hover{
background: #fff url(/_img/arrow-panel.gif) 5px 5px no-repeat;
}
#panelshowprofilelink a.close:hover{
background: #fff url(/_img/arrow-panel.gif) 5px -22px no-repeat;
}


#panelshowprofile{
clear:both;
border-top: 1px dotted #DDDDBB;
padding: 10px 0;
overflow:hidden;
_height:1%;
display:none;
}

#panelshowprofile h4{
font-weight:bold;
clear:both;
}
.membermenu h3, .membermenu p{
margin-left:30px;
}

#basket{
font-size:11px;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
}
#basket td,#basket th{
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}

.ticketbox{

}

.ticketbox{
display:block;
padding:10px;
margin: 0 0 10px 0;
background:#808080;
color: #fff;
text-decoration:None;
text-transform:uppercase;
font-size:12px;
line-height:1.5;
}


.profilebox{
background:#808080;
padding:10px;
margin-bottom:10px;
overflow:hidden;
_zoom:1;
}
.profilebox a{
color: #000;
}
.profilebox img{
float:left;
}
.profilebox p{
margin: 0 0 0 115px;
}
.magnaevent{

}
.social{
margin: 0 0 10px 0;
padding: 0 0 10px 0;
border-bottom: 1px solid #808080;
}
.links{
margin: 0 0 10px 0;
}
#rhs h2{
margin: 0;
font-size:11px;
color:#000;
font-weight:bold;
letter-spacing:0;
text-transform:uppercase;
}

.book a{
text-align:Center;
display:block;
margin:10px 0; 
padding:10px 0;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
}

.h17grey{
color: #505050;
font-size:18px;
}

ul.beftracklist li{
background:none;
margin-left:0;
padding-left:0;
}

#cards{
border-bottom:1px solid #808080;
border-top:1px solid #808080;
display:block;
margin:10px 0;
padding:10px 0;
text-align:center;
}

