div#container-parent {
	width: 760px;
	margin-left: auto; /*6px*/
	margin-right: auto;
	padding: 0;
	text-align: left;
}

div#container-parent div#container-logo {
	position: relative; 
}

div#container-parent div#container-logo div#logo {
	vertical-align: middle;
	padding-top: 3px; 
	padding-bottom: 4px;
} 

div#container-parent div#container-logo div#logoext {
	padding-top: 0; 
	margin-bottom: 1px;
}

div#container-parent div#container-logo div#logo a img {
	border: none;
}

.linfocont { /* login info after logo */
	position: relative;
}

.linfo {
	position: absolute;
	background-color: #6693BC; /*#26547C*/
	color: #FFF;
	font-size: 70%;
	line-height:18px; /* fixes Firefox 0.9.3 */
	right: 8px;
	padding-bottom: 1px; 
	padding-top: 1px;
}

.whiteblue {
	background-color: #6693BC;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	line-height:18px; /* fixes Firefox 0.9.3 */
}

/* ---------- horizontal menu ---------- */
strong		{ font-style:normal; font-weight:bold; }

#menu	{
	background: #006486 url("../images/mid2.gif") repeat-x top; /* | #336699 | #03759C -color  */
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px; 
	margin-left: 0; /* fix! lighter hmenu */
	margin-right: 0; /* fix! lighter hmenu */
	top: -1px;
	width:100%;
	color: #fff;
	font: 70%/126% verdana, arial, helvetica, sans-serif;
}

#menu a				{ text-decoration:none; }
#menu a:link 		{ color:#fff; }
#menu a:visited		{ color:#fff; }
#menu a:hover 		{ color:#64bfdb; text-decoration:underline; }
#menu a:active		{ color:#64bfdb; }

#menu ul	{
	background:#ccc;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 2px; /*1%*/
}

#menu li {
/*	background:url("../images/menusep.gif") no-repeat center right; */
	float:left;
	margin:0px;
	padding: 3px 4px 5px 7px; /* orig 3 4 6 6 */
	font-family: Arial, Helvetica, sans-serif; 	
}

#menu li a {
	margin: 0px;
	padding: 0px 4px 0px 0px;
	white-space: nowrap;
}

#menu li a strong { 
	padding: 0px; 
}

/* ---------- vertical menu ---------- */
#vmenu {
	height: 87px; 
	border: 1px solid #CCCCCC;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif; 	
	background: #ffffff url("../images/bgr_empty.gif") no-repeat scroll right top;
}

.navitem {
	width: 177px;
	padding: 0 5px 0 5px;
	margin-top: 4px;
	vertical-align: top;
	float: left; 
}

.navitemnext {
	width: 177px;
	padding: 0 5px 0 5px;
	margin-top: 4px;
	vertical-align: top;
	float: left; 
}

.border {
	margin: 0;
	background-color: #03759C; 
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 2px 7px; 
}

#vmenu .navlist {
	margin: 0;
	padding: 0;
	background-color: #FBFBFB; /* #F2F6F5 */
/*	border: 1px solid #CCCCCC; */
}

.navlist ul {
	display: none;
}

.navlist li {
	border-bottom: 1px solid #CCCCCC; /* white */
    list-style:none;
	margin: 0;
	padding: 0;
}

.navlist li a {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px 2px 10px; /* 3/2 */
	display: block;
	font-size: 70%;
/*	background: url("../images/navbullet_n.gif") no-repeat 7px 7px; */
}

/* Urghhh another IE Hack */
* html .navlist li a {height:1em;}

.navlist li a.selected {
	background-color: #D8E2EA; /* white */
/*	background-image:url("../images/navbullet_s.gif"); */
	font-family: Arial, Helvetica, sans-serif; 	
}

.navlist .visible {
	display: block;
}

.navlist li a:hover {
	text-decoration: underline;
}

.navlist li ul {
	margin: 0;
	padding: 0;
	border: 0;
}

.navlist li ul li {
	background-color: #EEEEEE;
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
}

.navlist li ul li a {
	padding: 3px 3px 2px 28px; /* 3/2 */
	background:url("../images/navbullet_n.gif") no-repeat 14px 7px;
}

/* ---------- Banner board definitions ---------- */
div#board {
	width: auto;
	height: 80px;
	background-color: white; 
	border-bottom: solid 1px #4399C6;
}

div#board div.banner {
	text-align: center;
}

div#emptyboard {
	width: auto;
	background-color: white; 
}

/* main classes */
.icol1 {
	width: 45%;
	float: left; 
	padding: 3px;
	padding-left: 5px;
	background: #DCE7E3;
	border-top: 1px solid #AFBCBF;
	border-left: 1px solid #AFBCBF;
}

.icol1b {
	width: 45%;
	float: left; 
	background: #F6F6F6; /*#C4C6CE;*/
	padding: 3px;
	padding-left: 5px;
	border-top: 1px solid #AFBCBF;
	border-left: 1px solid #AFBCBF;
}

.icol2 {
	width: 52%;
	float: left; 
	padding: 3px;
	background: #DCE7E3;
	border-top: 1px solid #AFBCBF;
	border-right: 1px solid #AFBCBF;
	border-left: 1px solid #AFBCBF;
}

.icol2b {
	width: 52%;
	float: left; 
	background: #F6F6F6; /*#D6D3D6;*/
	padding: 3px;
	border-top: 1px solid #AFBCBF;
	border-right: 1px solid #AFBCBF;
	border-left: 1px solid #AFBCBF;
}

.accinfo {
	font-size: 70%; 
    margin-top: 5px;
	background-color: #F2F6F5; /*#D9E4EE*/
	border: 1px solid #BDCEBB; 
}

.textinfo {
	padding: 10px 8px 19px 25px;
	background-color: #E0DCDC; /* D8E2EA F2F6FF FFEFC2 */
	border: 1px solid #CCCCCC; /* C9D5B */
}

div#container-parent div#level0 {
}

div#container-parent div#level1 {
    background: #FFF;
}

div#container-parent div#level2 {
    padding-top: 6px;
    padding-bottom: 11px;
}

div#mainContent {
	font-size: 70%;
    margin-top: 3px;
}

.borderleft {
    border-left: 1px dashed #ccc;
}

.offerd {
	font-size: 70%; 
	color: #202020; 
	padding: 9px 5px 5px 7px;
    margin: 0 2px 0 2px;
	background-color: #FCF0DE; 
	border: 1px solid #AFBCBF;
	height: 80px;
}

.err-head {
	background-color: #FFD69B; /*#ffde84*/
	padding: 1px 3px 2px 3px;
	font-size: 90%; 
}

.err-subhead,
.err-cell {
	padding: 1px 3px 1px 3px;
	font-size: 85%; 
	border-bottom: 1px solid #AFBCBF;
}

.err-subhead {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray; 
	border-right: 1px solid silver;
	background-color: #FCF0DE; 
}

.err-baset {
	margin-bottom: 8px;
}

.err-base {
	border: 1px solid gray;
	font-size: 80%; 
}

.borderdata {
	color: #202020; /* 3F5771*/
	background-color: white; /* #D8E2EA */
	padding: 1px 5px 2px 1px; 
	padding-left: 5px;
	font-size: 65%;
    margin: 1px 0 0 290px; /* 11px 8px 0 8px */
	border-bottom: 1px solid #202020; /* D9E4EE */
}

.borderdata img {
	vertical-align: middle;
}

div#container-parent div#news {
	height: 99%;
	margin-left: 3px;
	text-align: left; 
/*	background-color: #E5E5E5; */
}

div#container-parent div#newsh {
	padding: 4px 5px 2px 3px;
	font-size: 75%;
/*	font-weight: normal; 
	color: #4C4C4C; */
	font-weight: bold;
	color: #3F5771; 
}

.newsb {
	font-size: 65%;
	color: #202020; 
	background-color: white;
	height: auto;
	text-align: left;
	line-height: 1.30em;
/*	border-bottom: 1px solid #D9E4EE; */
/*	border-right: 1px solid #D9E4EE; */ /* #BCDCE6 */
/*	margin-left: 4px;  */
/*	margin-right: 8px;*/
	padding: 5px 0 6px 9px; 
}

div#container-parent div#main {
    background: #F6F6F6;
}

.info-text {
	padding: 4px 10px 6px 10px;
	text-align: center;
	background-color: #FBF9EF; /* FFFBC9 #FFF8EC;*/
    font-size: 70%;
	margin-bottom: 15px;
	border: 1px solid #CC3300;
}

.fline-text {
	padding: 3px 10px 4px 3px;
/*	color: white;
	background-color: #428DA7; */
	background-color: white; 
	border-bottom: 1px solid #03759C;
	border-right: 1px solid #03759C;
	text-align: center;
    font-size: 70%;
	margin: 4px 3px 4px 0;
}

.base-text {
	color: #202020;
    font-size: 80%;
	background-color: #428DA7;
	color: #FFFFFF;
	padding: 2px 0 2px 3px;
}

/* classes for form layout */
.TBORDER { /* for form body */
	background-color: white; 
}

.bborder { /* for form footer table with buttons */
	background-color: white;
}

/* class for table headers */
.theader {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
    font-size: 13px;
    color: #0066CC;
	border-left: solid 1px #6699CC;
	border-top: solid 1px #6699CC;
	border-bottom: 2px solid white;
	border-right: solid 1px #6699CC;
    background-color: #D1DCEB;
	height: 30px;
}

/* class for table column headers */
.tcolumns {
	font-family: verdana,arial,helvetica,sans-serif;
    color: black;
	border-bottom: solid 1px black;
	padding: 2px;
    background-color: #FFCC99;
}

/* classes for table cells */
.db,
.ds {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #D6D6D6; 
}

/* class for table cells - normal size */
.db {
	color: #202020; 
    font-size: 70%;
	padding: 0px 2px 0px 2px;
/*	background-color: #F6F6F6;*/ /* go to uc_table_sql constructor */
}

/* class for table cells - small size */
.ds {
    font-size: 65%;
	padding: 0px 2px 0px 2px;
	line-height: 1.1em;
}

/* class for first/last input cell */
.db1 {
/*    font-size: 95%;*/
	background-color: #F6F6F6;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #BEC8D1;
	padding: 0 0 1px 3px;
}

.table_bord {
	border: 1px solid #BEC8D1;
/*	background-color: #F6F6F6;*/
	padding: 0; 
	margin: 0;
}

/* pager table class - Stranica: ... */
.pagbrd { 
	border-top: 1px solid #BAD0C9; /* 97B7AD */
	COLOR: #1856A0;
	font-size: 70%;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-DECORATION: none;
	margin-top: 1px;
}

/* used in art_edit.php, /neo, /info */
.pag_head { 
	COLOR: #1856A0;
	font-size: 70%;
	FONT-FAMILY: arial, helvetica, sans-serif;
	TEXT-DECORATION: none;
/*	padding-bottom: 3px; */
}

/* class for all other controls with errors */
.bgerror {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%; /* old 12px */
	text-decoration: none;
    border-right: 1px solid #D6DBE0;
    border-bottom: 1px solid #D6DBE0;
	border-left: 1px solid #888888;
    border-top: 1px solid #888888;
	height: 1.7em; /* old 20px */
	padding-left: 3px;
	padding-right: 3px;
    background-color: #FFD69B; 
}

.textareaerror {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%; /* old 12px */
	text-decoration: none;
    border-right: 1px solid #D6DBE0;
    border-bottom: 1px solid #D6DBE0;
	border-left: 1px solid #888888;
    border-top: 1px solid #888888;
	padding-left: 3px;
    background-color: #FFD69B; 
}

/* form classes */
.forminput {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
    border-right: 1px solid #D6DBE0;
    border-bottom: 1px solid #D6DBE0;
	border-left: 1px solid #888888;
    border-top: 1px solid #888888;
	height: 1.7em; /* old 20px */
/*	background-color: #FFFFFF;*/
	background-color: #FCFCFC;
	padding-left: 3px;
	padding-right: 3px;
}

.textareainput {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
    border-right: 1px solid #D6DBE0;
    border-bottom: 1px solid #D6DBE0;
	border-left: 1px solid #888888;
    border-top: 1px solid #888888;
/*	background-color: #FFFFFF;*/
	background-color: #FCFCFC;
	padding-left: 3px;
}

/* class for check/radio controls */
.checkbox {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 70%;
	font-weight: normal;
}

/* class for combo/list controls style */
.select,
.selectsw,
.selectww 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 70%;
	font-weight: normal;
	background-color: #FCFCFC;
}

.select {
    width: 200px;
}

.selectww { /* za ds_link_edro/drebno.php */
/*    width: 220px;*/
}

.selectsw {
    width: 150px;
}

/* class for combo/list controls with errors */
.selecterror {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 70%; /* old 10pt */
    width: 200px;
	font-weight: normal;
    background-color: #FFD69B;
	border: 1px solid #888888;
}

/* class for combo controls in uc_form_h */
.selectcombo {
	font-family: verdana,arial,helvetica,sans-serif;
    width: 180px;
	font-size: 70%; /* 100%*/
	font-weight: normal;
	background-color: #FCFCFC;
}

/* class for combo controls with errors */
.selectcomboerror {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 70%; /* old 100% */
    width: 180px;
	font-weight: normal;
    background-color: #FFD69B;
	border: 1px solid #888888;
}

.formlabel {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 70%; 
	color: #202020; /* black; */
	padding-right: 5px;
}

.formlabell {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 75%; 
	color: #202020; /*#026789; */
}

.formlabelleft {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 70%; 
	color: #202020; /* black; */
	padding-right: 5px;
}

/* for art_new, art_new_ext */
.formlabel-art {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 70%; 
	color: #026789;
}

/* not used */
.formheader {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 90%;
	font-weight: bold;
    color: white;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-bottom: solid 2px gray;
	border-right: solid 1px gray;
    background-color: #82B0BC; /*#99CCFF*/
}

.formfooter {
	font-family: verdana,arial,helvetica,sans-serif;
    font-size:100%;
    color: black;
	border-left: solid 0px silver;
	border-top: solid 0px silver;
	border-bottom: solid 1px gray;
	border-right: solid 0px gray;
    background-color: #F2F4F8;
}

.button,
.stbutton,
.buttons {
    background-color: transparent;
    background-repeat: repeat-x;
    border: 0 solid;
    display: inline; 
    color: #003399;
	font-size: 11px;
    padding: 0;
    width: 100%; height: 21px; 	
}

.pager_menu {
	font-size: 80%; 
	color: black;
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	background-color: #F6F6F6; 
	padding: 0 0 1px 2px;
    border-bottom: 1px solid #C7C7C7;
}

.tablelinks {
	color: #0364C4;
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	text-decoration: underline;
}

.tablelinks:hover {
	text-decoration: underline;
	color: #CC3300;
}

.tablelinks-home {
	color: #0364C4;
	font-family: verdana, geneva, arial, helvetica, sans-serif; 
	text-decoration: underline;
	font-size: 110%;
}

.tablelinks-home:hover {
	text-decoration: underline;
	color: #CC3300;
}

.barlinks {
	color: white;
	font-family: arial, helvetica, sans-serif; 

}

.mainlinks {
	font-size: 70%;
	padding: 2px 0 2px 5px;
	background-color: #9D9090;
	color: white;
}

.selected {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

.navLeftHead {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

/* class for table titles */
.titles_bar { 
	background-color: #EDEDED; /* F2F6F5 */
	color: #000;
	padding: 0 5px 1px 5px; 
	margin-top: 1px; 
	font-size: 70%; 
	border-width: 1px 1px 2px 0;
	border-style: solid;
	border-color: #D6D6D6; /*BDCEBB*/
	line-height: 100%; 
}

/* Basic setup for styles *************************************************************/

body, table, tr, td, p, h1, h2, h3, div, form, ul, li {
	margin: 0px; /* auto - fix Mozilla problem - center table */
	padding: 0px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
}

p {
	padding-bottom: 1.3em;
}

a {
	text-decoration: none;
	color: #000066;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

.image {
	border: 0px;
}

.top-space {
	padding-top: 3px;
}

/* used in itext objects in forms - art_new/art_new_ext.php */
div.flavor1 {
	color: black;
	padding: 5px;
	font-size: 75%; 
	height: 100%;
}

div.flavor1 a {
	color: black;
	text-decoration: none;
}

/* used in acc_state.php */
div.flavor1acc {
	color: black;
	padding: 12px;
	font-size: 75%; 
	line-height: 120%;
	height: 100%;
	margin-top: 15px;
}

/* used in paginator form */
div.flavor2 {
	background-color: #FFEFC2; /* FFF7E0 #E3EBE2; */
	color: black;
	padding: 1px 0 0 3px;
	font-size: 80%; 
	text-align: left;
	border-bottom: 1px solid #C7C7C7; /* 6699CC*/
}

/* used in login form only */
div.flavor-white {
	background-color: white; 
	padding-top: 9px;
/*	font-size: 90%;  */
}

/* used for info - number of articles - after art_new.php */
div.flavorinfo {
	background-color: #F6F6F6;
	color: black;
	width: auto;
	padding: 4px;
	font-size: 80%; 
	border: 1px solid #BEC8D1; 
	margin-top: 2px;
}

div#sf {
	border-top: 1px solid #9AA486; /*#BAD0C9;*/
	COLOR: #1856A0; 
	font-size: 65%; 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
	TEXT-DECORATION: none;
}

/* FAQ ********************************************************************************/
div.FAQquestion {
  cursor: pointer;
  border-bottom: 1px solid #BCDCE6; /* 428DA7 #026789 #BDCEBB; */
}

div.FAQquestion span {
	display: block;
	color: #000; 
	width: 85px; 
	padding: 3px 4px 3px 4px;
	font-size: 70%;
	background-image: url(../images/tab_bgr.gif);
	background-repeat: no-repeat;
}

div.FAQquestion span img {
	vertical-align: top; /* middle */
}

div.FAQanswer {
	display: none;
}

div.FAQanswerVisible {
	display: block;
	padding: 4px 10px 4px 5px;
    cursor: default;
	background-color: #428DA7; 
	color: #FFFFFF;
	font-size: 80%;
}

div.FAQselect {
	margin-top: 20px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #6699CC;
}

div.FAQselect select {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.tunderline {
	border-bottom: 1px solid #D9E4EE;
}

h3 {
	font-family: Arial, Helvetica, sans-serif; /* Verdana, */
	font-size: 75%;
	font-weight: normal; /* bold */
	color: #3F5771; /* #4C4C4C #202020 #026789; */
	padding: 4px 5px 2px 0;
	width: auto;
	font-weight: bold;
}

.mtitle {
	font-family: Arial, Helvetica, sans-serif; /* Verdana, */
	font-size: 100%;
	font-weight: bold;
	padding: 2px 5px 3px 6px;
	color: white;
	background-color: #428DA7; 
	margin-bottom: 3px;
	width: auto;
/*	line-height: 0.90em;*/
}

.ttitle {
	font-family: verdana, arial;
	font-size: 80%; 
	background-color: #428DA7; /*#6693BC*/
	color: #FFFFFF;
	margin-bottom: 0px;
	padding: 3px 5px 3px 5px;
	width: auto;
}

.baselink {
	color: #026789;
	font-size: 90%;
	text-decoration: none;
	padding: 0px;
}

.baselink:hover {
	color: #6693BC;
	text-decoration: underline;
}

.baselink2 {
	color: #026789;
	font-size: 90%;
	text-decoration: none;
	padding: 0px;
}

.baselink2:hover {
	color: #6693BC;
	text-decoration: underline;
}

.baselink3 {
	color: #026789;
	font-size: 100%;
	text-decoration: none;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
}

.baselink3:hover {
	color: #6693BC;
	text-decoration: underline;
}

.baselink4 {
	color: #026789;
	font-size: 100%;
	text-decoration: none;
	padding: 0px;
}

.baselink4:hover {
	text-decoration: underline;
	color: #CC3300;
}

.redlink {
	color: #FF8700; /*CC3300*/
}

.bluelink {
	color: #026789;
	/*color: #006699;*/
}

div.gray2	{ margin: 0px 0px; padding:0px; height:3px; background:#fff url("../images/gray2.png") repeat-x; }
div.gray2 hr { display:none; }

/* -------------- for subdomains index.php --------- */
.tablec {
    font-family: Arial, Helvetica, sans-serif; /* Veradna,  9px */
    color: #444444;
    font-size: 11px;
    font-weight: normal;
}

.tablec td {
	padding: 0px 2px 0px 2px;
}

.thead-1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
/*	padding: 0px 4px 1px 4px;*/
}

/* -------------- for links to price lists in login.php --------- */
table.lt {
	margin-top: 1px;
	margin-bottom: 8px;
	border-collapse: collapse;
	border: 1px solid #E0DCDC; /* D8E2EA */
}

table.lt th, table.lt td {
	margin: 0px 0px 0px 0px;
	padding: 1px 0 2px 2px;
	background-color: #fff;
	color: #333333;
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-bottom: 1px solid #E0DCDC;
}

table.lt th {
	background-color: #428DA7;
	color: #FFF; 
	text-align: left;
	padding: 3px 4px 3px 5px;
	border-bottom: 3px solid white; 
}

table.lt td.bord {
/*	border-top: 1px solid #FFF; 
	border-bottom: 1px solid #202020; */
}

table.lt td {
	font-size: 65%;
}

table.lt td img {
	vertical-align: middle;
}

table.lt td.leftborder {
	border-left: 1px solid #8cc53e;
}

table.lt td.rightborder {
	border-left: 1px solid white;
/*	border-right:1px solid #8cc53e; */
}

table.lt tr.zebra td {
	background-color: white !important; /* #E0DCDC */
}

table.lt tr.lgreen td {
	background-color: #E0DCDC !important;  /* white */
	font-weight: bold;
	color: #3F5771; 
	padding-bottom: 3px;
}

.dlink {
	color: #202020; /* 1D93B6 0000DE #428DA7 */
	text-decoration: none;
}

.dlink:hover {
	color: #CC3300;
	text-decoration: underline;
	background: none;
}

.dlink:active {
	color: red;
}

.nusers {
	color: black;
	font-size: 75%; 
	padding: 4px 0 12px 3px;
	background-color: #F2F6F5; 
	border:1px solid #D8E2EA; /* #BCDCE6 */
}

.lb {
	background: url("../images/lb_bg.gif") repeat-x;
	font-family: Arial, Helvetica, sans-serif; 	
	font-weight: bold;
	color: #3F5771;
}

.bb {
	background: url("../images/db_bg.gif") repeat-x;
}

.topspace { /* only for popup windows - from 0_98 - top & left space in uc_form_v */
	margin-top: 5px;
	margin-left: 4px;
}

.bord-bg { /* border & bgcolor for all uc_form_v objects */
	background-color: #F2F6F5; /* EFF2EF EBEDF0 */
	border: 1px solid #D8E2EA; /* #D9E4EE #BCDCE6 */
	border-top: 1px solid #4C4C4C; 
	padding: 6px 2px 8px 4px;
}

.logo-bg {
	border-bottom: 1px solid #BCDCE6; 
}

.bbottom {
	border-bottom: 1px solid #4C4C4C; 
}

.ttbg {
	background: url("../images/title_bg.gif") repeat-x; 
/*	color: white;
	padding: 5px 0 5px 5px;
	font-size: 75%; */
}

.info-text2 {
	padding: 4px 10px 6px 10px;
	text-align: center;
	background-color: #FBF9EF; 
    font-size: 70%;
	margin-bottom: 15px;
	border-right: 1px solid #AFA37E;
	border-bottom: 1px solid #AFA37E;
	color: #808080;
}

.info-text3 {
	padding: 4px 10px 2px 5px;
	background-color: #03759C; /* #FBF9EF */
    font-size: 70%;
	border-bottom: 1px solid #AFA37E;
	border-top: 1px solid #9D9090;
	color: white; /* #808080 */
	font-family: Arial, Helvetica, sans-serif; 	
	font-weight: bold;
}