﻿/* COMMON */
body, html
{
	height: 100%;
	margin: 0px auto;
}

.header
{
    padding: 15px 5px;
    color: #FFFFFF;
    font-weight: bold;
}
.header div
{
	float: right;
	padding: 5px 0px;
}
.header img, .navPanel img, .navSelect img
{
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	border: none;
}
.subHeader
{
	background-image: url( 'images/subheader_bg.png' );
	background-repeat: repeat-x;
	height: 27px;
}
.subHeader div
{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #10428C;
}
.clear
{
	clear: both;
	float: none;
	height: 0px;
}
.title
{
    font-size: 18px;
    font-weight: bold;
    padding: 0px 5px;
    color: #FFFFFF;
}
/* TOOLBAR */
.toolbar
{
	height: 25px;
	margin: 0px 5px;
	background-image: url( 'images/toolbar_bg.png' );
	background-repeat: repeat-x;
	float: left;
}
.toolbarLeft
{
	background-image: url( 'images/toolbar_left.png' );
	background-repeat: no-repeat;
	height: 25px;
	width: 7px;
	float: left;
}
.toolbarRight
{
	background-image: url( 'images/toolbar_right.png' );
	background-repeat: no-repeat;
	height: 25px;
	width: 12px;
	float: left;
}
.toolbarContent
{
	padding: 5px;
	float: left;
	height: 25px;
}
.toolbarContent img
{
	vertical-align: top;
	border: 0px;
	margin-right: 5px;
}
.toolbarContent a, .toolbarContent a:visited
{
	padding: 5px;
	color: #000000;
	text-decoration: none;
}
.toolbarContent a:hover
{
	text-decoration: underline;
}
/* NAVIGATION */
.navigation
{
	width: 20%;
	height: 80%;
	margin: 5px 5px 0px 5px;
	border: solid 1px #6394CE;
	background-color: #ffffff;
	float: left;
	vertical-align: bottom;
	position: relative;
}
.navPanel
{
	padding: 10px;
	height: 60%;
}
.navPanel a, .navPanel a:visited
{
	padding: 5px 5px;
	display: block;
	color: #000000;
	border: solid 1px #ffffff;
	text-decoration: none;
}
.navPanel a:hover
{
	background-color: #FFE88C;
	border: solid 1px #D69C00;
}
.navSeparator
{
	height: 10px;
	background-image: url( 'images/nav_separator.png' );
	background-repeat: repeat-x;
	background-position: center;
}

.navSelect
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.navSelect a
{
	height: 22px;
	display: block;
	padding: 5px;
	background-image: url( 'images/nav_link.png' );
	background-repeat: repeat-x;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.navSelect a:hover
{
	background-image: url( 'images/nav_link_hover.png' );
	background-repeat: repeat-x;
}
/* CONTENT */
.content
{
	width: 78%;
	margin: 5px 5px 0px 0px;
	background-color: #ffffff;
	border: solid 1px #6394CE;
	vertical-align: top;
	float: left;
}
.contentPanel
{
	padding: 10px;
	overflow: auto;
}

.content h4
{
    font-size: large;
    font-family: Tahoma;
    color: #000099;
}

.content p
{
    font-family: Arial;
    font-size: 11pt;
    color: #666666;
}

.paraDiv
{
    padding: 8px;
    border: 1px solid #0000FF;
    width: 80%;
    background-color: transparent;
    line-height: 20px;
}

.paraDivCntr
{
    padding: 8px;
    width: 450px;
    background-color: transparent;
    line-height: 20px;
    margin-right: auto;
    margin-left: auto;
    font-family: Tahoma;
    font-size: 10pt;
    color: #000000;
}

.tableBox
{
    background: #D1DFF8;
    width: 80%;
    border: 1px solid #000099;
}

.tableBox td
{
    padding: 5px;
    background-image: url('images/fieldbg2.png' );
    background-repeat: repeat-x;
    margin-bottom: 10px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0C0C0;
    border-left-color: #C0C0C0;
}

.tableBg
{
    color: #000099;
}

.tableBg td
{
    background-image: url(  'images/fieldbg2.png' );
    background-repeat: repeat-x;
}

tdBg
{
    background-image: url( 'images/fieldbg2.png' );
    background-repeat: repeat-x;
} 

/* PNG Fix */
img, div { behavior: url(iepngfix.htc) }
/* End PNG Fix */

.grid
{
    padding: 8px;
} 

.guide
{
    width: 210px;
}

.guide a:hover
{
    background-color: #FFE88C;
	border: solid 1px #D69C00;
}

.guide a, .guide a:visited {
padding: 5px 5px;
	display: block;
	color: #000000;
	text-decoration: none;

    }

.villaCalendar, .villaCalendar td
{
	padding:1px;
	border:solid 1px #ccc;
	border-spacing: 0px;
}

.villaCalendar td
{
    font-size:9px;
	width:15px;
	height:15px;
	text-align:center;
} 

.NewEnquiryRow
{
    background-color: #FFFF99;
}

