
/*** Common ***/

body
{
    background-color: #aaa;
    text-align: center;
    /*margin-top: 2em;*/
   
}

#print-only
{
    display:none;
}

th
{
    text-align: left;
}

a
{
    /*color: #00f;*/
    color:#003b86;
}

a:hover
{
    /*background-color: #ff0;*/
    text-decoration:none;
}

/*** Content Holder ***/

#contentbox
{
    background-color: #fff;
    margin-top:0px;
    margin-right: auto;
    margin-bottom:0px;
    margin-left: auto;
    width:840px;
}


#page
{
    /* Page width: */
    width: 800px;
    margin: 0 auto;
    text-align: left;
    padding:10px;
    background-color:#fff;
    padding:20px 20px 10px 20px;
    border-top:4px solid #666;
}

#header
{
    height:132px;
}

/***********  *******/
#tabs
{
    /* Page width: */
    width: 800px;
    margin: 0 auto;
    text-align: left;
    padding:0px 20px 10px 20px;
    background-color:#fff;
}

/*** Logo ***/

h1
{
    font-family: Union, Trebuchet MS, Arial;
    font-size: 2em;
    margin-bottom: 0.2em;
    letter-spacing: -0.01em;
    color: #C43917;
}
#logo_black
{
    color: #000000;
}


/*** Footer ***/

#twkg-ft
{
    clear: both;
    margin-top: 16px;
    padding-top: 10px;
}
#twkg-grey
{
    
    clear: both;
    font-size: 9px;
    color: #888;
    width:675px;
    background-color: #ddd;
    padding: 9px 16px 1px 2px;
   /* padding: 6px 16px 16px 16px; */
}

#twkg-grey p
{
    padding-left:2px;
    margin-bottom:2px;
    display: inline;
    
}

#twkg-grey a
{
   color: #888;
   text-decoration:none;
}

#twkg-ft-cpy
{
    width:105px;
    float:right;
    margin-top: -36px;
    text-align:right;
    color: #fff;
    /*margin-top: 3.5px;*/
    padding: 0px 0px 0px 10px;
}

/***** Columns ******/

#left_col
{
    float:left;
    width:575px;
}

#right_col
{
    float:right;
    width:175px;
}


div.error_msg
{
    /*
    font-size: 0.85em;
    */
    color: red;
    font-style: italic;
}



.message
{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    background-color: #eee;
    text-align: center;
    color: #f00;
    font-weight: bold;
}

/***** Tables ****/

table.reg_form
{
    border-collapse: separate;
    border: 1px solid #fff;
    margin-top: 6px;
}
table.reg_form td, table.reg_form th
{
    vertical-align: top;
    padding: 4px 6px;
}
table.reg_form th
{
    background-color: #eee;
}
table.reg_form td
{
    background-color: #fff;
}
table.reg_form th
{
    border-right: 1px solid #dbd7b7;
    text-align: right;
}

table.event_table
{
/*width:100%;*/
}
table.event_table td
{
    font-weight: normal;
    vertical-align: top; 
    text-align:left;
    padding:4px 2px;
}

table.event_table th
{
    padding:4px 2px;
    text-align:left;
    font-weight:bold;
}

input.textfield, textarea
{
    color: #444;
    border: 1px solid #7F9DB9;
    padding: 2px;
}
input.textfield:focus, textarea:focus
{
    background-color: #F1ECE0;
}
input.missing_field, textarea.missing_field
{
    border: 1px solid red;
}

/******  ******/

#tickertape{
position:relative;
layer-background-color:white;
width:175px;
height:200px;
}

#subtickertape{
background-color:white;
position:absolute;
/*border: 1px solid #ddd;*/
width:175px;
height:200px;

}

.subtickertapefont{
font:normal 10px Verdana;
text-decoration:none;
color:black;
}

.subtickertapefont a{
color:black;
text-decoration:none;
}
