/* 
	skin Mon Chalet
	default text styles - background and colors overriden by
	album 'bgcolor', 'background', and 'textcolor' properties.
*/

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	margin: 10px;
	text-align: justify;
}

ul {
	margin: 0px;
}

p {
	margin-right: 10px;
	margin-left: 10px;
}

/* 
  link colors - overridden by the album 'linkcolor' property.
*/

a
{
	color: #0000CC;
	text-decoration: none;
	font-size: 12px;
}

a:visited
{
	color: #0000FF;
	text-decoration: none;
	font-size: 12px;
}

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


.vasummary /* album summary */ 
{
	font-size: 12px;
	color: #000000;
	text-align: left;
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px;
}

.vasummary td /* album summary */ 
{
	border: 1px solid #FFFFFF;
	background-color: #99CCFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.vasummary a
{
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}

.vasummary th /* album summary header */ 
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #666666;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
	color: #FFFFFF;
}

.header
{
	font-size: 16px;
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
}

.bodyTitle
{
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

.warning { color: #990000; }

.footer,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
.imgLeft {
	margin-right: 10px;
	float: left;
}
.imgRight {
	margin-left: 10px;
	float: right;
}
.sidebarFooter {
	background-color: #CCC;
}
th {
	color: #FFF;
	background-color: #00C;
}
h1 {
	color: #C00;
	font-size: 18px;
	text-align:center
}
h2 {
	color: #00C;
	font-size: 18px;
}
h4 {
	color: #00C;
	margin-bottom:0px;
}
.delete_mark {
	color: #C00;
	font-weight: bold;
}
.rowEven {
	background-color: #FFF;
}
.rowOdd {
	background-color: #CCC;
}
th[scope="row"] {
	text-align: left;
}
.error {
	color:#C00;
}
.success {
	color:#0C0;
}
.darkRed {
	color:#C00;
}