body {
	margin: 0px;
	padding: 0px;
	background-color: #251111;
	background-repeat: repeat-y;
}

div, span, p, ul, li, br {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.break {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}

a:link, 
a:visited,
a:hover {
	color: #d70a8b;
}

a:hover {
	text-decoration: none;
}

#whole {
	background-color: #251111;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-width: 960px;
	position: relative;
}






/******************** CENTER STRIP ********************/

#centerBlock {
	clear: both;
	float: none;
	width: auto;
	background-color: #BCBEC0;
	background-image: url(../images/layout/navigation_background.gif);
	background-repeat: repeat-x;
}






/******************** MAIN CONTENT ********************/

.mainContentBlock {
	width: auto;
	height: auto;
	background-color: #BCBEC0;
	padding-left: 300px;
	padding-right: 70px;
}

.mainContent {
	width: 100%;
	height: auto;
	_height: 500px;
	min-height: 500px;
    position: relative;
    float: left;
	background-color: #FFFFFF;
	padding: 5px 30px 25px 14px;
	border: 1px #959595 solid;
	-moz-border-radius: 4px;
}

.mainContent p {
	width: auto;
	height: auto;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

em {
	font-size: 11px;
}






/******************** BOTTOM STRIP ********************/

#bottomBlock {
	width: auto;
	height: 100px;
	background-color: #5f3f3f;
	clear: both;
	color: #FFFFFF;
	background-image: url(../images/layout/bottomFade.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}


#bottomBlock .leftBlock {
	width: 250px;
	height: 100px;
	background-color: #5f3f3f;
	background-image: url(../images/layout/bottomFade.gif);
	background-repeat: repeat-x;
	float: left;
}


#bottomBlock .rightBlock {
	width: auto;
	height: 70px;
	background-image: url(../images/layout/bottomFade.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
}

#bottomBlock .rightBlock div {
	padding-top: 10px;
}

#bottomBlock .rightBlock div.delimiter {
	width: 20px;
	float: left;
}

#bottomBlock .rightBlock p {
	padding: 5px;
}

#bottomBlock .rightBlock p.copyright {
	font-size: 12px;
}


#bottomBlock div.DefactoryLogo {
	float: left;
	margin-right: 20px;
	padding: 0px;
	cursor: pointer;
}

#bottomBlock .DefactoryLogo img {
	width: 56px;
	height: 47px;
	background-image: url(../images/layout/Defactory-white_logo.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/layout/Defactory-white_logo.png', sizingMethod='scale');
}

#bottomBlock div.eBallanceLogo {
	float: left;
	margin-right: 30px;
	padding: 0px;
	cursor: pointer;
}

#bottomBlock .eBallanceLogo img {
	width: 96px;
	height: 47px;
	background-image: url(../images/layout/eBallance-white_logo.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/images/layout/eBallance-white_logo.png', sizingMethod='scale');
}


#bottomBlock a:link, 
#bottomBlock a:visited,
#bottomBlock a:hover {
	color: #aee748;
}






/******************** MESSAGES ********************/

.messageError {
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #CC0000;
	border: 1px solid #CC0000;
	-moz-border-radius: 3px;
	background-image: url(../images/accessories/message_background-error.gif);
}

.messageWarning {
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #F9BC2A;
	border: 1px solid #F9BC2A;
	-moz-border-radius: 3px;
	background-image: url(../images/accessories/message_background-warning.gif);
}

.messageNotice {
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #8DC63F;
	border: 1px solid #8DC63F;
	-moz-border-radius: 3px;
	background-image: url(../images/accessories/message_background-notice.gif);
}

p.message {
	font-weight: bold;
	width: auto;
}





/******************** FORMS ********************/

form {
	height: auto;
	width: auto;
	min-width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

legend {
	background-color: #d70a8b;
	background-image: url(../images/layout/top_background.gif);
	background-repeat: repeat-x;
	padding: 5px;
	width: auto;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	border: 1px solid #d70a8b;
	-moz-border-radius: 3px;
}

fieldset {
	padding: 20px;
	padding-top: 0px;
	width: auto;
	margin-top: 20px;
	border: 1px solid #d70a8b;
	-moz-border-radius: 3px;
	font-size: 12px;
	color: #393939;
	background-color: #D2D2D2;
	background-image:url(../images/accessories/form_background.gif);
	background-repeat: repeat-x;
}

fieldset div {
	float: none;
	clear: both;
	text-align: left;
	margin-top: 10px;
	width: auto;
	_width: auto;
	min-width: 500px;
}

label {
	text-align: left;
	float: left;
	width: 40%;
}

form.inline label {
	width: 100px;
}

.input, .select {
	background-color: #FFFFFF;
	border: 1px solid #5f3f3f;
	color: #5f3f3f;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	padding: 3px;
	margin: 0px;
}

.input.hover, .select.hover,
.input:hover, .select:hover {
	border: 1px solid #d70a8b;
}

input.button,
a.button {
	cursor: pointer;
	color: #5f3f3f;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 3px double #d70a8b;
	width: auto;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	line-height: 18px;
	height: 26px;
	background-image: url(../images/accessories/button_background.png);
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
}

a.button {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

a.button:visited,
a.button:link {
	border: 3px double #d70a8b;
	color: #5f3f3f;
}

input.button:hover,
a.button:hover {
	border: 3px solid #d70a8b;
	color: #d70a8b;
	background-image: url(../images/accessories/button_background_alt.png);
}


.requiredItem {
	color: #d70a8b;
	font-weight: bold;
}

span.error {
	color: #d70a8b;
}

.firstFormRow {
	padding-top: 20px;
}

label.fileLabel {
	width: 50%;
}


td .buttonBlock {
	padding: 0px;
}

td .buttonBlock input {
	height: auto;
}

