/*   ======================================================    PAGE LAYOUT   ======================================================*/body {    margin: 0px;    padding: 0px;    background-color: #a7a8a0;	color: #333;    height: 100%;
	font: 12px Lucida Grande, Helvetica, Arial, sans-serif;
}body img {	border: none;	}div#centerPage {    margin-left: auto;    margin-right: auto;    padding: 0px;    width: 980px;    border-top: 5px solid #2e3192;}

div#bodyContent {
    clear: both;
    height: 100%;
    min-height: 600px;
    background: #ffffff;
}

div#wrapper {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;

}

#header {    margin: 0px;    padding: 0px 0px 0px 0px;    border-left: solid 25px #a43e31;    background-color: #6e6d64;    background-image: url(../images/banner_right.png);    background-position: right top;    background-repeat: no-repeat;    width: 955px;  /* 980 - 25 */}

a#crestLink {    background-image: url(../images/banner_left.png);    background-position: left top;    background-repeat: no-repeat;    display: block;    padding: 71px 0px 0px 0px;    width: 410px;
    height: 0px;      overflow: hidden;}

div#redBar {    width: 955px;
    height: 20px;    background-color: #b5111a;    border-left: solid 25px #cb5a60;
    }

#footer {    font-size: 0.8em;    position: relative;    clear: both;    width: 980px;    margin: 0px;    background: #bbbbbb;    color: #ffffff;    text-align: center;    padding-top: 2px;    padding-bottom: 2px;}#footer a {    color: #ffffff;    text-decoration: none;}#footer a:hover {    text-decoration: underline;}


/*   ======================================================    CAS ELEMENTS   ======================================================*/

div#msgBox {
	border-style: solid;
	border-width: 2px;
	padding: 10px 10px 10px 70px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	height: 60px;
	display: table-cell;
	width: 826px;
	vertical-align: middle;
	font-size: 14px;
}

#msgBox.yellow {
	border-color: #FFFF00;
	background: #FFFFCF;
}

#msgBox.red {
	border-color: #B5111A;
	background: #FFD2D2 no-repeat;
}

#msgBox.lock {
	background-image: url(../images/lock.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#msgBox.block {
	background-image: url(../images/block.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#msgBox.warning {
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
div#loginBox {
	border: 1px solid #cccccc;
	min-height: 300px;
	width:  900px;
	margin-top: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}