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

body {
	padding: 10px 0px 10px 0px;
	background-color: #fff;
}

body, input, textarea, select {
	font-size: 11px;
	line-height: 1.4em;
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.small {
	font-weight: normal !important;
	font-size: 10px !important;
}

.list {
	padding: 2px !important;
	text-align: center;
}

div#content, div#login {
	margin-left: auto;
	margin-right: auto;
	width: 1240px;
	background-color: #f8f8f8;
	padding: 5px;
	border: 1px solid #cacaca;
}

.box {
	border: 1px solid #cacaca;
	background-color: #f8f8f8;
}

div#content {
	min-height: 750px;
	height: auto;
}

/* for IE */
/*\*/
* html div#content {
	height: 750px;
}
/**/

div#left {
	float: left;
	width: 200px;
}

div#right {
	float: right;
	width: 1035px;
}

.right {
	width: 1035px;
}

table.header {
	width: 1015px;
	border-bottom: 0px !important;
}

table.rows {
	width: 1015px;
	border: 0px !important;
}

div.scroll {
	overflow-y: scroll;
	height: 500px;
	border: 1px solid #cacaca;
	border-right: 0px;
} 

iframe.scroll {
	height: 250px;
	width: 1034px;
	border: 1px solid #cacaca;
	border-right: 0px;
	margin-top: 20px;
	overflow-x: auto !important;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1230px;
	padding: 5px 0px 10px 0px;
	text-align: right;
}

input.text {
	height: 18px;
	border: 1px solid #a9a6a6;
	line-height: 18px;
	padding: 0px 2px 0px 2px;
	font-weight: normal;
}

textarea {
	width: 500px;
	height: 100px;
	padding: 1px;
	border: 1px solid #a9a6a6;
}

input.button {
	height: 20px;
	background-color: #dadada;
	border: 1px solid #a9a6a6;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

select {
	height: 18px;
	border: 1px solid #a9a6a6;
	line-height: 18px;
	padding: 0px 0px 0px 1px;
	font-weight: normal;
}

table {
	border: 1px solid #cacaca;
	background-color: #fff;
}

td {
	line-height: 19px;
	padding: 2px 3px 2px 3px;
}

td.light {
	background-color: #f8f8f8;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
}

td.dark {
	background-color: #ededed;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
}

td.sel {
	background-color: #ecdcdd !important;
}

td.unactive {
	color: #bdbdbd !important;
}

td.val {
	background-color: #ededed;
	font-weight: bold;
}

td.header {
	background-color: #bf0e1c;
	color: #fff;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #bf0e1c;
	text-decoration: none;
}

p.center {
	text-align: center;
	padding: 9px;
}

p.foto {
	width: 160px;
	height: 120px;
	border: 1px solid #808080;
	background-color: #e5e5e5 !important;
}

a.foto {
	display: block;
	width: 160px;
	height: 120px;
}

a.listTopLink {
	color: #ffffff;
	text-decoration: none;
}

a:hover.listTopLink {
	color: #cacaca;
	text-decoration: none;
}

b.url {
	color: #c28a8e;
	text-decoration: underline;
	font-weight: bold;
}

b.pager {
	text-decoration: underline;
	color: #c28a8e;
}

p.title {
	padding: 20px 0px 10px 0px;
	font-size: 18px;
	font-family: Verdana, Tahoma;
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
}

.rght {
	text-align: right;
}

.red {
	color: red;
}

div.legend {
	width: 24px;
	height: 16px;
	border: 1px solid #ccc;
}

table.legend {
	border-spacing: 0px;
	margin-top: 70px;
	background-color: inherit;
	border: 0px;
}

table.legend td {
	line-height: 22px;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}

td.newest {
	background-color: #eae9f4;
	font-weight: bold;
	padding: 2px 7px 2px 7px;
}