﻿body 
{
    margin-top: 0;
    margin-left: 0;
}

td.basemaster_frame
{
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom:10px;
    background-color: rgb(255,238,125);
}

td.basemaster_frame_bottom
{
    background-color: rgb(255,255,255);
    padding: 0px 0px 0px 0px;
  
}
td.padded_10px
{
 padding: 10px 0px 0px 10px;
}
td.paddedbottom5_paddedright18
{
    padding: 0px 18px 5px 0px;
}



td.td_secondary_title
{
    vertical-align: middle;
}

td.yellow_top_border_3px_leftpadded
{
    border-top: solid 3px #FFEE7D;
    padding: 10px 15px 10px 10px;
    vertical-align: top;
}
td.yellow_top_border_3px
{
    border-top: solid 3px #FFEE7D;
    padding: 10px 20px 10px 0px;
    vertical-align: top;
}
td.orange_top_border_3px_leftpadded
{
    border-top: solid 3px #F17901;
    padding: 10px 15px 10px 10px;
    vertical-align: top;
}
td.orange_top_border_3px
{
    border-top: solid 3px #F17901;
    padding: 10px 20px 10px 0px;
    vertical-align: top;
}

td.orange_border_1px
{
    border: solid 1px #F17901;
}

td.orange_border_top_left_thin
{
    border-left: solid 1px #F17901;
    border-top: solid 1px #F17901;
}

td.orange_border_top_right_thin
{
    border-right: solid 1px #F17901;
    border-top: solid 1px #F17901;
}
td.orange_border_top_thin
{
    border-top: solid 1px #F17901;
}

td.orange_border_top_left_bottom_thin
{
    border-left: solid 1px #F17901;
    border-top: solid 1px #F17901;
    border-bottom: solid 1px #F17901;
}

td.orange_border_top_right_bottom_thin
{
    border-right: solid 1px #F17901;
    border-top: solid 1px #F17901;
    border-bottom: solid 1px #F17901;
}

td.orange_border_left_right_thin_dotted
{
    border-right: dotted 1px #F17901;
    border-left: dotted 1px #F17901;
}

td.orange_border_top_thin_dotted
{
    border-top: dotted 1px #F17901;
}

td.orange_border_left_thin_dotted
{
    border-left: dotted 1px #F17901;
}

table.orange_border_1px
{
    border: solid 1px #F17901;
}

div.div_lower
{
 width: 100%;
 border-left: solid 10px rgb(255,238,125);
}

td.padded_left_2mm
{
    padding-left: 2mm;
}
td.padded_right_1mm
{
    padding-right: 1mm;
}

.smalltext 
{
 font-size: 70%;
}

.text115
{
    font-size: 115%;
}

.text130
{
    font-size: 130%;
}

.verdana
{
    font-family: Verdana, Sans-Serif;
}

.bold
{
 font-weight:bold;
}

.secondary_title
{
    font-size: 150%;
    font-family: Verdana, Sans-Serif;
    color: #FFFF00;
    margin-left: 50px;
}

.orange_section_header
{
 font-size: 130%;
 font-weight: bold;
 color: #F17901;
}

div.fullwidth 
{
    width: 100%;
}



div.primaryOrangeBackground
{
    background-color: #F17901;
}

div.errorMessage
{
 border: solid 1px red;
  background-color: #FFEAEA;
  width: 435px;
  padding: 6px 6px 4px 4px;
}

.yellow
{
    color: #FFFF00;
}

.blue
{
    color: #0000FF;
}

.red
{
    color: #FF0000;
}

.white
{
    color: #FFFFFF;
}

.redbackground
{
    background-color: #FF0000;
}

.primaryOrange
{
    color: #F17901;
}

.no_decoration
{
    text-decoration: none;
}

.dropdownlist
{
    background-color:#FFFAAB;
    border-color: #F17901;
    font-size: 85%;
    outline-color: #F17901;
}

table.orangeBorder 
{


}

div.padded_for_table_cell
{

 padding: 3px 10px 3px 10px;

}