﻿/* Style Sheet */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, font, img, dl, dt, dd, ol, ul, li, legend, table, tbody, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
a img {
    border: medium none;
}

.last {
    margin-right: 0;
}

h1
{
    font-size: 1.5em;
    color: Blue;
}

h2
{
    font-size: 1.5em;
    color: Blue;
}

html {
    /*height: 100%;*/
    /*overflow-y: scroll;*/
}
a:hover
{
    text-decoration: underline;
}

body {
    /*background: none repeat scroll 0 0 #EEEEEE;*/
    color: #222222;
    font-family: "Helvetica Neue",Arial,Verdana,"Nimbus Sans L",sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.6em;
    text-rendering: optimizelegibility;
}

textarea {
    font-family: "Helvetica Neue",Arial,Verdana,"Nimbus Sans L",sans-serif;
}

a {
    text-decoration: none;
}

.content_wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 930px;
}
.content_wrapper:after {
    clear: both;
    content: "";
    display: table;
}

#page_header {
    background: none repeat scroll 0 0 #222222;
    color: #CCCCCC;
    font-size: 13px;
    line-height: 14px;
    min-width: 980px;
    padding: 0;
    text-align: center;
    width: 100%;
}
#page_header .content_wrapper {
    padding: 10px 20px;
}
#page_header a {
    color: #CCCCCC;
    text-decoration: underline;
}
#page_header a:hover {
    text-decoration: none;
}
#page_header span.cache-link a {
    color: #555555;
}
#page_header #trial_message_header {
    color: #CCCCCC;
    display: inline-block;
}
#page_header #trial_message_header a {
    background: none repeat scroll 0 0 #555555;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: -2px 5px;
    padding: 2px 10px;
    text-decoration: none;
}
#page_header #trial_message_header a:hover {
    background: none repeat scroll 0 0 #666666;
}
#page_header #trial_message_header a.expired {
    background: none repeat scroll 0 0 #990000;
}
#page_header div.username {
    float: right;
    font-size: 11px;
    margin-right: 5px;
}
#page_header div.username span {
    color: #666666;
    margin: 0 2px;
}
#menu {
    /*background: -moz-linear-gradient(center bottom , #007FC1 0%, #007FC1 90%) repeat scroll 0 0 transparent;*/
    background-color: #007FC1;
    border-bottom: 1px solid #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    height: 34px;
    min-width: 980px;
    text-align: center;
    width: 100%;
}
#menu .content_wrapper {
    padding: 0;
    width: 980px;
}
#menu ul {
    overflow: hidden;
    padding: 6px 17px 0;
}
#menu ul li {
    float: left;
    height: 29px;
    margin-right: 5px;
}
#menu ul li a {
    /*background: -moz-linear-gradient(center bottom , #666666 0%, Blue 70%) repeat scroll 0 0 transparent;*/
    background-color: Blue;
    border-color: #007FC1;
    border-radius: 6px 6px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    box-shadow: 0 0 5px #007FC1, 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#menu ul li a:hover {
    background: none repeat scroll 0 0 #000000;
    text-decoration: none;
}
#menu ul li a.current {
    background: none repeat scroll 0 0 #000000 !important;
    border: 1px solid #007FC1;
    color: #FFFFFF !important;
    height: 29px;
    text-shadow: none;
}

#sub_menu {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #DDDDDD;
    color: #666666;
    font-size: 11px;
    line-height: 13px;
    min-width: 980px;
    padding: 3px 0 0;
    width: 100%;
}
#sub_menu .content_wrapper {
    margin-bottom: -1px;
}
#sub_menu ul {
    float: left;
    padding-left: 4px;
}
#sub_menu ul:after {
    clear: both;
    content: "";
    display: table;
}
#sub_menu ul li {
    float: left;
    font-weight: bold;
    margin-right: 20px;
}
#sub_menu ul li a {
    color: #777777;
    display: block;
    padding: 8px 0 12px;
}
#sub_menu ul li a:hover {
    color: black;
    text-decoration: none;
}
#sub_menu ul li a.current {
    background: url("/images/submenu-current.gif") no-repeat scroll center bottom transparent;
    color: #333333;
}
#sub_menu ul li a.current:hover {
    color: #333333;
}


#main_content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C6C6C6;
    margin: 0;
    /*min-height: 400px;*/
    min-width: 980px;
    padding: 0;
    width: 100%;
}
#main_content .content_wrapper {
    overflow: visible;
    padding: 10px 10px;
}

/* Login Dialog */
.login_border
{
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 280px;
    background-color: White;
}

.login_border td
{
    padding: 2px 5px 2px 5px;
}

#login_header
{
    border-bottom: solid 1px #CCCCCC;
    padding: 2px 5px 7px 5px;
    font-weight: bold;
    background-color: #007FC1;
    color: White;
}

.error_label
{
    color: Red;
    margin: 3px 0 3px 5px;
}


.form_table
{
    background-color: Transparent;
}
/*
.form_table td
{
    padding: 4px 5px 4px 5px; 
}

.form_table tr
{
    border: solid 0px black;
}
*/
.save_table
{
    background-color: #EDEDED;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    padding: 5px 0px 5px 0px;
}


/*
.form_header
{
    padding: 0;  
}

.form_header td
{
    padding: 0;  
}
*/

.return_link
{
    margin-bottom: 10px;
}

.vertical_spacer
{
    height: 5px;
}

.hr_with_title
{
    width: 100%;
}

.adminGrid
{
    background-color: White;   
}

.adminGrid th
{
    font-weight: bold;
    background-color: #EDEDED;
    padding: 2px 3px 2px 3px;
    color: Blue;
}

.adminGrid tr
{
    border: solid 1px #CCCCCC;
    background-color: Transparent;
}

.adminGrid tr:hover
{
    /*background-color: #777777;*/
}

.adminGrid td
{
    padding: 0px 3px 0px 3px;
}

.adminGrid .trAlternate
{
    background-color: #EDEDED;   
}

.checkbox_table td
{
    padding: 2px 0 2px 0;
}

.saveCheckBox
{
    padding-top: 2px;   
}

.float_left
{
    float: left;   
}

.float_right
{
    float: right;   
}

.clear
{
    clear: both;
}

.box_header
{
    height: 18px;
    background-image: url('/images/box_header_bg.png');
    padding-left: 5px;
    vertical-align: middle;
    padding-top: 3px;
    border-top: 1px solid #002D96;
    border-left: 1px solid #002D96;
    border-right: 1px solid #002D96;
}

.white_box
{
    background-color: #FFFFFF;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/
    padding: 5px;
    border: 1px solid #002D96;
}

.line_item_table
{
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; */
    background-color: #FFFFFF;  
    border-bottom: solid 1px #CCCCCC;
}

.line_item_header
{
    background-color: #F5F5F5;
}

.line_item_header td
{
    padding: 2px;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;   
}

.first
{
    border-left: solid 1px #CCCCCC;
}

.last
{
    border-right: solid 1px #CCCCCC;
}

.line_item
{
    padding: 3px 0 3px 0;    
    background-color: #F5F5F5;
}

.line_item td
{
    padding: 0 2px 0 2px;
    
}

.line_item_alternate
{
    padding: 3px 0 3px 0;
    background-color: #F5F5F5;
}

.line_item_alternate td
{
    padding: 0 2px 0 2px;
}

.menu
{
    /*background-color: Blue;  */
}

.form_panel
{
    margin-top: 5px;
    width: 1000px;
    margin-left: 5px;
}

table.dxButton
{
    width: 102px;
    height: 27px;
    background-image: url('/images/dxButton/bg.png');
    border-style: none;
    background-repeat: no-repeat;
     /*Width="102" Height="27" BackgroundImage-ImageUrl="/images/dxButton/bg.png" Border-BorderStyle="None" BackgroundImage-Repeat="NoRepeat" HoverStyle-BackgroundImage-ImageUrl="/images/dxButton/bg_on.png"*/
}

table.dxButton:hover
{
    background-image: url('/images/dxButton/bg_on.png');
}

/*Header*/
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family:Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_body
{
    border:1px solid #b4cbdf;
    padding-top:0px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
    color: #ffffff;
    background:url("/images/TabControl/tab_active.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
    background:url("/images/TabControl/tab_left_active.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    background:url("/images/TabControl/tab_right_active.gif") no-repeat right;
    padding-right:6px;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #000000;
    background:url("/images/TabControl/tab_hover.gif") repeat-x;
    height:20px;
}
.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #000000;
    background:url("/images/TabControl/tab_left_hover.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #000000;
    background:url("/images/TabControl/tab_right_hover.gif") no-repeat right;
    padding-right:6px;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #666666;
    background:url("/images/TabControl/tab_Inactive.gif") repeat-x;
    height:20px;
    padding-right:5px;
}
.Tab .ajax__tab_inner
{
    color: #666666;
    background:url("/images/TabControl/tab_left_inactive.gif") no-repeat left;
    padding-left:10px;
}
.Tab .ajax__tab_outer
{
    color: #666666;
    background:url("/images/TabControl/tab_right_inactive.gif") no-repeat right;
    padding-right:6px;
    margin-right: 2px;
}

/* For IE */
input[type="image"]
{
    cursor: pointer;
}

.new_detail
{
    margin-bottom: 5px;
    margin-left: 5px;   
}