/*
#
# CMS - UNIVERSE
#	Author: Paweł Kuniszyk
#	e-mail: kuniszyk@onet.eu
#	Last updated:  28.08.2009
#	(c)2009 by Paweł Kuniszyk
#
*/


/*** Style CSS ***/


body {
	color: #003366; 
	font-size: 12px; 
	font-family:  verdana, tahoma, arial, sans-serif; 
	margin: 0; 
	padding: 0; 
	background: #264CAC url(images/bg.jpg) repeat-x left top;
}

a {
	text-decoration: none;
	color: #44B6FF;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}



/* --- layout --- */

div.container {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 810px;
	
}

.clear {
	clear: both;
}



/* --- header --- */

div.header { 
	width: 100%;
	height: 291px;
	margin: 0;
	padding: 0;
	z-index: -12345;
}

div.top { 
	width: 100%;
	height: 77px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

div.banner { 
	width: 100%;
	height: 214px;
	margin: 0;
	padding: 0;
	background: #264CAC url(images/top_banner.jpg) no-repeat left top;
}

div.logo {
	width: 243px;
	height: 77px;
	float: left;
	margin-right: 1px;
}

div.top-menu {
	float: left;
	z-index: -1;
}

ul.nav {
	margin: 0;
	padding: 0;
}

ul.nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

/* --- content --- */

div.content {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

/* --- left column --- */

div.left-column {
	float: left;
	width: 170px;
	color: #FFFFFF;
	position: relative;
	top: -34px;
	z-index: 1;
}

div.content-menu {
	width: 170px;

	background: #264CAC url(images/left_col_bg_line.jpg) repeat-y;
	float: left;
}

h3.lc_header {
	height: 39px;
	background: #264CAC url(images/left_col_header.jpg) no-repeat left top;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 8px;
	text-align: right;
}

div.menu {
	background: transparent url(images/left_col_bg.jpg) no-repeat left bottom;
	width: 160px;
	margin-top: 10px;
	padding: 0 5px 15px 5px;
	float: right;
	min-height: 400px;
	height: expression(document.body.clientHeight > 400? "400px": "auto" );
	/*min-height:500px;height:auto !important;height:500px;*/
}

div.menu ul {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div.menu ul li {
	list-style-image: none;
	list-style-type: none;
	line-height: 21px;
	padding: 0 10px;
	margin: 5px 0;
}

div.menu ul li.lc_nav {
	background: transparent url(images/dot01.png) left top;
}

div.menu ul li.lc_active {
	background: transparent url(images/dot04.png) left top;
}

div.menu ul li.lc_sub_nav {
	margin-left: 10px;
	border-left: 1px solid #264CAC;
	background: transparent url(images/dot01.png) left top;
}

div.menu ul li.lc_sub_active {
	padding-left: 21px;
}


div.menu ul li a {
	color: #ffffff;
}

div.loginform {
	float: left;
	padding: 10px;
	height: auto;
	width: 150px;
	text-align: center;
	color: #000000;
}

/*
div.loginform input.lguser, div.loginform input.lgpass, div.loginform input.loginsubmit {
	margin: 5px;
	width: 130px;
}
*/
div.loginform input {
	margin: 5px;
	width: 130px;
}



/* --- center column--- */

div.center-column {
	float: left;
	width: 406px;
	padding: 10px;
}

div.center-column p {
	margin: 5px 0;
	padding: 5px 0;
}

label.ct_label {
	display:block;
	margin: 2px 0 5px 0;
	padding: 3px 0;
	text-align:left;
	vertical-align:top;
	width:350px;
}

.cf_form input, .cf_form textarea{
	width: 98%;
}

.cf_form .cf_submit {
	width: 150px;
}

div.front_header {
	text-align: center;
	height: 28px;
	padding-bottom: 6px;
	border-bottom: 1px dashed silver;
}

div.front_info {
	padding: 10px 0;
	color: #00A9F7;
	font-size: 11px;
}

div.front_title {
	padding: 10px 0;
	margin-bottom: 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #B4C0D8;
	font-size: 16px;
	font-weight: bold;
}

div.front_content {
	text-align: justify;
}

td.content-table-title{
	text-align: left;
}

td.content-table-title a {
	color: #324191;
	font-weight: bold;
}

td.content-table-title a:hover {
	text-decoration: underline;
}

div.content-table-number {
	font-size: 80px;
	color: #f4f4f4;
	float: right;
	height: 80px;
}


table.content-table {
	padding: 0;
	margin: 15px 0 15px;
	width: 100%;
	line-height:21px;
}

.header-blank {
	font-size: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	border-bottom: 1px solid silver;
}

h2.content-table-name {
	background: #10ABF9 url(images/submenu-bg.gif) repeat-x scroll left bottom;
	color: #F8F9FB;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 1px 0 2px 10px;
	line-height: 32px;
}

table.content-table thead tr {
	background: #FFFFFF url(images/menu-bg.gif) repeat-x scroll left bottom;
}

table.content-table thead tr th {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	padding:7px 6px 6px 5px;
}

table.content-table .last-col {
	border-right:1px solid #DDDDDD;
}

table.content-table tbody tr.row1 td {
	background-color:#FFFFFF;
	padding:6px 5px;
	border-bottom: 1px solid #DDDDDD;
}

table.content-table tbody tr.row1a td {
	background-color:#FFFFFF;
	padding:6px 5px;
}

table.content-table tbody tr.row0  td {
	background-color:#F8F9FB;
	padding:6px 5px;
	border-bottom: 1px solid #DDDDDD;
}

table.content-table tbody tr.row0a  td {
	background-color:#F8F9FB;
	padding:6px 5px;
}

table.content-table tbody tr.row1_over td {
	background-color:#FFFFFF;
	padding:6px 5px;
	border-bottom: 1px solid #DDDDDD;
}

table.content-table tbody tr.row0_over  td {
	background-color:#F8F9FB;
	padding:6px 5px;
	border-bottom: 1px solid #DDDDDD;
}

table.content-table tbody tr.row td{
	background-color:#F8F9FB;
	padding: 10px 5px;
	border-bottom: 1px solid #DDDDDD;
	text-align: justify;
}

table.content-table tbody tr.row td .content_img{
	padding: 2px;
	border: 1px solid silver;
	float: left;
	margin: 5px 10px 0 0;
}

table.content-table tr td img {
	padding: 2px;
	border: 1px solid silver;
}

table.content-table .content-table-created {
	text-align: left;
	padding-top: 13px;
}

.columna {
	text-align: justify;
}

.module-desc {
	text-align: justify;
	padding: 5px 0;
}

div.line {
	background-color:#DDDDDD;
	border-bottom:1px solid #DDDDDD;
	height:auto;
	margin:15px 0 30px;
	padding:0;
	width:auto;
}

div.sm_level1 {
	padding: 5px;
	margin: 5px;
	border-left: 3px solid #3B60BB;
	border-bottom: 1px solid #c1c1c1;
}

div.sm_level1 a{
	font-size: 13px;
	font-weight: bold;
	color: #0080c0;
}

div.sm_level2 {
	padding: 2px 15px;
	margin-left: 15px;
	background: #FFFFFF url(images/arrow.png) no-repeat left 6px;
}

div.search_level1 {
	padding: 5px;
	margin: 5px;
	border-left: 3px solid #3B60BB;
	border-bottom: 1px solid #c1c1c1;
}


div.search_level1 a{
	font-size: 13px;
	font-weight: bold;
	color: #0080c0;
}

div.search_level2 {
	padding: 2px 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #e1e1e1;
}





/* --- right column --- */

div.right-column {
	float: right;
	width: 204px;
	position: relative;
	top: -24px;
	right: 10px;
}

div.search {
	height: 38px;
	background: #0E3381 url(images/search_bg.jpg) no-repeat left top;
	z-index: 12345;
}

div.search input.search_field {
	margin: 7px 0 0 10px;
	padding: 2px 10px;
	width: 120px;
}

.search_btn {
	background: none;
	width: 30px;
	height: 25px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	cursor: pointer;
}

#searchform {
	margin: 0;
	padding: 0;
	height: 38px;
}

div.right-menu {
	margin-top: 5px;
}

div.right-menu div.rm_top {
	background: #C9CCFF url(images/rm_top.jpg) no-repeat left top;
	height: 10px;
}

div.right-menu div.rm_content {
	background: #F2F4FF none;
}

div.right-menu div.rm_content .rm_active {
	background-color: #E6E9F4;
}


div.right-menu div.rm_bottom {
	background: #C9CCFF url(images/rm_bottom.jpg) no-repeat left top;
	height: 10px;
}

div.right-menu div.rm_content h3 {
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	color: #4763A4;
	margin: 0 10px 1px 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #D0E0EB;
}

div.right-menu div.rm_content ul {
	margin: 0;
	padding: 0 10px;
}


div.right-menu div.rm_content2 ul li {
	list-style-type: none;
	list-style-image: url(images/arrow.png);
	line-height: 21px;
	border-bottom: 1px solid #E8EDFA;
}

div.right-menu div.rm_content ul li {
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/arrow.png) no-repeat left 8px;
	/*height: 20px;*/
	border-bottom: 1px solid #E8EDFA;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 1px 0;
}

div.right-menu div.rm_content ul li a {
	color: #8B93AB;
	height: 100%;
	width: 100%;
}


div.promotion {
	margin-top: 5px;
}

div.promotion div.pr_top {
	background: #C6D4EF url(images/promo_header.png) no-repeat left top;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 0;
}

div.promotion div.pr_top_header {
	background: #C6D4EF url(images/promo_header_bg.png) repeat-y left top;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 8px;
	margin: 0;
}

div.promotion div.pr_content {
	background-color: #C9CCFF;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

div.promotion div.pr_double {
	padding: 7px 0;
}

div.promotion div.pr_bottom {
	background: #C9CCFF url(images/rm_bottom.jpg) no-repeat left top;
	height: 10px;
}

div.contact-info ul {
	padding-left: 0;
}

div.contact-info ul li {
	list-style-type: none;
	list-style-image: none;
	height: 20px;
}

.call {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #C6D4EF;
	margin: 10px 0;
	width: 202px;
}


/* --- footer --- */


div.footer {
	float: left;
	width: 810px;
	height: 22px;
	background: #FFFFFF url(images/footer_bg.jpg) no-repeat left top;
	text-align: center;
	padding-top: 8px;
}

/* --- mozilla/firefox hacks --- */

div.container:after,
div.header:after,
div.content:after
{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* --- internet explorer 6 hacks --- */

* html div.search,
* html div.topmenu,
* html div.pr_content
{ height: 1%; } /* gives "has layout" */



































