/* General page WHITE style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #E5E5E5; /* EAEAEA <- E5E5E5*/
	scrollbar-highlight-color: #FAFAFA; /* FFFFFF <- FAFAFA*/
	scrollbar-shadow-color: #A8A8A8;  /* ADADAD <- A8A8A8 */
	scrollbar-3dlight-color: #E3F3F3; /* E8F8F8 <- E3F3F3 */
	scrollbar-arrow-color:  #7A7A70; /* 7A7AAA <- 7A7A70 */
	scrollbar-track-color: #F7F8FC; /* F8F8F8 <- F7F8FC */
	scrollbar-darkshadow-color: #7A7A7A; /* 7A7A7A */
	background-image : url(images/white/bg_white.gif);
	background-repeat: repeat;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #000000;
	font-size: 12px;
	cursor: auto;
	/* padding-left: 11em; */
	/* padding-right: 0; */
	/* background: white url("pendant.png"); */
    /* background-repeat: repeat-y; */
    /* background-position: center center; */
	/* background-attachment: fixed; */
	/* background-position: 100% 100%; */
    /* background-repeat: no-repeat; */
	/* font-size:100%; */
    /* line-height:1.125em; */
	/* background-position: bottom right; */
	/* CURSOR: pointer; */	
    /* cursor: url(http://hostdrjack.com/cursors/7002.ani) */ 
	/* cursor:text */
	/* cursor: color; */

	
}




/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a:link {
	text-decoration: none;
	color : #0000FF;
}

a:active {
	text-decoration: none;
	color : #FF0000; 	
}

a:visited {
	text-decoration: none;
	color : #8844FF;	
/*	color : #A56C03; F8A406 F86606	*/
}

a:hover	{
	text-decoration: underline;
	color : #0099FF;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #0099FF; border: 1px solid #333333; }

/* This is the outline round the main forum tables */
/* .forumline	{ background-color: #111111; border: 1px none #333333; } */


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FCFCFF; }
td.row2	{ background-color: #F8F8FC; }
td.row3	{ background-color: #F4F4F9; }
td.row4	{ background-color: #F0F0F5; }
td.row5	{ background-color: #ECECF1; }
td.inputrow { background-color: #14A4FF; }
td.inputrow2 { background-color: #18A8FF; }

/* Main table line colours and backgrounds */
tr.zebra1	{ background-color: #E8E8E8; }
tr.zebra2	{ background-color: #F0F0F0; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	background-color: #0099FF;
	background-image: url(images/white/table_cell_bg1.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #F8A406; font-size: 11px; font-weight : bold;
	background-color: #333333;
	background-image: url(images/white/table_cell_bg1h.jpg);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
		background-image: url(images/white/table_cell_bg1h.jpg);
		background-color: #333333; border: #FFFFFF; border-style: none;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #0099FF; border-style: none; }
td.row3Right,td.spaceRow {
	background-color: #11AAFF; border: #1199FF; border-style: solid; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 24px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #E8E8FF;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000 }

.gen2 { font-size : 12px; }
.genmed2 { font-size : 11px; }
.gensmall2 { font-size : 10px; }
.gen2,.genmed2,.gensmall2 { color : #444488; }

.gen3 { font-size : 12px; }
.genmed3 { font-size : 11px; }
.gensmall3 { font-size : 10px; }
.gen3,.genmed3,.gensmall3 { color : #F86800; }

.gen4 {
	font-size : 10px;
	vertical-align: middle;
	padding: 2px;
}
.genmed4 {
	font-size : 9px;
	/* vertical-align: text-top; */
	padding: 0px;
}
.gensmall4 {
	font-size : 8px;
	vertical-align: middle;
	padding: 0px;
}
.gen4,.genmed4,.gensmall4 { color : #333333; }

a.gen,a.genmed,a.gensmall { color : #F8A406; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color : #FFFFFF; text-decoration: underline; }
/* a.gen:visited,a.genmed:visited,a.gensmall:visited { color : #F8A406; text-decoration: none; } */


/* The register, login, search etc links at the top of the page */
.mainmenu		{
	font-size : 11px;
	color : #DDDDDD;
}
a.mainmenu		{ text-decoration: none; color : #F8A406;  }
a.mainmenu:hover{ text-decoration: underline; color : White; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:visited		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color :  #AAAAAA; }
a.forumlink 	{ text-decoration: none; color : #AAAAAA; }
a.forumlink:visited{ text-decoration: none; color : #AAAAAA; }
a.forumlink:hover{
	text-decoration: underline;
	color : White;
}
a.forumlink:visited{

}

.forumdescr {
	color : #999999;
}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #CCCCCC;}
a.nav			{ text-decoration: none; color : #F8A406; }
a.nav:hover		{ text-decoration: underline;  color : White;  }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #DDDDDD; }
a.topictitle:link   { text-decoration: none; color : #F8A406; }
a.topictitle:visited { text-decoration: none; color : #A56C03; }
a.topictitle:hover	{ text-decoration: underline; color : White; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #DDDDDD;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #AAAAAA; }


/* The content of the posts (body of text) */
.postbody { font-size : 11px;}
a.postlink:link	{ text-decoration: none; color : #F8A406 }
a.postlink:visited { text-decoration: none; color : #A56C03; }
a.postlink:hover { text-decoration: underline; color : White;
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #999999;

	background-color: #1D1D1D;
	
	border-left: 2px solid #0099FF;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;		
	
	padding-left: 8px;
	margin-bottom: 8px;

	

}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 125%;
	
	background-color: #1D1D1D;
	
	border-left: 2px solid #F8A406;
	border-top: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;		
	
	padding-left: 8px;
	margin-bottom: 8px;
}


/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #777777; letter-spacing: -1px;}
a.copyright		{ color: #222222; text-decoration: none;}
a.copyright:hover { color: #777777; text-decoration: underline;}


/* ------------------------------- Form elements ------------------------------- */

input {
	color : #000000;  /* Boja slova u textarea polju */
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF; /* Boja podloge u textarea polju i Submit polja*/
	border: 1px solid #CCCCCC; /* Boja bordera textarea polju i Submit polja E0E0E0*/
}

textarea {
	cursor : text;
	color : #000000;  /* Boja slova u textarea polju */
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF; /* Boja podloge u textarea polju */
	border: 1px solid #CCCCCC; /* Boja bordera textarea polju EEEEEE*/
	padding-left: 4px;
	font-weight : normal;
	scrollbar-face-color: #EAEAEA; /* DDEAFA */
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #ADADAD; 
	scrollbar-3dlight-color: #E8F8F8;
	scrollbar-arrow-color:  #7A7AAA;
	scrollbar-track-color: #F8F8F8;
	scrollbar-darkshadow-color: #7A7A7A;
		
}



/* The text input fields background colour */
input.post, textarea.post {
	background-color : #2796FF; /* Boja podloge u menu polju */
	border: 1px solid #33FFFF;
}

select {
	font-size: 11px;
	color : #000000; /* boja slova u selektu color : #FFE081; */
	background-color:  #FFFFFF ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color : #FF0000;  /* #A48553 #C7B188 #C7B188 #A48553 */
	border-width: 1px;
	border-styles: solid;
	margin-left:2px;
}

select: focus { background-color: #FFCC00; }


input.post:hover {
	border: 1px solid #8F8F8F;
}

input.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


textarea.post:hover{
	border: 1px solid #8F8F8F;
}

textarea.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	cursor: pointer;
	background-color : #111111;
	color : #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* background : url(images/white/bg_button_up.gif); */
}

/* The main submit button option */
input.mainoption {
	cursor: pointer;
	background-color : #111111;
	font-weight : bold;
	/* border : 1px solid #999999; */
}

/* None-bold submit button */
input.liteoption {
	cursor: auto;
	background-color : #FFFFFF;
	font-weight : normal;
	/* border : 1px solid #999999;	 */
}

input.checkbox {
	background-color : #FFFFFF;
	border-color : #FFFFFF;
	/* background-image : url(images/white/bg_button_up.gif); */
}


input.radio {
	/* background-image : url(images/white/bg_button_up.gif); */
	/* border-color : #FFFFFF; */
	padding: 0px;
	border: 0px solid #FFFFFF;
    background-color : #FFFFFF;
	color: #0099FF;
	
}

input.login {
	/* background-image : url(images/white/bg_button_up.gif); */
	border-color : #A48553;	
}

/*
This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline {
   background-color: #0099FF;
   border-style: none;
   color : White;
   /* background-image: url(images/gen_background2.jpg); */
}



/* alternativeSuns specific styles */

hr {
	
	color: #D8E8F0;
	height: 1px;
	border: solid #E0F0F8;
 	border-top-width: 0px;
	border-right-width: 0px;	
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color : #E8F8FF;	
}

td.maintable {
	background-image : url(images/white/bg_top_planet.jpg);
	background-repeat : no-repeat;
}

td.mainforumcell {
	background-image : url(images/white/bg1_one_layer.jpg);
	border-top: 0px solid #0FAFFF;
	border-right: 1px solid #0FAFFF;
	border-bottom: 0px solid #0FAFFF;
	border-left: 1px solid #0FAFFF;

}

td.newpms {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-repeat: no-repeat;
	color : White;
	text-align : center;
	background-image : url(images/white/topimg_pm.jpg);
}

td.forumcolumns {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #666666;
	text-align : center;
	background-color : #0C0C0C;	
}

td.categorybar {
	background-image : url(images/white/table_cell_bg1.jpg);
	background-repeat : repeat-x;
	background-color : #0C0C0C;
}

td.tableborder {
	background-color: #333333;
}

td.stdtable1 {
	background-color: #0C0C0C;
	color : #FD4000;
}

a.faqlink {
	color: #F8A406;
	text-decoration: none;
}

.error {
	font-size : 11px; 
	font-weight: bold;
	color: #F8A406;
}

iframe.topicreview {
	border-color: #111111;
	border-width : 0px;
}

input.send-btn {
	background: url(images/white/bg_button.gif) no-repeat center center;
	outline: none;
	border: 3px double #47B6FF;
	cursor: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}

input.send-btn:hover {
    background: #000000 url(images/white/bg_button_up.gif) no-repeat 0 -15px;
}


/* <input type="text" style="width: 200px; border: 1px solid blue"> */
/* <input name="Save" type="submit" class="formbutton" id="Save" value="Obriši komentar"> */
.formbutton{
    cursor:pointer;
    border:outset 1px #E8E8E8; /* border:outset 1px #ccc; */
    background:#F8F8F8 center center;
    color:#000000;
    font-weight:normal;
    padding: 1px 2px;
    background:url(images/white/bg_button.gif) no-repeat left top; */
}

.nicebutton {
		cursor:auto;
        border:outset 1px #E8E8EF;
        background-image:url(images/white/bg_button.gif);
        background-position:center;
        background-repeat:no-repeat;
        background-color:transparent;
		padding: 0px 0px;
		border-top: 1px outset #F0F0F0;
		border-right: 1px outset #E8E8E8;
		border-bottom: 1px outset #E8E8E8;
		border-left: 1px outset #F0F0F0;
		color: #444444;
		font-size : 10px; 
}

/* This is the Default Button */

.buttondel{
    cursor:pointer;
    font-family: Arial, Helvetica, Verdana;
    font-size: 12px;
    color: #000000;
    text-align: center;
	padding: 0px 0px;
    background-image:url(images/white/bg_button.gif);
    background-repeat: no-repeat;
}


.rup {
	font-size : 10px;
	color : #000000;
	background-image: url(images/white/bg_button.gif);
	display: marker;
	border: 1px inset #BBCCFF;


}

.mainbox {

	border: 0px solid #000000;
	width: 778px;
	padding-right: 0px;
	/* background-image: url(images/black/bg_space_transparent.gif); */
	
}

td.logo	{
    background-color: #FFFFFF;
	padding-right: 0px;
	background-image: url(images/white/logo_white.jpg);
	height: 120px;
}

td.razmak_a	{
   /* background-color: #FFFFFF;
	padding: 0px 0px;
	background-image: url(images/white/razmak_a.gif);
	background-repeat: repeat;
	background-color:transparent; */
	width: 192px;
}

td.razmak_b	{
    /* background-color: #FFFFFF;
	padding: 0px 0px;
	background-image: url(images/white/razmak_b.gif);
	background-repeat: repeat-y;
	background-color:transparent; */
	width: 20px;
}

td.razmak_c	{
    /* background-color: #FFFFFF;
	padding: 0px 0px;
	background-image: url(images/white/razmak_c.gif);
	background-repeat: repeat;
	background-color:transparent; */
	width: 576px;
}


.box1 {
	background-color: #F6F6F6;
	border: 1px solid #000000;

}

.okvir1 {
	width: 100%;
	padding: 0px;
	height: auto;
	border: 0px solid #FF6600;
	cursor: auto;
	/* margin: 1px; */
	background-color: transparent;
	vertical-align: top;
}



.prored {
    font-size : 0px; 
	/* background-color: #FFCC00; */
	padding: 0px;
	margin: 0px;
	height: 5px;
}

.prored2 {
    font-size : 0px; 
	/* background-color: #FFCC00; */
	padding: 0px;
	margin: 0px;
	height: 40px;
}

.TitleLeft {
	font-size : 10px;
	color : #F0F0FF;
	background-color: #0099FF;
	padding: 0px;
	height: 16px;
}

.FontMlista {
	font-size : 9px;
	color : #000000;
	vertical-align: text-bottom;
	padding: 3px;
}

.font_objave {
	font-size : 11px;
	color : #202020;
	padding: 2px;
	/* text-align: justify; */
}

.font_objave2 {
	font-size : 11px;
	color : #555555;
	padding: 5px;
	/* text-align: justify; */
}

.OkvirBook {
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	/* text-align: justify; */
	width: 95%;
	padding: 2px;
	height: auto;
	border: 1px solid #e8e8e8;
	cursor: auto;
	margin: 0px;
	background-color: #F4F4FA;
	vertical-align: top;
}

.OkvirKorTekst {
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	/* text-align: justify; */
	/* width: 95%; */
	padding: 2px;
	height: auto;
	border: 1px solid #e8e8e8;
	cursor: auto;
	margin: 0px;
	background-color: #F4F4FA;
	vertical-align: top;
}

.porudzbenica {
	font-size : 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #171717;
	/* text-align: justify; */
	/* width: 95%; */
	padding: 2px;
	height: auto;
	border: 1px solid #AAAAAA;
	cursor: auto;
	margin: 0px;
	background-color: #F4F4FA;
	vertical-align: top;
}

.inkKorTekstData {
	color: #000000;
}

.title_book {
	/* font-size : 10px; */
	color : #000000;
	background-color: #e8ecf2;
	padding: 0px;
	height: 16px;
}


.loginbox {
	width: 100%;;
	padding: 1px;
	height: auto;
	border: 1px solid #0099FF;
	cursor: auto;
	/* margin: 1px; */
}

.loginbox2 {
	width: 95%;
	border: 1px solid #226699;
	/* border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #00FF00;
	border-left: 1px solid #00FF00;
	vertical-align: top; */
	/*background-attachment: fixed;
	background-image: url(../dt/imgs/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top; */
	
}

.TitleLogin {
	font-size : 10px;
	color : #F0F0FF;
	background-color: #0099FF;
	padding: 0px;
	height: 16px;
}

.FontLogin {
	font-size : 10px;
	color : #226699;
	padding: 2px;
	
}

.box2 {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #F0F0FF;
	background-color: #0099FF;
	padding: 3px;
	/* height: auto; */
	border: 1px solid #116699;
	cursor: auto;
	vertical-align: top;
	text-align: center;
	white-space: normal;
	/* margin: 1px; */
}

.box3 {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : #F0F0FF;
	background-color: #FF0000;
	padding: 3px;
	/* height: auto; */
	border: 1px solid #116699;
	cursor: auto;
	vertical-align: top;
	text-align: center;
	white-space: normal;
	/* margin: 1px; */
}

.OkvirPrijatelji {
	width: 100%;
	padding: 2px;
	height: auto;
	border: transparent;
	cursor: auto;
	/* /* margin: 1px; */ */
	background-color: transparent;
	vertical-align: top;
	height: 120px;
}

.OkvirBaneri {
	width: 100%;
	height: auto;
	padding: 2px;
	border: transparent;
	cursor: auto;
	background-color: transparent;
	text-align : center;
}

.OkvirMlista {
	width: 95%;
	padding: 4px;
	height: auto;
	border: 1px solid #0099ff;
	cursor: auto;
	/* margin: 1px; */
	background-color: #f9fbff; /* 3F8DD2 */
	vertical-align: top;
}

.OkvirRazmena {
	/* width: 100%; */
	padding: 4px;
	height: auto;
	border: 1px solid #0099ff;
	cursor: auto;
	/* margin: 1px; */
	background-color: #f9fbff;
	vertical-align: top;
}

.TitleRazmena {
	font-size : 10px;
	color : #F0F0FF;
	background-color: #0099FF;
	padding: 0px;
	height: 16px;
}

.FontRazmena {
	font-size : 10px;
	color : #000000;
	vertical-align: text-bottom;
	padding: 2px;
	text-align : center;
}

.OkvirSponzor {
	width: 100%;
	padding: 2px;
	height: auto;
	border: 1px solid #0099ff;
	cursor: auto;
	/* /* margin: 1px; */ */
	background-color: transparent;
	vertical-align: top;
}

.TitleSponzor {
	font-size : 10px;
	color : #F0F0FF;
	background-color: #0099FF;
	padding: 0px;
	height: 16px;
}

.font_rimski {
	font-size : 10px;
	color : #222222;
	padding: 3px;
	vertical-align: top;	
}

.font_sadrzaj {
	font-size : 11px;
	color : #00FF00;
	padding: 2px;
	vertical-align: top;	
}

.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* border: 1px solid #DDDDDD; */
	background-color: transparent;
}


.ink1 {
	color: #003388;
}

.ink2 {
	color: #005555;
}

.ink3 {
	color: #994400;
}

.ink4 {
	color: #662277;
}

.ink5 {
	color: #006699;
}

.ink6 {
	color: #444444;
}

.ink7 {
	color: #AA0000;
}

.ink_default {
	color: #000000;
}

.ink_marker {
	color: #FF0000;
}

.ink_piker_box {
	font-family: Times New Roman, Times, serif;
	font-size: 9px;
	width: 65;
	padding: 0;
	height: 19;
	border: 1px solid #444444;
	cursor: hand;
	/* margin: 1px; */
	/* background-color: #444444; */
	vertical-align: top;
}


.PikerBoxGen {
	font-size : 9px;
	font-family: Arial, Helvetica, sans-serif;
	color : #111155;
	width: 98%;
	padding: 2px;
	height: auto;
	cursor: auto;
	margin: 0px;
	background-color: #F8F8F8;
	vertical-align: top;
	border-top: 1px outset #3976BF;
	border-right: 1px inset;
	border-bottom: 1px inset;
	border-left: 1px outset #3976BF;
}


.UserInk8 {
	font-size : 8px;
	padding: 1px;
}

.UserInk9 {
	font-size : 9px;
	padding: 2px;
}

.UserInk10 {
	font-size : 10px;
	padding: 2px;
}

.UserInk11 {
	font-size : 11px;
	padding: 2px;
}

.UserInk12 {
	font-size : 12px;
	padding: 2px;
}

.UserInk13 {
	font-size : 13px;
	padding: 2px;
}

.UserInk14 {
	font-size : 14px;
	padding: 2px;
}

.UserInk15 {
	font-size : 15px;
	padding: 2px;
}

.UserInk16 {
	font-size : 16px;
	padding: 2px;
}

.UserInk17 {
	font-size : 17px;
	padding: 2px;
}

.UserInk18 {
	font-size : 18px;
	padding: 2px;
}

.UserInk19 {
	font-size : 19px;
	padding: 2px;
}

.UserInk20 {
	font-size : 20px;
	padding: 2px;
}

.LabelSize {
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #0099FF;
}

.LabelInk {
	font-size : 10px;
	font-weight : bold;
	color : #000000;
	background-color: #FFFFFF;
}

.LabelStyle {
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #777777;
}

.PageTitle {
	font-size : 18px;
	font-weight : bold;
	padding: 2px;
	background-color: transparent;
	vertical-align: top;
	text-align : left;
}



.OkvirOtvorenaKnjiga {
	/* width: 100%; */
	padding: 2px;
	height: auto;
	border: 1px solid #0099ff;
	cursor: auto;
	/* margin: 1px; */
	background-color: #FFFFFF; /* 2478CE */
	vertical-align: top;
}



.TitleOtvorenaKnjiga {
	font-size : 10px;
	color : #F0F0FF;
	background-color: #0099FF;
	padding: 0px;
	height: 16px;
}

.OkvirOtvorenaKnjiga2 {
	padding: 1px;
	border: 1px solid #0099ff;
	cursor: auto;
	margin: 2px;
	background-color: transparent;
}



.OkvirOtvorenaKnjiga3 {
	width: auto;
	padding: 1px;
	border: 0px solid #111111;
	cursor: auto;
	margin: 0px;
	background-color: transparent;
}


.FontOtvorenaKnjiga {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #666666;
	vertical-align: text-bottom;
	padding: 2px;
	text-align : center;
}


.kpbox1 {
	background-color: #F8F8F8;
	border: 1px solid #0099FF;
	padding: 2px;
	font-size : 9px;
}

.kpbox1title {
	font-size : 11px;
	color : #FFFFFF;
	background-color: #0099FF;
	padding: 2px;
	height: 16px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIEwhite.css");


