@charset "UTF-8";
/* CSS Document */
@import url(layout.css);
@import url(cms.css);
@import url(specific.css);
body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 11px/14px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	background:#f7f7f2;
}
table, td, p {
	font: 11px/14px'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}
p {
	padding:0 0 10px 0;
	margin:0;
}
.clear {
	clear: both;
	margin:0;
	padding:0;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a:active, a:link, a:visited {
	color: #8b090a;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#a47c00;
}
/* Titles
-------------------------------------------------------------------------*/

a.linkTopPage {
	color: #999;
	text-decoration: none;
	float:right;
	background: url(../images/arrowTop.gif) no-repeat right top;
	padding:0 20px 0 0;
	margin:10px 10px 0 0;
	font-size:10px;
}
a.linkTopPage:hover {
	text-decoration:none;
	color:#999;
	background: url(../images/arrowTop.gif) no-repeat right -16px;
}
/* Titles
-------------------------------------------------------------------------*/

h1 {
	font-size:22px;
	font-weight:normal;
	color:#8b090a;
	padding: 20px 0 20px 0;
	margin:0;
}
h2 {
	font-size:14px;
	font-weight:normal;
	color:#8b090a;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#333;
	border-bottom: 1px dotted #CCCCCC;
}
/* Text Red
-------------------------------------------------------------------------*/

.textRed {
	color:#8b090a;
}
/* List
-------------------------------------------------------------------------*/

ul {
	margin:0;
	padding:0;
}
ul ul {
	margin:0;
	padding:0 0 10px 0;
}
ul ul li {
	list-style-type:square;
	padding: 0 0 3px 0;
	margin: 0 0 0 30px;
}
/* HR 3 browsers compatible
-------------------------------------------------------------------------*/

hr {
	color: #ccc;
	height: 1px;
	background-color: #DADADA;
}
div.hr {
	height:1px;
	width:auto;
	background: url(../images/bgHr.gif) no-repeat left top;
	margin: 10px 0;
	padding: 0;
}
div.hr hr {
	display: none;
}
/* FORM
-------------------------------------------------------------------------*/

fieldset {
	border:none;
}
fieldset label {
	font-weight:bold;
	text-align:right;
	display:block;
	padding:5px 0 0 0;
}
fieldset input {
	font-size:11px;
	border: 1px solid #eee;
	padding:3px;
	margin:3px 0 0 5px;
	background:#eff4f5;
}
fieldset select {
	font-size:11px;
	border: 1px solid #eee;
	padding:0px;
	margin:3px 0 0 5px;
	background:#eff4f5;
}
fieldset textarea {
	font-size:11px;
	font: 11px'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	border: 1px solid #eee;
	padding:3px;
	margin:3px 0 0 5px;
	width:95%;
	height:50px;
	background:#eff4f5;
}
fieldset ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
fieldset ol li {
	padding: 5px 0 5px 0;
	margin:0;
	border-bottom: 1px dotted #ccc;
}
.btn input {
	color:#fff;
	font-size:11px;
	border: 1px solid #666;
	padding:2px 10px;
	margin:0 20px 0 0;
	background:#666;
	font-weight:bold;
	float:right;
	cursor: pointer;
}
.btn input:hover {
	color:#fff;
	font-size:11px;
	border: 1px solid #fff;
	padding:2px 10px;
	margin:0 20px 0 0;
	background:#900304;
	font-weight:bold;
	float:right;
	cursor: pointer;
}
/*= new Form Table
-------------------------------------------------------------------------*/

fieldset table {
	border-collapse:collapse;
}
fieldset table tr {
	border-bottom: 1px dotted #ccc;
}
fieldset table td {
	vertical-align:top;
	padding:5px;
}
fieldset table col {
}
fieldset col#left {
	border-right: 1px dotted #ccc;
}
fieldset col#right {
}


/*= End
-------------------------------------------------------------------------*/

