﻿body {
}

.edit-table-listview
{
    /*BORDER-RIGHT: #a8c27f 1px solid;
    BORDER-TOP: #a8c27f 1px solid;
    BORDER-LEFT: #a8c27f 1px solid;
    BORDER-BOTTOM: #a8c27f 1px solid;*/
    border: #0033cc 1px solid;
    border-collapse: collapse;
    width: 100%;
    
}

.edit-table-listview th
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
    height: 20px;
    background-color: #cee4e7;
}

.edit-table-listview td
{
	padding-left: 5px;
    padding-right: 5px;
    border-style:solid;
    border-width:1px;
    border-color: #cee4e7;
    height: 24px;
}

.edit-table-listview-footer
{
	PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #eef7f7;
    width: 100%;
}

.edit-table-header
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 15px;
    background-color: #eef7f7;
    width: 100%;
    color: #0033CC;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 10px;
}

.alertHeader
{
	color: red;
	font-weight: bold;	
}

#TdHeader
{
    color: #FF0000;
}

#col1
{
    width:200px;
 /**   background:red; **/
}

   .rlvI {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    min-height: 140px;
    margin: 4px;
    width: 500px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);

}

   
   .saleHead 
   {
       background-color: #b78649; 
       color: White; 
       position: relative; 
       line-height: 35px; 
       margin:4px; 
       padding-left: 12px;
       border-radius: 4px 4px 0 0;
       box-shadow: 2px 2px 1px #888888;

   }
   
   .cellBlock
   {
     /** background-color: #eFeFeF; */
     color: #333333;
     border-collapse: collapse;
     border-color: #999999;
     border-style:none;
     border-width:0px;
     font: 13px/26px 'Segoe UI', 'Trebuchet MS' ,sans-serif;
     vertical-align:top;
   }

   .cellBlockalt
   {
     background-color: #E0FFFF;
     color: #284775; 
     vertical-align:top;  
   }
   
    .details
    {
     line-height: 18px;
     padding-left: 12px;
     height: auto;
     
    }
    
    .pageControl
    {
      text-align: center;
      background-color: rgb(189, 138, 57);
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #FFFFFF;
    }

    .new
    {
     color: #009933;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 9px;
     font-style: italic;
    }

    #seperator
{
    height: 2px;
    background-color: #466cdb;
}

   .calendar {
    width: 200px;
    height: auto;
/***    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    min-height: 140px;
    margin: 4px;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
***/
}
   .calendar .saleHead
{
    background-color: #0099CC;
    color: White;
    position: relative;
    line-height: 35px;
    margin: 4px;
    padding-left: 12px;
    border-radius: 4px 4px 0 0;
    box-shadow: 2px 2px 1px #888888;
}


    .calendar .details
{
    border: 1px solid #C0C0C0;
    line-height: 12px;
    padding-left: 5px;
    padding-right: 2px;
    min-height: 75px;
    height: auto;
    font-size: 12px;
}

.auctionTable
{
    width: 100%;
}

.closingTable
{
    width: 100%;
    border: 0;
}

.scoreTable
{
    width: 100%;
}

.calSeperator
{
    height: 8px;    
}

/* News page */
.headLine
{
    font-size: 18px;
	font-weight: bold;
	/*border-bottom-style: dashed;
    border-bottom-width: thin;
    border-bottom-color: #808000;*/
}

.byLine
{
    font-style:italic;
}

.content
{
}

