
/* Comment Generated by Combres - Resource '~/Content/SimpleSys/SitePrint.css' (Mode: Static) */
/*----------------------------------------------------------
The base color for this template is #4e84c4. If you'd like
to use a different color start by replacing all instances of
#4e84c4 with your new color.
----------------------------------------------------------*/


body {
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #060606;
}
a, a:link {
    border: solid 1px transparent;
    color: #1977be;
    text-decoration: none;
}
a:visited {
    color: #505abc;
}
a:active {
    color: #12eb87;
}
a:hover {
    color: #FF8A00;
}

p, ul {
    margin: 2px;
    padding: 2px;
    line-height: 1em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    display: none;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* 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: 99%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    display: none;
}

#header h1 {
    display: none;
}

#main {
    padding: 10px 10px 5px 10px;
    margin-bottom: 15px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer {
    display: none;
}
/* TAB MENU   
----------------------------------------------------------*/

ul.menu {
    display: none;
}


/* List    
----------------------------------------------------------*/

ul.list {
    display: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    width: 100%;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}
label {
    font-weight: bold;
}


legend {
    font-size: 1.2em;
    font-weight: 600;
    padding: 2px 4px 2px 4px;
    background-color: #e8eef4;
    border: solid 1px transparent;
    margin-bottom: 10px;
}

/* TABLE
----------------------------------------------------------*/

.grid {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
    margin: 2px;
    width: 100%;
}

.grid td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

.grid th {
    padding: 6px 5px;
    font-weight: bold;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
.grid fieldset {
    padding: 2px;
    margin: 0px;
    height: 100%;
}

.pagination {
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    text-align: left;
    margin: 2px;
    width: 100%;
    display: inline-block;
}
.paginationLeft {
    margin: 4px;
    padding: 6px 5px;
    font-weight: bold;
    display: inline-block;
}
.pagination a {
    margin: 2px;
    padding: 2px;
    background-color: White;
    border: solid 1px #1977BE;
}
.pagination a:hover {
    color: #1977BE;
    background-color: #FF8A00;
}
.pagination a.selected {
    border: 1px solid #fad42e;
    background-color: #fbec88;
    color: #363636;
}

/*             */

.toolbar a, .inline a {
    display: inline-block;
    margin-right: 4px;
}

/*             */

.flowarea {
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 2px;
    width: 100%;
    text-align: center;
}

.flowarea a {
    display: inline-block;
    background-color: #fff;
    width: 30%;
}
.flowarea label {
    display: block;
}


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    display: none;
}

div#title {
    display: none;
}

#logindisplay {
    display: none;
}
#logindisplay span {
    display: 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;
}
.validationSummary {
    padding: 5px 8px 5px 8px;
    margin-top: 5px;
    text-align: left;
    vertical-align: middle;
    background-color: #ffeeee;
}
.validationSummary ul {
    padding-left: 25px;
    padding-top: 5px;
}
.validationSummary ul li {
    line-height: 1.2em;
}
.validationSummary span {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
    margin: 0.5em 0;
}
.display-field, .editor-field {
    margin-bottom: 1em;
}


.display-fieldlabel label {
    padding-right: 6px;
    margin-right: 6px;
}

.wide, .wide input, .wide textarea {
    width: 500px;
    max-width: 95%;
}
.thin input[type="text"], textarea, .thin select {
    width: 150px;
}

select[class!=thin] {
    width: 270px;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.sideleft {
    width: 45%;
    display: inline-block;
    float: left;
    margin-right:10px;
}
.sideright {
    width: 45%;
    display: inline-block;
    float: left;
    margin-left:10px;
}

.right {
    float: right;
    margin-left: 10px;
    overflow: hidden;
}
.right input {
    max-width: 200px;
}
.column {
    max-width: 250px;
    background-color: #fcfcfc;
}
.column * {
    text-align: center;
}

.left {
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.left input {
    max-width: 200px;
}
.block, .block a {
    display: block;
}
.bold, .bold td {
    font-weight: bold;
}

.thumbnail image {
    border: 1px solid #79b7e7;
    background-color: #dfeffc;
    color: #1977be;
    margin: 4px;
    padding: 2px;
}


.addressdisplay  {
    width:100%;
    clear:both;
}
.row-one input, .row-two, .row-three {
    display: block;
    clear: both;
}

.addressdisplay label {
    display: inline-block;
    font-size: smaller;
    margin-left:2px;
    margin-right:2px;
}

.addressdisplay input {
    border: none;
    display: inline-block;
    background: Transparent;
    background-image:none;
    padding: 1px 1px 1px 1px;
    margin-left:2px;
    margin-right:2px;
}

input[type="text"], input[type="password"], textarea, .text-box, .editor-field span.ui-state-success, .editor-field span.ui-state-error {
    width: 200px;
}
.row-one input, .row-one label {
    width: 90%;
}
.row-two input, .row-two label {
    width: 42%;
}
.row-three input, .row-three label {
    width: 26%;
}
.noprint, .tabs, .noprint *, .icon {
    display: none;
}
.printright {
    float: right;
}
.prinleft {
    float: left;
}

input, select, textarea, .ui-state-highlight, .ui-state-active,  .ui-state-success,   .ui-state-error {
    border : none;
}


/* Comment Generated by Combres - Resource '~/Content/SimpleSys/toolsPrint.css' (Mode: Static) */
/* root element for tabs  */
ul.tabs {
    display:none;
}

/* single tab */
ul.tabs li {
    display:none;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    display:none;
}

ul.tabs a:active {
    display:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    display:none;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    display:none;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* initially all panes are hidden */
.panes, .pane, .panes div {
    display: block;
}

