/* commented backslash hack v2 \*/ 
html,body{height:100%} 
/* end hack */ 

body
{
	margin: 0;
	padding: 0;
	color: #000;
	min-width: 1003;
	background: #FFF;
	position: relative; /* for ie7*/
}
form
{
	margin: 0;
	padding: 0;
}
body,td,th,input,textarea,select
{
	font: normal 13px Arial, Verdana, Serif;
}	
p
{
	line-height: 18px;
	padding-bottom: 0;
	margin-bottom: 18px;
}
a img
{
	border: none;
}
a:link,a:visited,a:active
{
	color: #427bad;
	text-decoration: underline;
}
a:hover
{
	color: #ed9f01;
}
a.inverted:link,a.inverted:active,a.inverted:visited
{
	color: #ed9f01;
	text-decoration: underline;
}
a.inverted:hover
{
	color: #427bad;
}
h1,.h1
{
	font: normal 18px Arial;
	line-height: 18px;
	padding: 0;
	margin: 0 0 13 0;
	color: #69727c;
}
h2
{
	font-size: 18px;
	font-weight: 400;
}
/* Exception */
.exception
{
	border: 1px solid #d5d5d5;
	padding: 0.5em;
	margin: 1em;
}
.exception strong
{
	color: navy;
}
/* Plugins */
.flash-update
{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
a.openimage
{
	display: inline-block;
}
/* Standard features */
a.imageleft,img.imageleft
{
	float: left;
	margin: 0 5 0 0;
}
a.imageleft img
{
	margin: 0 !important;
}
a.imageright,img.imageright
{
	float: left;
	margin: 0 0 0 5;
}
a.imageright img
{
	margin: 0 !important;
}

.small{font-size: 10px;}
.big{font-size: 12px;}
.fleft{float: left;}
.fright{float: right;}
.inlineblock{display: inline-block;}
.inline{display: inline;}
.middle{vertical-align: middle !important;}
.clear{clear: both;}
.haslayout{overflow: auto;width: 100%;}
.center{text-align: center !important}
.left{text-align: left !important}
.right{text-align: right !important}
.top{vertical-align: top !important}
.bottom{vertical-align: bottom !important}
.hidden{display: none;}
.nowrap{white-space: nowrap !important}
.hl{color: #F00;}
.black{color: #000 !important;}
.white{color: #FFF;}
.red{color: #F00;}
.gray{color: #969696;}
.darkgray{color: #757575;}
.w100{width: 100%;}
.stdmargin{margin: 5 0;}
.stdmarginextra{margin: 10 0;}
.stdheader1
{
	color: #69727c;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 13 0;
	padding: 0 0 0 0;
}
.stdheader2
{
	clear: both;
	color: #000;
	overflow: auto;
	zoom: 1;
	padding: 7 13;
	margin: 0 0 13 0;
	border-bottom: 4px solid #ed9f01;
	font-family: Arial;
	font-size: 18px;
	line-height: 18px;
	background: #f4f4f4;
}
.stdheader3
{
	background: #427bad url("/images/header-background.gif") repeat-x bottom;
	color: #FFF;
	padding: 7 13;
	font-weight: bold;
}
.stdblock
{
	background: #f4f4f4;
	padding: 7 13;
	line-height: 15px;
}
.stdblock2
{
	padding: 7 13;
	line-height: 15px;
}
* html .stdblock,* html .stdblock2
{
	width: 100%;
	overflow: auto;
}
table.t
{
	background: #f4f4f4 !important;
	border-collapse: collapse !important;
}
table.t tr.tr0{background-color: #fbfbfb !important;}
table.t tr.tr1{background-color: #FFF !important;}
table.t td,table.t th
{
	border: 1px solid #FFF !important;
	padding: 7 13 !important;
}
table.t th
{
	text-align: left;
	color: #000;
	background: #d9d9d9;
	font-size: 12px;
	font-weight: normal;
}
.ok
{
	clear: both;
	margin: 10 0;
	border: 1px solid #49af33;
	background: #FFF;
	color: #49af33;
	padding: 10 20;
	text-align: center;
}
.error
{
	clear: both;
	margin: 10 0;
	border: 1px solid #F00;
	background: #FFF;
	color: #F00;
	padding: 10 20;
	text-align: center;
}
.notice
{
	margin: 10 0;
	border: 1px solid #ffd700;
	background: #ffffdd;
	color: #000;
	padding: 10 20;
	text-align: center;
}
/* CSS hacks */
* html .ie100
{
	width: 100%;
}
/* DESIGN */
#outer,#outerinside
{
	min-height: 100%;
	margin: 0 321 0 252;
}

@media all and (min-width: 0px) /* Opera doesn't like the footer (css hack)*/
{
    #outer,#outerinside
	{
		margin-bottom: 50 !important;
	}
}

#outerinside
{
	margin-right: 13 !important;
}
* html #outer,* html #outerinside
{
	height: 100%; /*IE treats height as min-height anyway*/
}
.outerwrap
{
	float: left;	
	width: 100%;
	padding-top: 218; /* to clear header (headerheight + 1)*/
	margin-right: -3; /* to stop columns dropping*/
}
#header
{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 219;
	overflow: hidden;
}
#center
{
	float:right;
	width:100%;
	position:relative;
	padding-bottom: 67; /* clear footer (footer height + 2)*/
	margin-left: -1;
}
#left
{
	position: relative; /*ie needs this to show float */
	width: 252;
	float: left;
	margin-left: -251; /*must be 1px less than width otherwise won't push footer down in some browsers */
	left:-1px;
	padding-bottom: 67; /* clear footer (footer height + 2)*/
}
#right
{
	position: relative; /*ie needs this to show float */
	width: 321;
	float: right;
	margin-right: -320; /*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top: 218; /* to clear header (headerheight + 1)*/
	left: 1;
	padding-bottom: 67; /* clear footer (footer height + 2)*/
}
#footer
{
	width: 100%;
	clear: both;
	height: 65;
	position: relative;
	margin-top: -65; /*drag footer from below the fold*/
}

.clearer
{
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

#headerinner
{
	margin: 0 22 0 22;
	background: url("/images/top-background.gif") repeat-x top;
	height: 163;
}
#headerinner2
{
	width: 100%;
	background: url("/images/top.jpg") no-repeat right top;
	height: 163;
	position: relative;
	overflow: hidden;
}
#leftinner
{
	margin: 0 0 0 22;
}
#rightinner
{
	margin: 0 22 0 30;
}
#centerinner
{
	padding: 24 0 0 0;
}
#footerinner
{
	margin: 15 0 0 26;
}

#icons
{
	margin: 0 0 0 3;
	float: left;
}
#icons img
{
	margin: 0 16 0 0;
}
#logo,#logo img
{
	width: 202;
	height: 163;
}
#logo
{
	float: left;
	margin: 0 0 0 14;
	width: 202;
	height: 163;
}
#huhu
{
	text-align: center;
	margin: 0 252 0 216;
}
#companyname
{
	text-align: center;
	color: #005dac;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 87 0 0 0;
}
#ciceron
{
	float: right;
	width: 172;
	margin: 15 80 0 0;
}
#ciceron *
{
	font-size: 11px;
	line-height: 13px !important;
	margin: 0 !important;
}
#today
{
	margin: 14 0 0 0;
	color: #313a48;
	font-size: 14px;
}



#topmenu
{
	position: absolute;
	top: 163;
	left: 0;
	width: 100%;
	height: 56;
	background: #00205f url("/images/menu-background.gif") repeat-x;
}
#catalog
{
	float: left;
	width: 238;
	height: 56;
	background: #1a2234 url("/images/catalog-background.gif") repeat-x;
}
#cataloginner
{
	overflow: auto;
	width: 238;
	height: 56;
	background: url("/images/catalog-right.jpg") no-repeat right top;
	color: #FFF;
}
#cataloginner span
{
	display: block;
	margin: 18 0 0 22;
	font-size: 15px;
	color: #9bacb5;
}
#topmenuinner
{
	text-align: center;
	margin: 18 auto 0 auto;
}
#topmenuinner a:link,#topmenuinner a:active,#topmenuinner a:visited
{
	color: #9bacb5;
	font-size: 15px;
	text-decoration: none;
}
#topmenuinner a:hover,#topmenuinner .topmenu
{
	font-size: 15px;
	color: #FFF;
}
.topmenuspacer
{
	color: #487289;
	display: inline-block;
	margin: 0 22;
}
#phones
{
	float: right;
	overflow: auto;
	background: #303c47 url("/images/phones-background.gif") repeat-x;
	width: 291;
	height: 56;
}
#leftphones
{
	float: left;
	width: 156;
	height: 56;
	background: url("/images/phone.gif") no-repeat 9px 10px;
}
#leftphonesinner
{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin: 7 0 0 28;
	line-height: 22px;
}
#icq
{
	overflow: hidden;
	margin: 7 0 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	line-height: 22px;
}
#icqimage
{
	display: block;
	float: left;
	margin: 1 7 0 0;
}
#icqs
{
	display: block;
	overflow: hidden;
}
* html #icqs
{
	height: 1%;
}
#icq a:link,#icq a:active,#icq a:visited
{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	margin: 0 0 4 0;
}
#icq a:hover
{
	color: #9bacb5;
}

#leftmenu
{
	width: 198;
}
#leftmenu div
{
	background: #474f5d url("/images/leftmenu-background1.jpg") no-repeat;
	height: 24;
	line-height: 17px;
	padding: 0 0 0 7;
	margin: 10 0 0 0;
}
div.leftmenu2
{
	background: #474f5d url("/images/leftmenu-background2.jpg") no-repeat !important;
	height: 42 !important;
}
div.leftmenu3
{
	background: #474f5d url("/images/leftmenu-background3.jpg") no-repeat !important;
	height: 58 !important;
}

#leftmenu a:link,#leftmenu a:active,#leftmenu a:visited,#leftmenu strong
{
	color: #b8c8d0;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	margin: 3 0 0 0;
}
#leftmenu strong
{
	color: #FFF !important;
	font-weight: normal;
}
#leftmenu a:hover
{
	color: #FFF;
}

.leftblock
{
	background: #c5d7f3 url("/images/leftblock-top.jpg") no-repeat;
	width: 198;
	overflow: auto;
	margin: 50 0 0 0;
}
.leftblock2
{
	background: url("/images/leftblock-bottom.jpg") no-repeat bottom;
	overflow: auto;
	padding: 0 11 11 11;
}
.leftblockheader
{
	color: #0b2b6c;
	font-size: 17px;
	font-weight: bold;
	margin: 35 0 0 0;
	padding: 0 0 3 0;
	line-height: 20px;
	border-bottom: 1px solid #FFF;
}

#online
{
	width: 191;
	height: 72;
	margin: 40 0 0 0;
}
#online img
{
	width: 191;
	height: 72;
}

#logosmall
{
	width: 41;
	height: 37;
	float: left;
	margin: 0 16 0 0;
}
#logosmall img
{
	width: 41;
	height: 37;
}
#copyright
{
	color: #5d6776;
	text-align: center;
	font-size: 10px;
}
#atributo
{
	width: 85;
	height: 27;
	float: right;
}
#counters
{
	float: right;
	margin: 0 21 0 24;
}
#bottomcontacts
{
	float: left;
	color: #7a7782;
	font-size: 15px;
}
#bottomcontacts .bcname
{
	display: inline-block;
	width: 70;
}
#registration
{
	width: 271;
	height: 181;
	margin: 0 0 21 0;
}
#registration img
{
	width: 271;
	height: 181;
}

#rightmenu a:link,#rightmenu a:active,#rightmenu a:visited,#rightmenu span
{
	display: block;
	width: 245;
	height: 30;
	background: url("/images/rightmenu-background.jpg") no-repeat;
	margin: 0 0 10 0;
	padding: 10 0 0 26;
	color: #9bacb5;
	text-decoration: none;
	font-size: 15px;
}
#rightmenu a:hover,#rightmenu span
{
	color: #FFF;
}
* html #rightmenu a:link,* html #rightmenu a:active,* html #rightmenu a:visited
{
	width: 271;
	height: 40;
}
#content strong
{
	color: #113475;
}

.centerblock1
{
	background: #dfdfdf url("/images/cb1.gif") no-repeat left bottom;
	width: 100%;
	margin: 0 0 25 0;
}
.centerblock2
{
	background: url("/images/cb2.gif") no-repeat right top;
	width: 100%;
}
.centerblock3
{
	background: url("/images/round.png") no-repeat right top;
	padding: 18 11 15 11;
	position: relative;
	top: -18;
	overflow: auto;
	margin: 0 11 0 0;
	font-size: 11px;
	color: #69727c;
}
.centerblock3 P
{
	margin-top: 0;
	margin-bottom: 11;
}
a.centerblockheader:link,a.centerblockheader:active,a.centerblockheader:visited,.centerblockheader
{
	color: #69727c;
	font-size: 18px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 0 0 6 0;
	margin: 6 40 6 0;
}
a.centerblockheader:hover
{
	color: #000;
}

#services
{
	border-collapse: collapse;
	width: 100%;
}
#services td
{
	padding: 7;
	background: #f4f4f4;
	border: 1px solid #d5d5d5;
}
/*
<div class=ry>
	<b class="r3 rtop"></b><b class="r1 rtop"></b><b class="r1 rtop"></b>
	<div class="r-header"></div>
	<div class="r-content ie100"></div>
	<b class="r1"></b><b class="r1"></b><b class="r3"></b>
</div>
*/

/*
R=3
<b class="r3"></b><b class="r1"></b><b class="r1"></b>
<b class="r1"></b><b class="r1"></b><b class="r3"></b>
R=5
<b class="r5"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b><b class="r1"></b>
<b class="r1"></b><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r5"></b>
R=10
<b class="r10"></b><b class="r7"></b><b class="r5"></b><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r2"></b><b class="r1"></b><b class="r1"></b><b class="r1"></b>
<b class="r1"></b><b class="r1"></b><b class="r1"></b><b class="r2"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b><b class="r5"></b><b class="r7"></b><b class="r10"></b>
*/
.r1, .r2, .r3, .r4, .r5, .r6, .r7, .r8, .r9, .r10
{
    display: block;
    height: 1px;
	overflow: hidden; 
    font-size:1px;
}

.r1{margin: 0 1;}
.r2{margin: 0 2;}
.r3{margin: 0 3;}
.r4{margin: 0 4;}
.r5{margin: 0 5;}
.r6{margin: 0 6;}
.r7{margin: 0 7;}
.r8{margin: 0 8;}
.r9{margin: 0 9;}
.r10{margin: 0 10;}

.r-header
{
	color: #000;
	font-weight: 900;
	font-size: 13px;
	padding: 2 20 5 20;
}
.r-content
{
	padding: 5 20;
}


.rb b,.rb .r-content{background-color: #e5e5e5}
.rb .rtop,.rb .r-header{background-color: #228bc8;color: #FFF}

.rg b,.rg .r-content{background-color: #f4f4f4}
.rg .rtop,.rg .r-header{background-color: #69cd33;color: #FFF}

.rr b,.rr .r-content{background-color: #FFF !important;}
.rr .rtop,.rr .r-header{background-color: #ce0000 !important;color: #FFF !important;}

.rp b,.rp .r-content{background-color: #fde29a}
.rp .rtop,.rp .r-header{background-color: #228bc8;color: #FFF}

.rdb b,.rdb .r-content{background-color: #228bc8;color: #FFF}
.rdb .rtop,.rdb .r-header{background-color: #228bc8;color: #FFF}

.ry b,.r-content{background-color: #f4f4f4}
.ry .rtop,.ry .r-header,.ry h1{background-color: #f2b309;color: #FFF}
.ry h1
{
	margin: 0 !important;
	padding: 2 20 5 20 !important;
}
.openimage {
    cursor: url(/lib/zoomimage/images/zoomin.cur), default;
}

.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(/lib/zoomimage/images/zoomout.cur), default;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(/lib/zoomimage/images/shadow.png) no-repeat scroll 0 0;
}
.zoomimage_stc {
	overflow: hidden;
	height: 6px;
	margin: 0 6px;
	background: transparent url(/lib/zoomimage/images/shadow.png) repeat-x scroll 0 -30px;
}
.zoomimage_str {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
	background:transparent url(/lib/zoomimage/images/shadow.png) no-repeat scroll 0 -18px;
}
.zoomimage_sc {
	position: absolute;
	top: 6px;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 6px;
	background: transparent url(/lib/zoomimage/images/shadow-lr.png) repeat-y scroll 0pt;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 6px;
	background:transparent url(/lib/zoomimage/images/shadow-lr.png) repeat-y scroll -6px 0pt
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	background:transparent url(/lib/zoomimage/images/shadow-c.png);
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	left: 0;
	top: 0;
	background:transparent url(/lib/zoomimage/images/shadow.png) no-repeat scroll 0pt -12px;
}
.zoomimage_sbc {
	height: 6px;
	overflow: hidden;
	margin: 0 6px;
	background:transparent url(/lib/zoomimage/images/shadow.png) repeat-x scroll 0pt -36px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	right: 0;
	top: 0;
	background:transparent url(/lib/zoomimage/images/shadow.png) no-repeat scroll 0pt -6px;
}
.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
	border: 20px solid #000;
}
.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.zoomimage_loading {
	background-image: url(/lib/zoomimage/images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev {
	background: #fff url(/lib/zoomimage/images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(/lib/zoomimage/images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}
.modal .modalContent .notice,.modal .modalContent .error,.modal .modalContent .ok
{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: #f9f9f9;
}
.modal
{
	padding: 0;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	min-width: 260px;
}
.modalOverlay
{
	background-color: #FFF;
}
.modal .modalHandle
{
	background-color: #f1f1f1;
	cursor: move;
	height: 24;
}
.modal .modalClose
{
	float: right;
	cursor: pointer;
	height: 24;
	width: 24;
	background: url("/lib/modal/images/close.png") no-repeat;
}
.modal .modalContent
{
	clear: both;
	padding: 20;
	text-align: center;
}
.modal .modalResize
{
	background: url("/lib/modal/images/resize.gif");
	width: 15;
	height: 15;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}
.modal .modalAjax
{
	clear: both;
	padding: 20;
	overflow: auto;
}
* html .modal .modalAjax
{
	width: 100%;
}
.modal .modalButtons
{
	text-align: center;
	margin: 0 0 20 0;
}
.modal .modalButton
{
	border: 1px solid #d5d5d5;
	background: #eee !important;
	margin: 0 5;
	width: 100;
}
#loading
{
	background: url("/lib/modal/images/loading.gif") no-repeat;
	width: 16;
	height: 16;
}
/*Auth block*/
#auth_block
{
	margin: 0 0 0 0;
}
#auth_block_form_container
{
	overflow: auto;
	zoom: 1;
}
* html #auth_block_form_container
{
	height: 134;
}
#auth-compact-left
{
	float: left;
	width: 88;
	margin: 0 0 0 0;
}
#auth-compact-right
{
	float: right;
	width: 105;
	margin: 10 0 0 0;
}
#auth-compact-remember
{
	margin-left: -4;
}
#auth-compact-links
{
	line-height: 16px;
	margin: 20 0 0 0;
}
#auth-compact-links *
{
	display: block;
	margin: 0 0 7 0;
}
#auth-compact-login
{
}
#auth-compact-login,#auth-compact-password
{
	margin: 0 0 0 0;
	text-align: left;
}
#auth-compact-login label,#auth-compact-password label
{
	display: block;
	color: #969696;
	height: 13;
}
#auth-compact-login input,#auth-compact-password input
{
	width: 100% !important;
}
#auth-compact-submit
{
	width: 100%;
	margin: 13 0 0 0;
}
/*My Gallery*/
.mygalleryinner
{
	width: 200;
}
.imageinputname
{
	width: 100%;
	height: 35 !important;
	overflow: auto;
}
#mygallery_newalbum
{
	margin: 13 0;
}
#mygallery_album_name
{
	width: 200;
}
#mygallery_newalbum_name
{
	width: 200;
}
.mygallerylinks
{
	margin: 5 0 0 0;
}
.mygallerylinks input
{
	width: 350;
}
.mygallerymoderating
{
	margin: 3 0;
}
.mygalleryalbumscont
{
	display: inline-block;
	line-height: 15px;
}
/*User info*/
.userinfolink
{
	font-weight: bold;
}
#userinfoleft
{
	float: left;
	width: 90;
}
#userinforight
{
	float: left;
	overflow: hidden;
}
* html #userinforight
{
	height: 1%;
}
#userinforight .stdblock
{
	margin: 0 0 13 0 !important;
}
.usericon
{
	width: 24;
	height: 24;
	border: 0;
}
#authresultcontainer
{
	line-height: 2em;
}
#userstable
{
	width: 100%;
}
.myarticlesitem
{
	clear: both;
	margin: 0 0 42 0;
}
.myarticlesprop
{
	display: inline-block;
	margin: 0 50 7 0;
}
a.myarticlesbutton,a.myarticlesbutton:active,a.myarticlesbutton:visited
{
	display: inline-block;
	background: #FFF;
	border: 1px solid #d5d5d5;
	padding: 3 0 5 0;
	margin: 0 0 26 0;
	text-decoration: none;
	width: 150;
	text-align: center;
}
a.myarticlesbutton:hover
{
	
}
.myarticlesprops
{
	float: left;
	padding: 7 13;
	background: #ffffdd;
	border: 1px solid #ffd700;
}
.myarticlesoptions
{
	float: right;
}
.myarticlesnotice
{
	margin: 3 0 7 0;
}
.myarticlesnotice p
{
	margin: 0;
	padding: 0;
}
.userarticlesitem
{
	clear: both;
	margin: 0 0 42 0;
}
.userarticlesprops
{
	clear: both;
	padding: 7 13;
	margin: 7 0 0 0;
	background: #f9f9f9;
}
#authform
{
	width: 220 !important;
}
#authform #remember-container
{
	clear: both;
	height: 22;
	margin: 5 0 0 0;
}
#authlinks-container
{
	clear: both;
	height: 22;
	margin: 3 0 0 0;
}
#news_block
{
	margin: 0 0 21 0;
	padding: 23 12 23 28;
	background: #cacacb;
}
#newscalendar
{
	margin: 13 0 0 0;
}
.newsname
{
	margin: 5 0;
}
.newsname a:link,.newsname a:active,.newsname a:visited
{
	color: #444f5c;
	font-weight: bold;
	font-size: 14px;
}
.newsname a:hover
{
	color: #000;
}
.newsimage
{
	float: left;
	margin: 0 10 0 0;
}
.newsitem
{
	margin: 0 0 11 0;
	clear: both;
}
.newsdate
{
	color: #FFF;
	font-size: 15px;
	text-align: right;
}
.newsnotice
{
	margin: 3 0 0 0;
	font-size: 11px;
}
.newscolumnnotice
{
	font-size: 11px;
}
.newsnotice p,.newscolumnnotice p
{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 16px !important;
}
.newsdalee
{
	text-align: right;
	font-style: italic;
}
.newsdalee a:link,.newsdalee a:active,.newsdalee a:visited
{
	text-decoration: none;
	color: #1a3976;
	font-weight: bold;
}
.newsdalee a:hover
{
	color: #000;
}
.newssource
{
	margin: 3 0 0 0;
	clear: both;
}
.newsauthor
{
	margin: 3 0 0 0;
	clear: both;
}
.newsbottom
{
	margin: 7 0 0 0;
	clear: both;
	background: #f4f4f4;
	padding: 7 13;
}
.newsnav
{
	text-align: center;
	clear: both;
	margin: 15 0;
}
.newsrss
{
	vertical-align: middle;
	margin-left: 3;
	width: 16;
	height: 16;
}

.newsleftdate
{
	color: #FFF;
	text-align: right;
	font-size: 14px;
	margin: 11 0 0 0;
}

.newsspacer
{
	border-bottom: 1px solid #FFF;
	margin: 0 0 11 0;
}
#banners
{
	margin: 83 0 26 0;
}
#banners img
{
	margin: 0 0 31 0;
}
.form_block
{
	margin: 26 0 0 0;
	overflow: auto;
	width: 100%;
	position: relative;
}
div.formdiv
{
	clear: both;
	background: #f9f9f9;
	padding: 7;
}
* html div.formdiv
{
	width: 100%;
}
div.formdiv label
{
	color: #000;
}
.formrow
{
	clear: both;
	padding: 0 0;
}
.formheader
{
	float: left;
	padding: 15 0 0 0;
	width: 27%;
	color: #000;
	text-align: right;
}
.formheader label
{
	padding: 2 13 0 0;
	display: inline-block;
}

.formelement
{
	float: left;
	padding: 15 0 0 0;
	width: 73%;
}
.form-mask
{

}
.form-notice
{
	font-size: 10px;
	color: #969696;
}
.form-ajaxvalidator-message
{
	display: inline-block;
	margin: 0 0 0 0;
}
.form-ajaxvalidator-message .ok,.form-ajaxvalidator-message .error
{
	padding: 1 7 !important;
	margin: 0 0 0 7 !important;
	text-align: left !important;
	background: transparent;
}
.required
{
	color: #F00;
}
fieldset
{
	clear: both;
	padding: 10;
}
fieldset legend
{
	font-weight: 900;
}
div.formdiv textarea
{
	width: 100%;
	height: 120;
	overflow: auto;
}
.editorbutton
{
	padding: 0 0;
}
div.location
{
	margin-bottom: 3;
}
div.location label
{
	width: 45;
	display: block;
	float: left;
	padding: 2 0 0 0;
}
img.smile
{
	border: none;
	vertical-align:middle;
	margin: 0 2;
}
.require
{
	border: 1px solid red !important;
}
.focus
{
	border: 1px solid #bbdafd !important;
}
.blur
{
	border: 1px solid #49f42d !important;
}
select
{
	color: #727272;
}
.forminput
{
	border: 1px solid #a5acb2;
	color: #727272;
}
.formelement .forminput
{
	vertical-align: middle;
	width: 100%;
}
.formsmall
{
	width: 27;
}
.formmiddle
{
	width: 20% !important;
}
.formsubmit
{
	border: 1px solid #a5acb2;
	background: #f4f4f4;
}
.fields-are-required
{
	clear: both;
	padding: 7 0 0 0;
}
div.emoticons
{
	margin: 0 0 5 0;
}
.formmessage
{
	color: #000;
	padding: 3 8;
	border: 1px solid #ffd700;
	background: #ffffdd;
}
#password-strength
{
	color: #FFF;
}
#password-strength span
{
	padding: 1 1;
}
.formaltfile
{
	height: 30 !important;
	vertical-align: top;
}
.captcha
{
	width: 100;
	height: 50;
	vertical-align: middle;
}
.captchareload
{
	margin-left: 15;
}
.formcaptcha
{
	width: 45;
}
.formimage
{
	overflow: auto;
	width: 100%;
}
.formimage-image
{
	float: left;
	margin: 0 15 0 0;
}
.formimage-options
{
	float: left;
	line-height: 1.6em;
	overflow: hidden;
}
* html .formimage-options
{
	height: 1%;
}
#field_confirmation_code
{
	width: 40 !important;
}
.formlocationcountry
{
	width: 300 !important;
}
.formlocationtown
{
	width: 230 !important;
}
.formlocationtownother
{
	width: 230 !important;
}
.formlocationzip
{
	width: 115 !important;
}
div.tags
{
	margin: 3 0;
}
a.tag:link,a.tag:active,a.tag:visited
{
	text-decoration: none;
	color: #ed9f01;
}
a.tag:hover
{
	text-decoration: none;
	color: #FFF;
	background: #ed9f01;
}
.tags-cloud
{
	text-align: justify;
	padding: 13;
	border: 1px dotted #969696;
}
#sub
{
	margin: 20 0;
	overflow: auto;
	width: 100%;
	line-height: 11px;
}
#sub a:link,#sub a:active,#sub a:visited,#sub strong
{
	display: block;
	padding: 7;
	margin: 0 26 26 0;
	color: #ed9f01;
	font-weight: normal;
}
#sub a:hover
{
	color: #427bad;
}
#sub strong
{
	background: #427bad;
	color: #FFF;
}
#route
{
	margin: 0 0 13 0;
	color: #a1a1a1;
}
.routecontainer
{
	display: inline-block;
	color: #a1a1a1;
}
a.route:link,a.route:visited,a.route:active
{
	color: #a1a1a1;
}
a.route:hover
{
	color: #ed9f01;
}
