﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
body {
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #444;
    font-family: "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
}

a:link {
    color: #900;
}

a:visited {
    color: #900;
}

a:hover {
    text-decoration: underline;
}

a:active {
    background-color: transparent;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

pre {
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-family: Arial, sans-serif;
}

table ul {
    padding-left: 15px;
    margin: 0;
}

table li {
    line-height: 1.2em;
}

table tr.even {
    background-color: #cfc6af;
}

abbr, acronym {
    border-bottom: 1px dotted;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

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: 1025px;
    margin-left: auto;
    margin-right: auto;
    
}

header, #header {
    position: relative;
    margin: 0 auto;
    color: #000;
    padding: 13px 0 0;
}

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,
#main {
    background-color: #FFF;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px 4px 0 0;
}

#main_left
{
    float: left;    
    width: 600px;
    background-color: #FFF;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

#main_right {
	float: right;
	width: 300px;
	background-color: #FFF;
	padding-bottom: 32767px;
    margin-bottom: -32767px;
}

.column_container
{
    background-color: #FFF;
}

#page-footer {
    background-color: #FFF;
    border-radius: 0 0 4px 4px;
    margin: 0 auto 10px;
    padding: 10px 0;
    width: 1025px;
}

footer, 
#footer {
    margin: 0 auto;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    margin: 0;
    padding: 0 0 2px;
    position: relative;
    /*text-align: right;*/
    z-index: 2;
}

body.full ul#menu {
    margin-top: -23px;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px 3px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: black;
    color: white;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

body.full ul#menu li a:hover {
    background-color: transparent;
}

ul#menu li a:hover {
    background-color: #FF7000;
    background-image: url("images/overlay-tpblack.png");
}

ul#menu li.selected a {
    background-color: #FFF;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    padding: 0;
    border-style:solid;
    border-color:gray;
    border-width:1px;
    margin-bottom: 10px;
}

    form > fieldset > table, #main fieldset table, body fieldset table {
        margin: 5px 0 5px 10px;
        max-width: 970px;
        min-width: 970px;
    }

        fieldset table th + th + th {
            *width: 250px;
        }

        fieldset table th + th + th + * {
            *width: auto;
        }

        fieldset table input[type="text"] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
        }

    fieldset textarea, fieldset textarea.ckeditor + * {
        min-height: 150px;
        resize: vertical;
        width: 792px;
    }

fieldset.details {
    border: 1px solid #DDD;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

legend.details {
    font-size: 1.2em;
    font-weight: bold;
}

input[type="text"], 
input[type="password"],
input[type="datetime"],
input[type="url"],
input[type="email"],
textarea {
    border: 1px solid #CCC;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 180px;
}

select {
    border: 1px solid #CCC;
    padding: 1px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 2px 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    word-wrap: break-word;
    table-layout: fixed;
}

table td {
    padding: 5px;
    border: solid 1px #444;
}

table th {
    padding: 6px 2px 6px 11px;
    text-align: center;
    background-color: black;
    color: white;
    border: solid 1px #444;
}

table td#VendorListName {
	width: 200px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 10px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
}

#logindisplay a:link {
    text-decoration: underline;
}

#logindisplay a:visited {
    text-decoration: underline;
}

#logindisplay a:hover {
    text-decoration: none;
}

.vendor-actions {
    margin-bottom: 10px;
}

    .vendor-actions input, .vendor-actions select {
        font-size: 1em;
    }

#vendor-form-actions {
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #444;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 3px;
  vertical-align: middle;
}

#vendor-form-actions > a {
    color: #444;
}

#dirSearch > * {
  vertical-align: middle;
}

.tablesorter tbody tr {
    height: 36px;
}

.pagination_links {
    color: #444;
}

.pagination_links a {
    text-decoration: none;
}

.pagination_links a:visited {
    color: #034AF3;
}

.pagination_links a:hover {
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #F00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #F00;
    background-color: #FEE;
}

.validation-summary-errors {
    font-weight: bold;
    color: #F00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label {
    font-weight: bold;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 110px;
}

.display-field {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 10px;
    vertical-align: top;
}

.display-field-label-set {
    margin: 5px 10px;
    vertical-align: top;
}

.display-set-2-column {
    margin: 5px 0 5px 10px;
    padding: 2px 4px;
    vertical-align: top;
    width: 442px;
}

    .display-set-2-column .display-field {
        width: 321px;
    }

.display-set-3-column {
    margin: 5px 0 5px 10px;
    padding: 2px 4px;
    vertical-align: top;
    width: 288px;
}

    .display-set-3-column .display-field {
        width: 168px;
    }
     
.editor-label {
    margin: 5px 0 0 0;
    width: 100px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.editor-field {
    margin-left: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.grouped-field {
    margin-bottom:10px;
}

.text-box {
    margin: 0 0 5px;
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.editor-link {
    background-color: #EEF;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: sans-serif;
    margin: 5px 5px 0 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 113px;
}

    .editor-link a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 2px 16px 2px 2px;
        text-decoration: none;
        width: 95px;
    }

        .editor-link a:hover {
            background-color: #CCF;
        }

    .editor-link p {
        cursor: pointer;
        font-weight: bold;
        height: 100%;
        left: 100px;
        margin: 0;
        padding-left: 2px;
        position: absolute;
        top: 0;
        width: 11px;
    }

        .editor-link p:hover {
            background-color: #CAA;
        }

        .editor-link span {
            line-height: 1em;
            margin-top: -50%;
            position: absolute;
            top: 50%;
        }

.fakebox
{
    border: 1px solid #CCC;
    padding: 2px;
    font-size: 1.2em;
	color: #444;
	width: 190px;
	background-color: #e8eef4;
	display: inline-block;
}

.tri-state {
    width: 6em;
}

.input-field-label-set 
{
    position: relative;	
    margin: 5px 0 5px 10px;
}

.input-field-label-set-2-column 
{
    position: relative;	
    margin: 5px 0 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 451px;
}

    .input-field-label-set-2-column .editor-field > * {
      width: 335px;
    }

.input-field-label-set-3-column 
{
    position: relative;	
    margin: 5px 0 5px 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 298px;
}

.editor-field p, .editor-field ul {
    line-height: 1.2em;
    margin: 0;
    min-height: 1.2em;
}

.print {
    font-size: 10pt;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.print a {
    background-position: 0 center;
    background-repeat: no-repeat;
    color: #156570;
    padding-left: 15px;
    text-decoration: none;
    vertical-align: top;
}

.print a:hover {
    text-decoration: underline;
}

@media print {
    .print, #vendor-form-actions {
        visibility: hidden;
    }
    table tr td {
        border-bottom: 1px #777 solid;
    }
}