/*------------content common base------------*/

html,body 
{ 
background-color: #fff; 
margin: 0; 
padding: 0; 
}

body         
{ 
color: #292929; 
font-size: 75%;/* IE */ 
font-family:"Lucida Grande", Helvetica, arial, "bitstream vera sans", sans-serif; text-decoration: none; 
text-align: center; 
vertical-align: top; 
margin: 0; 
padding: 0; 
border-top: 3px solid #3272bf; 
}

html>/**/body 
{
font-size: 12px; /* Except IE */
}

h1    
{ 
color: #3272bf; 
font-size: 170% ; 
font-weight: bold; 
line-height: 110%; 
padding:7px 0;
margin:0;
}

h2   
{
color: #3272bf; 
font-size: 130% ; 
font-weight: bold; 
line-height: 110%; 
}

h3   
{ 
color: #3272bf; 
font-size: 100% ; 
font-weight: bold; 
line-height: 110%; 
padding: 5px 0; 
border-bottom: 1px solid #ccc; 
}

hr 
{ 
height:1px; 
border:0; 
width:100%; 
background-image: url(hr_h.gif); 
background-repeat: repeat-x; 
background-position: 0 center; 
margin-top: 10px; 
margin-bottom: 10px; 
}

img{border: 0px;}

ul  { 
list-style: none; 
margin: 10px 0 10px 10px; 
padding: 0 ;
}

ul li  
{ 
margin-top:5px;
padding-left: 20px; 
list-style-type: none; 
background-image: url(arrow.gif); 
background-repeat: no-repeat; 
background-position: 0 5px; 
}

ol li  
{ 
margin-top:10px;
}


/*------------link------------*/

a     
{ 
color: #4f9126; 
text-decoration: none ;
}

a:hover  
{ 
color: #474747; 
text-decoration: underline ; 
}

/*------------login------------*/

#topbar
{ 
height: 40px; 
margin: 0; 
padding: 0; 
}

#loginback
{ 
color: #fff; 
background-color: #3272bf; 
background-image: url(topbar_bg.gif); 
background-repeat: no-repeat; 
background-position: 0 top; 
text-decoration: none; 
text-align: left; 
width: 60%; 
height: 40px; 
float: right; 
margin:0; 
padding-left: 100px; 
}

#loginback table
{
width:580px;
}

#loginback .Login
{
text-align:right;
}

table.memberlogin td   
{ 
text-align:left;
line-height: 100%; 
margin:0;
padding:0 2px;
}

table.memberlogin   
{ 
margin-right:auto;
margin-top:3px;
margin-right:0;
padding:0;
}

#loginback form
{ 
margin:0;
padding:0;
}

#loginback input
{
padding:3px;
border:0;
}

#loginback a
{
font-size:90%;
color:#fff;
text-decoration:underline;
}

#loginback a:hover
{
color:#fff;
text-decoration:none;
}

/*------------member login ------------*/

#maincontents .Login
{
margin:0;
width:auto;
float:right;
padding:0 0 0 5px;

}

#maincontents .LoginForm
{
text-align:center;
}

#maincontents .LoginForm table
{
margin:0 auto;
}

#maincontents .LoginForm td
{
text-align:left;
padding:0 3px;
}

#maincontents .LoginForm td input[type="text"],#maincontents .LoginForm td input[type="password"]
{
width:175px;
padding:3px;
margin:0 0 3px 0;
}

#maincontents .LoginForm td input[type="checkbox"]
{
float:right;
}


/*------------footer------------*/

#footer
{ 
position:relative;
font-size: 90%; 
text-align: left; 
margin:0; 
padding: 20px 10px 10px 10px; 
border-top: 1px solid #ccc; 
margin-top:15px;
_width:100%;
}

#footer  a
{ 
color: #3272bf; 
margin:0 5px;
text-decoration: none; 
}

#footer a:hover
{ 
color: #292929; 
text-decoration: underline;
}

#footer #twitter
{
width:50px;
height:50px;
float:left;
}



/*------------------------ base ------------------------*/

div.wholewrap
{ 
width: 950px; 
clear: both; 
margin:0 auto; 
}

div.header
{ 
text-align: right; 
height: 80px; 
margin: 0; 
padding: 0 15px 0 0; 
}

div.header a{float:left;}

table.mainbox
{ 
width: 950px;
margin: 0; 
}

div.header h1,div.header h2
{
display:none;
}


/*------------ leftsidebar items ------------*/

td.leftsidebar
{ 
text-align: left; 
vertical-align: top; 
width: 210px; 
margin: 0; 
padding: 0;
 }

td.leftsidebar h1
{ 
color: #3272bf; 
font-size: 150%; 
font-weight: normal;
text-transform: uppercase; 
padding: 5px 0; 
}

div.Zine a.ZineTitle
{
font-weight:bold;
font-size:120%;
display:block;
}

div.Zine p.ZineTeaser
{
font-size:90%;
}

table.ZineTools
{
font-size:90%;
line-height:110%;
}

table.ZineTools img
{
margin:0;
}

table.ZineTools td
{
text-align:left;
padding:0 5px 0 0;
}

table.ZineTools a
{
color:#666;
}

.ZineSummaryIndex
{
text-align:right;
padding:5px 0;
}

/*------------ rightsidebar items ------------*/


div#rightsidebar
{ 
background-color:#fff;
width:200px;
float:right;
margin:0 0 10px 15px;
padding:0;
}

div#rightsidebar h1
{
background-image: url(rightbox_bg.gif); 
background-repeat: no-repeat; 
background-position: right 0; 
font-size:100%;
font-weight:bold;
color:#fff;
padding:7px 10px;
background-color:#3272bf;
margin:0;
}

div#rightsidebar #righttext
{
padding:10px;
line-height:140%;
margin:0 0 10px 0;
border: 1px solid #ccc; 
}

div#rightsidebar ul  { 
list-style: none; 
margin: 0; 
padding: 0 ;
}

div#rightsidebar ul li  
{ 
margin-left: 5px; 
margin-top:5px;
padding-left: 10px; 
list-style-type: none; 
background-image: url(submenu_arrow.gif); 
background-repeat: no-repeat; 
background-position: 0 5px; 
}

div#rightsidebar table
{
line-height:130%;
}

/*------------ main menu ------------*/

div.menu
{
width:200px;
padding:0;
margin:10px 0 20px;
}

div.menu ul
{ 
margin: 0; 
padding:0; 
border-bottom: 1px solid #ccc; 
list-style-type: none; 
}

div.menu li 
{ 
background-image: none; 
margin: 0; 
padding: 0; 
list-style-type: none; 
display:inline;
}

div.menu li a
{ 
color: #292929; 
font-weight: normal; 
line-height: 120%; 
background-image: url(menu_arrow.gif); 
background-repeat: no-repeat; 
background-position: right center; 
text-decoration: none; 
text-align: left; 
padding: 9px 20px 9px 5px ; 
border-top: 1px solid #ccc; 
list-style-type: none; 
display: block; 
}

div.menu li a:hover,div.menu #thispage, div.menu #toppage
{ 
color: #3272bf; 
font-weight: normal; 
background-image: url(menu_arrow2.gif); 
text-decoration: none; 
}


/*------------ sub menu ------------*/

div.menu div.submenu
{ 
background-image: url(hr_submenu.gif); 
background-repeat: repeat-x; 
background-position: 0 top; 
}

div.menu div.submenu a
{ 
color: #292929; 
background-image: url(submenu_arrow.gif); 
background-repeat: no-repeat; 
background-position: 15px center; 
font-size: 90%; 
font-weight: normal; 
text-decoration: none; 
padding: 3px 0 3px 30px ; 
margin:0;
border-width: 0; 
list-style-type: none; 
display: block; 
}

div.menu div.submenu a:hover,div.menu div.submenu #thispage
{ 
color: #3272bf; 
background-color: #d7e5ee; 
background-image: url(submenu_arrow2.gif); 
background-repeat: no-repeat; 
background-position: 15px center; 
text-decoration: none; 
}


/*------------------------ maincontents ------------------------*/

td.maincontents   
{
text-align: left; 
vertical-align: top ; 
padding: 0 0 0 40px; 
width:700px;
}

div#maincontents
{
padding:20px 17px;
line-height: 160%; 
}

div#maincontents img
{margin:5px;}

/*------------index page ------------*/

table.blueboxes
{
margin:0 0 10px;
}

td.bluebox
{ 
color: #fff; 
font-size: 90%; 
line-height: 120%; 
background-image: url(bluebox.gif); 
background-repeat: no-repeat; 
background-position: left 0; 
vertical-align: top; 
padding: 10px 18px 10px 10px; 
}

td.bluebox h1
{ 
width: 113px;
color: #fff; 
font-size: 110%; 
line-height: 110%; 
}

td.bluebox a
{ 
color: #fff; 
text-decoration: underline; 
}

td.bluebox a:hover
{ 
color: #d7e5ee; 
text-decoration: none; 
}

td.bluebox_bot
{ 
background-image: url(bluebox_bot.gif); 
background-repeat: no-repeat; 
background-position: left 0; 
vertical-align: top; 
width: 113px; 
height: 9px; 
padding: 0; 
}

table.sponsors img
{
max-width:170px;
margin:0;
padding:0;
}

table.sponsors td
{
margin:0;
padding:0;
}

/*------------documents ------------*/

div.Document dd
{
display:none;
}

div.Document dt
{
margin-bottom:3px;
}

div.Document 
{
margin-left:10px;
}


div.Document p
{
margin:0 0 0 20px;
padding:3px 0;
}

div.Document p a
{ 
padding-left: 20px; 
list-style-type: none; 
background-image: url(submenu_arrow2.gif); 
background-repeat: no-repeat; 
background-position: 0 center; 
}

/*------------zines ------------*/

div.ZineItem
{
padding:10px 0;
background-image: url(hr_h.gif); 
background-repeat: repeat-x; 
background-position: 0 bottom; 
}

span.ZineDate
{
color:#999999;
font-style:italic;
font-size:90%;
padding:0;
display:block;
}

div.ZineItem a.ZineLink
{
font-weight:bold;
padding:5px 0;
}

div.ZineAbstract
{
padding:10px 0 0 0;
font-style:italic;
line-height:130%;
}

div.ZineComment div.ZineHeader
{
font-weight:bold;
}

div.ZineComment .ZineAuthor
{
font-style:italic;
font-size:90%;
}

div.ZineComment .ZineDate
{
font-style:italic;
font-size:90%;
}

div.ZineArticle div.ZineAbout
{
font-style:italic;
font-size:90%;
margin-bottom:10px;
}

div.ZineArticle h3
{
margin-bottom:2px;
}

/*------------rss feed------------*/

table.rss td.rss_header
{
display:none;
}

table.rss p
{
display:none;
}

table.rss td
{
line-height:120%;
}

table.rss dt
{
font-weight:bold;
}

table.rss dd
{
font-size:80%;
margin-left:0px;
}

table.report_wrapper
{
width:470px !important;
margin:0;
}

div.EventMGR dt
{
text-align:left;
}

table.Report
{
border:0px !important;
margin-top:10px;
}

table.Report td.data
{
border-bottom:1px solid #ccc !important;
}

table.report_table td,table.report_table th
{
padding:5px;
}

table.report_table th.report_table
{
background-color:#dcdcdc;
}

/*------------Profile------------*/

div.Profile table.tools
{
width:250px;
//float:left;
margin-right:auto;
margin-bottom:10px;
line-height:110%;
font-size:90%;
}

div.Profile div
{
clear: both;
}

div.Profile table.tools td
{
text-align:left;
}

div.Profile table.tools img
{
float:left;
margin-right:5px;
}

.result .image {
display: none;
}

/*------------Next Event------------*/

div.next_event
{
font-size:90%;
margin-bottom:20px;
}

div.next_event h2
{
color:#4F9126;
margin-bottom:3px;
}

div.next_event h1
{
font-size:170%;
}

table.profile_contact td {
padding-right: 20px;
}

p.parent_link {
display: none;
}


/*------------documents------------*/

div.pdf_lib dt 
{
background-image:url(page_white_acrobat.png);
background-position:0 0;
background-repeat:no-repeat;
list-style-type:none;
margin-top:5px;
padding-left:25px;
}

div.ppt_lib dt 
{
background-image:url(ppt_icon.gif);
background-position:0 0;
background-repeat:no-repeat;
list-style-type:none;
margin-top:5px;
padding-left:25px;
}

/*------------rss feed------------*/

table.rss
{
margin-top:-20px;
}

table.rss td br
{
display:none;
}

table.schedule,table.Report
{
border-top: 1px solid #ccc;
border-left: 1px solid #ccc; 
}

table.schedule td,table.Report td
{
border: 1px solid #ccc; 
padding:5px;
line-height:130%;
empty-cells:show;   
}

a#earlybird
{
display:block;
text-indent:-9999px;
width:683px;
height:38px;
background:url(thia_earlybird.jpg) no-repeat 0 0;
}

a#earlybird:hover
{
background:url(thia_earlybird.jpg) no-repeat 0 bottom;
}

.requiredPrompt
{
font-weight: bold;
}

/*************** table ******************/

table.A
{
margin:5px 0;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
width:100%;
}

table.A td
{
padding:10px;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
text-align:left;
line-height:130%;
}

table.B
{
border-bottom: 1px solid #ccc; 
margin:10px 0;
}

table.B td
{
border-top: 1px solid #ccc; 
padding:5px 10px;
text-align:left;
}

/*------------Event Calendar/Registration------------*/

div.EvtCal table.EvtCalSm
{
border-collapse:collapse;
margin-top:-15px;
}

div.EvtCal table.EvtCalSm td
{
padding:3px 7px;
text-align:center;
border: 1px solid #999999;
}

div.EvtCal table.EvtCalSm td.Today
{
background-color:#999999;
}

div.EvtCal table.EvtCalSm th
{
padding:3px 7px;
text-align:center;
background-color:#3272BF;
color:white;
border: 1px solid white;
}

div#maincontents div.EvtCal table.EvtCalSm th img
{
margin:0px;
}

div.EvtCal dl.EvtCalList dt
{
font-style:italic;
font-size:95%;
}

div.EvtCal dl.EvtCalList dd
{
font-weight:bold;
margin:0px;
margin-bottom:15px;
}

div.EvtCal dl.EvtCalList dd p
{
margin:0px;
}

div.EvtDateSelector {
   border:1px solid #999;
   background-color:#f7f7f7;
   padding-left:20px;
   padding-right:20px;
   margin-bottom:10px;
}
.EvtCalHeader {
	font-size:large;
}
.EvtCalMonthMenuButton {
	cursor:pointer;
}
table.EvtCal { 
        border:2px #666677 solid; 
        border-collapse:collapse; 
	margin-bottom:10pt;
}

table.EvtCal td 
{ 
border:1px #666677 solid;
margin:0px; 
padding:2px; 
height:100px;
width:14.2%;
vertical-align:top;
background-color:#eee;
}

table.EvtCal th 
{ 
border:1px white solid; 
margin:0px; 
padding:4px; 
background-color:#3272BF;
font-weight:bold; 
font-size:10px; 
color:white;
text-align:center;
}

table.EvtCal caption {
	background-color:#666677;
	color:#ffffff;
        border:1px #666677 solid;
        margin:0px; 
	margin-left:-1px;
	margin-right:-1px;
        padding:4px; 
	font-weight:bold; 
	font-size:10px; 
}
table.EvtCal td.EvtDay {
	background-color:white;
}
table.EvtCal td.Today {
	background-color:#ffc;;
}
table.EvtCal div.EvtDay {
	font-weight:bold;
}
table.EvtCal div.Evt {
	padding-top:4px;
}
table.EvtCal div.Evt a {
	font-weight:normal;
}
table.EvtCal div.SharedEvt a {
	color:red;
}
table.EvtCal div.OtherEvt a {
	color:magenta;
}
table.EvtCal td.NoDay {
	background-color:#bbb;
}

.popup_p a:hover {
	text-decoration:none;
}

.EvtCal div.popup 
{
border: 2px solid #666666;
background-color:white;
color:black;
padding:10px;
display:none;
z-index:10;
position:absolute;
left: -80px;
text-align:left;
line-height: 140%;
}

div.popup a 
{
font-weight:normal;
}

th a.popup, a span.EvtCalHeader
{
color:white;
}

span.popup_p { 
    position:relative;
}
.EvtCal a.popup_close {
    display:block;
    float:right;
    border:1px solid #bbb;
    padding:2px;
    top:-5px;
    left:5px;
    position:relative;
    font-size:xx-small;
    font-weight:normal;
}
a.popup_close:hover {
    background-color:#ddd;
    text-decoration:none;
}
.ThisMonth {
    font-weight:bold;
}

div.vCalendarLink
{
padding-left:50px;
background-image:url(add_small.png);
background-repeat:no-repeat;
background-position:left center;
margin-top:10px;
height:45px;
line-height:45px;
}

span.popup_p div#popup3
{
width:400px;
}

div.EvtRegContinue
{
border: 1px solid #999999;
padding:15px;
margin-bottom:20px;
width:570px;
}

div.EvtRegContinue h2, div.EvtRegFinish h2
{
background-color: #999999;
color: white;
left: -15px;
line-height: 12pt;
margin: 0px;
padding: 7px 7px 7px 15px;
position: relative;
top: -15px;
width: 578px;
font-size:12pt;
}

div.EvtRegRegistrants h3
{
background-color: #999999;
color: white;
left: -15px;
line-height: 12pt;
margin: 0px;
padding: 7px 7px 7px 15px;
position: relative;
width: 578px;
font-size:12pt;
}

div.EvtRegContinue div.EvtRegContinue
{
border:0px;
padding:0px;
margin:0px;
width:540px;
}

div.EvtRegFinish
{
border:1px solid #999999;
padding:15px;
width:570px;
}

div.EventFee
{
display:none;
}

div.EventFees div.EventFee
{
display:block;
}

div.EvtFeeDescr
{
font-size:95%;
font-style:italic;
clear:both;
}

div.EvtRegContinue div.EventFee
{
display:block;
}

div.EventFee {
border-bottom: 1px dotted #999999;
padding: 5px;
}

span.EvtFeeName {
text-transform: uppercase;
margin-right:10px;
display: block;
float: left;
}

div.EvtSessionRegistrant
{
font-size: 85%;
margin-bottom: 25px;
}

span.EvtFeeAccess {
color:red;
display:block;
font-size:x-small;
font-style:italic;
}

span.EvtFeeBuyInfo 
{
float:right;
display: block;
width:210px;
text-align: right;
}

span.EvtFeeCost 
{
margin-right:7px;
font-weight:bold;
float:left;
}

span.EvtFeeRegLink {
float: right;
margin-top: 1px;
text-align: center;
}

span.EvtFeeRegDoneLink
{
float:right;
}

span.EvtFeeRegLink a  
{
border: 1px solid #B00000;
color: #B00000;
font-size: x-small;
font-weight: normal;
margin-left: 15px;
padding: 2px 5px;
}

span.EvtFeeRegLink a:hover 
{
background-color:#B00000;
color:white;
text-decoration:none;
}

div.EventFees h3
{
background-color: #E5E5E5;
color: #3C3C3C;
font-size: 11pt;
top: 0;
line-height:10pt;
margin-bottom:3px;
}

div.EvtRegRegistrants div.popup
{
display:none;
background-color: white;
border: 1px solid #666666;
padding: 15px;
position: absolute;
width: 500px;
z-index: 100;
}

span.EvtFeeRegDone 
{
border: 1px solid green;
color: green;
font-size: x-small;
font-weight: normal;
margin-left: 15px;
padding: 2px 5px;
}

div.EvtRegRegistrants span.popup_p a.popup
{
color:#11719F;
}

div.EvtFeeActivityInfo
{
float:left;
}

div.EvtRegRegistrants div.popup .Event h3
{
background-color:white;
left:0px;
padding:0px;
width:100%;
}

div.EvtRegRegistrants div.popup a.popup_close
{
float:right;
position:relative;
z-index:200;
font-size:90%;
border:1px solid #999999;
padding:2px 5px;
}

span.VersionMenu span.version_separator 
{
    display: none;
}

span.VersionMenu span.this_version {
    display: none;
}