﻿body {
    background-color: #fff;    
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    color: #6b6b6b;
    padding: 10px 0;
    margin: 0 8px 0 19px;
    height: 100%;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    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;
}

textarea {
    
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
}

input[type="checkbox"]{
    width: 10px; 
    height: 10px;
    margin: 0px;
    padding: 0px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* 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;
}

#siteTitle
{
    font-size:24px;
    font-weight: bold;
}
#siteLogo
{
    margin-left:20px;
    margin-top:5px;
    margin-bottom:12px;
}

.content-page-title 
{
    height: 33px;
    padding: 9px 20px 8px 0px;
    position: relative;
    background: #fff url(/Content/images/bg-content-page-title.gif) repeat-x;
}

H1 
{
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #6b6b6b;
}

hr
{
	border: 1px solid #cccccc;
}
img {
    border:0;
}
.label
{
    margin: 0;
    color: #7a7c7f;
    font-weight: bold;
    padding-top: 3px;
}

.field
{
    padding-top: 3px;
    padding-left: 20px;
}

.fixedDiv
{
    width: 215px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
    text-align:left;
    vertical-align:top;
    padding: 0px 0px 0px 0px;
	box-sizing:border-box;
	margin:0;
    display:inline-block;
}

.textareafield 
{
    width:400px;
    min-height: 150px;
}
.textareafieldsmall 
{
    width:400px;
    min-height: 75px;
}

.space
{
    width: 10px;
}

.resultTable
{
    background-color: #ffffff;
}
.resultTable TH
{
    height: 24px;
    font-weight: bold;
    text-align:left;
    background-color: #7a7c7f;
    color: White;
    padding-left: 10px;
    padding-right: 10px;
    font-size:11px;
    white-space:nowrap;
}

.resultTable .selectedBg
{
    background-color: #e4e1e1;
}
.resultTable TD
{
    text-align:left;
    vertical-align:top;
    padding: 2px 10px 5px 10px;
    
}
.pagerImg
{
      width:auto;
      height:auto;
      border:0;         
}

.pagerStyle
{
      margin-top: 10px;
      position:absolute;
}

.imageButton {
    border: 0;
    cursor:pointer;
    text-indent: -9999em;
    line-height:8px;
    height: 14px;
    margin: 0px;
    padding: 6px;
}
/* Data List tables  
----------------------------------------------------------*/
.pagingTable TH
{
    font-weight: bold;
    text-align:left;
    padding: 2px 0px 2px 0px;
    margin: 0px;
    white-space:nowrap;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}