html, body
{
	height: 100%;
	cursor: default;
}
html, body, form, td, table, input, select
{
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,Tahoma;
	font-size: 12px;
	vertical-align: top;
}
table
{
	table-layout: fixed;
	border-collapse: collapse;
}
input._but
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 11px;
}
._inp
{
	font-size: 12px;
	border: 1px solid #888;
	color: #000000;
	font-family: Arial;
	background-color: #ebebeb;
}
._inp:focus
{
	border: 1px solid #333;
}
._sel
{
	font-size: 12px;
	border: 1px solid #888;
	color: #000000;
	font-family: Arial;
	background-color: #ebebeb;
}
a
{
	color: #0000FF;
	text-decoration: underline;
	cursor: hand;
}
a:hover
{
	color: #FF0000;
	text-decoration: underline;
	cursor: hand;
}
._color
{
	color: #339900;
}
._bgcolor
{
	background-color: #339900;
}
._bordercolor
{
	border: 1px solid #339900;
}
a._color
{
	color: #339900;
	text-decoration: underline;
}
a._color:hover
{
	color: #336600;
	text-decoration: underline;
}
a._black
{
	color: #000000;
	text-decoration: underline;
}
a._black:hover
{
	color: #555 !important;
	text-decoration: underline !important;
}
a.n
{
	text-decoration: none;
}
a.n:hover
{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}
h4
{
	font-size: 14px;
}
h5
{
	font-size: 13px;
}
h6
{
	font-size: 10px;
}
table.main
{
	height: 100%;
	width: 100%;
	table-layout: auto;
}
table.main td.top
{
	height: 75px;
	background-color: #ebebeb;
	background-image: url('../img/top.bg.gif');
	background-repeat: repeat-x;
	background-position: top;
}
table.top td.name
{
	width: 320px;
	vertical-align: middle;
	background-image: url('../../../cache/resources/images/gerb.png');
	background-repeat: no-repeat;
	background-position: left;
}
table.top td.name div.name
{
	font-family: Verdana;
	font-size: 25px;
	font-weight: bold;
}
table.top td.name div.name a
{
	color: #555;
	text-decoration: none;
}
table.top td.name div.name a:hover
{
	color: #000;
	text-decoration: none;
}
table.top td.name div.link
{
	font-weight: bold;
	font-size: 11px;
	padding-left: 1px;
	margin-top: -2px;
}
table.top td.name div.desc
{
	font-size: 10px;
	padding-left: 1px;
	color: #aaa;
	margin-top: -4px;
}
table.main td.line
{
	height: 15px;
}
table.main td.middle
{
	height: 100%;
}
table.main td.bottom
{
	height: 60px;
	background-color: #ebebeb;
}
table.middle
{
	width: 100%;
	height: 100%;
}
table.middle td.column
{
	width: 23%;
	padding-bottom: 30px;
}
table.middle td.content, table.middle td.page-first
{
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#content p
{
	font-size: 15px;
	text-align: justify;
	color: #333;
	line-height: 20px;
}
#content p:first-letter
{
	margin-left: 25px;
}
#content img
{
	border: 1px solid #000;
	margin: 5px 10px;
}
#content table.info
{
	width: 750px;
}
#content table.info td
{
	border: 1px solid #ccc;
	padding: 2px 5px;
	text-align: left;
}
#content table.info th
{
	background-color: #ebebeb;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #ccc;
}
#content ul, table.middle td.content ol
{
	font-size: 15px;
	color: #333;
	text-align: justify;
	line-height: 20px;
	padding: 0px 0px 0px 65px;
	margin: 0px;
}
#content ul li, table.middle td.content ol li
{
	margin: 0px 0px 10px 0px;
}
td.column div.nav-m
{
	margin-top: 5px;
	line-height: 12px;
}
td.column div.nav-m div.d
{
	color: #aaa;
	font-size: 11px;
}
td.column div.nav-m div.s
{
	padding: 5px 0px 10px 45px;
}
td.column div.nav-m div.t
{
	line-height: 12px;
	padding: 2px 0px;
	font-size: 11px;
}
td.column div.nav-s div.s
{
	padding: 2px 0px 3px 25px;
}
td.column ._icon
{
	width: 16px;
	height: 16px;
	background-image: url('../img/icons/16x16.png');
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: -19px;
	float: left;
}
td.column ._icon_m
{
	background-position: 0px 0px;
}
td.column ._icon_p
{
	background-position: 0px -16px;
}
td.column ._icon_mo
{
	background-position: 0px -32px;
	cursor: hand;
}
td.column ._icon_po
{
	background-position: 0px -48px;
	cursor: hand;
}
td.column ._icon_no
{
	background-position: 0px -64px;
}
td.column ._icon_page
{
	background-position: 0px -80px;
}
td.column ._iconb
{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	float: left;
	background-image: url('../img/icons/24x24.png');
	background-repeat: no-repeat;
}
td.column ._iconb_sel
{
	background-position: 0px -24px;
}
._crn_tl
{
	background-image: url('../img/crn.ebebeb.tl.gif');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ebebeb;
}
._crn_tr
{
	background-image: url('../img/crn.ebebeb.tr.gif');
	background-repeat: no-repeat;
	background-position: right top;
}
._crn_br
{
	background-image: url('../img/crn.ebebeb.br.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
._crn_bl
{
	background-image: url('../img/crn.ebebeb.bl.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul._e, ul._p
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 10px 0px !important;
}
ul._e li, ul._p li
{
	margin-bottom: 10px !important;
}
#languages
{
	position: absolute;
	right: 15px;
	background-image: url('../img/crn.ebebeb.br.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #ebebeb;
}
#languages div
{
	background-image: url('../img/crn.ebebeb.bl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 2px 15px;
	font-size: 10px;
	text-transform: uppercase;
}
div.button
{
	background-image: url('../img/link.button.png');
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
}
div.b-l
{
	background-position: top right;
}
div.b-l-s
{
	background-position: bottom right;
}
div.b-r
{
	background-position: top left;
}
div.b-r-s
{
	background-position: bottom left;
}
div.auth_but
{
	width: 15px;
	height: 15px;
	background-image: url('../img/auth.button.png');
	background-repeat: no-repeat;
	background-position: top;
}
div.auth_but:hover
{
	background-position: bottom;
}
