/*		Klik.rs
		---------------------------------------------------------
		Site designed by ratkovicdesign (www.ratkovicdesign.net)
		Design by Goran Ratkovic
		
		CSS design started at 18 October 2008
		---------------------------------------------------------*/

/* Section I: Global element definitions
-----------------------------------------------------------------------------------------------*/
* {
	font-size: 100.1%;
}
*:focus {
	outline: none;
}
html {
	background: #F6F6F6 url(../img/bgn_body.png) repeat-x 50% 0;
	height: 100%;
}
body {
    position: absolute;
    display: block;
    width: 1000px;
    margin: 0;
    margin-left: -500px;
    left: 50%;
	font: 70% Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	
}
.hide {
	position: absolute;
	left: -9999px;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, fieldset, form {
	margin: 0;
	padding: 0;
}
a img, fieldset, form {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #4AAAE1;
	text-decoration: underline;
}
a:hover {
	color: #9CF;
	text-decoration: none;
}
p {
	line-height: 160%;
}
.note {
	color: #F00;
}
.goleft {
	float: left;
}
.goright {
	float: right;
}
.gocenter {
	margin: 0 auto;
	text-align: center;
}
img.goleft {
	margin: 5px 15px 10px 0;
}
img.goright {
	margin: 5px 0 10px 15px;
}
.btn {
	cursor: pointer;
}
.bl {
	color: #233E85;
}
.mgn {
	color: #4AAAE1;
}
.rd {
	color: #C00;
}

/* Section II: Wrapper and content holder
-----------------------------------------------------------------------------------------------*/
.wrapper {
	min-width: 966px;
	margin: 0 17px;
}
.wrap.wleft {
	background: url(../img/bgn_wrap_left.png) no-repeat;
	padding-left: 23px;
}
.wrap.wright {
	background: url(../img/bgn_wrap_right.png) no-repeat 100% 0;
	padding-right: 23px;
}
.wrap.winside {
	background: #FFF url(../img/bgn_wrap_inside.gif) no-repeat;
}
.wrap.insideright {
	background: url(../img/bgn_wrap_insideright.gif) no-repeat 100% 0;
	padding: 4px;
	padding-top: 8px;
}

/* Section III: Header deifinitions, menu holder (menu is defined below this section)
-----------------------------------------------------------------------------------------------*/
.header {
	height: 83px;
	margin-bottom: 3px;
	position: relative;
}
.head.hleft {
	background: url(../img/bgn_head_left.png) no-repeat;
	padding-left: 3px;
	height: 83px;
}
.head.hright {
	background: url(../img/bgn_head_right.png) no-repeat 100% 0;
	padding-right: 3px;
	height: 83px;
}
.head.hinside {
	background: #4AAAE1 url(../img/bgn_head_inside.png) repeat-x;
	height: 83px;
}
.header .logo {
	float: left;
	width: 201px;
	height: 75px;
	padding-top: 8px;
	margin-right: 7px;
}
.header .logo a {
	background: url(../img/klik_logo.png) no-repeat;
	display: block;
	width: 201px;
	height: 75px;
}
.header .topmenu {
	float: left;
}
.header .topmenu .tagline {
	background: url(../img/bgn_head_tagline.png) no-repeat;
	width: 231px;
	height: 16px;
	margin-top: 28px;
}
.header .topmenu ul {
	list-style: none;
	padding: 0;
	margin: 6px 0 0 20px;
	display: block;
}
.header .topmenu li {
	float: left;
	margin: 0 19px 0 0;
}
.header .topmenu li a {	
	color: #233E85;
	text-decoration: none;
}
.header .topmenu li a:hover {	
	color: #FFF;
	text-decoration: underline;
}
.header .login {
	position: absolute;
	top: 28px;
	right: 14px;
	height: 50px;
	width:274px;
}
.header .loggedin {
	width: auto;
}
.header .login h2 {
	background: url(../img/bgn_head_login.png);
	width: 57px;
	height: 16px;
	float: left;
	margin-right: 15px; 
}
.header .loggedin h2 {
	background: url(../img/bgn_head_loggedin.png);
	width: 117px;
	height: 16px;
	float: left;
	margin-right: 10px; 
}
.header .login .frow {
	margin-right: 2px;
	float: left;
}
.header .login .frow.buttons {
	float: none;
	margin-top: 2px;
}
*+html .header .login .frow.buttons {
	margin-top: 3px;
}
.header .login .frow .labeled {
	color: #233E85;
	padding-left: 2px;
	margin-bottom: 2px;
}
.header .login .frow #txt_login_username, .header .login .frow #txt_login_password {
	background: url(../img/bgn_head_field.png) no-repeat;
	padding: 4px;
	height: 25px;
	width: 76px;
	border: 0;
}
.header .login .frow .btn.log {
	background: url(../img/btn_head_login.png) no-repeat;
	width: 23px;
	height: 23px;
	border: 0;
}
.header .login .frow .btn.log:hover {
	background-position: 0 -23px;
}
.header .login  .username {
	color: #233E85;
}
.header .login ul {
	list-style: none;
	margin: 0;
	padding: 1px 0 0 21px;
	clear: left;

}
.header .login ul li {
	float: left;
}
.header .login a {
	margin-right: 21px;
	color: #233E85;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}
.header .login a:hover {
	color: #FFF;
	text-decoration: underline;
}
.header .login a.logout {
	background: url(../img/btn_head_logout.png) no-repeat 100% 0;
	color: #C00;
	margin: 0;
	padding: 5px 29px 5px 0;
}
.header .login a.logout:hover {
	background-position: 100% -23px;
	color: #FFF;
}

/* Section IV: Menu definitions
-----------------------------------------------------------------------------------------------*/
.menu {
	height: 67px;
	margin-bottom: 20px;
	border-bottom: #CCC 1px solid;
	position: relative;
}
.menu .mn.left {
	background: url(../img/bgn_menu_left.png) no-repeat;
	padding-left: 4px;
}
.menu .mn.right {
	background: url(../img/bgn_menu_right.png) no-repeat 100% 0;
	padding-right: 4px;
}
.menu .mn.inside {
	background: url(../img/bgn_menu_inside.png) repeat-x 0 0;
	height: 37px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu ul li {
	margin: 4px 5px 0;
	display:block;
	float: left;
}
.menu ul li a {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 33px;
	display: block;
}
.menu ul li a:hover {
	background-position: 0 -33px;
}
.menu ul .on a, .menu ul .on a:hover {
	background-position: 0 -66px;
}
.menu ul li .home {
	background-image: url(../img/bgn_menu_item_home.png);
	width: 80px;
}
.menu ul li .onlinemedia {
	background-image: url(../img/bgn_menu_item_onlinemedia.png);
	width: 103px;
}
.menu ul li .advertisers {
	background-image: url(../img/bgn_menu_item_advertisers.png);
	width: 84px;
}

.menu ul li .agencies {
	background-image: url(../img/bgn_menu_item_agencies.png);
	width: 74px;
}
.menu ul li .about {
	background-image: url(../img/bgn_menu_item_about.png);
	width: 69px;
}
.menu ul li .nalog {
	background-image: url(../img/menu-nalog.png);
	width: 90px;
}
.menu ul li .kampanje {
	background-image: url(../img/menu-kampanje.png);
	width: 90px;
}
.menu ul li .izvestaji {
	background-image: url(../img/menu-izvestaji.png);
	width: 84px;
}
.menu ul li .uvod {
	background-image: url(../img/menu-uvod.png);
	width: 84px;
}
.menu ul li .klikeri {
	background-image: url(../img/menu-klikeri.png);
	width: 84px;
}
.menu ul ul {
	background: url(../img/bgn_menu_submenu.png) no-repeat 100% 0;
	position: absolute;
	left: 0;
	top: 37px;
	margin: 0;
	font: normal 1em Arial, Helvetica, sans-serif;
}
.menu ul ul li {
	margin: 8px 10px 0;
}
.menu ul ul li a {
	color: #999;
	text-decoration: none;
	height: auto;
}
.menu ul ul li a span {
	padding: 0;
}
.menu ul ul li a:hover {
	color: #4AAAE1;
	text-decoration: underline;
}
.menu ul ul .on {
	background: url(../img/bgn_menu_submenu_tab.png) no-repeat;
	margin: 0;
}
.menu ul ul .on a, .menu ul ul .on a:hover {
	background: url(../img/bgn_menu_submenu_tab.png) no-repeat 100% -69px;
	color: #000;
	text-decoration: none;
}
.menu ul ul .on a span {
	background: url(../img/bgn_menu_submenu_span.gif) no-repeat 50% 100%;
	margin: 0 13px;
	padding: 9px 0 12px;
	display: block;
}

/* Section V: Footer definitions
-----------------------------------------------------------------------------------------------*/
.footer {
	clear: both;
	margin-top: 20px;
	border-top: #CCC 1px solid;
}
.footer .links {
	clear: both;
	padding: 10px 12px;
}
.footer .links dl {
	padding: 0;
	margin: 0;
}
.footer .links dt {
	margin-right: 10px;
	float: left;
	display: block;
	width: 100px;
	height: 18px;
}
.footer .links dt span {
	display: block;
	color: #233E85;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.footer .links dd {
	margin: 0 0 4px 0;
}
.footer .links a {
	color: #999;
	text-decoration: none;
}
.footer .links a:hover {
	color: #4AAAE1;
	text-decoration: underline;
}
.footer .links dd span {
	background: url(../img/bgn_footer_middot.gif) no-repeat 50% 50%;
	color: #FFF;
	padding: 0 4px;
}
.footer .copy {
	clear: both;
	margin-top: 12px;
	border-top: #E6E6E6 1px solid;
	color: #999;
	text-align: center;
	display: block;
}
.footer .copy p {
	display: block;
	margin: 0;
	padding: 10px 0 15px;
}
.footer .copy .madnet_logo {
	float: right;
	padding: 9px 6px 0;
}
.footer .copy .madnet_logo a {
	background: url(../img/bgn_footer_madnet_logo.png) no-repeat;
	display: block;
	width: 125px;
	height: 23px;
}
.footer .copy .madnet_logo a:hover {
	background-position: 0 -23px;
}

/* Section VI: Content definitions
-----------------------------------------------------------------------------------------------*/
.content {
	padding: 0 4px;
}
.content .columns {
	padding-right: 225px;
	clear: both;
}
.content.leftfixed .columns {
	padding-left: 625px;
	padding-right: 0;
	clear: both;
}
.content .columns:after {
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}
.content .colwrapper {
	width: 100%;
}
.content .colmain {
	float: left;
	width: 100%;
}
.content .colcontent {
	float: right;
	width: 100%;
}
.content .rightcolumn {
	float: right;
	margin-right: -225px;
	width: 225px;
}
.content .rightcolumn .sleeve {
	padding-left: 25px;
	margin: 0;
}
.content .leftcolumn {
	float: left;
	margin-left: -225px;
	width: 225px;
}
.content .leftcolumn .sleeve {
	padding-right: 25px;
	margin: 0;
}
.content.leftfixed .leftcolumn {
	float: left;
	margin-left: -625px;
	width: 625px;
}
.content.leftfixed .leftcolumn .sleeve {
	padding-right: 22px;
	margin: 0;
}

/* Section VII: Content main elements
-----------------------------------------------------------------------------------------------*/
.content .sf {
	background: url(../img/arrow_down_blue.gif) no-repeat 1px 12px;
	color: #233E85;
}
.content .sfm {
	background: url(../img/arrow_down_magenta.gif) no-repeat 1px 12px;
	color: #4AAAE1;
}
.content .sfg {
	background: url(../img/arrow_down_magenta.gif) no-repeat 1px 12px;
	color: #666;
}
.content .sfw {
	background: url(../img/arrow_down_magenta.gif) no-repeat 1px 12px;
	color: #FFF;
}
.content .sf embed, .content .sfm embed, .content .sfg embed, .content .sfw embed {
	display: block;
    
}
#stats .sfm embed, .sleeve .sfm embed {
    width: 190px !important;
}
#marginfix embed {
    width: 250px !important;
}
.sleeve li {
    margin-left: -20px;
    overflow: hidden;
    width: 145px !important;
}
.content h2 {
	font-size: 2.3em;
	padding-left: 14px;
	font-weight: normal;
    
}
.content h3 {
	background: none !important;
	font-size: 1.8em;
	font-weight: normal;
}
.content h4 {
	background: none !important;
	font-size: 1.3em;
	font-weight: normal;
}
.content h4 a {
}
.content .lined {
	background-position: 0 100%;
	background-repeat: repeat-x;
	clear: both;
}
.content .lined.blue {
	background-image: url(../img/bgn_lined_blue.gif);
	padding-bottom: 3px;
	margin-bottom: 7px;
}
.content .lined.gray {
	background-image: url(../img/bgn_lined_gray.gif);
	padding-bottom: 3px;
	margin-bottom: 7px;
}
.content .dotted {
	background: url(../img/bgn_lined_gray.gif) repeat-x 0 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.content .dotted ul {
	list-style: none;
	padding: 0;
	margin: 4px 0 0 0;
}
.content .dotted li {
	line-height: 160%;
	padding-left: 14px;
	margin-bottom: 6px;
}
.content .dotted ul h5 {
	background: url(../img/arrow_gray.gif) no-repeat 0 5px;
	margin: 0 0 0 -9px;
	padding-left: 9px;
}
.content .dotted ul h5 a {
	color: #000;
}
.content .dotted ul h5 a:hover {
	color: #4AAAE1;
}
.content .dotted ul p {
	margin: 0;
}
.content .boxshadow {
	background: url(../img/bgn_boxshadow.png) repeat-x;
	padding: 15px 5px;
	margin: 0 1px;
	position: relative;
}
.content .boxshadow.tabled {
	background: url(../img/bgn_boxshadow.png) repeat-x;
	padding: 15px 20px;
}
.content form .fbox {
	width: 300px;
	margin: 0 auto;
}
.content form .frow {
	display: block;
	margin-bottom: 5px;
}
.content form .frow:after {
    content: ".";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}
.content form table .labeled {
	float: left;
	display: block;
	width: 230px;
	color: #333;
	margin-right: 20px;
	padding-top: 3px;
}
.content form table .field {
	float: left;
	width: 400px;
}
.content form .required {
	float: right;
}
.content form .text  {
	border: #D4D4D4 1px solid;
	background: #FFF;
	color: #666;
	padding: 2px;
}
.content form .width1 {
	width: 80px;
}
.content form .width15 {
	width: 150px;
}
.content form .width2 {
	width: 250px;
}
.content form .width25 {
	width: 300px;
}
.content form .width3 {
	width: 360px;
}
.content form .select.width1 {
	width: 86px;
}
.content form .select.width15 {
	width: 156px;
}
.content form .select.width2 {
	width: 256px;
}
.content form .select.width25 {
	width: 306px;
}
.content form .select.width3 {
	width: 366px;
}

.content .submit {
    width: 60px;
    margin: 0px 10px;
}
.buySubmit {
    width: 60px;
    text-transform: uppercase;
    background: transparent url(../img/arrow_gray.gif) no-repeat 1px 12px;
    color: #233E85;
    font-weight: bold;
    border: 2px navy outset;
}
.buySubmit:hover {
    border-style: inset;
    text-transform: uppercase;
    text-shadow: navy;
    font-weight: bold;
}
.btn {
	background-color: none;
	font: bold 1em Arial, Helvetica, sans-serif;
	padding: 6px 10px 15px;
	border: 0;
	cursor: pointer;
	margin: 0 4px 0 0;
	float: left;
}
.btn:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.btn span {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 18px;
	display: block;
	text-align: left;
}
.btn.normal {
    background: url(../img/btn_normal.gif) no-repeat;
    color: #FFF;
}
.btn.alert {
	background: url(../img/btn_alert.gif) no-repeat;
	color: #C00;
}
.btn.cancel {
	background: url(../img/btn_cancel.gif) no-repeat;
	color: #999;
}
.btn.wide1 {
	background-position: 0 0;
	width: 82px;
}
.btn.wide2 {
	background-position: -82px 0;
	width: 94px;
}
.btn.wide3 {
	background-position: -176px 0;
	width: 112px;
}
.btn.wide4 {
	background-position: -288px 0;
	width: 152px;
}
.btn.normal .ok {
	background-image: url(../img/btn_icon_ok.gif);
}
.btn.normal .change {
	background-image: url(../img/btn_icon_change.gif);
}
.btn.cancel .quit {
	background-image: url(../img/btn_icon_quit.gif);
}
.btn.alert .delete {
	background-image: url(../img/btn_icon_delete.gif);
}
.frow.buttons {
	height: 60px;
	margin: 8px -7px 0;
}
.frow.buttons .buttonsleft {
	background: url(../img/bgn_buttons_left.png) no-repeat;
	padding-left: 6px;
}
.frow.buttons .buttonsright {
	background: url(../img/bgn_buttons_right.png) no-repeat 100% 0;
	padding-right: 6px;
}
.frow.buttons .buttonsinside {
	background: url(../img/bgn_buttons_inside.png) repeat-x;
	height: 50px;
	padding-top: 10px;
}
.frow.buttons .buttonsfloat {
	width: 420px;
	margin: 0 auto;
	padding-left: 250px;
}

/* Section VIII: Boxes
-----------------------------------------------------------------------------------------------*/
.box {
	clear: both;
	margin-bottom: 10px;
}
.box .boxtop {
	padding-top: 5px;
}
.box .boxbottom {
	padding-bottom: 5px;
}
.box .boxinside {
	padding: 5px 12px;
}
.box.white .wtop {
	background: url(../img/box_wtop.gif) no-repeat;
}
.box.white .wbottom {
	background: url(../img/box_wbottom.gif) no-repeat 0 100%;
}
.box.white .winside {
	background: url(../img/box_winside.gif) repeat-y;
}
.box.blue {
	color: #919EC2;
}
.box.blue .btop {
	background: url(../img/box_btop.gif) no-repeat;
}
.box.blue .bbottom {
	background: url(../img/box_bbottom.gif) no-repeat 0 100%;
}
.box.blue .binside {
	background: url(../img/box_binside.gif) repeat-y;
}
.box dl {
	padding: 0;
}
.box dt {
	display: block;
	margin-bottom: 4px;
}
.box a {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
.box p {
	line-height: 140%;
}
.box .noted {
	background: url(../img/bgn_lined_gray.gif) repeat-x;
	margin: 0;
	padding-top: 10px;
	color: #7B7B7B;
}
.box .buymore {
	background: url(../img/btn_box_buymarbles.png) no-repeat;
	width: 176px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}
.box .buymore:hover {
	background: url(../img/btn_box_buymarbles.png) no-repeat 0 -47px;
}
.intro {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 170%;
	margin: 4px 0 8px;
}
.more {
	background: url(../img/arrow_gray.gif) no-repeat 0 4px;
	padding-left: 9px;
	margin: 4px 0 12px;
}
.more a {
	color: #000;
	font: bold 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.more a:hover {
	color: #4AAAE1;
}
.padded .more {
	margin-left: -9px;
}
.rounded {
	position: relative;
}
.rounded .roundleft {
	background: url(../img/bgn_roundleft.gif) no-repeat;
	padding-left: 22px;
}
.rounded .roundright {
	background: url(../img/bgn_roundright.gif) no-repeat 100% 0;
	padding-right: 22px;
}
.rounded .roundinside {
	background: url(../img/bgn_roundinside.gif) repeat-x;
	padding-top: 14px;
	padding-bottom: 10px;
}
.roundedfixed {
	position: relative;
}
.roundedfixed .roundfixtop {
	background: url(../img/bgn_roundfixtop.gif) no-repeat;
	padding-top: 4px;
}
.roundedfixed .roundfixbottom {
	background: url(../img/bgn_roundfixbottom.gif) no-repeat 0 100%;
	padding-bottom: 4px;
}
.roundedfixed .roundfixinside {
	background: url(../img/bgn_roundfixinside.gif) repeat-y;
	padding: 10px 23px 10px 0;
}
.content .padded {
	padding-left: 23px;
}

/* Section IX: Table results
-----------------------------------------------------------------------------------------------*/

.table {
	border-collapse: collapse;
	width: 100%;
    overflow: scroll;
}
/*.table tr td {
	background-color: #FFF;
}*/
.table .alt td {
	background-color: #F8F8F8;
}
.table td {
	border-bottom: #D9D9D9 1px solid;
	padding: 6px 8px;
	vertical-align: middle;
}
.table th {
	border-bottom: #D9D9D9 1px solid;
	padding: 6px 8px;
	background: #D5DAE8 url(../img/bgn_table_th.png) repeat-x;
	font-size: 1.1em;
    width: 100px;
    
}
.table th.first {
	background: url(../img/bgn_table_th_first.png) no-repeat;
}
.table th.last {
	background: url(../img/bgn_table_th_last.png) no-repeat 100% 0;
}
.table th.edit, .table th.delete {
	width: 80px;
}
.table th.edit span {
	background: url(../img/icon_th_edit.png) no-repeat 100% 50%;
	color: #233E85;
	padding-right: 17px;
}
.table th.delete span {
	background: url(../img/icon_th_delete.png) no-repeat 100% 50%;
	color: #C00;
	padding-right: 17px;
}
.table td.first {
	background-image: url(../img/bgn_table_cell.png);
	background-repeat: repeat-y;
	padding-left: 11px;
}
.table td.last {
	background-image: url(../img/bgn_table_cell.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
	padding-right: 11px;
}
.table .icon {
	background-repeat: no-repeat;
	display: block;
	margin: -2px auto;
	width: 23px;
	height: 23px;
	text-indent: -99999px;
}
.table .icon:hover {
	background-position: 0 -23px;
}
.table .icon.edit {
	background-image: url(../img/icon_edit.png);
}
.table .icon.delete {
	background-image: url(../img/icon_delete.png);
}
.table a.sort {
	background: url(../img/icon_sort.png) no-repeat 0 50%;
	padding-left: 20px;
	color: #333;
	text-decoration: none;
}
.table a.sort:hover {
	color: #4AAAE1;
	text-decoration: underline;
}
.table a {
	color: #333;
	text-decoration: underline;
}
.table a:hover {
	color: #4AAAE1;
	text-decoration: none;
}
.paging {
	background: #F8F8F8;
	border: #D9D9D9 1px solid;
	border-top: 0;
	margin-bottom: 15px;
	position: relative;
	padding: 4px 6px 12px;
	height: 15px;
}
.paging .pages {
	margin-right: 180px;
}
.paging .pages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.paging .pages ul li {
	display: block;
	float: left;
}
.paging .perpage {
	position: absolute;
	right: 10px;
	top: 4px;
	color: #666;
}
.paging .perpage span {
	display: block;
	margin: 4px 0 0 10px;
	float: left;
}
.paging .perpage ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.paging .perpage ul li {
	display: block;
	float: left;
}
.paging a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 4px 5px;
}
.paging .on a {
	background: #D9D9D9;
	color: #999;
}
.paging a:hover {
	color: #4AAAE1;
	text-decoration: underline;
}
.paging .prev, .paging .next {
	background-image: url(../img/icon_paging_arrows.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 8px;
}
.paging .prev {
	background-position: 0 5px;
}
.paging .prev:hover {
	background-position: 0 -16px;
}
.paging .next {
	background-position: 100% -37px;
}
.paging .next:hover {
	background-position: 100% -58px;
}
.neparnaKolona td {
    background-color: #FFF;
}
.parnaKolona td {
    background-color : #F8F9FB;
}


/* Specials */
#homeanim {
	width: 603px;
	height: 326px;
	margin-bottom: 6px;
}
.prikazano{

visibility:visible;
height:30px;
}
.skriveno{

height:30px;
visibility:hidden;
}
.spacer15{
height:15px;
}
#datePickerDiv {
    padding: 10px;
    margin-top : -10px; 
    margin-right : 30px; 
    float: right; 
    display: block;
}
#googleChart {
    border: 3px silver outset;
    padding: 10px;
    width: 620px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#googleChart select {
    width: 100px;
}
#googleChart span {
    padding: 5px;
}

/* For contact page */

.block {
    display: block;
    float: left;
    padding: 5px;
}
.block form {
    margin-right : 20px;
    padding-right : 10px;
}
.block fieldset {
    width: 325px;
    /*margin: 10px;*/
    padding: 20px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.block legend {
    padding: 2px 3px;
    font-weight: bold;
 /*   border: 1px solid #CCC;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.block label {
    margin-top: 10px;
    font-weight: bold;
    width: 200px;
    display: block;
}
.block input {
    width: 300px;
}
.block textarea {
    width: 300px;
    height : 300px;
}
.kontakt {
    float: left;
    padding-top: 10px;
}
.contactTable {
    display: block;
    float: left;
    padding: 5px;
    border: 1px #CCC solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px;
}
.contactTable dl {
    margin-left : 30px;
    width: 300px;
}
.contactTable dt {
    font-weight: bold;
}
.contactTable .naslovPotvrda {
    font-weight: bold;
}
#submitAlignRight {
    float : right;
}
.combo {
    width: 360px;
    display: block;
    float : left;
    padding-left : 20px;
    padding-right : 5px;
}
.combo .labeled, .combo .field {
    float : left;
    width: 150px;
}
.combo label {
    font-weight: bold;
}
#menjacnica {
    display: block;
    float: left;
    width: 630px;
    padding: 10px;
    border: 2px #EBEBEB solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.malinaslov {
    padding: 0 5px 0 5px;
    border-bottom: 1px #EBEBEB solid; 
    font-weight: bold;
}
#menjacnica label {
    padding: 2px;
    display: block;
    float: left;
    vertical-align: bottom;
    width: 100px;
}
#menjacnica .submit {
    width: 60px;
}
sup {
    font-size: 10px;
}