/* CSS Document */
body {
background-image:url(../../images/bg.jpg);
background-repeat:repeat-x;
background-color:#001928;
padding:0px; margin:0px; 
/*padding-top:0.5cm;*/
height:auto;
font-family :arial;
font-size:11px;
/*background-attachment:fixed;*/

}
.ie body {
padding-top:1cm;
}

p { margin: 0.5em 0; }
/* menu */
 
.menu {
	background-image:url(../../images/menu_bg.gif);
	height:29;
	margin:0px 15px;
	width:113px;
	text-align:center;
	list-style-type:none;
	} 


a.link { color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;}

a.link:hover { color:#E0E600; }

#btn_search { border:0px; vertical-align:bottom; margin-left:2px; background-image:url(../../images/search.gif); height:17px; width:52px; }


.menu_links
{ color:#fff;
  font-size :12px;
  font-family :tahoma;
  text-decoration: none;
  text-align:left;		
  padding-left:1cm;		
}
/* dropdown menu */

.menu_txt {
top:160px;
}
h3   { font-size: 1.6em; margin: 0px; }
a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   100px;

  /*border:  1px solid black;*/
  padding: 2px 5px;

  background: #fab000;


  text-decoration: none;
  font-family: Verdana;
  font-weight: 900;
  font-size: 1.0em;
  color:   #fff;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             {  top:156px; /*border-bottom: 1px solid black;*/ }

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  1px solid black;
  padding: 0px 5px 2px 5px;

  background: #fab000;
}

form.sample_attach b
{
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.1em;
}

input.sample_attach { margin: 1px 0px; min-width: 170px; top:160px; }


.enqform, .conform { padding: 0 13px; }
form.enqform label { display: inline-block;	line-height: 1.8;	vertical-align: top;	width: 160px;	cursor: hand; }
form.conform label { display: inline-block;	line-height: 1.8;	vertical-align: top;	width: 175px;	cursor: hand; }
.required { color:#FF0000; }


.home_txt { font-family:arial; color:#676767; font-size:11px; line-height:1.5; padding-left:4px; padding-right:4px; text-align:justify; }
	
.footer { font-family:Arial; color:#648294; font-size:11px; text-decoration:none; }  
.footer_txt { font-family:Arial; color:#C7EAFF; font-size:11px; text-decoration:none; }  


.desc {
	font-family :tahoma;
	font-size :11px;
	font-weight:bold;
}

.details {
	font-family :tahoma;
	font-size :10px;
	font-weight:bold;
	color:#707076;
}

.prop_title { color:#fff; font-size:13px; font-weight:bold; }

.heading { font-family : arial;
	font-size :16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase
}

.cmp_profile { font-family : arial;
	font-size :16px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase
}

.txt {
font-family:Arial; font-size:12px; 
color:#676767;
 text-align:justify; line-height:1.5; padding-left:20px; padding-right:20px;

}

.title { padding-left:10px; padding-bottom:5px; padding-top:5px;}

.line {width:900px; background-color:#CCAC00; height:1px; }

.title {
font-family:Arial;
font-size:16px;
color:#fff;
font-weight:bold;
background:#000;
padding-left:5px;
text-transform:uppercase
}

.price { font-family:arial; font-size:13px; color:#fff; padding-right:5px; font-weight:bold; }
.more { font-family:Arial; font-size:11px; color:#484848; text-decoration:none;}

.paging { font-family:Arial; font-size:11px; color:#000; text-decoration:none;}

#listTableHeader, #infoTableHeader, #entryTableHeader { font-size:12px; font-weight:bold; color:#ccb079; background-color:#593416; background-position:center; }

.entryTable { font-size:12px; background-color:#9D976D; }
.entryTable .label { background-color:#B6AA5C; color:#FFFFFF; }
.entryTable .content { background-color:#FFFFFF; }
.entryTable .content1 { background-color:#d2bf99; }
.box { font-size:11px; border:1px solid #B6AA5C; }

.formTitle { font-size:15px; font-weight:bold; color:#3d2100; }

.errorMessage { color:#990000; font-size:12px; font-weight:bold; }

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}