@charset "utf-8";

/* ===== CENIK-STYLE-1 ==== */

.table-style-1{
	width: 350px;
	border: 1px solid #0C6B9C;
}

.table-style-1 caption {
	background-color: #60ACDE;
	color:#FFFFFF;
	font-weight:900;
	border-top: 1px solid #0C6B9C;
	border-left: 1px solid #0C6B9C;
	border-right: 1px solid #0C6B9C;
	font-size: 1.2em;

}

.table-style-1 td
{
	text-align:center;
	font-size: 1.1em;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.tr-white
{
	background-color:#FFF;
	font-weight:900;
	color:#527DAE;
}
.tr-white1
{
	background-color:#FFF;
    
	
}

.table-style-1 .tr-blue
{
	background-color: #D7E9F4;
}


.table-style-3 {
	font-size: 1.2em;
	}


/* === STYLE-2 === */

.table-style-2	{
	width: 460px;
	font-size: 1.1em;
	border-collapse:collapse;
	border: 1px solid #0C6B9C;
	}
	
.table-style-2 caption {
	font-size: 1.2em;
	color: #FF6600;
	font-weight:900;
	padding-bottom: 5px;
	}
.table-style-2-head,.table-style-2-head td{
	background-color:#60ACDE;
	color:#FFFFFF !important;
	}

.table-style-2-head th {
	font-size: 1.1em;
	text-align: center;
	}

.table-style-2 td	{
	padding: 0;
	}

.table-style-2-text {
	color:#000000 !important;
	font-size: 10px;
	font-weight:100 !important;
	text-align:left !important;
	font-size: 1.0em !important;
	}
	
.table-style-2 td {
	padding: 2px;
	border: 1px solid #0C6B9C;
	font-weight:900;
	color: #527DAE;
	text-align:center;
	}

/* === STYLE-3 === */

.table-style-3	{
	width: 460px;
	font-size: 1.1em;
	border-collapse:collapse;
	border: 1px solid #0C6B9C;
	}

.table-style-3 caption {
	font-size: 1.2em;
	color: #FFF;
	background-color: #60ACDE;
	font-weight:900;
	padding-bottom: 5px;
	}
.table-style-3-head, .table-style-2-head td{
	background-color:#60ACDE;
	color:#FFFFFF !important;
	}

.table-style-3-head
{
	padding-bottom: 3px;
}

.table-style-3-head a{
	color:#FFFFFF;
	text-decoration: underline;
	}

.table-style-3-head a:hover{
	color:#FFFFFF;
	text-decoration: none;
	}

.table-style-3-head th {
	font-size: 1.1em;
	}

.table-style-3 td {
	padding: 2px;
	border: 1px solid #0C6B9C;
	font-weight:900;
	color: #527DAE;
	text-align:center;
	}

.table-style-3-text {
	color:#527DAE !important;
	font-size: 10px;
	font-weight:bold !important;
	text-align:left !important;
	font-size: 1.0em !important;
	width: 80%;
	padding-left: 20px ! important;
	}


