a:visited, a:link {
	color: #9D504A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* --- main --- */

html, body{
	width: 100%;
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
}

div{
	overflow: hidden;  /* for FF, Opera */
	zoom: 1; /* for IE6 */
	text-align: left;
}

body, td, th, div, p, span, select, input, textarea{
	font-family: Verdana, "MS Sans Serif", Tahoma, Helvetica;
	font-size: 8pt;
	color: #333;
}

img{
	border: 0;
}

ul, ol{
	padding: 0;
	margin: 0 0 0 25px;
	text-align: left;
}

ul {
	list-style-type: circle;
}

li{
	margin-top: 3px;
	margin-bottom: 3px;
}

hr {
	border: 1px dotted #E2E3DD;
}

.square{
	width: 5px;
	height: 5px;
	background: #525250;
}

.border, .borderA{
	border: #A8A8A8 1px solid;
}

.notice, .noticeA{
	padding: 20px;
	text-align: center;
}

/* --- bg --- */

.bg {
	background: #ededed;
}

/* --- center --- */

.center, .centerT{
	text-align: center;
}

.centerM{
	margin: 0 auto;
}

/* --- table (table = tableA) --- */

.table, .tableA{
	width: 99%;
	margin: 2px auto 0px auto ;
}

.table, .tableA, .tableB, .tableC, .tableD{
    border-collapse: collapse;
    background-color: #ffffff;
}

.table td, .table th, .tableA td, .tableA th, .tableB td, .tableC th, .table03 td, .tableD th{
	text-align: left;
    padding: 5px;
}

.table th {
	background: #9E4F4A ;
	color: #FFF ;
	text-align: center ;
}

.tableD td, .tableD th{
    padding: 0px;
}

.table td, .table th, .tableA td, .tableA th, .tableC td, .tableC th{
	border: #CCCCCC 1px solid;
}

.tableB td, .tableB th, .tableD td, .tableD th{
	border: 0px;
}

/* --- calendar --- */

.calendar{
	width: 100%;
}

.calendar .calendarH{ /*, .calendarM a:visited, .calendarM a:link{*/
	color: #A55955 ;
	border: 0px ;
	background: transparent ;
}

.calendar .calendarM {
	border: 0px solid black ;
	padding: 10px 0px 5px 0px ;
	background: url('../../../data/layout/shared_calendar_months_bg.jpg') no-repeat center bottom ;
}

.calendar .calendarD {
	background: url('../../../data/layout/shared_calendar_cell_bg.png') no-repeat center center ;
	width: 39px ;
	height: 22px ;
	font-weight: bold ;
	color: #333;
}

.calendar td{
	padding: 0px ;
	text-align: center;
}

.calendar .calendarD a:visited,
.calendar .calendarD a:link {
	font-weight: bold ;
}

.calendar .calendarD u {
	font-weight: bold ;
}

.galleryImageContainer {
	padding: 5px ;
	border: 1px solid #ABADAC ;
	float: left ;
	margin: 0px 25px 0px 0px ;
}

.galleryImageContainer2 {
	padding: 5px ;
	float: left ;
	margin: 0px 25px 0px 0px ;
}

.fontSA {
	width: 10% ;
}

.unitSectionHeader {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	background: #CECECE;
}

.unitFoto {
	margin: 0px 10px 10px 0px ;
}