/* CSS style::original */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
}

#body1 {
	color: white;
	background-color: #DA251D;
}

#body2 {
	color: black;
	background-color: white;
}

img {
	border: none;
}

p {
	padding: 0px;
	margin: 0px;
	padding-bottom:10px;
}

input {
	font-family: verdana;
	font-size: 10px;
}

textarea {
	font-family: verdana;
	font-size: 10px;
}

img:hover {
	background-color: transparent;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #DA251D;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* main site */
#body1 #main {
	width: 764px;
	margin: 0px auto;
	height: auto;
}

#body2 #main {
	width: 764px;
	margin: 0px auto;
	height: auto;
	background-image: url(dsg/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

#body1 #header {
	padding-top: 10px;
	padding-bottom: 40px;
}
#body2 #header {
	padding-top: 10px;
	padding-bottom: 40px;
	background-color: white;
}

#content {
	padding-left: 28px;
	padding-top: 6px;
	padding-bottom: 20px;
}

.mainMenuItem {
	display: block;
	padding-top: 10px;
	width: 180px;
	height: 18px;
	padding-left: 0px;
}
.subMenuItem {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 180px;
	height: 18px;
	padding-left: 0px;
}



#footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #CECECE;
	position: absolute;
	bottom: 0;
}
.footer1 {
	background-color: white;
	color: black;
}
.footer2 {
	background-color: #DA251D;
	color: white;
}
.footerText {
	padding-top: 12px;
	padding-bottom: 12px;
}


/* reference */

.refSortItem {
	float: left;
	display: block;
	min-width: 38px;
	text-align: center;
	font-size: 12px;
	padding: 2px;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 4px;
}
.refSortItem:hover {
	color: white;
	background-color: #DA251D;
	text-decoration: none;
}
.refSortItemSelected {
	float: left;
	display: block;
	min-width: 38px;
	text-align: center;
	font-size: 12px;
	padding: 2px;
	color: white;
	background-color: #DA251D;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 4px;
}
.refSortItemSelected:hover {
	text-decoration: none;
}


/* just for reference how to center image in div in IE and FF and Opera */
.referencaImage {
	background-color: white;
	border: 1px solid #CECECE;
	padding: 4px;
	height: 250px;
	width: 250px;
	vertical-align : middle;
	display: table-cell;
	
/* begin ie hack */
	_position: relative;
	_height: 220px;
}
.outer {
	_position: absolute;
	_top: 50%;
}
.inner {
	_position: relative;
	_top: -50%;
	_left: -50%;
}
/* end ie hack */




/* form */
#form .text {
	border: 1px solid #D4D0C8;
	width: 300px;
	padding: 2px;
}

#form .textarea {
	border: 1px solid #D4D0C8;
	width: 400px;
	height: 200px;
	padding: 2px;
}

#form .label {
	padding: 8px;
	vertical-align: top;
}
