﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

.menu-header-fixed-width {
    width: 128.6px;
    height: 70px;
}

body {
    background-color: #FFFFFF;
    font-size: 10pt;
    font-family: "Tahoma", Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000000;
    /*background: url(img/header-new.jpg) no-repeat center top;*/
    position: relative;
}

a:link 
{
    color: #2222FF;
    text-decoration: none;
}

a:visited 
{
    color: #2222FF;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

a:active {
    color: #2222FF;
    text-decoration: none;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 3.0em;
    color: #004A6F;
}

h1 {
    font-size: 1.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page 
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main 
{
    padding: 10px 20px 15px 20px;
   
}

footer, 
#footer {
    
    color: #999;
    padding: 20px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .7em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    margin: 0;
    width: 1024px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    width: 450px;
    font-size: 10pt;
    font-family: "Tahoma", Sans-Serif;
}

textarea.small {
    min-height: 75px;
    width: 189px;
    font-size: 10pt;
    font-family: "Tahoma", Sans-Serif;
}

input.small 
{
    width: 137px;
    min-width: 137px;
    max-width: 137px;
}

input.tiny 
{
    width: 52px;
    min-width: 52px;
    max-width: 52px;
}

.smallinput
{
    width: 150px;
}

.miniinput
{
    width: 100px;
}

.tinyinput
{
    width: 50px;
}

.halfinput
{
    width: 100px;
}

select {
    border: 1px solid #ABADB3;
    font-size: 1.1em;
    color: #444;
    width: 200px;
    height: 22px;
    white-space: nowrap;
    
}

input[type="submit"] {
    font-size: 10pt;
    padding: 1px;
}

/* TABLE
----------------------------------------------------------*/

table th {
    background-color: #e8eef4;
}

.details_table {
    background-color: #ffffff;
    border: 1px solid;
    border-color: #000000;
}
.details_table td {
    border: 1px solid;
    border-color: #000000;
}



/* DIV  
----------------------------------------------------------*/
.leftcolumn { width: 480px; float: left}
.rightcolumn { width: 480px; float: right}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    margin-top: 5px;
    padding-right: 350px;
    font-size: 1.1em;
    display: block;
    text-align: right;
    float:right;
    color: #666666;
    width:500px;
    z-index:2
}

#logindisplay a:link {
    text-decoration: none;
}

#logindisplay a:visited {
    text-decoration: none;
}

#logindisplay a:hover {
    text-decoration: none;
}




#submenu {
    margin-top: 7px;
    padding-left: 20px;
    font-size: 1em;
    display: block;
    text-align: left;
    float:left;
    color: #666666;
    width:auto;
    z-index:2
}

#submenu a:link {
    text-decoration: none;
}

#submenu a:visited {
    text-decoration: none;
}

#submenu a:hover {
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.group-fields
{
    display: inline-block;
}

.display-label, 
.editor-label 
{
    width: 30%;
}

.display-field, 
.editor-field 
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

.text-box {
    width: 196px;
    height: 16px;
    
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

form.issacform fieldset {
  margin-bottom: 10px;
}
form.issacform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.issacform label {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
form.issacform fieldset ol {
  margin: 0;
  padding: 0;
}
form.issacform fieldset li {
  list-style: none;
  padding: 1px;
  margin: 0;
}
form.issacform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.issacform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.issacform fieldset fieldset label {
  display: block;
  width: auto;
}
form.issacform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.issacform label {
  width: 200px; /* Width of labels */
}
form.issacform fieldset fieldset label {
  margin-left: 203px; /* Width plus 3 (html space) */
}

form.issacform_tight fieldset {
  margin-bottom: 10px;
}
form.issacform_tight legend {
  padding: 0 2px;
  font-weight: bold;
}
form.issacform_tight label {
  display: inline-block;
  vertical-align: top;
}
form.issacform_tight fieldset ol {
  margin: 0;
  padding: 0;
}
form.issacform_tight fieldset li {
  list-style: none;
  padding: 1px;
  margin: 0;
}
form.issacform_tight fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.issacform_tight fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.issacform_tight fieldset fieldset label {
  display: block;
  width: auto;
}
form.issacform_tight em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.issacform_tight label {
  width: 75px; /* Width of labels */
}
form.issacform_tight fieldset fieldset label {
  margin-left: 78px; /* Width plus 3 (html space) */
}

.scrolltableminicell {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
}

.scrolltablehalfcell {
    width: 106px;
    min-width: 106px;
    max-width: 106px;
}

.scrolltablecell {
    width: 206px;
    min-width: 206px;
    max-width: 206px;
}

.scrolltablewidecell {
    width: 406px;
    min-width: 406px;
    max-width: 406px;
}

.mutable_dropdown_select_big
{
    width: 406px;
    min-width: 406px;
    max-width: 406px;
}

.mutable_dropdown_select_small
{
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.mutable_dropdown_select
{
    width: 200px;
     height: 22px;
    min-width: 200px;
    max-width: 200px;
    margin-bottom: -6px;
}

.mutable_dropdown_select_matchwidth
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mutable_select_button
{
    padding-top: 4px;
}

select.small {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}

select.mini 
{
    width: 110px;
    min-width: 110px;
    max-width: 110px;
}

select.tiny 
{
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.mutable_dropdown_button_small
{
    font-size: 10pt;
    padding: 0px;
}

.mutable_dropdown_button
{
    font-size: 10pt;
    padding: 1px;
}

.order_select
{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.sort_select
{
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.date
{
    width: 100px;
    height: 16px;
    min-width: 100px;
    max-width: 100px;
}

textarea.matchwidth
{
    width: 97%;
    min-width: 97%;
    max-width: 97%;
}

input[type="text"]:disabled.matchwidth
{
    width: 99%;
    min-width: 99%;
    max-width: 99%;
}

.matchwidth
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

#message_popup {
    display:none;
    border:ridge solid;
    background-color: #fff;
    padding: 30px;
}

.show_hide {
    font-weight: normal; 
    font-size: 80%;
    cursor: pointer;
}

td.wordbreak {
    word-break: break-all;
}

label.category_group {
    width: 100%;
}

ul {
    list-style: none;
}
ol {
    list-style: none;
}