body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
	background-image: url('/public/design_0/img/body_bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

table tr td {
	color: #000000;
	font-family:Verdana;
	font-weight: normal;
	font-size: 11px;
}

img {
	border: 0px;
}

a {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#35517a;
}

a:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#35517a;
}

.konklink {
	font-weight: bold;
	text-decoration: none;
}

.konklink:hover {
	font-weight: bold;
	text-decoration: underline;
}

.toplink {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.toplink:hover {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.ns5link {
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	color: #666666;
}

.ns5link:hover {
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	color: #2373c2;
}

.options_link {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#2b2b2b;
}

.options_link:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#2b2b2b;
}

.lmenu {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#666666 ;
}

.lmenu:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#0f0f0f;
}

.usermenu_t {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#96b3aa;
}

.usermenu {
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
	color:#1d1c1c;
}

.usermenu:hover {
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
	color:#ff6100;
}

.pathmenu_a {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#272727;
}

.pathmenu {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#635A27;
}

.pathmenu:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#635A27;
}

.whitelink {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}

.whitelink:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#930004;
}

.forumlink {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

.forumlink:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#ea7500;
}

.forumlink2 {
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color:#006699;
}

.forumlink2:hover {
	font-family:Verdana;
	font-size:9px;
	font-weight:normal;
	text-decoration:none;
	color:#999933;
}

.balance_link {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#303030;
}

.balance_link:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#983100;
}

.chatcab_link {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#303030;
}

.chatcab_link:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#67a1c4;
}

.chatcab_sel {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#67a1c4;
}

.sticker_link {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#535353;
}

.sticker_link:hover {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#535353;
}

.text {
	font-family:Verdana;
	font-size: 12px;
	color: #333333;
}

.opacity_img {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.block {
	background-color: #f8f8f8;
}

.js-autosuggest-holder  {
	position:relative;
	width: 200px;
	border: 0;
}

.js-autosuggest-output  {
	width:200px;
	position:absolute;
	left:0;
	top: 22px;
	background-color: transparent;
	text-align:left;
}
.js-autosuggest-output  div {
	padding:3px 0 3px 3px;
	font-size:0.9em;
	border:1px solid #999;
	border-top:none;
	background-color: white;
}
.js-autosuggest-output  div.active {
	background-color:#fdf5e6;
}
.js-autosuggest-output  div em {
	font-weight:bold;
	font-style:normal;
}

p {line-height:1.4em;margin:10px 0;}
hr{margin:10px 0;color:#999999;}

ul li{
padding-top:3px;
}

#contentPad{
margin:20px;
}

#JT {
	position: absolute;
	z-index:100;
}



.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #ffffff;
}

.jqmOverlay { background-color: #000; }




#progressbar{
        border-top: 1px solid #c3cbd6;
        width: 125px;
        height: 18px;
        position: relative;
        color: #4b5f77;
	background-color: #fafafa;
}

#progressbar div.progress{
        position: absolute;
        width: 0;
        height: 100%;
        overflow: hidden;
        background-color: #dae1e7;
}

#progressbar div.progress .text{
        position: absolute;
        text-align: center;
        color: #4b5f77;
}

#progressbar div.text{
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
}

div.numpage{margin-left: 23px}
.numpage a {display: inline-block;margin-left: 2px;padding: 5px;position: relative;border: 1px solid #CCCCCC}
.numpage a:link, .numpage a:visited {color: #000000; text-decoration: none}
.numpage a:hover, .numpage a:active {color: #333333;text-decoration: none;background-color: #F6F6F6;background-position: top;font-size: 12px}
.numpage .current_page {display: inline-block;border: 1px solid #CCCCCC;margin-left: 2px;color: #333333;background-color: #F6F6F6;padding: 5px;font-size: 12px;position: relative}
.numpage a .ltc, .current_page .ltc {background: url(../images/images/images/corner_01.gif) no-repeat left top; position: absolute;left: -1px;top: -1px}
.numpage a .rtc, .current_page .rtc {background: url(../images/images/images/corner_03.gif) no-repeat right top; position: absolute;top: -1px;right: -1px}
.numpage a .ldc, .current_page .ldc {background: url(../images/images/images/corner_06.gif) no-repeat left bottom;position: absolute;left: -1px;bottom: -1px}
.numpage a .rdc, .current_page .rdc {background: url(../images/images/images/corner_07.gif) no-repeat right bottom;position: absolute;bottom: -1px;right: -1px}
.numpage a .ltc, .numpage a .rtc, .numpage a .ldc, .numpage a .rdc, .current_page .ltc, .current_page .rtc, .current_page .ldc, .current_page .rdc {height: 3px; width: 3px}

.bread {
	color: #635d2b;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.bread:hover {
	color: #635d2b;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.forum_smenu {
	color: #003366;
	text-decoration: none;
	font-size: 10px;
}

.forum_smenu:hover {
	color: #333333;
	text-decoration: underline;
	font-size: 10px;
}

.alert_link {
	text-decoration:none;
	color:#ff0000;
}

.alert_link:hover {
	text-decoration:underline;
	color:#ff0000;
}

.alert_exit {
	text-decoration:none;
	color:#000000;
	padding-left: 25px;
}

.alert_exit:hover {
	text-decoration:underline;
	color:#000000;
	padding-left: 25px;
}

.alert_login {
	text-decoration:none;
	font-weight: bold;
}

.alert_login:hover {
	text-decoration:none;
	font-weight: bold;
}

.sitemap_link {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}

.sitemap_link:hover {
	color: #333333;
	text-decoration:underline;
	font-weight: bold;
}

.sitemap_sub {
	color: #416fa9;
	text-decoration:none;
}

.sitemap_sub:hover {
	color: #333333;
	text-decoration:underline;
}

.sitemap_sub2 {
	color: #484848;
	text-decoration:none;
}

.sitemap_sub2:hover {
	color: #333333;
	text-decoration:underline;
}

.pvt_smile_div {
	display: none;
	z-index:1;
	text-align: left;
	overflow: auto;
	width: 475px;
	height: 280px;
	position: relative;
}

.zagsbtn {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #3355ff;
	margin-top: 5px;
	cursor: pointer;
}
