body {
	background: White;
	color: White; /*font: 0.9em/1.3em;*/
	font-size: 13px;
	font-family: arial, helvetica, sans-serif, "MS Sans Serif", Geneva, sans-serif;
	margin: 0;
	margin-top: 0pt;
	padding: 0;
	padding-top: 0pt;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4 {
	font-family: arial, helvetica, sans-serif, "MS Sans Serif", Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#wrap {
	background: White;
	font: 0.9em arial, helvetica, sans-serif, "MS Sans Serif", Geneva, sans-serif; /*
	margin: 0 auto;
	padding: 0px 8px;
	*/
	margin: 0 auto;
	margin-top: 0pt;
	padding: 0;
	padding-top: 0pt;
	text-align: left;
	width: 750px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	/* border-bottom: 1px solid #d0d0d0; */
	border-bottom: 0px;
}

#header {
	background: White url(../images/logo.gif) no-repeat bottom;
	border: 0px solid White;
	height: 155px;
	margin: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	padding-top: 0pt;
	width: 750px;
}

#main {
	background: White;
	margin: 0;
	padding: 0;
	width: 750px;
}

/* content 
-----------------------------------------------------------------------------------------------
*/
#content {
	display: inline;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 0; /*	width: 510px; */
	width: 540px;
	background-color: White;
	color: Black;
	border-left: #319ACE 1px solid;
/*	border-bottom: #319ACE 1px solid;*/
}

#content h1 {
	border: #319ACE 1px solid;
	border-top: #319ACE 0px solid;
	border-bottom: #319ACE 0px solid;
	color: White; 
	font-size: 1.3em;
	font-weight: bold;
	height: 16px;
	padding: 2px 20px 2px 10px;
	margin: 0px;
	text-align: left;
	background-color: #319ACE;
}

.post-content {
	font: 1.1em;
	font-family: arial, helvetica, sans-serif, "MS Sans Serif", Geneva, sans-serif;
	color: Black;
	margin: 3px 0;
	padding: 10px 10px 10px 10px;
}

.post-content-underline  {
	border-bottom: #319ACE 1px solid;
}

.post-footer {
	/*background: url(img/divider.gif) no-repeat center;*/
	background: url(../images/hr_sgr_3.gif) repeat-x center;
	padding-top: 20px;
	padding: 20px;
	margin: 0 -10px;
}

.tblChalet {
}


.tblChalet td {
	padding-top: 10px;
	padding-right: 10px;
	
}


/* sidebar 
-----------------------------------------------------------------------------------------------
*/
#sidebar {
	color: #333333;
	display: inline;
	float: left; 
	overflow: hidden;
	margin: 0; 
	padding: 0;
	width: 186px;
	background-color: White;
}

#sidebar ul h2 {
	border: #319ACE 1px solid;
	border-top: #319ACE 0px solid;
	border-bottom: #319ACE 0px solid;
	color: White;
	font-size: 1.3em;
	font-weight: bold;
	height: 16px;
	padding: 2px 20px 2px 10px;
	margin: 0px; 
	text-align: left;
	background-color: #319ACE;
}


#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#sidebar ul ul {
	/*	background: #F3F6ED; */
	background-color: #FFFFCE;
	border: #319ACE 1px solid;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	padding-bottom: 10px; /*padding-bottom: 3em;*/
	border-left: 0px;
}

#sidebar ul ul li {
	margin: 0.1em 0 0 0;
	padding: 0 0 3px 5px;
}

#sidebar ul ul li a {
	border: none;
	text-decoration: none;
	font-size: 1.1em;
}

#sidebar ul ul li a:link {
	color: Black;
}

#sidebar ul ul li a:visited {
	color: Black;
}

#sidebar ul ul li a:hover, #sidebar ul ul li a:active {
	color: Black;
}

#sidebar ul ul ul {
	background: none;
	border: none;
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

#sidebar ul ul ul li {
/*	background: url(img/subcat_bullet.gif) no-repeat 0 5px;*/
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}

/* 
sidebar end
-----------------------------------------------------------------------------------------------
footer start
http://www.themaninblue.com/experiment/footerStickAlt/good_example_short.htm
*/

#footer {
	border-top: 1px solid #d0d0d0;
	clear: both;
	color: Black;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 7px 0;
	text-align: center;
	width: 750px;
	background-color: White;
}


#footer a {
	border: none;
	color: Black;
}

/* 
footer end
-----------------------------------------------------------------------------------------------
/* --- DataGrid ---------------------------------------------------------------------- */
 /* DDU: used for the DataGrid. */
 /* CssClass property of the DataGrid. Part of the objAppFact.CssClass.DataGrid.SetProperties */
 .dgDataGrid
 {
	width: 100%;
	background-color: #ffffff;
	border-bottom: #9AB2C4 2px solid;
}

  /* DDU: HeaderStyle of the DataGrid. Should be set on the rows of it. */
.dgHeaderStyleItem   {
	border-bottom: #9AB2C4 2px solid;
	padding-left: 0px;
	padding-right: 4px;
	font-weight: bold;
}

.dgHeaderStyleItem a:link, .dgHeaderStyleItem a:hover, .dgHeaderStyleItem a:visited {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.dgFooterStyleItem   {
    border-top: #9AB2C4 2px solid;
    font-size: 11px;
	 padding-top: 10px;
    padding-left: 0px;
    padding-right: 4px;    
 }
  
 .dgItemStyleMain  {
   background-color: #F0F5FA;
   width: 100%;
  /* font: 12px;*/
   height: 20px;
   font: 14em;
   border: none;
	border-style: none none none none;
 }
  
 .dgAlternatingItemStyleMain  {
   background-color : #ffffff;
   width: 100%;
   height: 20px;
   font: 14em;
 } 

.dgItemStyleItem  {
    padding-left: 8px;
    padding-right: 4px;
	 margin-bottom: 100px;
}
/* --- DataGrid ---------------------------------------------------------------------- */
  



