/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */
/* basic elements */
body
{
    background: #f3ebe0 url(../images/bg.gif) repeat-x;
    font-size: 9pt;
    color: #000000;
    margin: 0px;
    height: 100%;
}
p, td
{
    font-size: 9pt;
    margin-top: 0px;
    text-align: justify;
}
hr
{
    color: #655F51;
}
h1
{
    font-style: italic;
    font-size: 10pt;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #23A5D4;
}
h2
{
    font-style: italic;
    font-size: 9pt;
    letter-spacing: 1px;
    margin-top: 1px;
    color: #7EB27D;
}
h3
{
    font-style: italic;
    font-size: 8pt;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #D46023;
}
html
{
    scrollbar-face-color: #D46023;
    scrollbar-highlight-color: #CCD761;
    scrollbar-shadow-color: #505132;
    scrollbar-3dlight-color: #C5C5C5;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #7DB37D;
    scrollbar-darkshadow-color: #505132;
    font-family: "Lucida Grande" , "Trebuchet MS" , Verdana, Arial, Helvetica sans-serif;
}
td.MemberPage
{
    background-color: #d7d7d7;
}
.shout
{
    font-size: 10pt;
    font-weight: bolder;
    color: #3C412A;
    margin-left: auto;
    margin-right: auto;
}
.shoutLoud
{
    font-size: 16pt;
    font-weight: bolder;
    font-style: italic;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.shoutLoud2
{
    font-size: 17pt;
    font-weight: bolder;
    font-style: italic;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.legal
{
    font-size: 7pt;
    font-weight: normal;
    color: #9B57A7;
}
.store
{
    font-size: 8pt;
    font-weight: normal;
    color: #9B57A7;
}

label
{
    width: 10em;
    float: left;
    text-align: right;
    margin-right: 1.5em;
    display: block;
}

.submit input
{
    margin-left: 4.5em;
}
input, textarea, select
{
    color: #781351;
    background: #DFE7C4;
    border: 1px solid #5F7515;
}

.submit input
{
    color: #000;
    background: #DFE7C4;
    border: 2px outset #5F7515;
}
fieldset
{
    border: 1px solid #5F7515;
    width: 60em;
}

legend
{
    color: #fff;
    background: #ffa20c;
    border: 1px solid #781351;
    padding: 2px 6px;
}
li
{
    list-style-image: url(../images/bullet.gif);
}

a:link
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #23A5D4;
    margin: 2px 2px 2px 0px;
}
a:visited
{
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: #23A5D4;
}
a:hover, a:active
{
    font-size: 10pt;
    text-decoration: underline;
    color: #7DB37D;
}

a:link.bluelink
{
    color: #0000FF;
}

a:visited.bluelink
{
    color: #0000FF;
}

.mp3
{
    font-size: 11pt;
    font-weight: bolder;
}
/* specific divs */
#container
{
    height: 387px;
    z-index: 50;
    background: #FFFFFF url(../images/micBGBlueLt.gif) center center repeat-x;
}
#containerYellow
{
    height: 387px;
    z-index: 50;
    background: #FFFFFF url(../images/micBGYellow.gif) center center repeat-x;
}
#containerRust
{
    height: 387px;
    z-index: 50;
    background: #FFFFFF url(../images/micBGRustLt.gif) center center repeat-x;
}

#pageHeader
{
    position: relative;
    margin-top: 12px;
    height: 30px;
    width: 743px;
}
#pageHeaderShort
{
    position: relative;
    margin-top: 12px;
    margin-left: 3px;
    height: 30px;
    width: 743px;
}
#pageHeaderHelp
{
    position: absolute;
    left: 10px;
    top: 1px;
    font-family: arial, helvetica, sans-serif;
    font-style: italic;
    color: #FF6600;
    font-size: 8pt;
    margin: 2px;
    height: 20px;
    z-index: 100;
    width: 550px;
}

#contentText
{
    margin: 5px 5px 5px 5px;
    padding: 5px;
    background-color: Transparent;
    height: 100%;
}
#rightFiller
{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 5px 5px 5px 5px;
    background-color: #000000;
    height: 100%;
    z-index: 20;
    width: 100%;
}
#footer
{
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 7pt;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#footer a:link
{
    text-decoration: none;
    color: #FFFFFF;
}
#footer a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#footer a:hover, a:active
{
    text-decoration: underline;
    color: #A1E154;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: right;
}
.PhotoBox
{
    border-right: #000000 2px outset;
    border-top: #ffffff 1px outset;
    border-left: #ffffff 1px outset;
    border-bottom: #000000 2px outset;
    background-color: #ffffff;
}

/************************************************************************
* 
* Data Grids
*
************************************************************************/
.dataGrid
{
    border: 1px solid #666666;
    border-collapse: separate !important;
}
.dataGrid .header th
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 1px 5px 1px 10px;
    vertical-align: bottom;
    text-align: left;
}

.dataGrid .header th.actions
{
    color: #0000F0;
}

.dataGrid .header th a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}
/* data cell and data row rules */
.dataGrid td
{
    color: #3F3F3F;
    padding: 1px 10px;
    border-bottom: solid 1px #DFDFDF;
}


.dataGrid .empty td
{
    padding: 0;
}

.dataGrid .empty .row td
{
    padding: 4px 10px 4px 10px;
}

.dataGrid .alt
{
    background-color: #EEE;
}

.dataGrid .row
{
    background-color: #fff;
}

.dataGrid .actions
{
    border-left: 1px solid #cbcbcb;
}
/* footer column rules */
.dataGrid .footer td
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    color: #000;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
    color: #003399;
    font-weight: bold;
    font-size: 11px;
}

.dataGrid .footer td a
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-right: 10px;
}

.dataGrid .footer td.footerSummary
{
    color: #003399;
    font-weight: bold;
}
/* Make sure .centered is after all other .dataGrid styles to properly cascade */
.dataGrid .centered th, .dataGrid .centered
{
    text-align: center;
}
.HiddenColumn
{
    display: none;
}
.pointer tr:hover
{
    cursor: pointer;
}

.blockLabel
{
    display: block;
}


/*************************** - Form Entry - **************************************/
.tbl_formEntry
{
    width: 100%;
    text-align: left;
}
.tbl_formEntry td
{
    padding-bottom: 4px;
}
.tbl_formEntry .rowHeader, .tbl_formEntry .speakerInfoRowHeader, .tbl_formEntryNoPad .rowHeader
{
    font-weight: bold;
    text-align: left;
}
.tbl_formEntry .speakerInfoRowHeader
{
    width: 100px;
}
.tbl_formEntry .speakerInfoSecondColumn
{
    width: 300px;
}
.rdoList_horizontalFlow label
{
    padding-left: 4px;
    padding-right: 12px;
}
fieldset
{
    border: 1px solid #CCC;
    background: #FAFAF8;
    padding: 6px;
}
legend
{
    margin: 2px 8px 0 10px;
    padding: 0 1px;
}

fieldset.innerPad
{
    padding: 10px;
}
/*************************** - End Form Entry - **************************************/


.pnlAddEntry
{
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 2px;
    background-color: #F5FAFA;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.statusWindow
{
    border: 1px solid #CCCCCC;
    padding: 5px;
    background-color: #FBFAEC;
    display: block;
    border-left: none;
    border-right: none;
    text-align: center;
}
/*************************** - Event Details Page - **************************************/
.eventDetailsWrapper
{
    background-color: #F5F3E5;
    border: 1px solid #CCC;
    padding: 10px;
    margin: 5px;
    height: 500px;
    overflow: auto;
}

.eventDetailsWrapper .eventName
{
    font-weight: bold;
}
.eventDetailsWrapper .eventDate
{
}
.eventDetailsWrapper .eventTime
{
}
.sepLine
{
    height: 4px;
    border-bottom: 1px dashed #CCC;
}
/*************************** - End Event Details Page - **************************************/

.rdoList label
{
    display: inline;
    float: none;
}

.pnlSearchFilters
{
    border: 1px solid #E0A58B;
    background-color: #E6B6A2;
    padding: 3px;
    margin: 2px;
    color: #333333;
}

.tbl_MemberEntry
{
    width: 100%;
}

.tbl_MemberEntry .td_photo
{
    width: 112px;
    height: 100px;
    text-align: left;
}

.tbl_MemberEntry .td_photo .photoHolder
{
    border: 1px solid #DDDDDD;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.tbl_MemberEntry .td_contactInfo .tbl_ContactInfo td
{
    /*width: 180px;*/
    padding-right: 6px;
}

.tbl_ContactInfo .td_email
{
    background: url(../images/icons/email.png) 0% 50% no-repeat;
    padding-left: 20px;
    padding-right: 0 !important;
}

.tbl_ContactInfo .td_phone
{
    background: url(../images/icons/phone.png) 0% 50% no-repeat;
    padding-left: 20px;
    padding-right: 0 !important;
}

.tbl_ContactInfo .td_web
{
    background: url(../images/icons/web.png) 0% 50% no-repeat;
    padding-left: 20px;
    padding-right: 0 !important;
}

.tbl_ContactInfo .SearchResultsIndustry {
    font-style: italic;
    color: #999999;
    padding-top: 6px;
}

.hr_memberSeparator
{
    height: 0;
    border: none;
    border-bottom: 1px solid #DBDBDB;
}

.tbl_MemberEntry .td_contactInfo
{
    border-right: 1px solid #DDDDDD;
}

.tbl_MemberEntry .td_icons
{
    width: 206px;
}

.tbl_MemberEntry .td_icons img
{
    padding-left: 6px;
}
