html {
	overflow-y: scroll;
}

body {
	font-family: arial, helvetica;
	font-size: 12px;
	margin-top: 10px;
}

h2 {
	padding: 0px;
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	display: none;
}

p, label {
	line-height: 115%;
}

a {
	color: red;
	text-decoration: none;
}

button {
	padding: 2px;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}

.error {
	color: red;
	visibility: hidden;
	font-size: 9px;
}

.cfx {
	clear: both;
}

ul.pager {
	margin: 5px 0;
	clear: both;
	list-style: none;
}

ul.pager li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	list-style: none;
}

ul.pager li a {
	margin: 2px;
	color: red;
	padding: 3px;
	border: 1px solid #F0F0F0;
	float: left;
	clear: both;
	background: none;
	text-decoration: underline;
}

ul.pager li.pager_current a {
	color: black;
	text-decoration: none;
}

table.datatable {
	width: 100%;
}

table.datatable tr th {
	text-align: center;
}

table.datatable tr td {
	text-align: left;
}

table.datatable tr td div.published_icon {
	width: 16px;
	height: 16px;
	background-image: url(icons/icontexto-webdev-ok-016x016.png);
}

table.datatable tr.unpublished td div.published_icon {
	width: 16px;
	height: 16px;
	background-image: url(icons/icontexto-webdev-emoticon-sad-016x016.png);
}

table.datatable tr td {
	background-color: rgb(217,217,217);
}

table.datatable tr.unpublished td {
	background-color: rgb(233,233,233);
}

table.datatable tr td input.chkbox {
	width: 12px;
}

#container {
	clear: both;
}

input, textarea {
	padding: 8px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: bold 14px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 200px;
	background: #FFFFFF;
}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
}

.form label {
	margin-left: 10px;
	color: #999999;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
}

h3 { padding:5px 10px; }
div.items, div.p { padding:5px 10px; }
p { padding:5px 10px; }
h3 { font-size:14px; font-weight:bold; padding:5px 10px; }
span { padding:0 10px; }
ul { padding:0 10px; }

.bk_header.english { width:0px; height:0px; background-image:url(); }
.bk_footer.english { width:0px; height:0px; background-image:url(); }

.bk_header.german { width:0px; height:0px; background-image:url(); }
.bk_footer.german { width:0px; height:0px; background-image:url(); }

.bk_header.french { width:0px; height:0px; background-image:url(); }
.bk_footer.french { width:0px; height:0px; background-image:url(); }

.bk_header.italian { width:0px; height:0px; background-image:url(); }
.bk_footer.italian { width:0px; height:0px; background-image:url(); }

.bk_header.russian { width:0px; height:0px; background-image:url(); }
.bk_footer.russian { width:0px; height:0px; background-image:url(); }

.bk_header.spanish { width:0px; height:0px; background-image:url(); }
.bk_footer.spanish { width:0px; height:0px; background-image:url(); }
