/* general styles */
p,form {
    padding: 0px; margin: 0px; 
}

/* template defaults */
body, td, th {
    font: 9pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
    /* color: #000000; */
}
body {
    background: #FFFFFF;
}
form, form td, form th, button, .button, .textfield, input, .input, textarea, select { 
    font: 8pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
h1 {
    color: #444444;
    font-weight: bold;
    font-size: 12.8pt;
}
h2 {
    font-size: 12pt;
    font-weight: bold;
}
h3 {
    font-size: 10pt;
    font-weight: bold;
}
.comment {
    font-size: 8pt;
}
.note {
    font-size: 8pt;
    font-style: italic;
}
.error, .error_text, .inline_error {
    color: #FF0000;
}
.error { 
    padding-bottom: 10px; 
}
.asterisk {
    color: #FF0000;
}
table {
    border-collapse: collapse;
}
.framed {
    border: solid 1px #d0d0d0;
}
.framed_left {
    border-left: solid 1px #d0d0d0;
}
.framed_right {
    border-right: solid 1px #d0d0d0;
}
.framed_top {
    border-top: solid 1px #d0d0d0;
}
.framed_bottom {
    border-bottom: solid 1px #d0d0d0;
}
th, form th {
    background: #E0E0E0;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}
.active_cell {
    background: #F0F0F0;
}

/* form elements */
.form_left_cell { 
    padding: 2px; padding-right: 10px; font-weight: bold; 
    vertical-align: top; padding-top: 5px; text-align: left;
}
.form_right_cell { 
    padding: 2px; text-align: left;
}
.section_hdr { 
    font-size: 10pt; font-weight: bold;
    border-bottom: solid 1px #e0e0e0; padding-top: 4px;
    padding-bottom: 8px; margin-bottom: 8px; 
}
.section_submit { 
    font-size: 10pt; font-weight: bold;
    padding-bottom: 4px; padding-top: 10px; text-align: center; 
}
.section_sep { 
    border-top: solid 1px #e0e0e0; margin-top: 6px;
    margin-bottom: 6px; 
}
.fixed_field { 
    padding: 2px; border: 1px solid #000000; 
}
.form_label {
    font-weight: bold;
    text-align: left;
}

/* navigation menus and dropdowns */
.submenu_shell {
}
.submenu_inactive_item {
    padding: 2px 30px 2px 8px;
    cursor: pointer;
}
.submenu_active_item {
    padding: 2px 30px 2px 8px;
    cursor: pointer;
}
.nav_dropdown {
    font: 9pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
}

/* tables */
.table {
    border-collapse: collapse;
}
table.table td {
    padding: 3px 6px;
    border: 1px solid #e0e0e0;
}
table.table th {
    border: 1px solid white;
    padding: 6px 6px;
    font-weight: bold;
    text-align: left;
}
table.table td td {
    border: none;
    padding: 3px;
}
td.nopadding, table.nopadding td, tr.nopadding td {
    padding: 0px;
}
table.align_top td, table.align_top th { 
    text-align: left; vertical-align: top; 
}

/* headers */
td.subheader, div.subheader {
    padding-bottom: 4px;
    font-weight: bold;
}

/* frames */
.content_frame {
    vertical-align: top;
    border: 1px none #d0d0d0;
    padding: 4px;
}
.frame_container {
    border-collapse: separate;
}

/* links */
a.dynamic_link { 
    text-decoration: none; 
}
a.dynamic_link:hover { 
    text-decoration: underline; 
}

/* help window styles */
.help_window {
    background: #F8F8F8;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.help_header {
    background: #8090A0;
    padding: 4px 8px;
    cursor: pointer;
    height: 16px;
    padding: 3px;
    color: #FFFFFF;
    font-weight: bold;
}

/* popup windows */
.popup_div {
    padding: 8px;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    background: #F4F4F4;
    font: 8pt Verdana;
    color: #000000;
}
.popup_slink {
    cursor: pointer;
    margin: 0px;
    padding: 2px 4px;
    color: #000000;
}
.popup_slink2 {
    cursor: pointer;
    margin: 0px;
    padding: 1px 3px;
    border: 1px solid #808080;
    background: #E0E0FF;
    color: #000000;
}
.popup_hdr {
    font-weight: bold;
    font-size: 9pt;
    background-color: #E0E0E0;
    padding: 4px;
    color: #000000;
}
.popup_hdr td {
    color: #000000;
}
.popup_hdrtext {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
}
.popup_cell {
    width: 24px;
    height: 20px;
    padding: 1px;
    vertical-align: middle;
    text-align: center;
    font-size: 9pt;
    border: 1px solid #808080;
    color: #000000;
}

/* form view */
table.fview {
	border-collapse: collapse;
}
table.fview td {
	padding: 0px;
}
table.fview_checkboxes td {
	padding: 1px;
}
tr.fview_errorline td {
	vertical-align: bottom;
	padding-top: 4px; padding-bottom: 2px;
}

.infobox {
    border: solid 1px #808080; 
    padding: 6px; 
    background: #FFFFE0;
}

.errorbox {
    border: solid 1px #808080; 
    padding: 6px; 
    background: #FFFFE0;
}
@CHARSET "UTF-8";

/* item lists */
.LayoutTable {
    border-spacing: 0px;
    border-collapse: collapse;
}
.LayoutTable td {
    padding: 0px;
}
td.TabActive {
    border: solid 1px #9fcaff;
    border-bottom: none;
    background: #c8e1ff;
    padding: 3px 8px;
    cursor: default;
    font-weight: bold;
}
td.TabInactive {
    border: solid 1px #E0E0E0;
    border-bottom: none;
    background: #F8F8F8;
    padding: 3px 8px;
    cursor: pointer;
}
td.TabSpacing {
    font-size: 10px;
}
.TabBody {
    border: solid 1px #9fcaff;
    padding: 6px;
    width: 100%;
}
.FieldTable {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
.FieldTable td {
    /*padding: 2px 0px;*/
}
.FieldDiv {
    padding: 2px 0px;
}
.ColumnsTable {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
.ColumnsTable td.first {
    padding: 0px;
    padding-right: 10px;
}
.ColumnsTable td.middle {
    padding: 0px;
    padding-right: 10px;
}
.ColumnsTable td.last {
    padding: 0px;
}
.ControlLine {
    padding: 2px 0px 2px 0px;
}
table.table .ControlLine {
    padding: 0px;
}
table.table .FieldTable td {
    padding: 1px;
}
.ImageListTable {
    border-spacing: 0px;
    border-collapse: collapse;
}
table.ImageListTable td {
    padding-right: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
    text-align: center;
}
.InfoWindow {
    z-index: 20000;
    border: solid 1px #E0E0E0;
    background: #FFFFFF;
    text-align: center;
    overflow: auto;
    padding: 0px;
}
.InfoWindow img.large {
    margin: 14px 0px;
}
.InfoWindow .content {
    text-align: left;
    margin: 14px;
}
.InfoWindow .loading {
    color: #a0a0a0;
    font-weight: bold;
    font-size: 12pt;
    margin: 14px;
}
.InfoWindow .controls {
    border-top: solid 1px #E0E0E0;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 14px;
}
.ImageOptionTable {
	border-collapse: separate;
}
.ImageOptionTable td {
    border: dotted 1px transparent;
}
.ImageOptionTable td.SelectedOption {
    background: #f0f0f0;
    border: dotted 1px #a0a0a0;
}

/* image boxes */
.imageset_add_button {
    background: #F0F0F0;
    color: black;
    border: solid 1px #E0E0E0;
    text-decoration: none;
    border-radius: 4px;
    cursor: default;
    margin: 2px 0px;
    text-align: center;
    width: 20px;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.imageset_add_button:hover {
    background: #c8e1ff;
    color: black;
    border: solid 1px #9fcaff;
    text-decoration: none;
}
.imageset {
    position: relative;
}
.imageset .box {
}
.imageset .box img {
    vertical-align: top;
    margin-right: 4px;
    margin-bottom: 4px;
}
.imageset .box .imageset_add_button {
    background: #F0F0F0;
    color: black;
    border: solid 1px #E0E0E0;
    border-radius: 4px;
    cursor: default;
    text-align: center;
    width: 20px;
    z-index: 3;
    position: absolute;
    text-decoration: none;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.imageset .box .imageset_add_button:hover {
    background: #c8e1ff;
    border: solid 1px #9fcaff;
}

.FiftyOne {
    z-index: 20000;
    background: #FFFFFF;
    overflow: auto;
	text-align: left;
	padding: 10px;
	border: solid 1px #808080; 
	color: #606060;
	font-size: 8pt;
}
.FiftyOne td {
    color: #606060;
    font-size: 8pt;
}
/**********   COMMON STYLES   **********/
body, html {
   width:            100%;
   height:           100%;
   padding:          0px;
   margin:           0px;
   background: 		#ffffff;
}
body, input, select, textarea, td, th,
input, select, textarea {
   color:            #010101;
}
a:link {
   color: #01517f;
}
a:visited {
   color: #010101;
}
a:hover {
   color: #3c4a50;
}
a:active {
   color: #01517f;
}
/*
form, div {
   background:       transparent;
   border:           none;
}
*/
.subname, h1 {
   font-weight:      normal;
   font-size:        13.5pt;
   color: #3c4a50;
   font-family: Verdana;
   padding:          0;
   margin:           0;
}

h2 {
   padding:          0px 0px 10px 0px;
   margin:           0px;
   font-weight:      bold;
   font-size:        11.3pt;
   font-family: Verdana;
   color: #01517f;
}

h3 {
   padding:          0px 0px 10px 0px;
   margin:           0px;
   color: #010101;
      font-weight:      bold;
   font-size:        9.8pt;
   font-family: Arial;

}

.comment {
   font-size:        7.5pt;
}
.error_text {
   font-weight:      bold;
   color:            #800000;
}
.asterisk {
   color:            #FF0000;
}
.button {
   font-family:      Verdana,Tahoma,Arial,Helvetica,sans-serif;
   color:            #000000;
}
.input {
   font-family:      Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
table {
   border-collapse:  collapse;
}
.framed {
   border:           1px solid #E0E0E0;
}
.sepline {
   background:       #E0E0E0;
}
th, .header_cell {
   background:       #E0E0E0;
   font-weight:      bold;
   text-align:       center;
}
.active_cell {
   background:       #F0F0F0;
}
.header_place {
   background-color: #000000;
}


/**********   DESIGN ELEMENTS   **********/
.content_a, .content_b, .content_c {
    text-align: left;
    vertical-align: top;
}

.footer {
    text-align: center;
    padding: 10px;
}
.footer, .footer td, .footer th, .footer p, .footer * {
    font-size: 9pt !important;
	font-family: Arial !important;
    color: #ffffff !important;
}

.content_c {
    background: #3a9742;
}

.content_c, .content_c td, .content_c th, .content_c p, .content_c * {
    color: #ffffff !important;
}

