/* commented backslash hack v2 \*/ 
html,body{height:100%} 
/* end hack */ 

body
{
	margin: 0;
	padding: 0;
	color: #000;
	background: #FFF;
	position: relative; /* for ie7*/
}
form
{
	margin: 0;
	padding: 0;
}
body,td,th,input,textarea,select
{
	font: normal 13px Tahoma, Verdana, Serif;
}	
p
{
	line-height: 18px;
	padding-bottom: 0;
	margin-bottom: 18px;
}
a img
{
	border: none;
}
a:link,a:visited,a:active
{
	color: #b90f96;
	text-decoration: underline;
}
a:hover
{
	color: #91d513;
}
a.inverted:link,a.inverted:active,a.inverted:visited
{
	color: #91d513;
	text-decoration: underline;
}
a.inverted:hover
{
	color: #b90f96;
}
.italic
{
	font-style: italic;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
}
h1,.h1
{
	font: normal 18px Arial;
	line-height: 18px;
	padding: 0;
	margin: 0 0 13 0;
}
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: #b90f96;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 13 0;
}
.stdheader2
{
	clear: both;
	color: #df60cb;
	padding: 7 0;
	margin: 0 0 13 0;
	font-family: Arial;
	font-size: 18px;
	line-height: 18px;
}
.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 265 0 290;
}

@media all and (min-width: 0px) /* Opera doesn't like the footer (css hack)*/
{
    #outer,#outerinside
	{
		margin-bottom: 70 !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: 260; /* to clear header (headerheight + 1)*/
	margin-right: -3; /* to stop columns dropping*/
}
#header
{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 259;
	overflow: hidden;
	border-bottom: 1px solid #616161;
	background: url("/images/header-background.gif") repeat-x;
}
#center
{
	float:right;
	width:100%;
	position:relative;
	padding-bottom: 72; /* clear footer (footer height + 2)*/
	margin-left: -1;
}
#left
{
	position: relative; /*ie needs this to show float */
	width: 289;
	float: left;
	margin-left: -289; /*must be 1px less than width otherwise won't push footer down in some browsers */
	left:-1px;
	padding-bottom: 72; /* clear footer (footer height + 2)*/
}
#right
{
	position: relative; /*ie needs this to show float */
	width: 265;
	float: right;
	margin-right: -264; /*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top: 260; /* to clear header (headerheight + 1)*/
	left: 1;
	padding-bottom: 72; /* clear footer (footer height + 2)*/
}
#footer
{
	width: 100%;
	clear: both;
	height: 70;
	position: relative;
	margin-top: -70; /*drag footer from below the fold*/
	background: url("/images/dash.gif") repeat-x;
}

.clearer
{
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	clear: both;
}

#headerinner
{
	width: 100%;
	height: 259;
	text-align: center;
	background: url("/images/top.jpg") no-repeat center top;
}
#headerinner2
{
	width: 1003;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}

#leftinner
{
	margin: 12 0 0 0;
}
#rightinner
{
	overflow: auto;
	width: 100%;
	padding: 23 0 0 0;
}
#centerinner
{
	margin: 12 0 0 0;
}
#footerinner
{
	padding: 0;
	margin: 0;
}


#icons
{
	margin: 25 25 0 0;
	float: right;
}
#icons img
{
	margin: 0 16 0 0;
}
#phones
{
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	line-height: 28px;
	margin: 195 0 0 145;
}
#counters
{
	float: left;
	margin: 21 0 0 21;
}
#logo,#logo img
{
	width: 53;
	height: 53;
}
#logo
{
	float: left;
	margin: 10 16 0 0;
}
#copyright
{
	float: right;
	text-align: right;
	margin: 21 21 0 0;
	width: 240;
}
#copyright img
{
	vertical-align: middle;
	margin: 0 0 0 13;
}
#bottommiddle
{
	margin: 0 240 0 88;
	text-align: center;
}
#bottommiddle2
{
	width: 390;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	zoom: 1;
}
#bottomcontact
{
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #d411b9;
	font-size: 15px;
	font-weight: 900;
	margin: 13 0 0 0;
}
#bottomcontact span
{
	display: inline-block;
	color: #6c6c6c;
	width: 85;
}
#bookonline
{
	margin: 0 0 0 38;
}
#bookonline img
{
	width: 167;
	height: 121;
}
#topmenu
{
	margin: 30 0 0 38;
}
#bottommenu
{
	background: url("/images/bottommenu-background.jpg") no-repeat;
	width: 275;
	height: 435;
	overflow: auto;
}
#bottommenu2
{
	margin: 45 0 0 37;
	width: 200;
}
a.menu:link,a.menu:active,a.menu:visited,strong.menu
{
	color: #454545;
	font-weight: bold;
	display: inline-block;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	margin: 0 0 15 0;
}
a.menu:hover,strong.menu
{
	color: #91d513;
}
#guest
{
	margin: 0 0 18 20;
}
#guest img
{
	width: 209;
	height: 189;
}
.spacer
{
	font-size: 1px;
	width: 100%;
	height: 1px;
	border: none;
	background: url("/images/dash.gif") repeat-x;
	display: block;
}
#topindex
{
	float: left;
	width: 300;
	height: 70;
	margin: 95 0 0 45;
	display: block;
}
#graphic
{
	margin: 0 0 12 35;
}
#graphic img
{
	width: 175;
	height: 235;
}
#specs
{
	margin: 0 0 0 35;
}
.spectop
{
	width: 175;
	height: 29;
	background: url("/images/specs-top.gif") no-repeat;
}
.specbottom
{
	width: 175;
	height: 21;
	margin: 0 0 12 0;
	background: url("/images/specs-bottom.gif") no-repeat;
}
.speccontent
{
	width: 147;
	background: #91d513;
	overflow: auto;
	color: #FFF;
	padding: 15 12 0 16;
}
* html .speccontent
{
	width: 175;
}
.speccontent strong
{
	color: #d411b9;
	font-size: 18px !important;
}
.speccontent p
{
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.speccontentimage
{
	margin: 0 0 7 0;
}
.speccontentimage img
{
	border: 1px solid #b90f96;
}

#actions
{
	margin: 0 0 0 35;
}
.action
{
	width: 175;
	overflow: auto;
	height: 280;
	background: url("/images/action-background.gif") repeat-y;
	margin: 0 0 12 0;
}
.actiontop
{
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: url("/images/actions-top.jpg") no-repeat;
}
.actionbottom
{
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: url("/images/actions-bottom.jpg") no-repeat left bottom;
}
.actioncontent
{
	margin: 40 0 0 0;
	overflow: auto;
}
.actioncontentimage
{
	margin: 0 0 7 0;
}
.actioncontentimage img
{
	border: 1px solid #b90f96;
}
.actioncontent
{
	color: #FFF;
	padding: 10 12 20 16;
	font-weight: bold;
	font-size: 15px;
}
.actioncontent strong
{
	color: #9fda31;
	font-size: 18px !important;
}
.actioncontent p
{
	margin-top: 0 !important;
	padding-top: 0 !important;
	line-height: 22px;
}

#ftales,#ftales img
{
	width: 260;
	height: 232;
}
#ftales
{
	margin: 0 0 21 0;
}
#sendftale
{
	margin: 3 0 16 35;
}
#price
{
	width: 100%;
	border-collapse: collapse;
}
#price td
{
	border: 1px solid #FFF;
	padding: 13;
	vertical-align: top;
}
#price tr.p0
{
	background-color: #f4f4f4;
}
#price tr.p1
{
	background-color: #e4e3e3;
}
a.pricename:link,a.pricename:active,a.pricename:visited
{
	font-weight: bold;
	color: #427bad;
	font-size: 16px;
}
a.pricename:hover
{
	color: #91d513;
}

#price2
{
	width: 100%;
	border-collapse: collapse;
}
#price2 th
{
	border: 1px solid #FFF;
	padding: 7;
	vertical-align: middle;
	background: #427bad;
	color: #FFF;
	font-size: 13px;
}
#price2 td
{
	border: 1px solid #FFF;
	padding: 7;
	vertical-align: top;
}
#price2 tr.p0
{
	background-color: #f4f4f4;
}
#price2 tr.p1
{
	background-color: #e4e3e3;
}
.price2name
{
	font-weight: normal;
	color: #427bad;
	font-size: 13px;
	font-weight: 900;
}
#price2 img
{
	margin: 16 7 0 0;
}
.price
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle !important;
}

#services
{

}
a.servicebig:link,a.servicebig:active,a.servicebig:visited
{
	font-size: 18px;
	display: inline-block;
	margin: 0 0 20 0;
}
.subservice
{
	margin: 0 0 13 26;
	line-height: 16px;
}
.subservice a:link,.subservice a:visited,.subservice a:active
{
	display: inline-block;
	margin: 0 0 7 0;
	color: #427bad;;
}
.subservice a:hover
{
	color: #91d513;
}
a.pricepdf:link,a.pricepdf:active,a.pricepdf:visited
{
	border: 1px solid #ffd700;
	background: #ffffdd;
	display: inline-block;
	padding: 7px;
	text-decoration: none;
}

.doctor
{
	overflow: hidden;
	width: 100%;
	margin: 0 0 26 0;
}
.doctorphoto
{
	float: left;
	margin: 0 7 0 0;
}
.doctorphoto img
{
	margin: 0 !important;
}
.doctorinfo
{
	overflow: hidden;
	position: relative;
}
* html .doctorinfo
{
	height: 1%;
}

#employees_list
{
	border-collapse: collapse;
	width: 100%;
}
#employees_list td
{
	padding: 7;
	vertical-align: top;
}

#employee
{
	border-collapse: collapse;
}
#employee td
{
	vertical-align: top;
	padding: 7;
}

#galleryimage
{
	padding: 0 0 16 0;
}
h6
{
	font-size: 15px;
}
#biggaldiv
{
	overflow: hidden;
	width: 100%;
	zoom: 1;
	margin-top: 15px;
}
.galdiv
{
	float: left;
	height: 300px;
	text-align: center;
	width: 170px;
}
.galdiv a.imagea
{
	display: inline-block;
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	padding: 5px;
}
.galdiv img
{
	display: block;
}

.recent-topics, .forum
{
    width: 184px;
    padding: 8px;
}

.recent-topics img
{
    vertical-align: middle;
    margin-right: 5px;
}


.recent-topics a
{
    
}

.forum 
{
    width: 200px;
}
#forum-top, #forum-bottom, #forum-content
{
	width: 200px;
	background-image: url('/images/Tavi_forum3.gif');
	background-repeat: no-repeat;
}
#forum-top
{
	height: 30px;
}
#forum-bottom
{
	height: 22px;
	background-position: 0 -30px;
}
#forum-content
{
	background-repeat: repeat-y;
	background-position: -200px 0;
	padding: 15px;
	width: 170px;
	*width: 200px;
    font-size: 11px;
}
#forum-content p
{
	padding-top: 0;
	margin-top: 0;
	line-height: 1.5;
}
#forum-res
{
	text-align: center;
	margin-bottom: 15px;
}
#forum-res img
{
	border: 1px solid #bc0c94;
	display: inline-block;
}
#forum-content a:hover
{
	color: #000;
}
/*
<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.gif") 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;
}
#links
{
	margin: 0 0 39 0;
	line-height: 16px;
}
#topbanners
{
	margin: 0 0 26 0;
	text-align: center;
}
.form_block
{
	margin: 26 0 0 0;
}
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;
}
#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 0 4 0;
	color: #b90f96;
	font-weight: normal;
}
#sub a:hover
{
	color: #91d513;
}
#sub strong
{
	background: #df60cb;
	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;
}

