/* MAIN CSS */

html, body {
	font-style: normal;
	font-size: 12px;
	/*font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0 none;
	/*overflow: hidden;*/
	height: 100%;
	background: #dbd5ba url(../images/BG-main.jpg) top left repeat-x;
	text-align: center;
}

/*redefine*/

::-moz-selection {
	background: #111;
	color: #eee;
}

::selection {
	background: #111;
	color: #eee;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}


h1 span {
	display: none;
}

p {
	padding: 5px 0;
	line-height: 1.7;
}

a {
	outline: none;
}

form, table {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

/*#container { padding: 20px; padding-top: 10px; }*/

/* UTILITY STYLES */

.clr {
	display: block;
	clear: both;
}

.hdn {
	display: none;
}

.Relative { position: relative; }
.Absolute { position: absolute; }
.floatR { float: right; }
.floatL { float: left; }

.displayInline { display: inline; }

.bgTopRight { background-position: right top; }
.bgTopLeft { background-position: left top; }

.Bold { font-weight: bold; }
.Normal { font-weight: normal; }

.noborder { border: none; }

.alignLeft { text-align: left; }
.alignRight { text-align: right; }

.ML_5 { margin-left: 5px; }
.ML_10 { margin-left: 10px; }
.ML_20 { margin-left: 20px; }
.ML_30 { margin-left: 30px; }
.ML_40 { margin-left: 40px; }
.ML_50 { margin-left: 50px; }

.MR_5 { margin-right: 5px; }
.MR_10 { margin-right: 10px; }
.MR_20 { margin-right: 20px; }
.MR_30 { margin-right: 30px; }
.MR_40 { margin-right: 40px; }
.MR_50 { margin-right: 50px; }

.MT_5 { margin-top: 5px; }
.MT_10 { margin-top: 10px; }
.MT_20 { margin-top: 20px; }
.MT_30 { margin-top: 30px; }
.MT_40 { margin-top: 40px; }
.MT_50 { margin-top: 50px; }

.MB_5 { margin-bottom: 5px; }
.MB_10 { margin-bottom: 10px; }
.MB_20 { margin-bottom: 20px; }
.MB_30 { margin-bottom: 30px; }
.MB_40 { margin-bottom: 40px; }
.MB_50 { margin-bottom: 50px; }

.PL_5 { padding-left: 5px; }
.PL_10 { padding-left: 10px; }
.PL_20 { padding-left: 20px; }
.PL_30 { padding-left: 30px; }
.PL_40 { padding-left: 40px; }
.PL_50 { padding-left: 50px; }

.required { color: green; font-size: 10px; text-transform: italic; }

/* MESSAGING */

div.errorMSG,
div.warningMSG,
div.noticeMSG,
div.successMSG {
	background: #fff9e9;
	padding: 15px;
	margin-bottom: 10px;
}

div.errorMSG {
	border: 2px solid red;
	color: red;
}

div.warningMSG {
	border: 2px solid #a0410d;
	color: #a0410d;
}

div.noticeMSG {
	border: 2px solid #004a80;
	color: #004a80;
}

div.successMSG {
	border: 2px solid #005e20;
	color: #005e20;
}

/* depressed look */
.depressedBlock
{
	border-top: 1px solid #1d0318;
	border-left: 1px solid #1d0318;
	border-right: 1px solid #481f4b;
	border-bottom: 1px solid #481f4b;
}

.depressedInteriorBlock
{
	border-top: 1px solid #1d0318;
	border-left: 1px solid #1d0318;
	border-right: 1px solid #481f4b;
	border-bottom: 1px solid #481f4b;
	background: #f5f2e7 url('../images/BG-top-shadow-yellowBox.jpg') top left repeat-x;
	color: #1a1a1a;
}


	.depressedInteriorBlock .wrap
	{
		margin: 10px;
	}


