/* Normal, standard links. */
form{
	margin:0px;
	padding:0px;
}
a:link
{
	color: #000000;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #323232;
	text-decoration: underline;
}
a img{
	border:0px none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited,
.nav_sec, .nav_sec:link, .nav_sec:visited
{
	text-decoration: none;
	line-height:25px;
}
.nav{
	color: #0073d1;
}
span.extra_after{
	color:#607380;
}
span.extra_after a:link,
span.extra_after a:visited,
span.extra_after a{
	color:#003457;
	text-decoration:underline;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}
.nav_sec{
	margin-left:10px;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	padding: 0px;
	/*width: 1000px;*/
	margin: 0px auto;
	background: url(images/bd_bg.gif) repeat-y center;
	background-color: #dfe1d3;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	/*font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;*/
	margin: 0px;
	padding: 0px;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #757678;
	font-size: 11px;
	background: url(images/quote_bg.gif) no-repeat right bottom;
	background-color: #FFFFFF;
	min-height: 20px;
	/*width: 702px;*/
	border-top: 0px none;
	border-right: 1px solid #c9cac4;
	border-bottom: 1px solid #c9cac4;
	border-left: 2px solid #98bad2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	line-height: 18px;
	margin-right:50px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #757678;
	font-size: 11px;
	background: url(images/quote_bg.gif) no-repeat right bottom;
	background-color: #FFFFFF;
	/*min-height: 47px;*/ /*fOrbiddEn*/
	/*width: 702px;*/ /*fOrbiddEn*/
	border-top: 0px none;
	border-right: 1px solid #c9cac4;
	border-bottom: 1px solid #c9cac4;
	border-left: 2px solid #98bad2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
	line-height: 18px;
	overflow:auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader
{
	color: #4b4d4f;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	background: #EFF0F0 url(images/quoteheader_bg.gif) no-repeat right top;
	height: 24px;
	/*width: 712px;*/
	line-height: 24px;
	border-top: 1px solid #c9cac4;
	border-right: 1px solid #c9cac4;
	border-bottom: 0px none;
	border-left: 2px solid #98bad2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	margin-right:50px;
}
.quote .quoteheader, .quote .quote{
	margin-right:20px;
}
.codeheader
{
	color: #4b4d4f;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	background: url(images/quoteheader_bg.gif) no-repeat right top;
	background-color:#EFF0F0;
	height: 24px;
	/*width: 712px;*/ /*fOrbiddEn*/
	line-height: 24px;
	border-top: 1px solid #c9cac4;
	border-right: 1px solid #c9cac4;
	border-bottom: 0px none;
	border-left: 2px solid #98bad2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
.quoteheader_tx1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1b69a9;
}
.quoteheader_tx1 a, .quoteheader_tx1 a:link, .quoteheader_tx1 a:visited, .quoteheader_tx1 a:hover, .quoteheader_tx1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1b69a9;
}
.quoteheader_tx2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	/*background-color: #E1E1E1;*/
}
.windowbg2
{
	color: #000000;
	/*background-color: #F0F0F0;*/
	/*background-image: url(images/windowbg2_bg_p2.gif);
	background-repeat: repeat-y;*/
	width: 739px;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-style: normal;
	background-color: #6B8EAE;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background: url(images/cat_bg.gif) no-repeat;
	height: 29px;
	width: 739px;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background: url(images/cat_bg.gif) no-repeat;
	height: 29px;
	width: 739px;
}

.catbg, .catbg2
{
	font-weight: bold;
	/*background-color: silver;*/
	color: #000000;
}
.catbg_2
{
	background: url(images/br_t_bg.gif) no-repeat;
	height: 29px;
	width: 788px;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #FFFFFF;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	/*border: 1px solid #828181;*/
	/*background-color: #FFFFFF;*/
	/*padding: 2px;*/
	width: 739px;
	margin-bottom: 10px;
}
.tborder_2
{
	/*border: 1px solid #828181;*/
	/*background-color: #FFFFFF;*/
	/*padding: 2px;*/
	width: 788px;
	clear: left;	/*margin-bottom: 10px;*/
	overflow:hidden;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 10px;
	font-family: Tahoma, arial, helvetica, serif;
	padding-right: 6px;
	/*height: 76px;
	width: 176px;*/
}
.normaltext
{
	font-size: normal;
}
.largetext
{
	font-size: 18px;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	/*background-color: white;
	border-bottom: 1px solid gray;*/
	width: 1000px;
	margin: 0px auto;
	padding:0px;
}
.headerarea{
	background: url(images/header_bg_r.jpg) no-repeat center -26px;
	}
.headerarea_winter{
	background: url(images/header_bg_r_winter.jpg) no-repeat center -26px;
	}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	/*background-color: #D4D4D4;*/
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	/*background-color: white;*/
	/*border-top: 1px solid gray;*/
	margin: 0px auto;
	width: 1000px;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #6B8EAE;
	border: 1px solid #6B8EAE;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}
.bdar {
	width: 1000px;
	margin: 0px auto;
}

/*********************************************************/

/***************** header *****************/

.headerarea_w {
	background: url(images/pat_hd.gif) repeat-x top;
	width: 100%;
}
.headerarea_w_winter{
	background: url(images/pat_hd_winter.jpg) repeat-x top;
	}
.h_menu_holder {
	background: url(images/hd_mbg_bg_r.gif) repeat-x;
	height: 26px;
}
.h_menu_holder2 {
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e1f0fb;
	margin:0px auto;
	text-decoration: none;
	position: relative;
	width: 1000px;
	right:20px;
}
.h_menu_holder2 a, .h_menu_holder2 a:link, .h_menu_holder2 a:visited, .h_menu_holder2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e1f0fb;
	text-decoration: none;
}
.h_menu_holder2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e1f0fb;
	text-decoration: none;
}
.h_menu_ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
.h_menu_li {
	display: inline;
	height: 24px;
	/*vertical-align: top;*/
	padding:0px 10px;
	line-height: 24px;
}
.h_menu_li_2 {
	height: 24px;
	background: url(images/h_menu_li_bg.gif) no-repeat left center;
}
.h_menu_itm {
	height: 24px;
	background: url(images/h_menu_li_bg.gif) no-repeat left center;
	float: right;
	line-height: 24px;
	padding:0px 6px 0px 15px;
	display: inline;
}
.h_menu_itm a, .h_menu_itm2 a:link, .h_menu_itm a:visited, .h_menu_itm a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e1f0fb;
	text-decoration: none;
}
.h_menu_itm a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e1f0fb;
	text-decoration: none;
}
.h_menu_itm_alt {
	height: 24px;
	background: url(images/h_menu_li_bg.gif) no-repeat left center;
	float: left;
	line-height: 24px;
	display: inline;
	width: 2px;
	font-size: 1px;
}
.lg_box {
	height: 104px;
	width: 470px;
	overflow: hidden;
	/*position: relative;
	left: 100px;
	top: 10px;*/
	margin:20px 20px 12px 0px;
	float: right;
	display: inline;
	background: url(images/lg_box_bg.png) no-repeat top right;
}
.lg_box_av {
	float: right;
	padding: 3px;
	height: 84px;
	width: 84px;
	border: 1px solid #d4d2d2;
	position: relative;
	top: -98px;
	right: 9px;
	display: inline;
}
.lg_box_pod {
	float: right;
	padding: 3px;
	height: 84px;
	width: 340px;
	position: relative;
	top: -98px;
	right: 18px;
	text-align: right;
	display: inline;
	line-height: 21px;
}
.unam {
	font-weight: bold;
	color: #0073d1;
}
.lg_form {
	float: right;
	height: 84px;
	width: 278px;
	/*border: 1px solid #d4d2d2;*/
	position: relative;
	top: -98px;
	display: inline;
	padding:5px 11px 3px 12px;
	right: 9px;
	text-align: right;
}
.logo {
	margin:34px 0px 0px 50px;
	float: left;
	display: inline;
}
.logo img {
	border:0px none;
}
.unf {
	float: right;
	height: 84px;
	width: 110px;
	position: relative;
	top: -98px;
	text-align: left;
	display: inline;
	line-height: 21px;
	padding: 5px 12px 3px 12px;
	right: 9px;
	border-right: 1px solid #a4c6cf;
}
/*SREDJENO DO OVDE*/
.unf2 {
	padding-top: 10px;
}
.zsf {
	margin-right: 30px;
}
.uspwbx {
	margin-top: 4px;
}
.uspwbx_1 {
	display: inline;
	float: right;
	margin-left: 3px;
	padding-top: 36px;
}
.uspwbx_2 {
	display: inline;
	float: right;
}
.uspwbx_3 {
	display: inline;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0073d1;
	line-height: 23px;	/*margin-right: 5px;*/
}
.uspwbx_sbm {
	background-image: url(images/log_sbm_bg.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ebfac7;
	cursor: hand;
}
.uspwbx_inp {
	height: 17px;
	width: 138px;
	background-image: url(images/log_in_bg2.gif);
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 6px;
}
.ban_warp {
	height: 117px;
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 6px;
	overflow: hidden;
	clear: both;
}
.ban_lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aa192e;
	text-decoration: none;
	width: 90px;
	margin-left: 834px;
	position: relative;
	top: -117px;
}
.ban_lnk a, .ban_lnk a:link, .ban_lnk a:visited, .ban_lnk a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #aa192e;
	text-decoration: none;
}
.ban_lnk a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #27050B;
	text-decoration: none;
}
.ban_hd_b {
	position: relative;
	top: -114px;
	height: 92px;
	width: 917px;
	left: 29px;
}
.obav1 {
	height: 35px;
	width: 967px;
	background-image: url(images/obav1_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #bccad3;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
.obav1_1 {
	display: inline;
	float: left;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555b5f;
	margin-left: 12px;
}
.obav1_2 {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555b5f;
	text-align: center;
	width: 852px;
	position: relative;
	top: 8px;
}
.obav1_2 img {
	vertical-align: -20%;
}
.obav1_2_l1 {
}
.obav1_2_l1 a, .obav1_2_l1 a:link, .obav1_2_l1 a:visited, .obav1_2_l1 a:hover, .obav1_2_l1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #003457;
}
.obav1_2_l2 {
}
.obav1_2_l2 a, .obav1_2_l2 a:link, .obav1_2_l2 a:visited, .obav1_2_l2 a:hover, .obav1_2_l2 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	text-decoration: underline;
}
.obav1_2_or {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e57d5b;
}
.obav1_3 {
	display: inline;
	float: right;
	margin-top: 12px;
	margin-right: 14px;
}
.obav1_3 img {
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.obav2 {
	height: 35px;
	width: 967px;
	background-image: url(images/obav2_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #bccad3;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
.obav2_2 {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555b5f;
	text-align: center;
	width: 852px;
	position: relative;
	top: 12px;
}
.obav2_2 img {
	vertical-align: -40%;
}
.obav3 {
	height: 35px;
	width: 967px;
	background-image: url(images/obav3_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #bccad3;
	margin-bottom: 6px;
	margin-right: auto;
	margin-left: auto;
}
.obav3_2 {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555b5f;
	text-align: center;
	width: 852px;
	position: relative;
	top: 12px;
}
.obav3_2 img {
	vertical-align: -40%;
}
.mmn {
	height: 38px;
	width: 977px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.mmn_cic {
	position: relative;
	top: -25px;
	float: left;
	display: inline;
	left: 13px;
}
.mmn_mn {
	position: relative;
	top: -38px;
	float: left;
	display: inline;
}
.mmn_mn_ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	left: 20px;
	top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003457;
	text-decoration: none;
}
.mmn_mn_li {
	display: inline;
	padding-left: 5px;
}
.mmn_mn_li a, .mmn_mn_li a:link, .mmn_mn_li a:visited, .mmn_mn_li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003457;
	text-decoration: none;
}
.mmn_mn_li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006AB0;
	text-decoration: none;
}
.mmn_mn_bl {
	padding-right: 5px;
}
.mmn_scbx {
	position: relative;
	top: -36px;
	float: right;
	display: inline;
	right: 20px;
}
.mmn_scbx_inp {
	background: url(images/log_in_bg2.gif) repeat-x;
	height: 16px;
	width: 144px;
	border: 1px solid #CCCCCC;
	/*line-height: 24px;*/
	padding: 2px 3px;
	position: relative;
	top: 4px;
}
.mmn_scbx_sub {
	background: url(images/mmn_sub.gif) no-repeat;
	height: 22px;
	width: 58px;
	border: 0px none;
	position: relative;
	left: 5px;
	top: 3px;
	cursor: pointer;
}

/***************** board *****************/

.ln_tre {
	position: relative;
	left: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0073d1;
	width:840px;
}
.ln_tre a, .ln_tre a:link, .ln_tre a:visited, .ln_tre a:hover, .ln_tre a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0073d1;
}
.b_cl_lco {
	position: relative;
	left: 18px;
	display: inline;
	top: 2px;
}
.b_cl_lnk {
	position: relative;
	left: 26px;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.b_cl_lnk a, .b_cl_lnk a:link, .b_cl_lnk a:visited, .b_cl_lnk a:hover, .b_cl_lnk a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.brd_tit, .brd_tit a, .brd_tit a:link, .brd_tit a:visited, .brd_tit a:hover, .brd_tit a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	text-decoration: none;
}
.brd_des {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #30383e;
}
.brd_mod {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #607380;
}
.brd_mod a, .brd_mod a:link, .brd_mod a:visited, .brd_mod a:hover, .brd_mod a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	text-decoration: underline;
}
.windowbg2_bg_p1 {
	background: url(images/windowbg2_bg_p1.gif) no-repeat;
	height: 15px;
	width: 739px;
}
.windowbg2_bg_p2 {
	background: url(images/windowbg2_bg_p2.gif) repeat-y;
	width: 739px;
}
.windowbg2_bg_p3 {
	background: url(images/windowbg2_bg_p3.gif) no-repeat;
	height: 35px;
	width: 739px;
}
.windowbg_a1 {
	width: 29px;
}
.windowbg_1 {
	/*padding-left: 29px;*/
	width: 50px;
	height: 89px;
	background: url(images/windowbg_bg.gif) repeat-x bottom;
}
.windowbg_2 {
	width: 362px;
	height: 89px;
	padding: 0px 8px;
	background: url(images/windowbg_bg.gif) repeat-x bottom;
}
.windowbg_3 {
	width: 100px;
	height: 89px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #30383e;
	background: url(images/windowbg_bg.gif) repeat-x bottom;
}
.windowbg2_overview{
	height:15px;
	}
.bld {
	font-weight: bold;
}
.windowbg_4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	width: 176px;
	padding-right: 6px;
	height: 89px;
	background: url(images/windowbg_4_bg.gif) no-repeat left bottom;
}
.windowbg_4_in {
	background: url(images/naj_nov_p_bg2.gif) no-repeat left top;
	height: 73px;
	width: 173px;
	position: relative;
	top: 8px;
}
.windowbg_4_bg {
	background: url(images/windowbg_bg.gif) repeat-x bottom;
}
.windowbg_4_t {
	font-style: italic;
	position: relative;
	left: 27px;
	top: 21px;
	width: 149px;
}
/************fOrbiddEn**************/
.windowbg_4_1 .windowbg_4_t,
.windowbg_4_1 .windowbg_4_l,
.windowbg_4_1 .windowbg_4_m{
	top:5px;
}
/************fOrbiddEn**************/
.windowbg_4_l {
	position: relative;
	left: 27px;
	top: 24px;
	width: 149px;
}
.windowbg_4_m {
	position: relative;
	left: 27px;
	top: 24px;
	width: 149px;
}
.windowbg_4_rd {
	font-weight: bold;
	color: #e57d5b;
}
.bor_dlin {
	background-image: url(images/bor_dlin.gif);
	background-repeat: no-repeat;
	height: 1px;
}
.otv_dol_lnk {
	text-align: right;
	padding-right: 30px;
	text-decoration: none;
}
.rs_wa_lnk {
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.pod_f_w {
	background-image: url(images/pod_f_bg.gif);
	width: 704px;
	background-repeat: no-repeat;
	position: relative;
	left: 29px;
	margin: 0px;
	padding: 0px;
}
.pod_f_1 {
	width: 29px;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
}
.pod_f_lo {
	height: 15px;
	
}
.pod_f_pd {
	width: 600px;
	margin-left: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	/*height: 15px;	*/
	margin-top: 7px;
	margin-bottom: 8px;
}
.pfic_2 {
	height: 11px;
	width: 14px;
	float: left;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.pod_f_01 {
	display: inline;
	float: left;
}
.pod_f_01 a, .pod_f_01 a:link, .pod_f_01 a:visited, .pod_f_01 a:hover, .pod_f_01 a:active {
	color: #a81310;
	text-decoration: none;
}
.pod_f_02 {
	display: inline;
	float: right;
	position: relative;
	right: 175px;
}
.i_li {
	background: url(images/ig_list_img.gif) no-repeat top;
	/*height: 29px;
	width: 733px;
	margin-top: 9px;
	margin-left: 7px;
	margin-right: 0px;
	margin-bottom: 9px;*/
	width: 733px;
	margin: 9px 0 0 7px;
	display:table;
	padding-top:3px;
}
.i_li_bottom{
  background: url(images/ig_list_img.gif) no-repeat bottom;
	height: 10px;
	width: 733px;
	margin: 0 0 9px 7px;
	font-size:0.01em;
	position:relative;
}
.i_li_t1 {
	/*display: inline;
	float: left;
	line-height: 29px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 26px;	/*position: relative;
	left: 26px;*/
	display: inline;
  float: left;
  /*padding-top:6px;*/
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding-right:3px;
  /*margin-left: 26px;*/    /*position: relative;
  left: 26px;*/
  /*margin-right: 10px;*/
}
.i_li_t2 {
	display: inline;
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #e4f1f6;
	position: relative;
	top: 7px;
	width:510px;
}
.i_li_t2_ul {
	/*NEW*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #e4f1f6;
	position: relative;
	top: 7px;
	margin-left: 26px;
	/*list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;*/
	list-style-image: none;
  list-style-type: none;
  padding: 0 0 4px 0;
  width:600px;
}
.i_li_t2_li {
	/*display: inline;
	margin-left: 12px;*/
	background: url(images/il_bl_ic.gif) no-repeat;
	padding:0 5px 0 15px;
	/*display:block;
	float:left;*/
	/*width:225px;*/
}
.i_li_t2_li img {
	vertical-align: -5%;
}
.i_li_t3 {
	/*display: inline;
	float: right;
	line-height: 29px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #fddd9a;
	background-image: url(images/i_li_t3_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	margin-right: 11px;*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #fddd9a;
	background: url(images/i_li_t3_bg.gif) no-repeat right center;
	padding-right:10px;
	position:absolute;
	top:-16px;
	right:20px;
}
.i_li_t3 a, .i_li_t3 a:link, .i_li_t3 a:visited, .i_li_t3 a:hover, .i_li_t3 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #fddd9a;
	text-decoration: underline;
}
.titlebg_1 {
	height: 34px;
	width: 733px;
	margin-left: 7px;
}
.ti_1 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 34px;
}
.rb_l {
	float: left;
	display: inline;
	position: relative;
	top: -30px;
}
.rb_l_ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
.rb_l_li {
	display: inline;
	margin-right: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003457;
	text-decoration: none;
}
.rb_l_li a, .rb_l_li a:link, .rb_l_li a:visited, .rb_l_li a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003457;
	text-decoration: none;
}
.rb_l_li a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006AB0;
	text-decoration: none;
}
.rb_l_img_1 {
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.rb_l_img_2 {
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.rb_r {
	float: right;
	display: inline;
	position: relative;
	top: -36px;
}
.rb_r_ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rb_r_li {
	display: inline;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: italic;
}
.rb_r_img_1 {
	margin-right: 12px;
	position: relative;
	top: 7px;
}
.rb_r_img_2 {
	padding-left: 12px;
	position: relative;
	top: 6px;
	margin-right: 10px;
}

/***************** MessageIndex *****************/

.obav_ddd {
	background-image: url(images/obav_ddd_bg.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 973px;
	position: relative;
	left: 7px;
	border: 1px solid #bccad3;
	margin-top: 12px;
	margin-bottom: 12px;
}
.obav_ddd_1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 29px;
	color: #c876b1;
	text-align: center;
	margin-top: 10px;
}
.obav_ddd_2, .obav_ddd_2 a, .obav_ddd_2 a:link, .obav_ddd_2 a:visited, .obav_ddd_2 a:hover, .obav_ddd_2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003457;
	text-align: center;
}
.obav_tm_w {
	background-image: url(images/obav_tm_w_bg.gif);
	background-repeat: repeat-y;
	width: 973px;
	position: relative;
	left: 7px;
	border: 1px solid #bccad3;
	margin-top: 12px;
	margin-bottom: 12px;
}
.obav_tm {
	background-image: url(images/obav_tm_bg.gif);
	background-repeat: no-repeat;
	width: 957px;
	background-position: bottom;
	padding: 8px;
}
/*.obav_tm_1 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555b5f;
	line-height: 20px;
}
.obav_tm_1 a, .obav_tm_1 a:link, .obav_tm_1 a:visited, .obav_tm_1 a:hover, .obav_tm_1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003457;
	text-decoration: underline;
}
.obav_tm_2 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003457;
	line-height: 20px;
}
.obav_tm_2 a, .obav_tm_2 a:link, .obav_tm_2 a:visited, .obav_tm_2 a:hover, .obav_tm_2 a:active {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003457;
	text-decoration: underline;
}*/
.obav_tm_r {
	color: #e57d5b;
}
.br_t2 {
	background-image: url(images/br_t2_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 788px;
	margin: 0px;
	padding: 0px;
}
.br_b {
	background-image: url(images/br_b_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 788px;
	margin-bottom: 9px;
}
.br_m {
	background-image: url(images/br_m_bg.gif);
	background-repeat: repeat-y;
	width: 788px;
}
.om_mit {
	float: left;
	background: url(images/knf_bg.gif) no-repeat left top;
	height: 29px;
	width: 758px;
	line-height: 30px;
	padding-left: 23px;
	padding-right: 0px;
	position: relative;
	left: 7px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	
	margin-top: 4px;
	margin-bottom: 8px;
}
.om_mit_extended{
	width:942px;
	left:12px;
	background: url(images/knf_bg_extended.gif) no-repeat left top;
	float:none;
}
.om_mit_t1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5a9bce;
}
.om_mit_vcl {
	float: right;
	color: #000000;
	margin-right: 12px;
	display: inline;
	background-image: url(images/vcl_ic_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}
.pag_mit {
	clear: left;
	width: 781px;
	background-image: url(images/pg_ba_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	position: relative;
	left: 7px; /*10px*/
	margin-bottom: 6px;
}
.np_mit {
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.g_d_bt {
	position: relative;
	top: 3px;
	float: left;
	display: inline;
	margin-left: 11px;
}
.pg_t_mit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #30383e;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.pg_pg_mit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #30383e;
	display: inline;
	float: left;
	margin-top: 4px;
	padding-left: 3px;
}
.pg_bt_mit {
	float: right;
	margin-top: 1px;
	margin-right: 14px;
	display: inline;
}
.pg_cp {
	/*background-image: url(images/pg_cp_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	height: 15px;
	min-width: 9px;
	width:auto !important;
	width:9px;
	float: left;
	text-align: center;
	padding:0px 3px;
	text-decoration: none;
	border:1px solid #9b9b9b;
	background:#fff;
}
.pg_np {
	/*background-image: url(images/pg_np_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	height: 15px;
	min-width: 9px;
	width:auto !important;
	width:9px;
	float: left;
	text-align: center;
	padding: 0px 3px;
	text-decoration: none;
	margin:0px 3px;
	border:1px solid #fbfbfb;
	background:#eaeaea;
}
.pg_np_nb {
	float: left;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}
.bc_bt_lf {
	clear: left;
}
.ob_tb {
	width: 752px;
	position: relative;
	left: 27px;
}

.ob_tb_t {
	border-bottom: 1px solid #dcdecf;
}
.ob_tb_1 {
	height: 44px;
	width: 32px;
	border-right: 2px solid #efefef;
	/*float: left;*/
	text-align: center;
	background: url(images/windowbg_2_bg.gif) repeat-x left bottom;
	vertical-align:middle;
}
.glopal_topic .ob_tb_1{
	background: url(images/windowbg_2_bg.gif) repeat-x left bottom;
	border-right: 2px solid #efcea7;
	border-bottom:1px solid #efcea7;
	}
.ob_tb_2 {
	height: 30px;
	width: 536px;
	/*float: left;*/
	background: url(images/windowbg_2_bg.gif) repeat-x left bottom;
	padding:7px 10px;
}
.ob_tb_2_t1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #003457;
}
.ob_tb_2_t11 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #e57d5b;
	font-weight: bold;
}
.ob_tb_2_t12, .ob_tb_2_t12 a, .ob_tb_2_t12 a:link, .ob_tb_2_t12 a:visited, .ob_tb_2_t12 a:hover, .ob_tb_2_t12 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #1b69a9;
	font-weight: bold;
	text-decoration: none;
}
.ob_tb_2_t2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
}
.ob_tb_2_t21 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e57d5b;
}
.ob_tb_2_t22 {
	font-style: italic;
}
.ob_tb_2_t23 {
	font-weight: bold;
}
.ob_tb_3 {
	height: 44px;
	width: 160px;
	border-left: 2px solid #efefef;
	/*float: left;*/
	background: url(images/naj_nov_p_bd_bg.gif) no-repeat left bottom;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	vertical-align:bottom;
}
.ob_tb_3_t1 {
	position: relative;
	left: 24px;
	bottom: 8px;
	font-style: italic;
	width:110px;
}
.ob_tb_3_t2 {
	position: relative;
	left: 24px;
	bottom: 7px;
	width:110px;
}
.ob_tb_3_t2_b {
	font-weight: bold;
	color: #e57d5b;
}
.st_raz {
	font-size: 9px;
	height: 15px;
}
.st_raz_i {
	background-image: url(images/st_raz_i_bg.gif);
	background-repeat: repeat-x;
	height: 10px;
	margin-top: 2px;
}
.p_for {
	width: 781px;
	position: relative;
	left: 7px;
}
.p_for_t {
	background-image: url(images/pf_t_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
}
.p_for_m {
	/*background: url(images/pf_m_bg.gif) no-repeat left bottom;*/
	border-left:1px solid #bccad3;
	border-right:1px solid #bccad3;
}
.p_for_m td, .p_for_m tr{
	background: url(images/pf_m_bg.gif) repeat-x left bottom;
}
.pod_f_w_1 td{
	background:none;
}
.p_for_b {
	background-image: url(images/pf_b_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 781px;
}
.p_for_m_bl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	width: 500px;
}
.windowbg_a1_1 {
	width: 19px;
}
.windowbg_1_1 {
	/*padding-left: 29px;*/
	width: 50px;
	height: 89px;
}
.windowbg_2_1 {
	width: 412px;
	height: 89px;
	padding-right: 8px;
	padding-left: 8px;
}
.windowbg_3_1 {
	width: 100px;
	height: 89px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #30383e;
}
.windowbg_4_1, .p_for_m td.windowbg_4_1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	width: 176px;
	padding-right: 6px;
	height: 89px;
	background: url(images/naj_nov_p_bg.gif) no-repeat left top;
}
.bor_dlin_1 {
	background-image: url(images/bor_dlin_1.gif);
	background-repeat: no-repeat;
	height: 1px;
}
.pod_f_w_1 {
	background-image: url(images/pod_f_bg_1.gif);
	width: 737px;
	background-repeat: no-repeat;
	position: relative;
	left: 29px;
	margin: 0px;
	padding: 0px;
}
.p_for_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #bf4946;
	width: 123px;
	text-align: center;
	position: relative;
	top: 6px;
}

/***************** sidebar *****************/

.sidebar {
	background-color: #ced0bf;
	float: right;
	width: 232px;
	display: inline;
	font-size: 0px; /*ovo vratiti na nulu zbog razmaka*/
}
.sbx_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 7px;
}
.sbx_1_t {
	background: url(images/sb_bx_1_t.gif) no-repeat;
	height: 48px;
	width: 232px;
}
.sbx_1_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 21px;
	margin-left: 28px;
}
.sbx_1_m {
	background: url(images/sb_bx_1_m.gif) repeat-y;
}
.sbx_1_b {
	background-image: url(images/sb_bx_1_b.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 232px;
}
.sbx_1_txt {
	margin-left: 20px;
	width: 199px;
	padding: 14px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}
.sbx_1_ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
.sbx_1_li {
	background-image: url(images/sb_bx_1_li_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	width: 199px;
	overflow: hidden;
}
.sbx_1_li_in {
	background-image: url(images/sb_bx_1_ic_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	min-height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sbx_1_li_in a, .sbx_1_li_in a:link, .sbx_1_li_in a:visited, .sbx_1_li_in a:hover, .sbx_1_li_in a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	text-decoration: none;
}
.sbx_2 {
	margin-bottom: 7px;
}
.sbx_2_t {
	background: url(images/sb_bx_2_t.gif) no-repeat;
	height: 46px;
	width: 232px;
}
.sbx_2_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 19px;
	margin-left: 28px;
}
.sbx_2_m {
	background: url(images/sb_bx_1_m.gif) repeat-y;
}
.sbx_2_b {
	background-image: url(images/sb_bx_1_b.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 232px;
}
.sbx_2_li_in {
	background-image: url(images/sb_bx_2_ic_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	min-height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sbx_2_li_in a, .sbx_2_li_in a:link, .sbx_2_li_in a:visited, .sbx_2_li_in a:hover, .sbx_2_li_in a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	text-decoration: none;
}
.sbx_3 {
	background: url(images/sb_bx_3_bg.gif) no-repeat;
	height: 220px;
	width: 232px;
	margin-bottom: 7px;
	padding-top: 12px;
}
.sbx_3_tx1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #66933e;
	text-align: center;
	padding-top: 15px;
}
.sbx_3_tx1 a, .sbx_3_tx1 a:link, .sbx_3_tx1 a:visited, .sbx_3_tx1 a:hover, .sbx_3_tx1 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #66933e;
	text-decoration: underline;
}
.sbx_3_tx2 {
	margin-top: 14px;
	text-align: center;
}
.sbx_3_tx3 {
	background-color: #66933e;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 2px;
	margin-top: 8px;
}
.sbx_3_tx3 a, .sbx_3_tx3 a:link, .sbx_3_tx3 a:visited, .sbx_3_tx3 a:hover, .sbx_3_tx3 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.sbx_4 {
	margin-bottom: 7px;
}
.sbx_4_t {
	background: url(images/sb_bx_4_t.gif) no-repeat;
	height: 46px;
	width: 232px;
}
.sbx_4_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 19px;
	margin-left: 28px;
}
.sbx_4_m {
	background: url(images/sb_bx_1_m.gif) repeat-y;
}
.sbx_4_b {
	background: url(images/sb_bx_1_b.gif) no-repeat;
	height: 11px;
	width: 232px;
}
.sbx_4_li_in {
	background: url(images/sb_bx_4_ic_bg.gif) no-repeat left top;
	padding-left: 16px;
	min-height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sbx_4_li_in a, .sbx_4_li_in a:link, .sbx_4_li_in a:visited, .sbx_4_li_in a:hover, .sbx_4_li_in a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	text-decoration: none;
}
.sbx_5 {
	background: url(images/sb_bx_5_bg.gif) no-repeat;
	height: 212px;
	width: 232px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	margin-bottom: 7px;
}
.sbx_5_bld {
	font-weight: bold;
	color: #30383e;
}
.sbx_5_tx1 {
	position: relative;
	left: 48px;
	top: 18px;
	height: 114px;
	width: 135px;
	
}
.sbx_5_tx1 img {
	border: 1px solid #bdbfbf;
}
.sbx_5_tx2 {
	position: relative;
	top: 52px;
	text-align: center;
}
.sbx_5_tx2 a, .sbx_5_tx2 a:link, .sbx_5_tx2 a:visited, .sbx_5_tx2 a:hover, .sbx_5_tx2 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	text-decoration: underline;
}
.sbx_6 {
	margin-bottom: 10px;
}
.sbx_6_t {
	background: url(images/sb_bx_6_t.gif) no-repeat;
	height: 46px;
	width: 232px;
}
.sbx_6_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 19px;
	margin-left: 28px;
}
.sbx_6_m {
	background: url(images/sb_bx_1_m.gif) repeat-y;
}
.sbx_6_b {
	background: url(images/sb_bx_1_b.gif) no-repeat;
	height: 11px;
	width: 232px;
}
.sbx_6_li_in {
	background: url(images/sb_bx_6_ic_bg.gif) no-repeat left top;
	padding-left: 30px;
	min-height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sbx_6_li_in a, .sbx_6_li_in a:link, .sbx_6_li_in a:visited, .sbx_6_li_in a:hover, .sbx_6_li_in a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #003457;
	text-decoration: underline;
	font-weight: bold;
}
.sbx_7 {
	margin-bottom: 10px;
}
.sbx_7_t {
	background: url(images/sb_bx_7_t.gif) no-repeat;
	height: 36px;
	/*width: 232px;*/ /*fOrbiddEn*/
}
.sbx_7_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #d36503;
	float: left;
	display: inline;
	margin-top: 12px;
	margin-left: 38px;
}
.sbx_7_m {
	background: url(images/sb_bx_7_m.gif) repeat-y;
}
.sbx_7_b {
	background: url(images/sb_bx_7_b.gif) no-repeat;
	height: 3px;
	width: 232px;
}
.sbx_7_m_bg2 {
	background: url(images/sb_bx_7_m_bg2.gif) no-repeat bottom;
}
.sbx_7_txt {
	margin:0px 16px;
	/*width: 200px;*/ /*fOrbiddEn*/
	padding-top: 8px;
	padding-bottom: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #30383e;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a8c9cc;
}
.po_tit {
	/*background: url(images/po_tit_bg.gif) no-repeat;
	height: 27px;
	width: 200px;
	line-height: 27px;*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #e25512;
	text-align: left;
}
.po_fr {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.po_rb {
	vertical-align: -15%;
}
.po_rb_l {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	/*color: #30383e;*/
}
.po_subbt {
	background-image: url(images/po_subbt_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 68px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.po_subbt_bx {
	margin-top: 20px;
}
.po_subbt_pr {
	float: right;
	line-height: 25px;
	display: inline;
	margin-right: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
}
.po_subbt_pr a, .po_subbt_pr a:link, .po_subbt_pr a:visited, .po_subbt_pr a:hover, .po_subbt_pr a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	text-decoration: underline;
}
.po_rez {
	margin-top: 20px;
}
.po_rez_it {
	/*width: 187px;*/ /*fOrbiddEn*/
	margin:0px 7px;
}
.po_rez_lb {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.po_rez_bar_w {
	/*width: 187px;*/ /*fOrbiddEn*/
	height: 13px;
	border: 1px solid #dee9ea;
	padding:3px 4px;
}
.po_rez_bar_1 {
	height: 11px;
	border: 1px solid #9facb4;
	background: url(images/po_rez_bg1.gif) no-repeat;
	font-size: 0px;
}
.po_rez_bar_hor_1 {
	width: 11px;
	border: 1px solid #9facb4;
	background: url(images/po_rez_bg1_hor.gif) no-repeat;
	font-size: 0px;
	border-bottom:0px none;
	margin:0px auto;
}
.po_rez_bar_2 {
	height: 11px;
	border: 1px solid #9facb4;
	background: url(images/po_rez_bg2.gif) no-repeat;
	font-size: 0px;
}
.po_rez_bar_hor_2 {
	width: 11px;
	border: 1px solid #9facb4;
	background: url(images/po_rez_bg2_hor.gif) no-repeat;
	font-size: 0px;
	border-bottom:0px none;
	margin:0px auto;
}
.po_rez_bar_3 {
	height: 11px;
	border: 1px solid #9facb4;
	background: url(images/po_rez_bg3.gif) no-repeat;
	font-size: 0px;
}
.po_rez_bar_hor_3 {
	width: 11px;
	border: 1px solid #9facb4;
	background: url(images/po_rez_bg3_hor.gif) no-repeat;
	font-size: 0px;
	border-bottom:0px none;
	margin:0px auto;
}
.sbx_8 {
	margin-bottom: 10px;
}
.sbx_8_t {
	background-image: url(images/sb_bx_8_t.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 232px;
}
.sbx_8_tit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #c88f2c;
	float: left;
	display: inline;
	margin-top: 17px;
	margin-left: 61px;
}
.sbx_8_m {
	background-image: url(images/sb_bx_7_m.gif);
	background-repeat: repeat-y;
}
.sbx_8_txt {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 190px;
	padding-top: 8px;
	padding-bottom: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #30383e;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a8c9cc;
}
.sbx_8_b {
	background-image: url(images/sb_bx_7_b.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 232px;
}
.vs_ln {
	background-image: url(images/vs_ln_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #a81310;
	text-align: right;
	padding-right: 14px;
}
.vs_ln a, .vs_ln a:link, .vs_ln a:visited, .vs_ln a:hover, .vs_ln a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #a81310;
}
.sbx_9 {
	margin-bottom: 10px;
}
.sbx_9_t {
	background-image: url(images/sb_bx_9_t.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 232px;
}
.sbx_9_tit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #c88f2c;
	float: left;
	display: inline;
	margin-top: 17px;
	margin-left: 61px;
}
.sbx_9_m {
	background-image: url(images/sb_bx_7_m.gif);
	background-repeat: repeat-y;
}
.sbx_9_txt {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 190px;
	padding-top: 8px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a8c9cc;
}
.sbx_9_t1, .sbx_9_t1 a, .sbx_9_t1 a:link, .sbx_9_t1 a:visited, .sbx_9_t1 a:hover, .sbx_9_t1 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #1b69a9;
	font-weight: bold;
	text-decoration: none;
}
.sbx_9_t2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #30383e;
}
.sbx_9_b {
	background-image: url(images/sb_bx_7_b.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 232px;
}
.sbx_10 {
	margin-bottom: 10px;
}
.sbx_10_t {
	background-image: url(images/sb_bx_10_t.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 232px;
}
.sbx_10_tit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #c88f2c;
	float: left;
	display: inline;
	margin-top: 17px;
	margin-left: 61px;
}
.sbx_10_m {
	background-image: url(images/sb_bx_7_m.gif);
	background-repeat: repeat-y;
}
.sbx_10_txt {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 190px;
	padding-top: 8px;
	padding-bottom: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #30383e;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a8c9cc;
}
.sbx_10_txt a, .sbx_10_txt a:link, .sbx_10_txt a:visited, .sbx_10_txt a:hover, .sbx_10_txt a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	font-weight: bold;
}
.sbx_10_t1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #30383e;
	line-height: 18px;
}
.sbx_10_b {
	background-image: url(images/sb_bx_7_b.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 232px;
}
.sbx_11 {
	margin-bottom: 10px;
}
.sbx_11_t {
	background-image: url(images/sb_bx_11_t.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 232px;
}
.sbx_11_tit {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #c88f2c;
	float: left;
	display: inline;
	margin-top: 17px;
	margin-left: 61px;
}
.sbx_11_m {
	background-image: url(images/sb_bx_7_m.gif);
	background-repeat: repeat-y;
}
.sbx_11_txt {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 190px;
	padding-top: 8px;
	padding-bottom: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a8c9cc;
}
.sbx_11_t1, .sbx_11_t1 a, .sbx_11_t1 a:link, .sbx_11_t1 a:visited, .sbx_11_t1 a:hover, .sbx_11_t1 a:active {
	color: #1b69a9;
	text-decoration: none;
}
.sbx_11_t2 {
	color: #99430b;
	text-decoration: none;
	font-weight:bold;
}
.sbx_11_t3, .sbx_11_t3 a, .sbx_11_t3 a:link, .sbx_11_t3 a:visited, .sbx_11_t3 a:hover, .sbx_11_t3 a:active {
	color: #003457;
	text-decoration: underline;
}
.sbx_11_t3 {
	text-decoration:none;
}
.sbx_11_b {
	background-image: url(images/sb_bx_7_b.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 232px;
}
.sbx_b {
	background-image: url(images/sb_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 9px;
	width: 232px;
}

/***************** sidebar_2 *****************/

.sidebar_2 {
	background-color: #ced0bf;
	float: right;
	width: 181px;
	display: inline;
	font-size: 0px; /*ovo vratiti na nulu zbog razmaka*/
	position: relative;
	top: 4px;
}
.sbx2_1 {
	margin-bottom: 7px;
}
.sbx2_1_t {
	background-image: url(images/sb2_bx_1_t.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 181px;
}
.sbx2_1_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e57d5b;
	float: left;
	display: inline;
	margin-top: 21px;
	margin-left: 53px;
}
.sbx2_1_m {
	background-image: url(images/sb2_bx_1_m.gif);
	background-repeat: repeat-y;
}
.sbx2_1_b {
	background-image: url(images/sb2_bx_1_b.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 181px;
}
.sbx2_1_txt {
	margin: 0px 0px 0px 20px;
	width: 140px;
	padding: 14px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1b69a9;
	text-align:center;
}
.sbx2_1_txt a, .sbx2_1_txt a:link, .sbx2_1_txt a:visited, .sbx2_1_txt a:active {
	color: #1b69a9;
	text-decoration: none;	
}
.sbx2_1_txt a:hover{
	text-decoration: underline;
}
.sbx2_1_txt_v1 {
	font-size: 13px;
}
.sbx2_1_txt_v2 {
	font-size: 15px;
}
.sbx2_1_txt_v3 {
	font-size: 19px;
}
.sbx2_1_txt_v4 {
	font-size: 17px;
	font-weight: bold;
}
.sbx2_2 {
	margin-bottom: 7px;
}
.sbx2_2_t {
	background-image: url(images/sb2_bx_2_t.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 181px;
}
.sbx2_2_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 22px;
}
.sbx2_2_m {
	background-image: url(images/sb2_bx_1_m.gif);
	background-repeat: repeat-y;
}
.sbx2_2_b {
	background-image: url(images/sb2_bx_1_b.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 181px;
}
.sbx2_2_txt {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	width: 163px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1b69a9;
	word-wrap: break-word;
}
.sbx2_2_ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
.sbx2_2_li {
	background-image: url(images/sb2_bx_1_li_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	padding-left: 12px;
	width: 151px;
	overflow: hidden;
}
.sbx2_2_li a, .sbx2_2_li a:link, .sbx2_2_li a:visited, .sbx2_2_li a:hover, .sbx2_2_li a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	text-decoration: none;
}
.sbx2_3 {
	margin-bottom: 7px;
}
.sbx2_3_t {
	background-image: url(images/sb2_bx_3_t.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 181px;
}
.sbx2_3_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 22px;
}
.sbx2_3_m {
	background-image: url(images/sb2_bx_1_m.gif);
	background-repeat: repeat-y;
}
.sbx2_3_b {
	background-image: url(images/sb2_bx_1_b.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 181px;
}
.sbx2_4 {
	margin-bottom: 7px;
}
.sbx2_4_t {
	background-image: url(images/sb2_bx_4_t.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 181px;
}
.sbx2_4_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 22px;
}
.sbx2_4_m {
	background-image: url(images/sb2_bx_1_m.gif);
	background-repeat: repeat-y;
}
.sbx2_4_b {
	background-image: url(images/sb2_bx_1_b.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 181px;
}
.sbx2_5 {
	margin-bottom: 12px;
}
.sbx2_5_t {
	background-image: url(images/sb2_bx_5_t.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 181px;
}
.sbx2_5_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 22px;
}
.sbx2_5_m {
	background-image: url(images/sb2_bx_1_m.gif);
	background-repeat: repeat-y;
}
.sbx2_5_b {
	background-image: url(images/sb2_bx_1_b.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 181px;
}
.sbx2_5_li {
	background-image: url(images/sb2_bx_1_li_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: left;
	padding-left: 12px;
	width: 151px;
	overflow: hidden;
}
.sbx2_6 {
}
.sbx2_6_t {
	background-image: url(images/sb2_bx_6_t.gif);
	background-repeat: no-repeat;
	height: 36px;
	/*width: 181px;*/ /*fOrbiddEn*/
}
.sbx2_6_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #d36503;
	float: left;
	display: inline;
	margin-top: 12px;
	margin-left: 15px;
}
.sbx2_6_m {
	background-image: url(images/sb2_bx_6_m.gif);
	background-repeat: repeat-y;
}
.sbx2_6_m_bg2 {
	background-image: url(images/sb2_bx_6_m_bg2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sbx2_6_b {
	background-image: url(images/sb2_bx_6_b.gif);
	background-repeat: no-repeat;
	height: 2px;
	width: 181px;
}
.sbx2_7_txt {
	margin:0px 8px;
	/*width: 165px;*/ /*fOrbiddEn*/
	padding-top: 8px;
	padding-bottom: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #30383e;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #a8c9cc;
}
.po2_tit {
	/*background-image: url(images/po2_tit_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 165px;
	line-height: 27px;*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #e25512;
	text-align: left;
}
.po2_subbt_pr {
	line-height: 25px;
	margin-right: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
}
.po2_subbt_pr a, .po2_subbt_pr a:link, .po2_subbt_pr a:visited, .po2_subbt_pr a:hover, .po2_subbt_pr a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003457;
	text-decoration: underline;
}
.sbx2_b {
	background-image: url(images/sb2_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 181px;
}

/***************** footer *****************/

.footerarea_w {
	background: url(images/pat_ft.gif) repeat-x top center;
	width: 100%;
}
.footerarea_w_winter{
	background: url(images/pat_ft_winter.jpg) repeat-x top center;
	}
.footer1 {
	background: url(images/footer_bg1.jpg) no-repeat;
	height: 138px;
	width: 1000px;
	padding:0px;
	background-position: center;
}
.footer1_winter{
	background: url(images/footer_bg1_winter.jpg) no-repeat;
	}
.fot_bn {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
}
.fot_atb {
	margin-top: 16px;
}
.footer2 {
	background: url(images/footer_bg2.jpg) no-repeat center center;
	width: 1000px;
	height: 106px;
	position:relative;
}
.footer2 a.web_design{
	position:absolute;
	top:0px;
	right:20px;
}
.footer2_lin {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 10px;
}

/***************** display.template *****************/

.pag_mit_dt {
	clear: left;
	width: 965px;
	background-image: url(images/pg_ba_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	position: relative;
	left: 12px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.pag_mit_dt2 {
	clear: left;
	width: 965px;
	background-image: url(images/pg_ba_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	position: relative;
	left: 12px;
	margin-bottom: 6px;
	margin-top: 10px;
}
.mpos {
	width: 971px;
	margin-left: 6px;
}
.mpos_t {
	background-image: url(images/mpos_t_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 971px;
}
.mpos_t_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #faf5f2;
}
.mpos_t_1 a, .mpos_t_1 a:link, .mpos_t_1 a:visited{
	color: #faf5f2;
	text-decoration:none;
}
.mpos_t_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #faf5f2;
}
.mpos_t_3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cbe5fa;
}
.mpos_t_btn {
	float: right;
	position: relative;
	top: 2px;
	right: 23px;
	display: inline;
}
.mpos_t_nas {
	display: inline;
	float: left;
	left: 32px;
	position: relative;
}
.mpos_t2, .mpos_t3 {
	background-image: url(images/mpos_t2_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 971px;
}
.mpos_t3{
	background-image: url(images/mpos_t3_bg.gif);
	height: 15px;
}
.mpos_t4{
	background-image: url(images/mpos_t4_bg.gif);
	height: 25px;
}
.mpos_t5{
	background-image: url(images/mpos_t5_bg.gif);
	height: 25px;
}
.mpos_m {
	background-image: url(images/mpos_m_bg.gif);
	background-repeat: repeat-y;
	width: 971px;
}
.mpos_m_alt1 {
}
.mpos_m_alt2 {
}
.mpos_b {
	background-image: url(images/mpos_b_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 971px;
}
.mpos_m_nt {
	background-image: url(images/mpos_m_bg.gif);
	background-repeat: repeat-y;
	width: 971px;
}
.mpos_m_tm {
	width: 938px;
	margin-left: 27px;
	margin-top: 2px;
}
.mpos_m_tm_1 {
	background: url(images/mpos_m_tm_1_bg.gif) repeat-x;
	height: 33px;
	padding:0px 15px;
	vertical-align:middle;
}
/*.mpos_m_tm_1_small{
	background: url(images/mpos_m_tm_1_bg_small.gif) repeat-x;
	height: 24px;
	}*/
.mpos_m_tm_1_tx1 {
	display: inline;
	float: left;
	/*position: relative;
	left: 15px;
	top: 2px;*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
}
.mpos_m_tm_1_tx1_small{
	font-size: 10px;
	line-height:24px;
	/*left:5px;
	top:0px;*/
	}
.mpos_m_tm_1_tx1_small_right{
	font-size: 10px;
	line-height:24px;
	left:-5px;
	float:right;
	top:0px;
	}
.mpos_m_tm_1_tx1 a, .mpos_m_tm_1_tx1 a:link, .mpos_m_tm_1_tx1 a:visited, .mpos_m_tm_1_tx1 a:hover, .mpos_m_tm_1_tx1 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	text-decoration: none;
}
.mpos_m_tm_1_tx2 {
	display: inline;
	float: left;
	/*position: relative;
	left: 160px;
	top: 4px;*/
}
.mpos_m_tm_1_tx2 img {
	vertical-align: bottom;
}
.mpos_m_tm_1_tx21 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}
.mpos_m_tm_1_tx22 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	font-weight: bold;
	text-decoration: underline;
}
.mpos_m_tm_1_tx23 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}
.mpos_m_tm_1_btn {
	display: inline;
	float: right;
	/*position: relative;
	right: 17px;*/
}
.mpos_m_tm_2 {
	/*background-color: #00CC66;*/
	width: 160px;
}
.mpos_m_tm_2_bg1 {
	width: 160px;
	background-image: url(images/prisutan.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.mpos_m_tm_2_bg2 {
	width: 160px;
	background-image: url(images/prisutna.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mpos_m_tm_2_bg3{
	width: 160px;
	background-image: url(images/odsutan.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mpos_m_tm_2_bg4 {
	width: 160px;
	background-image: url(images/odsutna.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mpos_m_tm_2_tx1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #898a8b;
	margin-top: 12px;
	margin-left: 15px;
	position: relative;
	min-height: 18px;
	width:110px;
	word-wrap:break-word;
}
.mpos_m_tm_2_tx2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	/*color: #b84b87;*/
	/*margin-top: 12px;*/
	margin-left: 15px;
	font-weight: bold;
	position: relative;
	width:135px;
	word-wrap:break-word;
}
.mpos_m_tm_2_tx3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #737679;
	text-align: center;
}
.mpos_m_tm_2_tx4 {
	width: 130px;
	margin-left: 15px;
}
.mpos_m_tm_2_tx5 {
	width: 45px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #898a8b;
}
.mpos_m_tm_2_tx6 {
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}
.mpos_m_tm_2_tx7 {
	margin-left: 15px;
	margin-top: 12px;
	width:130px;
}
.mpos_m_tm_2_tx8 {
	width: 46px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.mpos_m_tm_2_tx9 {
	padding-left: 6px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}
.mpos_m_tm_2_avt {
	text-align: center;
}
.mpos_m_tm_2_avt img{
	max-width:160px;
	/* width: expression(Math.min(parseInt(this.offsetWidth), 160 ) + "px"); */
}
.mpos_m_tm_3 {
	/*background-color: #FFCC33;*/
	width: 755px;
	vertical-align: top;
	padding:0px; /*10px 0px*/
	border-left: 1px solid #95bdda;
}
/*.mpos_m_bod {
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 284px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #95bdda;
}*/
.mpos_m_spc {
	height: 33px;
}
.mpos_m_posbd {
	width: 735px;
	margin-left: 20px;
	padding:20px 0px;
	min-height:238px;
	height:auto !important;
	height:238px;
}
.mpos_m_posbd img{
	max-width:700px;
	}
.mpos_m_attach{
	width: 735px;
	}
.thumbwrapper{
	float: left;
	margin: 0px 5px 0px 0px;
	min-height: 125px;
	max-height: 125px;
	font-size:10px;
	}
.thumbwrapper .highslide {
	outline: none;
}
.mpos_m_mpot {
	width: 755px; /*fOrbiddEn*/
	position: relative;
	padding:10px 0px;
	margin-left: 5px;
	border-top: 1px solid #ccc;
}
.mpos_m_ipsac {
	width: 755px; /*fOrbiddEn*/
	height: 30px;
	text-align:right;
	line-height:30px;
	margin-left: 5px;
	border-top: 1px solid #ccc;
}
.mpos_m_ipsac img{
	margin-top: 6px;
}
.mpos_m_mbtn {
	width: 755px; /*fOrbiddEn*/
	height: 26px;
	margin-left: 5px;
	border-top: 1px solid #ccc;
	margin-top:5px;
}
.pomsic {
	/*position: relative;
	top: 15px;
	right: 12px;*/
	margin-top: 5px;
	margin-left: 10px;
}
/*.mpos_m_tm_4 {
	background-color: #FFFF99;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #95bdda;
}*/
.mpos_m_tm_5 {
	background-image: url(images/mpos_m_tm_5_bg.gif);
	background-repeat: repeat-x;
	height: 12px;
	font-size: 1px;
	background-position: bottom;
}
.mpos_m_tm2 {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mpos_m_tm2_1 {
	height: 12px;
	font-size: 1px;
	background-color: #CC6633;
}
.skna {
	margin:10px 0px;
}
.mpos_m_tm2_2 {
	background-color: #CCFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #95bdda;
}
.sig {
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #559dd5;
}
.ipsac {
	text-align: right;
}
.scna_btn {
	background: url(images/scna_btn_bg.gif) no-repeat;
	height: 20px;
	width: 58px;
	background-color: #e0e2d4;
	border: 0px none;
}
.sh_mo_btn {
	background: url(images/sh_mo_btn_bg.png) no-repeat;
	height: 35px;
	width: 964px;
	position: relative;
	left: 12px;
}
.sh_mo_btn_01 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003457;
	display: inline;
	float: left;
	margin-left: 29px;
	line-height: 35px;
	margin-right: 10px;
}
.sh_mo_btn_01 a, .sh_mo_btn_01 a:link, .sh_mo_btn_01 a:visited, .sh_mo_btn_01 a:hover, .sh_mo_btn_01 a:active, .sh_mo_btn_02 a, .sh_mo_btn_02 a:link, .sh_mo_btn_02 a:visited, .sh_mo_btn_02 a:hover, .sh_mo_btn_02 a:active, .sh_mo_btn_03 a, .sh_mo_btn_03 a:link, .sh_mo_btn_03 a:visited, .sh_mo_btn_03 a:hover, .sh_mo_btn_03 a:active, .sh_mo_btn_04 a, .sh_mo_btn_04 a:link, .sh_mo_btn_04 a:visited, .sh_mo_btn_04 a:hover, .sh_mo_btn_04 a:active, .sh_mo_btn_05 a, .sh_mo_btn_05 a:link, .sh_mo_btn_05 a:visited, .sh_mo_btn_05 a:hover, .sh_mo_btn_05 a:active, .sh_mo_btn_06 a, .sh_mo_btn_06 a:link, .sh_mo_btn_06 a:visited, .sh_mo_btn_06 a:hover, .sh_mo_btn_06 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003457;
	text-decoration: none;
}
.sh_mo_btn_01 img, .sh_mo_btn_02 img, .sh_mo_btn_03 img, .sh_mo_btn_04 img, .sh_mo_btn_05 img, .sh_mo_btn_06 img {
	vertical-align: -5%;
}
.sh_mo_btn_02, .sh_mo_btn_03, .sh_mo_btn_04, .sh_mo_btn_05, .sh_mo_btn_06 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003457;
	display: inline;
	float: left;
	padding-left: 10px;
	line-height: 35px;
	margin-right: 10px;
	background: url(images/sh_mo_btn_vln.gif) no-repeat left center;
}
/*.sh_mo_btn_03 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003457;
	display: inline;
	float: left;
	padding-left: 10px;
	line-height: 35px;
	margin-right: 10px;
	background-image: url(images/sh_mo_btn_vln.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/
.q_rep {
	width: 963px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	left: 12px;
}
.q_rep_ti {
	background-image: url(images/q_rep_ti_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 963px;
}
.q_rep_bd1 {
	background-image: url(images/q_rep_bd1_bg.gif);
	background-repeat: no-repeat;
	height: 270px;
	width: 273px;
}
.q_rep_bd2 {
	background-image: url(images/q_rep_bd2_bg.gif);
	background-repeat: no-repeat;
	height: 270px;
	width: 690px;
}
.q_rep_bd1_tx1 {
	padding-right: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-bottom: 10px;
}
.q_rep_bd1_tx1w {
	width: 254px;
	position: relative;
	left: 11px;
	top: 10px;
	background-image: url(images/q_rep_bd1_tx1_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.q_rep_bd1_tx2 {
	width: 254px;
	position: relative;
	left: 11px;
	top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-top: 4px;
}
.q_rep_bd1_tx2_big{
	position:static;
	padding:5px 10px 5px 0px;
	width:auto;
	}
.q_rep_bd1_tx2_ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}
.q_rep_bd1_tx2_li {
	margin: 0px;
	background-image: url(images/q_rep_bul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.q_rep_bd1_tx2_li a, .q_rep_bd1_tx2_li a:link, .q_rep_bd1_tx2_li a:visited, .q_rep_bd1_tx2_li a:hover, .q_rep_bd1_tx2_li a:active {
	color: #1b69a9;
	text-decoration: none;
}
.q_rep_bd1_tx2_r {
	font-weight: bold;
	color: #ff6516;
}
.q_rep_bd1_tx2_b {
	font-weight: bold;
	color: #1b69a9;
}
.q_rep_bd1_tx2_bld {
	font-weight: bold;
}
.q_rep_bd2_fo {
	width: 683px;
	margin-left: 7px;
}
.q_rep_bd2_fo a{
	text-decoration:none;
	}
.q_rep_bd2_ta {
	width: 633px;
	height: 120px;
	border: 1px solid #b1b4a1;
	background: #f2fafa url(images/q_rep_bd2_ta_bg.gif) no-repeat center top;
	padding: 4px;
}
.q_rep_bd2_ta_small{
	width:auto;
	height:auto;
	}
.q_rep_bd2_ta_big{
	height: 170px;
	}
.q_rep_bd2_se {
	width: 643px;
	padding-left: 20px;
}
.q_rep_bd2_btn1 {
	background: #f2fafa url(images/q_rep_bd2_btn1_bg.gif) no-repeat;
	height: 20px;
	width: 58px;
	border: 0px none;
	cursor:pointer;
}
.q_rep_bd2_btn2 {
	background: #f2fafa url(images/q_rep_bd2_btn2_bg.gif) no-repeat;
	height: 20px;
	width: 121px;
	border: 0px none;
	cursor:pointer;
}

/***************** profile *****************/

.pr_w {
	width: 971px;
	position: relative;
	left: 6px;
}
.pr_t {
	background-image: url(images/pr_t_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	/*width: 971px;*/
	line-height: 29px;
	padding: 0px 32px;
	position:relative;
}
.pr_t_tx1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #faf5f2;
}
.pr_t_tx2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #faf5f2;
	font-weight:normal;
}
.pr_t_tx3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #cbe5fa;
	position:absolute;
	right:32px;
}
.pr_t2 {
	background-image: url(images/pr_t2_bg.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 971px;
}
.pr_m {
	background-image: url(images/pr_m_bg.gif);
	background-repeat: repeat-y;
	width: 971px;
	overflow: visible;
}
.pr_b {
	background-image: url(images/pr_b_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 971px;
	clear: both;
}
.pr_m_cl0{
	float: left;
	margin-left: 27px;
	width:673px;
}
.pr_m_cl1 {
	float: left;
	display: inline;
	width: 317px;
	/*height: 350px;*/
	/*background-color: #00CC99;*/
	
}
.pr_m_cl2 {
	float: left;
	display: inline;
	width: 341px;
	/*height: 350px;*/
	/*background-color: #CC6633;*/
	margin-left: 15px;
}
.pr_m_cl3 {
	float: right;
	display: inline;
	width: 254px;
	/*height: 350px;
	background-color: #3366FF;*/
	/*margin-left: 11px;*/
	margin-right: 6px;
}
.clc {
	clear: both;
	font-size: 0px;
	width: 0px;
	height:0px;
	border: 0px none;
}
.pr_m_cl1_avbx1 {
	float: left;
	display: inline;
	width: 70px;
	height: 47px;
	/*background-color: #99FFCC;*/
	padding-top: 1px;
	height: 269px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1dfec;
}
.pr_m_cl1_avbx2 {
	float: left;
	display: inline;
	width: 177px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	height: 240px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1dfec;
}
.pr_m_cl1_avbx3 {
	float: left;
	display: inline;
	width: 70px;
	height: 47px;
	/*background-color: #339999;*/
	padding-top: 1px;
	height: 269px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1dfec;
}
.pr_m_cl1_itm {
	width: 287px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1dfec;
	clear: both;
	height: 21px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #232424;
	line-height: 21px;
	background-image: url(images/pr_m_cl1_itm_bg.gif);
	background-repeat: repeat-x;
}
.pr_m_cl1_itm_al {
	width: 311px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1dfec;
	clear: both;
	height: 21px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #232424;
	line-height: 21px;
	background-image: url(images/pr_m_cl1_itm_bg.gif);
	background-repeat: repeat-x;
}
.itm_bld {
	font-weight: bold;
	color: #232424;
}
.itm_bl {
	font-weight: bold;
	color: #1b69a9;
}
.itm_rd {
	font-weight: bold;
	color: #e57d5b;
}
.itm_blrg {
	color: #1b69a9;
}
/*.pr_m_cl1_bti {
	width: 302px;
	background-image: url(images/pr_m_cl1_bti_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	margin-top: 12px;
	line-height: 33px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	padding-left: 15px;
}*/
/*.pr_m_cl1_bti_al {
	background-image: url(images/pr_m_cl1_bti_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	margin-top: 10px;
	line-height: 33px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
}*/
.profile_header{
	background: url(images/pr_m_cl1_bti_bg.gif) repeat-x left bottom;
	margin-top: 8px;
	height: 33px;
	line-height: 33px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	padding:0px 15px;
}
.profile_header_l {
	float: left;
}
.profile_header_l a, .profile_header_l a:link, .profile_header_l a:visited, .profile_header_l a:active{
	text-decoration:none;
	color: #1b69a9;
	}
.profile_header_l a:hover{
	text-decoration:underline;
	}
.profile_header_r,
.profile_footer {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #1b69a9;
}
.profile_header_r a, .profile_header_r a:link, .profile_header_r a:visited, .profile_header_r a:active, .profile_menu a, .profile_menu a:link, .profile_menu a:visited, .profile_menu a:active,
.profile_footer a, .profile_footer a:link, .profile_footer a:visited, .profile_footer a:active {
	/*font-family: "Trebuchet MS", Verdana, Arial, sans-serif;*/
	font-size: 10px;
	font-weight: normal;
	/*color: #1b69a9;*/
	color:#000;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Tahoma, arial, helvetica, serif;
	padding-left:20px;
	display:block;
}
.profile_header_r a:hover,
.profile_menu a:hover,
.profile_footer a:hover{
	text-decoration:underline;
	}
.profile_footer span{
	display:block;
	line-height:20px;
	margin-right:25px;
	}
.profile_header_r a.profile_bg,
.profile_menu a.profile_bg{
	background:url(images/profile/profile_bg.png) no-repeat left center;
	}
.profile_header_r a.pict_bg{
	background:url(images/profile/pict_bg.png) no-repeat left center;
	}
.profile_header_r a.user_short_bg{
	background:url(images/profile/user_short_bg.png) no-repeat left center;
	}
.profile_header_r a.sign_bg{
	background:url(images/profile/sign_bg.png) no-repeat left center;
	}
.profile_header_r a.friends_bg{
	background:url(images/profile/friends_bg.png) no-repeat left center;
	padding-left:30px;
	}
.profile_header_r a.bookmarks_bg{
	background:url(images/profile/bookmarks_bg.png) no-repeat left center;
	}
.profile_header_r a.notif_bg,
.profile_menu a.notif_bg{
	background:url(images/profile/notif_bg.png) no-repeat left center;
	}
.profile_header_r a.report_bg{
	background:url(images/profile/report_bg.png) no-repeat left center;
	color:#be0000;
	}
.profile_footer span.track_user_bg a{
	background:url(images/profile/track_user_bg.png) no-repeat left center;
	color:#be0000;
	}
.profile_footer span.track_ip_bg a{
	background:url(images/profile/track_ip_bg.png) no-repeat left center;
	color:#be0000;
	}
.profile_footer span.list_ip_bg a{
	background:url(images/profile/list_ip_bg.png) no-repeat left center;
	color:#be0000;
	}
.profile_footer span.ban_user_bg a{
	background:url(images/profile/ban_user_bg.png) no-repeat left center;
	color:#be0000;
	}
.profile_menu a.account_bg{
	background:url(images/profile/account_bg.png) no-repeat left center;
	}
.profile_menu a.theme_bg{
	background:url(images/profile/theme_bg.png) no-repeat left center;
	}
.profile_menu a.pmprefs_bg{
	background:url(images/profile/pmprefs_bg.png) no-repeat left center;
	}
.profile_menu a.customised_bg{
	background:url(images/profile/customised_bg.png) no-repeat left center;
	}
.profile_menu a.statpanel_bg{
	background:url(images/profile/statpanel_bg.png) no-repeat left center;
	}
.profile_menu a.home_bg{
	background:url(images/profile/home_bg.png) no-repeat left center;
	}
.profile_menu{
	float:right;
	line-height:24px;
	color:#b6b99f;
	width:850px;
	}
.profile_menu a{
	float:right;
	margin:0px;
	}
.profile_menu span{
	float:right;
	margin:0px 2px;
	padding:0px;
	}
/*.pr_m_cl1_btx1 {
	width: 287px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #559dd5;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}*/
/*.pr_m_cl1_btx2 {
	width: 287px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #232424;
	line-height: 16px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}*/
.pr_m_cl1_btx2_al {
	/*width: 311px;
	border-bottom: 1px solid #d1dfec;
	border-top: 1px solid #dcdecf;*/
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #232424;
	line-height: 16px;
	padding:7px 15px;
	margin:10px 0px 0px 0px;
	height: 100px;
	overflow:auto;
}
.pr_m_cl2_gbx {
	background: url(images/pr_m_cl1_gbx_bg.gif) no-repeat;
	height: 201px;
	width: 341px;
	margin-top: 12px;
}
.pr_m_cl2_gbx_ti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	left: 24px;
	top: 6px;
}
.pr_m_cl2_gbx_im1 {
	display: inline;
	float: left;
	position: relative;
	left: 23px;
	top: 27px;
	height: 146px;
	width: 200px;
}
.pr_m_cl2_gbx_im2 {
	display: inline;
	float: right;
	clear: right;
	margin-right: 25px;
	margin-top: 26px;
	border: 2px solid #FFFFFF;
	height: 44px;
	width: 61px;
	font-size: 0px;
}
.pr_m_cl2_gbx_im3 {
	display: inline;
	float: right;
	clear: right;
	margin-right: 25px;
	margin-top: 4px;
	border: 2px solid #1d547c;
	height: 44px;
	width: 61px;
	font-size: 0px;
}
.pr_m_cl2_gbx_im4 {
	display: inline;
	float: right;
	clear: right;
	margin-right: 25px;
	margin-top: 4px;
	border: 2px solid #1d547c;
	height: 44px;
	width: 61px;
	font-size: 0px;
}
/*.pr_m_cl2_tabx {
	margin-top: 23px;
}*/
/*.pr_m_cl2_tabx_mn {
	margin: 0px;
	padding: 0px;
	height: 26px;
}*/
/*.pr_m_cl2_tabx_mn_1 {
	display: inline;
	float: left;
	margin-right: 1px;
}*/
/*.pr_m_cl2_tabx_mn_1_1 {
	background-image: url(images/pr_m_cl2_tabx_mn_1_1_bg.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 26px;
	width: 10px;
}*/
/*.pr_m_cl2_tabx_mn_1_2 {
	background-image: url(images/pr_m_cl2_tabx_mn_1_2_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 26px;
	float: left;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 26px;
	color: #FFFFFF;
}*/
/*.pr_m_cl2_tabx_mn_1_2 a, .pr_m_cl2_tabx_mn_1_2 a:link, .pr_m_cl2_tabx_mn_1_2 a:visited, .pr_m_cl2_tabx_mn_1_2 a:hover, .pr_m_cl2_tabx_mn_1_2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}*/
/*.pr_m_cl2_tabx_mn_2 {
	display: inline;
	float: left;
	margin-right: 1px;
}*/
/*.pr_m_cl2_tabx_mn_2_1 {
	background-image: url(images/pr_m_cl2_tabx_mn_2_1_bg.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 26px;
	width: 10px;
}*/
/*.pr_m_cl2_tabx_mn_2_2 {
	background-image: url(images/pr_m_cl2_tabx_mn_2_2_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 26px;
	float: left;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 26px;
	color: #1b69a9;
}*/
/*.pr_m_cl2_tabx_mn_2_2 a, .pr_m_cl2_tabx_mn_2_2 a:link, .pr_m_cl2_tabx_mn_2_2 a:visited, .pr_m_cl2_tabx_mn_2_2 a:hover, .pr_m_cl2_tabx_mn_2_2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1b69a9;
	text-decoration: none;
}*/
/*.pr_m_cl2_tabx_mn_3 {
	display: inline;
	float: left;
	margin-right: 1px;
}*/
/*.pr_m_cl2_tabx_mn_4 {
	display: inline;
	float: left;
	margin-right: 1px;
}*/
/*.pr_m_cl2_tabx_con {
	background-color: #bfd7eb;
	margin: 0px;
	clear: both;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}*/
/*.pr_m_cl2_tabx_cbx {
	width: 313px;
	border: 1px solid #5094cc;
	background-color: #FFFFFF;
	position: relative;
	top: 2px;
	padding-right: 8px;
	padding-left: 12px;
	margin-bottom: 2px;
}*/
/*.pr_m_cl2_tabx_cbx_hd {
	width: 313px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #95bdda;
}*/
/*.pr_m_cl2_tabx_cbx_ti {
	display: inline;
	float: left;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b69a9;
}*/
/*.pr_m_cl2_tabx_cbx_dt {
	display: inline;
	float: right;
	width: 112px;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}*/
/*.pr_m_cl2_tabx_cbx_dt img {
	vertical-align: text-bottom;
}*/
/*.pr_m_cl2_tabx_cbx_tx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 55px;
}*/
/*.pr_m_cl2_tabx_cbx_pgn {
	text-align: right;
	margin-top: 10px;
	width: 303px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
}*/
/*.cbx_pgn, .cbx_pgn a, .cbx_pgn a:link, .cbx_pgn a:visited, .cbx_pgn a:hover, .cbx_pgn a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #003457;
	text-decoration: none;
}
.cbx_pgn_c, .cbx_pgn_c a, .cbx_pgn_c a:link, .cbx_pgn_c a:visited, .cbx_pgn_c a:hover, .cbx_pgn_c a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}*/
.pr_m_cl3_prbx {
	margin-top: 8px;
}
/*.pr_m_cl3_kobx {
	margin-top: 10px;
}*/
/*.pr_m_cl3_otbx {
	margin-top: 15px;
}*/
/*.pr_m_cl3_tkpbx {
	margin-top: 20px;
}*/
/*.pr_m_cl3_hdbx {
	background-image: url(images/pr_m_cl1_bti_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
}*/
/*.pr_m_cl3_hdbx_ti {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 33px;
	font-weight: bold;
	color: #1b69a9;
	float: left;
	padding-left: 12px;
}*/
/*.pr_m_cl3_hdbx_ti_al {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 33px;
	font-weight: bold;
	color: #1B69A9;
	float: left;
	padding-left: 12px;
}*/
/*.pr_m_cl3_hdbx_ln {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
	float: right;
	line-height: 33px;
	padding-right: 15px;
}*/
/*.pr_m_cl3_hdbx_ln_al {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #425060;
	float: right;
	line-height: 33px;
	padding-right: 15px;
	font-weight: bold;
}*/
/*.pr_m_cl3_hdbx_ln a, .pr_m_cl3_hdbx_ln a:link, .pr_m_cl3_hdbx_ln a:visited, .pr_m_cl3_hdbx_ln a:hover, .pr_m_cl3_hdbx_ln a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #1b69a9;
}*/
/*.pr_m_cl3_prbx_it {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	margin-top: 1px;
}*/
.pr_m_cl3_prbx_it_1 {
	/*height: 69px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	margin-top: 1px;
	background-image: url(images/prisutan.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pr_m_cl3_prbx_it_2 {
	/*height: 69px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	margin-top: 1px;
	background-image: url(images/prisutna.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pr_m_cl3_prbx_it_3 {
	/*height: 69px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	margin-top: 1px;
	background-image: url(images/odsutan.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pr_m_cl3_prbx_it_4 {
	/*height: 69px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	margin-top: 1px;
	background-image: url(images/odsutna.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pr_m_cl3_prbx_it_1 .img_holder,
.pr_m_cl3_prbx_it_2 .img_holder,
.pr_m_cl3_prbx_it_3 .img_holder,
.pr_m_cl3_prbx_it_4 .img_holder{
	border: 1px solid #c3c3c3;
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 3px;
	vertical-align: -140%;
	float: left;
	display: inline;
	width:57px;
	height:57px;
	padding:2px;
	text-align:center;
	}
.pr_m_cl3_prbx_it_1 img,
.pr_m_cl3_prbx_it_2 img,
.pr_m_cl3_prbx_it_3 img,
.pr_m_cl3_prbx_it_4 img {
	max-height:57px;
	max-width:57px;
}
.pr_m_cl3_prbx_it_tx {
	float: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	margin-top: 26px;
	width: 153px;
	margin-left: 12px;
	display: inline;
}
.pr_m_cl3_prbx_it_tx a, .pr_m_cl3_prbx_it_tx a:link, .pr_m_cl3_prbx_it_tx a:visited, .pr_m_cl3_prbx_it_tx a:hover, .pr_m_cl3_prbx_it_tx a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	text-decoration: none;
}
/*.pr_m_cl3_kobx_it {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
}*/
/*.kom_av {
	display: inline;
	float: left;
	margin-top: 3px;
	border: 1px solid #c3c3c3;
}*/
/*.pr_m_cl3_kobx_it_ti_t {
	display: inline;
	float: left;
	margin-left: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #818383;
}
.pr_m_cl3_kobx_it_ti_t a, .pr_m_cl3_kobx_it_ti_t a:link, .pr_m_cl3_kobx_it_ti_t a:visited, .pr_m_cl3_kobx_it_ti_t a:hover, .pr_m_cl3_kobx_it_ti_t a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #1b69a9;
	font-weight: bold;
	text-decoration: none;
}*/
/*.pr_m_cl3_kobx_it_txt {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #232424;
	margin-top: 5px;
}*/
/*.dod_kom {
	text-align: right;
}
.dod_kom img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 6px;
	margin-right: 8px;
}*/
.pr_m_cl3_otbx_it_txt {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #1b69a9;
}
.pr_t_b {
	background-image: url(images/pg_ba_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 942px;
	padding-right:15px;
	margin-left: 16px;
}
.pr_t_bb {
	background-image: url(images/pg_ba_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	width: 942px;
	padding-right:15px;
	margin-left: 16px;
	margin-top: 10px;
}
.pr_btn_nn {
	width: 957px;
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.pr_btn_nn img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pr_m_cl1_btn_w {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
}
.pr_m_cl1_btn_wi {
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #eff4f8;
}
.pr_m_cl1_btn{
	min-height:31px;
	height:auto !important;
	height:31px;
}
.pr_m_cl1_btn img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*.pr_m_cl4 {
	padding-top: 10px;
}*/
/*.pr_m_cl4_bti {
	background-image: url(images/pr_m_cl1_bti_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	line-height: 33px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1B69A9;
	padding-left: 15px;
}*/
.pr_m_cl4_btx1 {
	/*width: 287px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdecf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #559dd5;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
/*.pr_m_cl4_bti2 {
	background-image: url(images/pr_m_cl1_bti_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	line-height: 33px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1B69A9;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}*/
/*.pr_m_cl4_bti_l {
	display: inline;
	float: left;
}
.pr_m_cl4_bti_r {
	display: inline;
	float: right;
}*/
.pr_m_cl4_bti2_k {
	background: url(images/pr_m_cl4_bti2_k_bg.gif) repeat-x center bottom;
	/*height: 140px;*/
	position:relative;
	padding:0px 0px 8px 6px;
}
/*.pr_m_cl4_bti2_k_1 {
	margin-left: 6px;
	float: left;
	display: inline;
	margin-bottom: 8px;
}*/
.pr_m_cl4_bti2_k_11 a, .pr_m_cl4_bti2_k_11 a:link, .pr_m_cl4_bti2_k_11 a:visited, .pr_m_cl4_bti2_k_11 a:hover, .pr_m_cl4_bti2_k_11 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	text-decoration: none;
}
.pr_m_cl4_bti2_k_1_o {
	background: url(images/pr_m_cl4_bti2_k_1_o_bg.gif) no-repeat center center;
	height: 88px;
	width: 89px;
	padding: 6px 6px 5px 6px;
	margin:0px 7px 7px 0px;
	float:left;
	text-align:center;
}
.pr_m_cl4_bti2_k_1_o img{
	max-height:88px;
	max-width:89px;
	}
.pr_m_cl4_bti2_k_11 {
	line-height: 30px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b69a9;
	padding-left: 8px;
}
/*.pr_m_cl4_bti2_k_12 {
	display: inline;
	float: left;
}*/
.pr_m_cl4_bti2_k_13 {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	width:410px;
}
/*.pr_m_cl4_bti2_k_2 {
	float: left;
	display: inline;
	width: 304px;
	margin-top: 30px;
	margin-left: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}*/
/*.pr_m_cl4_bti2_k_3 {
	float: right;
	display: inline;
	height: 130px;
	width: 150px;
}*/
.pr_m_cl4_bti2_k_3_1_1 {
	height: 46px;
	width:70px;
	background: url(images/prisutan.gif) no-repeat right top;
	position:absolute;
	top:0px;
	right:0px;
}
.pr_m_cl4_bti2_k_3_1_2 {
	height: 46px;
	width:70px;
	background: url(images/prisutna.gif) no-repeat right top;
	position:absolute;
	top:0px;
	right:0px;
}
.pr_m_cl4_bti2_k_3_1_3 {
	height: 46px;
	width:70px;
	background: url(images/odsutan.gif) no-repeat right top;
	position:absolute;
	top:0px;
	right:0px;
}
.pr_m_cl4_bti2_k_3_1_4 {
	height: 46px;
	width:70px;
	background: url(images/odsutna.gif) no-repeat right top;
	position:absolute;
	top:0px;
	right:0px;
}
.pr_m_cl4_bti2_k_3_2 {
	/*background-color: #339999;*/
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b69a9;
	line-height: 18px;
	position:absolute;
	bottom:8px;
	right:0px;
}
.pr_m_cl4_bti2_k_3_2 a, .pr_m_cl4_bti2_k_3_2 a:link, .pr_m_cl4_bti2_k_3_2 a:visited, .pr_m_cl4_bti2_k_3_2 a:hover, .pr_m_cl4_bti2_k_3_2 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1b69a9;
	text-decoration: underline;
}
.pr_m_cl4_bti2_k_3_2_im {
	position: relative;
	top: 3px;
}
.clc_l {
	clear: left;
	font-size: 0px;
	width: 1px;
	border: 0px none;
}
.pr_m_cl4_btn {
	/*background-color: #FF9900;*/
	height: 18px;
	margin-top: 8px;
	margin-bottom: 18px;
	text-align: right;
}
.pr_m_cl4_btn img{
	margin-right: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pr_m_cl3_pri_btn {
	text-align: center;
	margin-bottom: 27px;
}
.pr_m_cl3_pri_btn img{
	margin-top: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/***************** profile girls *****************/

.itm_rd_g {
	font-weight: bold;
	color: #b978a8;
}
.pr_m_cl1_bti_g {
	width: 302px;
	background-image: url(images/pr_m_cl1_bti_bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	margin-top: 12px;
	line-height: 33px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #b978a8;
	padding-left: 15px;
}
.pr_m_cl2_gbx_g {
	background-image: url(images/pr_m_cl1_gbx_bg_g.gif);
	background-repeat: no-repeat;
	height: 201px;
	width: 341px;
	margin-top: 12px;
}
.pr_m_cl2_tabx_mn_1_1_g {
	background-image: url(images/pr_m_cl2_tabx_mn_1_1_bg_g.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	height: 26px;
	width: 10px;
}
.pr_m_cl2_tabx_mn_1_2_g {
	background-image: url(images/pr_m_cl2_tabx_mn_1_2_bg_g.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 26px;
	float: left;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 26px;
	color: #FFFFFF;
}
.pr_m_cl2_tabx_mn_1_2_g a, .pr_m_cl2_tabx_mn_1_2_g a:link, .pr_m_cl2_g_tabx_mn_1_2_g a:visited, .pr_m_cl2_tabx_mn_1_2_g a:hover, .pr_m_cl2_g_tabx_mn_1_2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.pr_m_cl2_tabx_con_g {
	background-color: #e9c8e0;
	margin: 0px;
	clear: both;
	/*padding-top: 2px;*/
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.pr_m_cl2_tabx_cbx_g {
	width: 313px;
	border: 1px solid #b978a8;
	background-color: #FFFFFF;
	position: relative;
	top: 2px;
	padding-right: 8px;
	padding-left: 12px;
	margin-bottom: 2px;
}
.pr_m_cl2_tabx_cbx_hd_g {
	width: 313px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9c8e0;
}
.pr_m_cl3_hdbx_ti_g {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 33px;
	font-weight: bold;
	color: #bc70a7;
	float: left;
	padding-left: 12px;
}

/*Daki for google tagged*/
a.googletag { 
	color: #003399; 
} 

a.googletagged { 
	color: #336699; 
} 

/************************************************/

.lg_b_fr1 {
	height: 104px;
	width: 212px;
	display: inline;
	float: left;
	/*position: relative;
	top: -104px;*/
	font-size: 0px;
}
.lg_b_fr1_ti {
	background-image: url(images/lg_b_fr1_ti_bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 208px;
	margin-top: 2px;
	margin-left: 2px;
	padding-bottom: 2px;
}
.lg_b_fr1_ti_b1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #edf5f9;
	height: 18px;
	margin-left: 8px;
}
.lg_b_fr1_ilo {
	margin-left: 10px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}
.lg_b_fr1_ilo_f1 {
	display: inline;
	float: left;
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #4f5458;
}
.lg_b_fr1_ilo_f2 {
	display: inline;
	float: left;
	width: 138px;
}
.lginp_b01_l {
	display: inline;
	float: left;
	background-image: url(images/lginp_b01_l_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 5px;
	font-size: 0px;
}
.lginp_b01_m {
	display: inline;
	float: left;
	font-size: 0px;
}
.lginp_b01_m_inp {
	background-image: url(images/lginp_b01_m_bg.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 126px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lginp_b01_r {
	display: inline;
	float: left;
	background-image: url(images/lginp_b01_r_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 5px;
	font-size: 0px;
}
.lg_b_fr1_zbp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4f5458;
	clear: both;
	padding-top: 5px;
	margin-left: 10px;
}
.lg_b_fr1_zbp_cb {
}
.lg_b_fr1_tpr {
	height: 17px;
	margin-left: 10px;
	padding-top: 4px;
}
.lg_b_fr1_tpr_f1 {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4f5458;
	height: 15px;
	width: 61px;
	line-height: 15px;
}
.lg_b_fr1_tpr_f2 {
	display: inline;
	float: left;
}
.lg_b_fr1_tpr_f3 {
	display: inline;
	float: left;
	margin-left: 2px;
	margin-top: -1px;
}
.lginp_b02_l {
	display: inline;
	float: left;
	background-image: url(images/lginp_b02_l_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 5px;
}
.lginp_b02_m {
	display: inline;
	float: left;
}
.lginp_b02_r {
	display: inline;
	float: left;
	background-image: url(images/lginp_b02_r_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 5px;
}
.lginp_b02_m_inp {
	height: 15px;
	width: 71px;
	background-image: url(images/lginp_b02_m_bg.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lg_b_fr1_tpr_sbm {
	background-image: url(images/pri_btn.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 53px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lg_b_fr2 {
	display: inline;
	float: left;
	height: 104px;
	width: 258px;
	/*position: relative;
	top: -104px;*/
}
#lg_b_fr2{
	display:none;
	}
/*Highslide CSS START*/
.highslide-wrapper, .highslide-outline {
	background: white;
}
.highslide-html .lg_box{
	margin:0px;
	height:auto;
}
.highslide-header a{
	color: gray;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.lg_box .highslide-header{
	display:none;
	line-height:20px;
	text-align:right;
}
.highslide-html .lg_box .highslide-header{
	display:block;
}
/*Highslide CSS END*/
.lg_b_fr2_ti {
	background-image: url(images/lg_b_fr2_ti_bg.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 251px;
	margin-top: 2px;
	margin-left: 3px;
	padding-bottom: 2px;
}
.lg_b_fr2_ti_b1 {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #edf5f9;
	height: 18px;
	margin-left: 8px;
}
.lg_b_fr2_ti_b2 {
	display: inline;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	font-weight: normal;
	color: #efe492;
	height: 18px;
	margin-right: 6px;
}
.lg_b_fr2_ti_b2 a, .lg_b_fr2_ti_b2 a:link, .lg_b_fr2_ti_b2 a:visited, .lg_b_fr2_ti_b2 a:hover, .lg_b_fr2_ti_b2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #efe492;
	text-decoration: underline;
}
.lg_b_fr2_ilo_f1 {
	display: inline;
	float: left;
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #4f5458;
}
.lg_b_fr2_ilo_f3 {
	display: inline;
	float: left;
	width: 92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #4f5458;
}
.lg_b_fr2_ilo_f4 {
	display: inline;
	float: left;
}
.lginp_b03_l {
	display: inline;
	float: left;
	background-image: url(images/lginp_b03_l_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 5px;
}
.lginp_b03_m {
	display: inline;
	float: left;
}
.lginp_b03_r {
	display: inline;
	float: left;
	background-image: url(images/lginp_b03_r_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 5px;
}
.lginp_b03_m_inp {
	height: 15px;
	width: 84px;
	background-image: url(images/lginp_b03_m_bg.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lg_b_fr2_epr_sbm {
	background-image: url(images/reg_btn.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 53px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lg_b_fr2_epr_f3 {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-top: -1px;
}
.lg_box_av_2 {
	float: left;
	padding: 3px;
	height: 84px;
	width: 84px;
	border: 1px solid #d4d2d2;
	position: relative;
	top: -98px;
	left: 9px;
	display: inline;
	overflow:hidden;
	text-align:center;
}
.lg_box_av_2 img{
	height:84px;
}
.lg_info {
	display: inline;
	float: left;
	height: 104px;
	width: 346px;
	position: relative;
	top: -98px;
	margin-left: 20px;
}
.lg_info_ti {
	height: 15px;
	padding-bottom: 5px;
}
.lg_info_ti_b1 {
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.lg_info_ti_b1_im {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1b69a9;
}
.lg_info_ti_b2 {
	display: inline;
	float: right;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.lg_info_ti_b2_bl, .lg_info_ti_b2_bl a, .lg_info_ti_b2_bl a:link, .lg_info_ti_b2_bl a:visited, .lg_info_ti_b2_bl a:hover, .lg_info_ti_b2_bl a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1b69a9;
	font-weight: bold;
	text-decoration: none;
}
.lg_info_ti_b2_bld {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #4c4b4b;
	font-weight: bold;
}
.lg_info_i1 {
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.lg_info_i1_al, .lg_info_i1_al a, .lg_info_i1_al a:link, .lg_info_i1_al a:visited, .lg_info_i1_al a:hover, .lg_info_i1_al a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #db633c;
	text-decoration: none;
}
.lg_info_i2 {
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.lg_info_i3 {
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.lg_info_i3_al, .lg_info_i3_al a, .lg_info_i3_al a:link, .lg_info_i3_al a:visited, .lg_info_i3_al a:hover, .lg_info_i3_al a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #629305;
	text-decoration: none;
}
.lg_info_lif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a2c1cb;
	padding-top: 6px;
	height: 20px;
	margin-top: 3px;
}
.txt_center{
	text-align:center;
}
.txt_right{
	text-align:right;
}
.float_right{
	float:right;
	}
.float_left{
	float:left;
}
.float_none{
	float:none;
}
.display_block{
	display:block;
}
.member_list, .themes_list{
	height: 34px;
	background: url(images/windowbg_2_bg.gif) repeat-x bottom;
	vertical-align:middle;
	border-bottom:1px solid #DCDECF;
	font-size:11px;
	padding:5px;
}
.member_list_border_bottom{
	border-bottom:1px solid #DCDECF;
}
.member_list_small{
	height: auto;
	padding-top:3px;
	padding-bottom:3px;
	line-height:20px;
}
.themes_list{
	height: 44px;
}
.themes_list .ob_tb_2_t1,
.themes_list .ob_tb_2_t2{
	top:0px;
}
.bottom_sep{
	margin-bottom:10px;
}
.board_rules{
	margin:10px 0px 10px 13px;
	width:953px;
	border:1px solid #bccad3;
	background: url(images/board_rulz.png) repeat-x;
	padding:5px
}
.p_for .board_rules{
	margin:10px 0px;
	width:auto;
}
.tborder_2 .board_rules{
	margin:10px 0px 10px 5px;
	width:auto;
}
.message_holder{
	/*float:left;*/
	width:516px;
}
.quick_moderation{
	/*float:right;*/
	width:40px;
	text-align:center;
}
.br_t2 input.checkAll{
	position:relative;
	top:11px;
	left:564px;
}
.row_padding td, div.row_padding{
	padding-top:2px;
	padding-bottom:2px;
}
.pos_static{
	position:static;
	top:0px;
	left:0px;
}
.heading_margins{
	margin:10px 20px;
}
.first_col_padd{
	padding-left:5px;
}
.color_black{
	color:#000;
}
.valignTop{
	vertical-align:top;
}
.valignBottom{
	vertical-align:bottom;
}
.valignMiddle{
	vertical-align:middle;
}
.delete_selected{
	border:0px none;
	background:url(images/delete_selected.gif) no-repeat top center;
	width:104px;
	height:18px;
}
.pretraga_btn{
	background:url(images/pretraga_btn.gif) no-repeat top center;
	border:0px none;
	width:69px;
	height:20px;
}
.close_btn{
	background:url(images/close_btn.gif) no-repeat top center;
	border:0px none;
	width:69px;
	height:20px;
}
.login_btn{
	background:url(images/login_btn.gif) no-repeat top center;
	border:0px none;
	width:58px;
	height:20px;
}
.register_btn{
	background:url(images/register_btn.gif) no-repeat top center;
	border:0px none;
	width:82px;
	height:20px;
}
.save_settings_btn{
	background:url(images/save_settings_btn.gif) no-repeat top center;
	border:0px none;
	width:121px;
	height:20px;
}
.save_btn{
	background:url(images/save_btn.gif) no-repeat top center;
	border:0px none;
	width:64px;
	height:23px;
	}
.odjavi_se_btn{
	background:url(images/odjavi_se_btn.gif) no-repeat top center;
	border:0px none;
	width:68px;
	height:20px;
}
.trackip_btn{
	background:url(images/trackip_btn.gif) no-repeat top center;
	border:0px none;
	width:68px;
	height:20px;
}
.mpos_t4 td,
.mpos_t5 td{
	padding:0px 5px;
	background-position: expression(-this.offsetLeft + " 0px");
	font-size:10px;
	font-weight:bold;
}
.anketa_holder{
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	background:url(images/anketa_display_header.gif) no-repeat top center;
	background-color:#fff;
	width:935px;
	position:relative;
	left:12px;
	top:10px;
	padding:18px 15px;
	margin-bottom:20px;
}
.anketa_holder td{
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
}
.anketa_header{
	height:20px;
	color:#fff;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-style:italic;
	margin:0px 32px;
}
.anketa_pitanje{
	line-height:30px;
	border-bottom:1px dashed #a8c9cc;
	font-weight:bold;
	padding:0px 32px;
}
.pitanje_title{
	color:#696b6c;
}
.pitanje{
	color:#d78829;
}
.anketa_bar{
	width:190px;
}
.anketa_items{
	margin:10px 22px;
}
.no_borders{
	border:0px none;
}
.no_padding{
	padding:0px;
}
.no_margins{
	margin:0px;
}
.anketa_lock{
	position:absolute;
	bottom:105px;
	left:500px;
}
.anketa_change{
	position:absolute;
	bottom:75px;
	left:500px;
}
.error{
	color:red;
}
.left30{
	position:relative;
	left:30px;
}
.underline_links a:hover{
	text-decoration:underline;
}
.auto_width{
	width:auto;
}
.auto_height{
	height:auto;
	min-height:0px;
}
.googletagged{
	width:964px;
}
/*Calendar Start*/
.cal_date_1, .cal_date_2, .cal_date_0,
.cal_date_current_1, .cal_date_current_2{
	height:35px;
	font-size:14px;
	color:#4f95cc;
	font-weight:bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	width:131px;
}
.cal_date_holder{
	width:41px;
	text-align:center;
	line-height:26px;
}
.cal_date_0{
	background:#fff url(images/serbian/calendar/cal_date_bg0.gif) no-repeat top center;
}
.cal_date_1{
	background:#fff url(images/serbian/calendar/cal_date_bg1.gif) no-repeat top center;
}
.cal_date_1 a, .cal_date_1 a:visited,
.cal_date_2 a, .cal_date_2 a:visited{
	color:#4f95cc;
	text-decoration:none;
}
.cal_date_2{
	background:#fff url(images/serbian/calendar/cal_date_bg2.gif) no-repeat top center;
}
.cal_date_current_1{
	background:#fff url(images/serbian/calendar/cal_date_cur_bg1.gif) no-repeat top center;
	color:#fff;
}
.cal_date_current_2{
	background:#fff url(images/serbian/calendar/cal_date_cur_bg2.gif) no-repeat top center;
	color:#fff;
}
.cal_date_current_1 a, .cal_date_current_1 a:visited,
.cal_date_current_2 a, .cal_date_current_2 a:visited{
	color:#fff;
	text-decoration:none;
}
.cal_prev_next{
	font-size:9px;
	display:inline;
	float:left;
	line-height:24px;
	margin-left: 50px;
}
.cal_prev_next img{
	margin-top:1px;
}
.cal_prev_next img.fixer{
	margin-top:3px;
	}
.cal_prev_next .cal_pos_fix{
	position:relative;
	top:-4px;
}
.cal_week{
	color:#507da7;
	font-weight:bold;
	font-size:10px;
	background: url(images/serbian/calendar/cal_week_bg.gif) repeat-x left top;
	height:26px;
	line-height:26px;
	padding:0px 10px 5px 10px;
	}
.cal_prev_next .cal_pos_fix2{
	position:relative;
	top:-3px;
	}
.cal_prev_next a, .cal_prev_next a:visited, .cal_prev_next a:link{
	color: #0073D1;
	}
.cal_show_btn{
	background:url(images/serbian/calendar/cal_show_btn.gif) top center;
	width:55px;
	height:19px;
	border:0px none;
	}
/*.cal_holder_1{
	width:123px;
	background:#e8f6f7;
	border-left:1px solid #c1dadc;
	border-right:1px solid #c1dadc;
	margin:0px 2px;
	font-size:10px;
	padding:3px;
}
.cal_holder_2{
	width:123px;
	background:#fdf4d7;
	border-left:1px solid #e1d3a5;
	border-right:1px solid #e1d3a5;
	margin:0px 2px;
	font-size:10px;
	padding:3px;
}*/
.cal_holder_1{
	background:#fff url(images/serbian/calendar/cal_holder_bg1.gif) no-repeat 0px bottom;
	font-size:10px;
	padding:0px;
	width:131px;
}
.cal_holder_2{
	background:#fff url(images/serbian/calendar/cal_holder_bg2.gif) no-repeat 0px bottom;
	font-size:10px;
	padding:0px;
	width:131px;
}
.cal_holder_0{
	background:#fff url(images/serbian/calendar/cal_holder_bg0.gif) no-repeat 0px bottom;
	font-size:10px;
	padding:0px;
	width:131px;
	}
.cal_holder_bg1{
	background:#e8f6f7;
	margin:0px 3px 5px 3px;
	padding:0px 2px 10px 2px;
	width:119px;
}
.cal_holder_bg2{
	background:#fdf4d7;
	margin:0px 3px 5px 3px;
	padding:0px 2px 10px 2px;
	width:119px;
}
/*Calendar End*/
/*Galery Start*/
.gal_box{
	height:201px;
	background:url(images/gal_box.gif) no-repeat left top;
	margin-top:12px;
}
.gal_head{
	height:27px;
	line-height:27px;
	width:133px;
	text-align:center;
}
.gal_head a, .gal_head a:visited, .gal_head a:link{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}
.gal_head a:hover{
	text-decoration:underline;
}
#gal_cap{
	padding:5px;
	text-align:center;
	line-height:20px;
	font-size:12px;
	display:none;
}
#gal_prev, #gal_next{
	height:173px;
	width:70px;
	margin:1px;
	background:url(images/gal_prev.gif) no-repeat center center;
	cursor:pointer;
}
#gal_next{
	background:url(images/gal_next.gif) no-repeat center center;
}
#gal_slide{
	width:197px;
	text-align:center;
	height:173px;
	display:table-cell;
	vertical-align:middle;
}
.gal_slide_holder{
	float:left;
	width:197px;
	height:173px;
}
#gal_slide img{
	padding:2px;
	border:2px solid #fff;
	margin-top: expression(86 - parseInt(this.offsetHeight / 2) + 'px');

}
#pictures{
	border:1px solid #DCDECF;
	}
#pictures a img{
	border: 5px solid #c0d6eb;
	margin:10px;
	}
#pictures .pict_title{
	display:block;
	color:#607380;
	font-weight:bold;
	}
.gal_pict_holder{
	border:1px solid #DCDECF;
	padding:20px;
	}
.gal_pict_desc p{
	color:#4f616d;
	padding:5px 10px;
	margin:0px;
	}
p.gal_no_comments{
	padding:5px 10px;
	margin:20px 15px;
	background:#faece9;
	color:#232424;
	float:left;
	}
.gal_comment_form{
	padding:20px 15px;
	}
.profile_header .gal_comments_header{
	position:relative;
	left:300px;
	color:#425060;
	}
.jumpto{
	background:#0080C0 none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:bold;
	}
.gal_top_fix{
	position:relative;
	top:-2px;
	}
.gal_top_fix2{
	position:relative;
	top:4px;
	}
.gal_top_fix3{
	position:relative;
	top:2px;
	}
.inner_table{
	margin:5px 0px;
	width:704px;
	}
.ob_tb_2_t12 a.font_normal{
	font-weight:normal;
	}
.padding_lr_20{
	padding-left:20px;
	padding-right:20px;
	}
.margin_tb_10{
	margin:10px 0px;
	}
/*Galery End*/
.width_700{
	width:700px;
	}
.no_wrap{
	white-space:nowrap;
	}
/*input[type="submit"], input[type="button"], input.button{
	background:url(images/submit_button.gif) repeat-x top center;
	height:20px;
	border:0px none;
	font-family:Georgia, serif;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
}*/
/****DMENU_START******/
.dmenu {
	position:absolute;
	z-index:2000;
	border:1px solid #c5c6bf;
	border-collapse:collapse;
}
.dmenu tr{
	
}

.dmenu_cell {
	font-weight:normal;
	font-size:11px;
	background: url(images/dmenu/dmenu_item.gif) repeat-x bottom center;
	vertical-align:middle;
	padding:0px;
	white-space:nowrap;
	color:#505254;
	border-bottom:1px solid #a1a296;
	line-height:20px;
	height:20px;
	padding:0px 10px 0px 10px;
}
.dmenu_flat_back{
	background:#adaea0;
}
.dmenu_title{
	background: url(images/dmenu/dmenu_title.gif) repeat-x bottom center;
	font-weight:normal;
	font-size:11px;
	color:#fff;
	line-height:20px;
	height:20px;
	padding:0px 10px;
}
.dmenu_link, .dmenu_link:visited, .dmenu_link:link {
	font-weight:normal;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	color:#505254;
	text-decoration: none;
	background: url(images/dmenu/dmenu_arrow.gif) no-repeat right center;
}

.dmenu_link:hover, .dmenu_cell a:hover, .dmenu_cell:hover {
	color:#000;
	text-decoration: none;
}
/*.dmenu_cell a:link, .dmenu_cell a:visited {
	color:#505254;
	text-decoration: none;
}*/
/****DMENU_END******/
