﻿.content_main_top
{
    padding: 0px 4px 0px 20px; 
    height: 28px;
    line-height:28px;
    vertical-align:middle;
    background-image: url(images/header_nav.png);
    background-position: center;
}

.content_main_body
{
    width: 100%;
    padding: 0;
    margin:0;
	background-image: url('images/white_m.png');
	background-repeat: repeat-y;
}
.content_main_body_top
{
    background-image: url('images/white_top.png');
    height: 9px;
}
.content_main_body_bottom
{
    background-image: url('images/white_bottom.png');
    height: 10px;
    /*background:black;*/
    
}

#content_top
{
    width: 100%;
    padding: 0 0 4px 0;

}
#content_top_left
{
    width: 566px;
    float: left;
    display: block;
    padding-right: 18px;
    vertical-align: text-top;
}
.content_top_right
{
    padding: 0 0px 0 8px;
    width: 236px;
    float: left;
    display: block;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #848484;
    vertical-align: text-top;
    margin-left: 7px;
    height: 280px;
}

.content_clear
{
    clear: both;    
}
#content_blocks
{
    width: 100%;
   /* color: Black;
    background-color: #373737;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 30px;*/
}

#content_article_blocks
{
    width: 840px;
    background-color: #373737;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    height: 1400px;
}

#content-page
{
    background-color: White;
    color: #000000;
    margin: 6px 0 6px 0;
    padding: 10px 25px 25px 15px;
}

#master_left
{
    width: 222px; 
    /*border-right: solid 1px #848484;*/
    padding: 4px 8px 4px 0px;
    vertical-align: top;
    text-align: left;
}

#master_right
{
    border-left: solid 1px #848484; 
    padding: 4px 10px 4px 8px; 
    width: 700px; 
    vertical-align: top;
}

.venue_list_item
{
    width: 100%;
    height: 110px;
}

.venue_list_item_left
{
    float: left;
    display: block;
    width: 140px;
}

.venue_list_item_right
{
    float: left;
    display: block;
    width: 428px;
}

/* Registration */

.reg
{
    padding: 10px;
}
.reg_content
{
    padding: 1px;
    width: 100%;
    background-color: White;
}
.reg_title
{
    padding: 6px;
    display: block;
    background-color: Gray;
    font-size: larger;
}

.reg_body
{
    padding: 10px 6px 10px 6px;
    color: #000000;
}
.reg_block
{
    margin: 18px;
    width: 380px;
    display: block;
    float: left;    
    background-color: #F7F7DE;
    border-color: #CCCC99;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 10pt;
    height: 250px;
}
.reg_block_no_style
{
    margin: 18px;
    width: 380px;
    display: block;
    float: left;    
    font-family: Verdana;
    font-size: 10pt;
    height: 250px;
}
.reg_header
{
    font-size: 18px;
    line-height: 36px;
    vertical-align: top;
}
.reg_highlight
{
    font-size:8.5pt;
    color:black;
    font-weight: bold;
    vertical-align: top;
    width: 130px;
}
.reg_notes
{
    color: Gray;
}
.reg_required
{
    color: Red;
    vertical-align: top;
}
