﻿.divMainContent
{
    width:100%;
    text-align: center;
}

.divTop
{
    height: 200px;
    width: 600px;
    min-width: 600px;
    text-align: center;
}

.divTopProp
{
    height: 200px;
    width: 650px;
    min-width: 650px;
    text-align: center;
}

.divInline
{
    display:inline;
    float:left;
    padding: 10px 30px 10px 30px;
    text-align: left;
}

.verticalLine
{
    background-position: center;
    padding: 10px 25px 10px 25px;
    background-image: url('images/horizontalLine.gif');
    background-repeat: repeat-y;
}

.divClear
{
   display:inline;
   float:left;
   clear:left;
   padding: 10px 5px 10px 5px;
   width: 100%;
   text-align: center;
}

.divContentsNoWrap
{
    clear: left;
    display:block;
}

.divPropOptions
{
    float:right;
    text-align: left;
}

.divPropGrid
{
    float:left;
    clear: left;
}

.divPropOptions a:link{padding:6px 0px 6px 0px; text-decoration:none;}
.divPropOptions a:visited{padding:6px 0px 6px 0px;  text-decoration:none;}
.divPropOptions a:hover{padding:6px 0px 6px 0px; text-decoration:underline;}
.divPropOptions a:active{padding:6px 0px 6px 0px; text-decoration:none;}

.divPropOptions p{
	margin-top:0px;
	margin-bottom:3px;
}
	
hr
{
    width: 100%;
    float: left;
    clear:left;
    height: 2px;
}

ul.pager { font-size: 10pt; list-style: none; margin: 0 0 0 0; padding: 0; clear: both; font-weight: bold; }
ul.pager li { float: left; list-style-type: none; }
ul.pager li a { display: block; padding: 2px 6px; margin: 5px 0 5px 0px; text-decoration: none; border: 0px solid #cccccc; color: #0B5838; }
ul.pager li a:hover { border: 0px solid #A0A0A0; color: #477184; text-decoration: underline; }
ul.pager li a.current { border: 0px solid #fff; background: #ffffff; color: #0B5838; cursor: default; padding: 2px 4px; }
ul.pager li span { text-decoration: line-through; display: block; padding: 2px 6px; margin: 5px 0 5px 0px; border: 0px solid #fff; color: #aaa; }


