body { 
    width: 100%; 
    padding: 0px; 
    margin: 0px; 
    font: 9pt Trebuchet MS;
    background-color: #000;
    max-height: 100%;
    color: #FFFFFF;
}

a {
    color: #ffffff;
    text-decoration:underline;
}

a:hover { color: #CFCFCF;
    text-decoration:none; }

.logo {
    position:absolute; 
    left:0;
    top:0;
    margin: 0px;
    padding: 0px;
}

.header_div {
    height: 105px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0px;
    padding: 0px;

    background-position: left bottom;
    background-repeat: repeat-x; 
    display:block;
    background: url(../images/bg_line.png) bottom repeat-x;
}

.content {
    width: 910px;
    text-align: center;
    margin: auto;
    position:relative;
}

.menu {
    width: 100%;
    text-align: center;
    left: 0px;
    padding-top: 45px;
}

.admin_menu_top_line {
    width: 85%;
    text-align: right;
    margin: 0;
    position: absolute;
    color: #CFCFCF;
    left: 0px;
}


.content_table {
    padding-bottom: 5px;
    margin-top: 5px;
    width: 910px;
    max-height: 100%;
}

.footer_div {
    height: 71px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0px;
    padding: 0px;
    margin-top:19px;
    padding-top:15px;
    background-position: left top;
    background-repeat: repeat-x; 
    background-image: url(../images/bg_line.png);
    background-color: #0A0A0A;
}

a.menu_link {
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
}

a.menu_link:hover {
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    color: #CFCFCF;
    text-decoration: none;
}

a.profile_menu_link {
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #FFFFFF;
    text-decoration: none;
}

a.profile_menu_link:hover {
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #CFCFCF;
    text-decoration: none;
}

.required {
    font-weight: bold; 
    font-size: 9pt; 
    color: #c41524; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page_section_hilight {
    border-bottom: 1px solid #FFFFFF;
    padding: 4px;
    background: transparent;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    text-align: right;
}

.grid_table {
    background-color: #adadad;
}

.text_normal_9pt {
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    background-color: #000;
}

.grid_head {
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    font-weight: bold;
    background-position: left top;
    background-repeat: repeat-x; 
    color :#614AE;
   /* background-image: url(../images/grid_head_bg.gif);*/
   background-color: #333333;
}

.errors_list_div {
    margin: 8px 0px;
    padding: 8px;
    border: 1px solid #FF0000;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #AA0000;
}

.updated_msg_div {
    margin: 8px 0px;
    padding: 8px;
    border: 1px solid #0000FF;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #0000BB;
}

.created_msg_div {
    margin: 8px 0px;
    padding: 8px;
    border: 1px solid #00FF00;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #00BB00;
}

.created_msg_div_white {
    margin: 8px 0px;
    padding: 8px;
    border: 1px solid #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #FFFFFF;
}

.page_title {
    font-family: Arial;
    font-weight: normal;
    font-size: 12pt;
    text-align: left;
    padding-left: 25px;   
}

.text_normal_9pt_left {
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    text-align: left;
    padding-left: 15px;  
    background-color: #000; 
}

.text_normal_9pt_right {
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    text-align: right; 
    background-color: #17120E;  
}

.text_normal_9pt_center {
    font-family: Arial;
    font-weight: normal;
    font-size: 9pt;
    text-align: center;  
    background-color: #17120E; 
}

.page_subtitle {
    text-align: left; 
    padding-left:25px;
}

.grid_table_title {
    text-align: left; 
    padding-left:45px;
}

.BoxClose {
    cursor:pointer;
    height:24px;
    position:absolute;
    right:-5px;
    top:-4px;
    width:24px;
}
