/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */

.pagemaster
{
}

.skinmaster {
	height: 100%;
	background-color: #fee2e2;
	border-right: #B92D1E 1px solid;
	border-top: #B92D1E 1px solid;
	border-left: #B92D1E 1px solid;
	border-bottom: #B92D1E 1px solid;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

H1, H2  {
color: #fff;
}

table.default-header {
width: 100%;
border: 0px;
padding: 0px;
margin: 0px;
}

table.default-header td {
height: 70px;
background: #1B1E53 url(images/themes/Odalys-ban.png);
text-align: center;
vertical-align: middle;
}