﻿/*----------------------------------------------------------
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
{
	background:url('../Content/Pics/bodyBack.gif') repeat-x;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

header,
footer,
nav,
section 
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
    font-size: 1.3em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

.smalltext
{
    font-size: .8em;
    color: Black;
}

.defaultsmall
{
    font-size: .8em;
}

.defaulttext
{
    font-size: 1.0em;
    color: Black;
}

.largetext
{
    font-size: 1.3em;
}

.largetextbold
{
    color: Black;
    font-size: 1.1em;
    font-weight: bold;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.5;
}

.headertext
{
	text-align: center;
    font-size: 1.8em;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #1C345C;
    font-weight: bold;
}

/* 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
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    width: 1000px;
    min-width: 1000px;
    max-width: 1000px;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

header h2, #header h2
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1.5em;
    font-size: 26px !important;
}

#main
{
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}


footer, #footer, .footer
{
    padding: 5px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .8em;
}

.footerlink
{
    color: #459EDE;
    text-decoration: underline;
}

.footerlink:visited
{
    color: #459EDE;
    text-decoration: underline;
}

.footerlink:hover
{
    color: #459EDE;
    text-decoration: underline;
}

.profilespace
{
    height: 550px;
}

.parcelentrybox
{
    width: 165px;
    padding: 10px 10px 10px 10px;
    border-color: #a3d0e4; /*Black;*/
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #e7f3f7; /*Silver;*/
}

.summarycontainer
{
    width: 760px;
    padding-left: 15px;
    display: inherit;
}

.addressblock
{
   border-color: Black;
   text-align: left;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   float: left;
   width: 330px;
   min-height: 62px;
   font-size: 0.8em;
}

.legalblock
{
   border-color: Black;
   text-align: left;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   float: right;
   width: 330px;
   min-height: 62px;
   font-size: 0.8em;
}

.paymentblock
{
   width: 300px;
   border-color: Black;
   text-align: left;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   font-size: 1.0em;
   line-height: 2.0em;
}

.bidderlogin
{
    width: 295px;
    padding: 10px 10px 10px 10px;
    border-color: #a3d0e4; /*Black;*/
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #e7f3f7; /*Silver;*/
}

.disclaimerbox
{
    width: 600px;
    padding: 10px 10px 10px 10px;
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #E8F6FC;
    margin-left: auto;
    margin-right: auto;
}

.pmtselect 
{ 
    font-weight: bold;
}

.mainlink
{
    color: #217194;
    font-weight: bold;
}

.headertext
{
    font-size: 1.2em;
    font-weight: bold;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}

#menu .k-item
{
    border-width: 0 0 0 1px;
}

#menu .k-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/*#PanelBar .k-sprite       { background-image: url('../Content/kendo/BlueOpal/sprite.png'); }
#PanelBar .sprite-header  { background-position: -64px -208px; }            
#PanelBar .sprite-item    { background-position: -64px -220px; } 
#PanelBar .sprite-item-reports    { background-position: -114px -89px; }  
#PanelBar .sprite-item-pmts    { background-position: -110px -269px; }*/         


#PanelBar .k-sprite       { background-image: url('../Content/kendo/2016.3.1118/BlueOpal/sprite.png'); }
#PanelBar .sprite-header  { background-position: -64px -208px; }            
#PanelBar .sprite-item    { background-position: -245px -242px; } 
#PanelBar .sprite-item-reports    { background-position: -293px -99px; }  
#PanelBar .sprite-item-pmts    { background-position: -110px -269px; }         


/*Grey out the PlaceHolder text of textboxes */
.k-readonly
{
    color: gray;
}

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#265396;
	padding:2px 5px;
	color:#FFF;
	display:none;
}
	

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

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 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    /*border: 1px solid #CCC;*/
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/


.bordertable 
{
  border-right : solid 1px #e8eef4;
  border-bottom: solid 1px #e8eef4;
  border-collapse: collapse;
  width: 100%;
  background-color: White;
}

/*
table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
*/

.menusection
{
	width: 190px;
}

.mainsection
{
	padding: 5px 5px 5px 10px;
	min-height: 400px;
}

.standardtable
{
	border: none;
	width: 100%;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.redfont
{
	color:Red;	
}

.redback
{
    outline-color: Red;
    outline-style: solid;
    outline-width: 1px;
}

.success
{
    color:Green;
    font-weight: bold;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.bold
{
  font-weight: bold;   
}

.GLDetailsTable
{
    width: 100%;
    font-size: 0.95em;
}

#detailstable td
{
   
   min-height: 20px;
   height: 20px;
   border-left:  1px solid black;
   border-top:  1px solid black;
   border-collapse: collapse;
   
}

.detailsright
{
   border-right:  1px solid black;
}

.detailsbottom
{
   border-bottom:  1px solid black;
}

#detailstable a
{
    color: #5f84c9;
}

.headercolor
{
    color: White;
    background-color: #c9dcf2;  
}

.categorycolor
{
    background-color: Silver;   
}

div#title
{
    display:block;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* place image in a block and center it */
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

/* 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
----------------------------------------------------------*/

.editor-label,
.display-label
{
    margin: 1em 0 0 0;
    color: Black;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

div.t-grid td {
    vertical-align: top;
}

.gridlink 
{
  color: #22333a;
}
