﻿body 
{
  background: #fff url(images/bg_page1.gif) repeat-y top left;
  font-family: Tahoma, Arial, Helvetica, Verdana;
  font-weight: normal;
  font-size: 9pt;
  margin: 0;
  padding: 0;
  border-top: 10px solid #c00;
  border-left: 30px solid #c00;
}

a, a:link, a:visited
{
  color: #c00;
}

a:active, a:hover 
{
  color: #c00;
}

a.current_page,
a.current_filter 
{
  padding: 3px 6px;
  border: 1px solid #333;
  font-weight: bold;
  background: #fc6;
}

h1 
{
  font-size: 14pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h2 
{
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.search_term 
{
  font-weight: bold;
  background: #ff0;
}

.home_page ul 
{
  margin: 0 0 20px 20px;
  padding-left: 20px;
}

.home_page ul li 
{
  line-height: 1.5em;
}

.main_header 
{
  height: 76px;
  padding: 0 10px 0 0;
  position: relative;
}

.header_controls 
{
  position: absolute;
  top: 2px;
  right: 10px;
  padding: 0 2px;
  font-size: 80%;
}

.header_date 
{
  position: absolute;
  bottom: 2px;
  right: 10px;
  padding: 0 2px;
  font-size: 80%;
}
  
.main_content 
{
  margin: 0 0 0 150px;
  padding: 5px;
  position: relative;
}

.side_bar 
{
  position: absolute;
  top: 86px;
  left: 30px;
  width: 145px;
  font-weight: normal;
  padding: 5px 0 5px 5px;
  text-align: center;
}

.content_header 
{
  border-top: 1px solid #000;
  padding: 10px;
}

.content_header img
{
  float: right;
  padding: 5px;
  background: #fff;
  margin-left: 5px;
  border-left: 1px solid #fc6;
  border-bottom: 1px solid #fc6;
}

.content_body 
{
  padding: 0 10px;
}

.content_body p 
{
  padding: 6px 0;
}

.content_view{}

.content_filter
{
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  padding: 4px;
}

.content_filter a 
{
  color: #000;
  text-decoration: none;
  margin: 0 3px;
}

.content_filter a:hover 
{
  color: #c00;
}

.content_filter a.active
{
  font-weight: bold;
  color: #c00;
}

.content_filter a.active:hover
{
  color: #000;
}

.pricing_header,
.pricing_selected_header
{
  background: #fc6 url(images/bg_header1.gif) repeat-x bottom left;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 5px;
  padding: 2px;
  border: 1px solid #666;
  position: relative;
}

.pricing_selected_header
{
  border-bottom: 1px solid #ccc;
}

.pricing_header a,
.pricing_selected_header a 
{
  color: #000;
  text-decoration: none;
} 

.pricing_header a:hover,
.pricing_selected_header a:hover 
{
  text-decoration: underline;
} 

.pricing_content 
{
  border: 1px solid #666;
  border-top: none;
  margin: 0;
}

.pricing_content2
{
  border: 1px solid #666;
  margin: 0;
}

.content_view .form_header, 
.content_view .form_footer,
.content_edit .form_header, 
.content_edit .form_footer
{
  background: #fc6;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 2px;
}

.content_view .form_header,
.content_edit .form_header 
{
  background: #fc6 url(images/bg_header1.gif) repeat-x bottom left;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.content_view .form_footer,
.content_edit .form_footer 
{
  background: #fc6 url(images/bg_header2.gif) repeat-x top left;
  border-top: 1px solid #ccc;
}

.content_view .form_subheader,
.content_edit .form_subheader 
{
  background: #e3e3e3 url(images/bg_header3.gif) repeat-x bottom left;
  font-weight: bold;
  border-top: 1px solid #ccc;
  line-height: 1.25em;
  margin: 0;
  padding: 4px;
}

.content_view .form_row,
.content_edit .form_row
{
  line-height: 1.5em;
  margin: 0;
  padding: 2px 4px;
  }

.content_view .form_row2,
.content_edit .form_row2
{
  line-height: 1.5em;
  margin: 0;
  padding: 2px 4px;
  }

.content_record
{
  padding: 5px 0;
}

.content_record_with_separator
{
  padding: 6px 0;
  border-bottom: 1px solid #666;
}

.content_view .control_box,
.content_edit .control_box
{
  padding: 0 2px;
}

.content_view .control_buttons
{
  background: #fff url(images/bg_button1.gif) repeat-x top left;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 2px 2px 5px 2px;
  _padding-bottom: 3px;
}

.content_view .deleted
{
  background: #fdd;
}

.content_view .deleted .control_box .control_buttons 
{
  background: #fff url(images/bg_button1.gif) repeat-x top left;
}  

.content_view .control_box a
{
  margin: 1px;
}

.content_edit .control_box 
{
  text-align: center;
}

.content_view .label,
.content_edit .label,
.content_edit .label2,
.content_edit .label3,
.content_edit .label4
{
  float: left;
  padding: 0;
  width: 140px;
  text-align: right;
  line-height: 1.5em;
  font-weight: bold;
}

.content_edit .label2 
{
  width: 160px;
}

.content_edit .label3
{
  width: 100px;
}

.content_edit .label4
{
  width: 200px;
}

.content_view .element_with_label,
.content_view .element_without_label, 
.content_view .element,
.content_edit .element,
.content_edit .element2,
.content_edit .element3,
.content_edit .element4
{
  display: block;
  margin-left: 145px;
  text-align: left;
  line-height: 1.5em;
  font-weight: normal;
}

.content_edit .element2 
{
  margin-left: 165px;
}

.content_edit .element3
{
  margin-left: 105px;
}

.content_edit .element4
{
  margin-left: 205px;
}

.content_view .element_without_label 
{
  margin-left: 0;
}

.content_view .header
{
  font-size: 125%;
  font-weight: bold;
}

.content_view .image
{
  float: right;
}

.data_table input.textbox,
.data_table select,
.data_table textarea,
.data_table2 input.textbox,
.data_table2 select,
.data_table2 textarea,
.content_edit input.textbox,
.content_edit select,
.content_edit textarea
{
  border: 1px solid #666;
  padding: 1px;
}


/* BUTTONS */
.NppcButton 
{
  background: #ddd url(images/bg_button1.gif) repeat-x bottom left;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 1px;
  _padding: 0;
  border: 1px solid #666;
}

.NppcButtonDisabled 
{
  background: #fff;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  position: relative;
  top: -1px;
  _top: 0;
  margin: 0;
  padding: 2px 1px 1px 1px;
  _padding: 1px 1px 2px 1px;
  border: 1px solid #999;
}

.NppcImageButton 
{
  background: #ddd url(images/bg_button1.gif) repeat-x bottom left;
  font-weight: normal;
  line-height: normal;
  margin: 0px;
  padding: 0;
  /* this must be marked "important" to override faulty output code
     for the ImageButton object from the .NET Framework */
  border: 1px solid #666 ! important; 
}

.NppcImageButtonDisabled 
{
  background: #fff;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 0;
  padding: 1px;
  border: 1px solid #999;
}

.NppcButton:hover, .NppcImageButton:hover 
{
  background: #ddd url(images/bg_button3.gif) repeat-x bottom left;
  line-height: normal;
  cursor: pointer;
}
/* /BUTTONS */


/* PAGING */
a.NppcPagingCurrentPage
{
  padding: 1px 6px;
  border: 1px solid #333;
  font-weight: bold;
  background: #fc6;
  margin: 0 2px;
  display: inline-block;
}

a.NppcPagingOtherPage
{
  padding: 1px 3px;
  margin: 0 1px;
  display: inline-block;
}

.NppcPagingTextbox
{
  width: 2em;
  margin: 0 1px 0 3px;
  border: 1px solid #404040;
  _padding: 2px 1px;
}

.NppcPagingList
{
  border: 1px solid #404040;
}

.NppcPagingButton
{
  background: #fff url(images/bgd_progress2.gif) repeat-x bottom left;
  width: 2.5em;
  margin: 0 3px 0 1px;
  padding: 0 1px;
  _padding: 0;
  border: 1px solid #666; 
}

.NppcPagingButtonDisabled
{
  background: #fff url(images/bgd_progress2.gif) repeat-x bottom left;
  width: 2.40em;
  text-align: center;
  display: inline-block;
  top: -2px;
  _top: 0;
  position: relative;
  margin: 0 3px -2px 1px;
  padding: 1px 1px 1px 1px;
  border: 1px solid #ccc; 
}
/* /PAGING */


.content_edit input.input_button, .input_button 
{
  border: 1px solid #666;
  padding: 0px;
  background: #ddd url(images/bg_button1.gif) repeat-x bottom left;
  font-weight: normal;
}

.content_edit input.input_button:hover, .input_button:hover
{
  background: #ddd url(images/bg_button3.gif) repeat-x top left;
  cursor: pointer;
}

a.image_button .button_text
{
  background: #fff url(images/bg_button1.gif) repeat-x bottom left;
  border: 1px solid #666;
  font-size: 10pt;
  color: #000;
  padding: 1px 4px;
  font-family: MS Sans Serif, Sans-Serif;
  text-decoration: none;
}

a.image_button:hover .button_text, a.image_button:active .button_text
{
  background: #fff url(images/bg_button3.gif) repeat-x top left;
  border: 1px solid #666;
  color: #000;
  padding: 1px 4px;
}

a.image_button img
{
  background: #fff url(images/bg_button1.gif) repeat-x bottom left;
  border: 1px solid #666;
}

a.image_button:hover img, a.image_button:active img
{
  background: #fff url(images/bg_button3.gif) repeat-x top left;
  border: 1px solid #666;
}

.content_response 
{
  text-align: center;
}

.content_footer 
{
  margin: 35px 0 10px 0;
  clear: both;
  text-align: center;
  font-size: 8pt;
}

.form_section 
{
  border: 1px solid #666;
  margin: 2px 0;
  padding: 0;
  _height: 1%;
}

.color1 
{
  background: #fff;
}

.color2 
{
  background: #f3f3f3;
}

.form_left 
{
  width: 49%;
  float: left;
}

.form_right 
{
  width: 49%;
  float: right;
}

.form_end 
{
  height: 0;
  overflow: hidden;
  clear: both;
}

.validation_summary 
{
  border: 2px solid #f00;
  background: #ffffb9;
  margin: 5px auto;
  padding: 5px;  
}

.validation_summary ul 
{
  margin-left: 20px;
  padding-left: 20px;
}

/* TABLE CLASSES */

.data_table,
.data_table2
{
  margin: 2px 0;
  border: 1px solid #666;
  width: 100%;
}

.data_table2 
{
  border: none;
}

.data_table .table_header th,
.data_table .table_footer th,
.data_table2 .table_header th,
.data_table2 .table_footer th
{
  font-weight: bold;
  background: #fc6 url(images/bg_header1.gif) repeat-x bottom left;
  padding: 2px 4px;
  line-height: 1.5em;
  border-bottom: 1px solid #ccc;
}

.data_table .table_footer th,
.data_table2 .table_footer th
{
  background: #fc6 url(images/bg_header2.gif) repeat-x top left;
  border-top: 1px solid #ccc;
}  

.data_table .content_record, 
.data_table2 .content_record 
{
  line-height: normal;
}

.data_table .content_record td
{
  padding: 2px 4px;
}

.data_table2 .content_record td 
{
  vertical-align: top;
  padding: 6px 4px;
}

.data_table .control_box,
.data_table2 .control_box
{
  padding: 0;
}

.data_table .control_box .control_buttons,
.data_table2 .control_box .control_buttons
{
  background: transparent;
  border: none;
  padding: 0px;
}

.data_table .deleted .control_box .control_buttons, 
.data_table2 .deleted .control_box .control_buttons 
{
  background: transparent;
}  

.data_table .table_row_color1, .data_table .table_row_color1 td,
.data_table2 .table_row_color1, .data_table2 .table_row_color1 td {
  background: #fff;
}

.data_table .table_row_color2, .data_table .table_row_color2 td,
.data_table2 .table_row_color2, .data_table2 .table_row_color2 td {
  background: #f3f3f3;
}

.data_table .deleted, .data_table .deleted td,
.data_table2 .deleted, .data_table2 .deleted td
{
  background: #fdd;
}

/* /TABLE CLASSES */

/* TOOLBOX SETTINGS */
.toolbox_header {
  font-size: 110%;
  font-weight: bold;
  color: #000;
  background: #fc6 url(images/bg_header1.gif) repeat-x bottom left;
  border-bottom: 1px solid #ccc;
}

.toolbox_box {
  border: 0px solid #666;
}

.toolbox_body {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px;
}
/* /TOOLBOX SETTINGS */

/* MAIN NAVIGATION RULES */
ul.main_nav 
{
  list-style-type: none;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0;
  border-top: 2px solid #000;
  /* IE6 Hack */
  _list-style-position: outside;
}

.main_nav li
{
  color: #000;
  border-bottom: 2px solid #000;
}

.main_nav li a,
.main_nav li a:visited,
.main_nav li a:active
{
  color: #000;
  padding: 5px;
  display: block;
  text-decoration: none;
}

.main_nav li a:hover 
{
  color: #c00;
}

.main_nav li.active
{
  background: #fff;
  color: #c00;
}

.main_nav li.active a,
.main_nav li.active a:visited,
.main_nav li.active a:active
{
  color: #c00;
}

.main_nav li.active a:hover
{
  color: #000;
}



/* FOOTER NAVIGATION RULES */
.footer_nav 
{
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.footer_nav a,
.footer_nav a:visited,
.footer_nav a:active
{
  color: #000;
  text-decoration: none;
  margin: 0 3px;
}

.footer_nav a:hover 
{
  color: #c00;
}

.footer_nav a.active,
.footer_nav a.active:visited,
.footer_nav a.active:active
{
  font-weight: bold;
  color: #c00;
}

.footer_nav a.active:hover
{
  color: #000;
}



/* CALENDAR SETTINGS */
.date_picker .ajax__calendar_container 
{
  border: 1px solid #666;
  background: #fff;
  color: #000;
  }
  
.date_picker .ajax__calendar_dayname 
{
  border-bottom: 1px solid #f0f0f0;
  }
  
.date_picker .ajax__calendar_footer 
{
  border-top: 1px solid #bbb;
  }
  
.date_picker .ajax__calendar_day 
{
  border: 1px solid #ffffff;
  }

.date_picker .ajax__calendar_month 
{
  border: 1px solid #ffffff;
  }

.date_picker .ajax__calendar_year 
{
  border:1px solid #ffffff;
  }

.date_picker .ajax__calendar_active .ajax__calendar_day 
{
  background-color: #ddd;
  border-color: #bbb;
  color:#000;
  }

.date_picker .ajax__calendar_active .ajax__calendar_month 
{
  background-color:#ddd;
  border-color:#bbb;
  color:#000;
  }

.date_picker .ajax__calendar_active .ajax__calendar_year 
{
  background-color:#ddd;
  border-color:#bbb;
  color:#000;
  }

.date_picker .ajax__calendar_other .ajax__calendar_day 
{
  background-color:#fff;
  border-color:#fff;
  color:#bbb;
  }

.date_picker .ajax__calendar_other .ajax__calendar_year 
{
  background-color:#fff;
  border-color:#fff;
  color:#999;
  }

.date_picker .ajax__calendar_hover .ajax__calendar_day 
{
  background-color:#fc0;
  border-color:#c00;
  color:#000;
  }

.date_picker .ajax__calendar_hover .ajax__calendar_month 
{
  background-color:#fc0;
  border-color:#c00;
  color:#000;
  }

.date_picker .ajax__calendar_hover .ajax__calendar_year 
{
  background-color:#fc0;
  border-color:#c00;
  color:#000;
  }

.date_picker .ajax__calendar_hover .ajax__calendar_title 
{
  color:#000;
  }

.date_picker .ajax__calendar_hover .ajax__calendar_today 
{
  color:#000;
  }
/* /CALENDAR SETTINGS */



/* PNG REPLACEMENT FOR IE6 

* html img,
* html .png {
  _position:relative;
  _behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

/* /PNG REPLACEMENT FOR IE6 */