/* Standard */

body
{
	background-color:#f5f5f4;
	background-image:url(../../images/bg_graphic.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px;
	color:#2d3b31;
	font-family: Times New Roman;
    font-size:13px;
}

img
{
    border-style: none;
    border-width: 0px;
    margin:0;
}

a
{
	color:#1c8fac;
	text-decoration:underline;
}

a:hover
{
	color:#b0120e;
	text-decoration:underline;
}

h1
{
	font-size:16px;
	margin:0px;
	padding:0px;
}

h2
{
	font-size:20px;
	margin-bottom:5px;
	margin-top:0px;
	font-weight:normal;
}

h2.title
{
	font-size:18px!important;
	margin-bottom:13px;
	margin-top:0px;
}

.leftdots {
    background-image:url(../../images/horisontal_dots.jpg);
    background-position: center;
    background-repeat:repeat-x;
    width:252px;
    height:20px;
}

.middledots {
    float:left;
    width:1px;
    padding:0px 5px 0px 4px;
    height:500px;
    /*
    background-image:url('../../images/vertical_dots.jpg');
    background-position:center top;
    background-repeat:repeat-y;*/
}

.rightdots {
    background-image:url(../../images/horisontal_dots.jpg);
    background-position: center center;
    background-repeat:repeat-x;
    width:217px;
    height:20px;
}

.fulldots {
    clear:left;
    background-image:url(../../images/horisontal_dots.jpg);
    background-position: center;
    background-repeat:repeat-x;
    width:480px;
    height:20px;
    margin-left:14px;
}

.notice {
    color:Red;
}

/* Layout */

#container
{
    width: 741px;
    margin:0px auto;
    margin-top:5px;
    text-align:center;
    background-image:url(../../images/bgmain.gif);
    background-position: left;
    background-repeat:repeat-y;
}
#bigcol
{
    background-color:#CBC5AE;
    float:left;
    width:741px;
    position:relative;
	text-align:center;
}
#splash-left
{   
    float:left;
	width:370px;
	background-color:#CBC5AE;
}
#splash-right
{   
    position:relative;
    float:right;
	width:371px;
	background-color:#CBC5AE;
}
#leftcol
{   
    float:left;
	width:227px;
	background-color:#959c19;
}

#rightcol
{   
    float:left;
	width:514px;
	background-color:#cbc5ae;
    background-image:url(../../images/left_shadow.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding-bottom:4px;
}

#header
{

}

#content {
    text-align:left;
}

#content-left
{   
    border-right:1px dotted;
    float:left;
    margin-bottom:-4px;
    padding:5px 14px 0;
    text-align:left;
    width:248px;
}

#content-right
{   
    float:left;
	width:217px;
	background-color:#cbc5ae;
	text-align:left;
}

#content-full {
    text-align:left;
	margin-left:14px;
	margin-right:14px;
	min-height:300px;
    height:auto !important;
    height:300px;
    padding-bottom:10px;
}

#content a
{
    color:#1c8fac;    
}

#content a:hover
{
    color:#b0120e;    
}

/* Footer */

#footer
{
	font-size:12px;
	color:#2d3b31;
	background-color:#959c19;
}

#footer a
{
    color:#d6d8b4;  
}

#footer a:hover
{
    color:#303b31;   
}

#footer-left
{
	float:left;
	width:300px;
}

#footer-right
{
	float:right;
	width:200px;
	margin-left:50px;
	text-align:right;
}

/* property details */

#property-header {
    background-color:#cbc5ae;
}

#property-left
{	
    clear:both;
	float:left;
	width:292px;
	margin: 0px 0px 5px 0px;
	padding-left:15px;
	text-align:left;
}

#property-right
{
	float:left;
	width:140px;
	padding: 0px 8px 5px 45px;
	text-align:right;
}

#gallery
{
    width:252px;
    margin-bottom:5px;
}

#gallery img
{
    border: solid 1px #ffffff;
}

#calendar
{
    width:252px;
    background-color:#ffffff;
    margin-top:10px;
    font-size:11px;
}

#calendar table {
    width:252px;
}

#calendar td {
    text-align:center;
    padding:3px;
}

.cal-head-blue {
    background-color:#1c90ad;
    color:#ffffff;
    font-size:13px;
    font-weight:bold;
}

.cal-head-blue a {
    color:#ffffff!important;
    text-decoration:none;
}

.cal-head-dark {
    background-color:#eeeeee;
    color:#1c90ad;
    width:20px;
}

.cal-head-light {
    background-color:#ffffff;
    color:#1c90ad;
    width:20px;
}

.cal-row-yellow {
    background-color:#e0c91f;
    color:#000000;
}

.cal-row-yellow a {
    color:#000000!important;
    text-decoration:none;
}

.cal-row-yellow a:hover {
    text-decoration:underline;
}


.cal-row-green {
    background-color:#9ea438;
    color:#000000;
}

.cal-row-green a {
    color:#000000!important;
    text-decoration:none;
}

.cal-row-green a:hover {
    text-decoration:underline;
}

.cal-row-red {
    background-color:#c1322f;
    color:#000000;
}

.cal-row-dark {
    background-color:#eeeeee;
}

.cal-row-light {
    background-color:#ffffff;
}

.features
{
    width:218px;

    background-color:#1c90ad;
    margin-top:10px;
    border: solid 2px #ffffff;
    text-align:center;
}

#features img
{
    padding: 0px 2px 0px 2px;
}

/* Home Feature */

#homefeature {
    width:231px;
    padding:10px;
    background-image:url(../../images/featured_bg.jpg);
    background-position:top left;
    margin:0px;
}

/* input table */

.inputtable 
{
    width:450px;
}

.inputtable td
{
    padding:6px 0px;
}

.inputtable-col1 
{
    width:150px;
    text-align:right;
    vertical-align:top;
    font-weight:bold;
}

.inputtable-col2
{
    width:300px;
    vertical-align:top;
}


/* skin file */

.textbox 
{
    border:solid 1px #000000;
    background:#FFFFFF;
}

.button 
{
    border:solid 1px #000000;
    background:#FFFFFF;
}

.gridview
{
    border:solid 1px #CCCCCC;
}

.gridview th
{
    background-color: #959c1a;
    color:#FFFFFF;
    padding:4px;
    border:solid 1px #CCCCCC;
}

.gridview td 
{
    padding:4px;
    border:solid 1px #CCCCCC;
    background-color:#FFFFFF;
}

/* result */

.property-result {
    width:480px;
    float:left;
    background-image:url(../../images/horisontal_dots.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
}

.property-result img {
    padding:8px 0px 8px 8px;
}

.property-result-left {
    width:120px;
    float:left;
}

.property-result-right {
    float:left;
    width:330px;
    padding:5px 5px 5px;
}

/* feature tip */

.tool-tip {
	color: #3d3b31;
	
	z-index: 13000;
	background-color:#e5e2d7;
}
 
.tool-text {
	font-size: 12px;
	padding: 4px 8px 4px;
}