/*  Style Sheet for a site "Our Eldikan"
    designed by Sergei Zhomir
*/
BODY
{	background: url('/images/bg.jpg') #F2F2FA repeat fixed;
	text-align: center; overflow: auto; color: #000000; margin: 3px 3px 20px 3px;
}
BODY, TABLE TD
{	font-size: 11pt; font-family: Arial, Tahoma, sans-serif; line-height: 1.3;
}
TABLE.rd, TABLE.rdc
{	background-color: #6699FF; border: none; border-spacing: 1px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
TABLE.rd TR, TABLE.rdc TR
{	background-color: #E2F2FF;
}
TABLE.rd TD
{	text-align: left;
}
TABLE.rdc TD
{	text-align: center; vertical-align: middle;
}
TABLE.f9c TD, .f9c
{	font-size: 9pt; text-align: center;
}
TABLE.end
{	border: none; margin-top: 3px; width: 100%;
}
TABLE.brd, TABLE.brd TD
{	border: 1px solid #0066CC;
}
TABLE.heade
{	border: none; margin-bottom: 2px; width: 100%;
}
TABLE.b0, IMG, IFRAME
{	border-width: 0px;
}
TABLE.s0
{	border-spacing: 0px;
}
TABLE.s1
{	border-spacing: 1px;
}
TABLE.s5
{	border-spacing: 5px;
}
TABLE.s6
{	border-spacing: 6px;
}
TABLE.p0 TD, .p0
{	padding: 0px;
}
TABLE.p1 TD
{	padding: 1px;
}
TABLE.p2 TD
{	padding: 2px;
}
TABLE.p3 TD
{	padding: 3px;
}
TABLE.p4 TD
{	padding: 4px;
}
TABLE.p5 TD
{	padding: 5px;
}
FORM, UL
{	margin-top: 0px; margin-bottom: 0px;
}
.net
{	background-color: transparent; border: none;
	font-family: Arial, Tahoma, sans-serif; cursor: url('/images/cursors/hand.cur'),pointer;
}
BUTTON.net
{	padding: 0px; text-align: left; width: 80px; height: 27px;
}
INPUT.eml
{	float: right; background-image: URL("/images/but_eml.gif");
	background-position: 0px 0px; background-repeat: no-repeat;
	padding: 0px; margin: 0 0 0 5px; color: #000000; border: none;
	display: block; width: 120px; height: 20px;
	text-align: center; font-size: 9pt;
	cursor: url('/images/cursors/hand.cur'),pointer;
}
INPUT.but
{	background-image: URL("/images/but.gif"); color: black;
	border: solid 1px #808080; text-align: center; font-size: 10pt;
	cursor: url('/images/cursors/hand.cur'),pointer;
}
INPUT.butg
{	font: bolder 12pt Arial, Tahoma, sans-serif; text-align: center; vertical-align: middle;
	color: black; border: solid 1px #808080; 
	cursor: url('/images/cursors/hand.cur'),pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#D6D6D6));
	background-image: -moz-linear-gradient(top, #ffffff, #D6D6D6);
	background-image: -ms-linear-gradient(top, #ffffff, #D6D6D6);
	background-image: -o-linear-gradient(top, #ffffff, #D6D6D6);
	background-image: linear-gradient(to top, #ffffff, #D6D6D6); padding: 1px 8px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
INPUT.srsub
{	width: 60px; height: 20px; background-image: URL("/images/butsearch4.gif");
	background-position: 0px 0px; background-repeat: no-repeat; border: none;
	padding: 0px 0px 0px 19px; margin: 0px 0px 3px 1px;
	cursor: url('/images/cursors/hand.cur'),pointer; vertical-align: middle; text-align: left;
	color: #FFFFFF; font: normal 8pt Arial, Tahoma, sans-serif;
}
INPUT.srres
{	width: 50px; height: 20px; background-image: URL("/images/butsearch4.gif");
	background-position: 0px -20px; background-repeat: no-repeat; border: none;
	padding: 0px; margin: 0px 0px 3px 1px;
	cursor: url('/images/cursors/hand.cur'),pointer; vertical-align: middle; text-align: center;
	color: #FFFFFF; font: normal 8pt Arial, Tahoma, sans-serif;
}
DIV
{	display: block; visibility: visible; padding: 0px;
}
DIV.gbke
{	padding: 3px 5px 0px 5px;
	background-color: #E8E8E8; min-width: 300px; max-width: 600px;
	border: 1px solid #B0B0B0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
DIV.gbkf
{	margin: 1px; padding: 3px 5px 0px 5px;
	background-color: #F9F9F9; min-width: 300px; max-width: 600px;
	border: 1px solid #B0B0B0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
DIV.finder
{	padding: 3px; margin-left: 5px; margin-right: 5px
}
DIV.count
{	margin: 10px; padding: 3px;
	text-align: center; vertical-align: middle;
}
DIV.rndFoto
{	background: url('/images/bgfoto3.png') no-repeat; width: 150px;
	margin-bottom: 1px; margin-top: 1px; margin-left: 23px; margin-right: 3px;
	float: left; border: none;
}
DIV.about
{	float: left; margin: 5px; width: auto; height: auto; padding: 3px 5px 5px 0px;
	background-color: #D0FFD0; border: 4px double #000099;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D0FFD0), to(#FFFFFF));
	background-image: -moz-linear-gradient(top, #D0FFD0, #FFFFFF);
	background-image: -ms-linear-gradient(top, #D0FFD0, #FFFFFF);
	background-image: -o-linear-gradient(top, #D0FFD0, #FFFFFF);
	background-image: linear-gradient(to top, #D0FFD0, #FFFFFF);
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
}
DIV.gb_notif
{	width: 630px; border: 1px dashed #228B22; background-color: #D0FFD0; padding: 5px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
DIV.prev
{	width: 630px; display: none; border: 1px dashed #228B22; background-color: #D0FFD0;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
SPAN.nobox
{	font: bolder 11pt Arial, Tahoma, sans-serif; vertical-align: middle;
	text-align: center; background-color: #c0c0c0;
	border: 1px solid black; padding: 1px 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
	background-image: -moz-linear-gradient(top, #d9d9d9, #c0c0c0);
	background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: linear-gradient(to top, #ffffff, #d9d9d9);
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
SPAN.dict
{	font: 600 11pt Arial, Tahoma, sans-serif;
}
SPAN.min
{	font-size: 11px; color: #505050;
}
SPAN.cprt
{	font: italic 9pt Arial, Tahoma, sans-serif; color: #000000;
}
SPAN.wing
{	font: 26pt Arial, Tahoma, sans-serif; color: navy;
}
SPAN.versi
{	color: #0066CC; font-size: 8pt;
}
SPAN.star
{	color: #FF3535; font: bolder 12pt 'Courier New',Courier,monospace;
}
UL.pop, .mb10
{	margin-bottom: 10px;
}
UL.myul
{	list-style-image: url("/images/link10.gif"); margin-top: 5px;
}
UL.u1
{	list-style-image: url('/images/link10.gif');
}
UL.u2 LI
{	list-style-image: url('/images/link10.gif'); margin-left: -25px;
}
UL.ulf
{	list-style-image: url('/images/bullet_blue5.png');
}
UL.ssr
{	list-style-image: URL('/images/ssr.gif');
}
LI.ssb
{	list-style-image: URL('/images/ssb.gif');
}
A
{	font: normal 9pt Arial, Tahoma, sans-serif; color: #0066CC;
	text-decoration: none; cursor: url('/images/cursors/hand.cur'),pointer;
}
A:hover
{	color: #003366; text-decoration: underline;
}
A.eld
{	font: bolder 11pt Arial, Tahoma, sans-serif;
}
A.eld:hover
{	text-decoration: none;
}
A.ar
{	padding-left: 5px; display: block;
}
A.ar:hover
{	background-color: #D0E9FE;
}
A.box
{	font: bolder 11pt Arial, Tahoma, sans-serif; text-align: center; vertical-align: middle;
	background-color: #ffffff; border: 1px solid #0077DD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: linear-gradient(to top, #ffffff, #d9d9d9); padding: 1px 8px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
A.box:hover
{	color: #ffffff; background-color: #0066CC; text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#36afff), to(#0066cc));
	background-image: -moz-linear-gradient(top, #36afff, #0066cc);
	background-image: -ms-linear-gradient(top, #36afff, #0066cc);
	background-image: -o-linear-gradient(top, #36afff, #0066cc);
	background-image: linear-gradient(to top, #36afff, #0066cc);
}
A.box:active
{	background-color: #0066CC; background-image: none;
}
A.boxgb
{	border: 1px solid #0077dd; background-color: #ffffff; padding: 5px 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: linear-gradient(to top, #ffffff, #d9d9d9);
	-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2); text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font: bold 11pt Arial, Tahoma, sans-serif; text-decoration: none; vertical-align: middle;
}
A.boxgb:hover
{	color: #ffffff; background-color: #0066cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#36afff), to(#0066cc));
	background-image: -moz-linear-gradient(top, #36afff, #0066cc);
	background-image: -ms-linear-gradient(top, #36afff, #0066cc);
	background-image: -o-linear-gradient(top, #36afff, #0066cc);
	background-image: linear-gradient(to top, #36afff, #0066cc);
 } 
A.boxgb:active
{	background-color: #0066CC; background-image: none;
}
A.aeml
{	border: solid 1px #808080; background-color: #d4d4d4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d4d4d4));
	background-image: -moz-linear-gradient(top, #ffffff, #d4d4d4);
	background-image: -ms-linear-gradient(top, #ffffff, #d4d4d4);
	background-image: -o-linear-gradient(top, #ffffff, #d4d4d4);
	background-image: linear-gradient(to top, #ffffff, #d4d4d4);
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2); text-shadow: rgba(0,0,0,.2) 0 1px 0;
	color: #000000; font-size: 9pt; text-decoration: none; vertical-align: middle;
	float: right; margin: 0 0 0 5px; padding: 2px 8px;
}
A.aeml:hover
{	color: #000000; background-color: #cbf7cb; border-color: #33cc66;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cbf7cb));
	background-image: -moz-linear-gradient(top, #ffffff, #cbf7cb);
	background-image: -ms-linear-gradient(top, #ffffff, #cbf7cb);
	background-image: -o-linear-gradient(top, #ffffff, #cbf7cb);
	background-image: linear-gradient(to top, #ffffff, #cbf7cb);
 } 
A.aeml:active
{	background-color: #cbf7cb; background-image: none;
}
A.boxeml
{	font: normal 10pt Arial, Tahoma, sans-serif; vertical-align: middle;
	color: #000000; background-color: #ffffff; border: 1px solid #0077DD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
	background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
	background-image: linear-gradient(to top, #ffffff, #d9d9d9); padding: 1px 8px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
A.boxeml:hover
{	color: #000000; background-color: #DCFADC; text-decoration: none; border: 1px solid #33CC66;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DCFADC));
	background-image: -moz-linear-gradient(top, #ffffff, #DCFADC);
	background-image: -ms-linear-gradient(top, #ffffff, #DCFADC);
	background-image: -o-linear-gradient(top, #ffffff, #DCFADC);
	background-image: linear-gradient(to top, #ffffff, #DCFADC);
}
A.boxeml:active
{	background-color: #DCFADC; background-image: none;
}
A.emla
{	border: solid 1px #0000D0; background-color: #0066CC; padding: 4px 8px;
 	background-image: -webkit-gradient(linear, left top, left bottom, from(#69bfff), to(#0066cc));
	background-image: -moz-linear-gradient(top, #69bfff, #0066cc);
	background-image: -ms-linear-gradient(top, #69bfff, #0066cc);
	background-image: -o-linear-gradient(top, #69bfff, #0066cc);
	background-image: linear-gradient(to top, #69bfff, #0066cc);
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	color: #FFFFFF; font: bolder 10pt Arial, Tahoma, sans-serif; text-decoration: none;
	letter-spacing: 0.1em;
}
A.emla:hover
{	color: #FFFFFF; background-color: #0044aa; border-color: #0000D0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#36afff), to(#002288));
	background-image: -moz-linear-gradient(top, #36afff, #002288);
	background-image: -ms-linear-gradient(top, #36afff, #002288);
	background-image: -o-linear-gradient(top, #36afff, #002288);
	background-image: linear-gradient(to top, #36afff, #002288);
 } 
A.emla:active
{	background-color: #0044aa; background-image: none;
}
A.linka
{	font: 11pt Arial, Tahoma, sans-serif;
}
A.linksa
{	font-size: 11pt; color: #000; text-decoration: underline; text-decoration-color: #6699FF; -webkit-text-decoration-color: #6699FF;
}
A.linksa:hover
{	font-size: 11pt; color: #000; text-decoration: none;
}
A.news
{	font: bolder 11pt Arial, Tahoma, sans-serif;
}
A.news_yn
{	font: 11pt Arial, Tahoma, sans-serif; color: #0066CC;
}
A.news:hover, A.news_yn:hover
{	color: #000000;
}
A.lups
{	cursor: url('/images/cursors/zoom.cur'),pointer;
}
A.dul
{	font-size: 11pt; color: #000;  text-decoration: underline; text-decoration-color: #FF3535; -webkit-text-decoration-color: #FF3535;
}
A.dul:hover
{	text-decoration-color: #6699FF; -webkit-text-decoration-color: #6699FF;
}
A.pp
{	font: normal 11pt Arial, Tahoma, sans-serif;
	text-decoration: underline;
}
A.agbc
{	font: 10pt Arial, Tahoma, sans-serif;
	color: #0066CC; text-decoration: underline;
}
A.agbc SPAN
{	color: #EE0000;
}
A.xclose:link, A.xclose:visited
{	float: right; text-align: center;
	display: block; width: 17px; height: 16px;
	padding: 0px; margin: 3px; color: #800000;
	font: 10pt Arial, Tahoma, sans-serif;
	border: none; background-image: url('/images/xclose8.gif');
	background-position: 0px 0px; background-repeat: no-repeat;
}
A.xclose:hover, A.xclose:visited:hover
{	text-decoration: none; background-position: 0px -17px;
}
A.taBut:link, A.taBut:visited, A.taButAct:link, A.taButAct:visited
{	float: left; text-decoration: none; text-align: center; display: block;
	width: 65px; margin: 0px -1px 0px 0px; color: #000080; padding: 1px 0px 3px 0px;
	font: 10pt Arial, Tahoma, sans-serif; border: #6699ff 1px solid; background-color: #6AC0FD;
	background-image: -webkit-gradient(linear, top, bottom, from(#6AC0FD), to(#FDFFFD));
	background-image: -moz-linear-gradient(top, #6AC0FD, #FDFFFD);
	background-image: -ms-linear-gradient(top, #6AC0FD, #FDFFFD);
	background-image: -o-linear-gradient(top, #6AC0FD, #FDFFFD);
	background-image: linear-gradient(to top, #6AC0FD, #FDFFFD);
	-moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px;
}
A.taButAct:link, A.taButAct:visited
{	color: #606060; border-bottom: #E2E3E3 1px solid; padding: 3px 0px 3px 0px; background-color: #E2E3E3;
 	background-image: -webkit-gradient(linear, top, bottom, from(#E2E3E3), to(#FDFFFD));
	background-image: -moz-linear-gradient(top, #E2E3E3, #FDFFFD);
	background-image: -ms-linear-gradient(top, #E2E3E3, #FDFFFD);
	background-image: -o-linear-gradient(top, #E2E3E3, #FDFFFD);
	background-image: linear-gradient(to top, #E2E3E3, #FDFFFD);
	-moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px;
}
A.taBut:hover, A.taBut:visited:hover
{	color: #006000; padding: 3px 0px 3px 0px; background-color: #A0E2A1;
 	background-image: -webkit-gradient(linear, top, bottom, from(#A0E2A1), to(#FDFFFD));
	background-image: -moz-linear-gradient(top, #A0E2A1, #FDFFFD);
	background-image: -ms-linear-gradient(top, #A0E2A1, #FDFFFD);
	background-image: -o-linear-gradient(top, #A0E2A1, #FDFFFD);
	background-image: linear-gradient(to top, #A0E2A1, #FDFFFD);
}
A.taButAct:hover, A.taButAct:visited:hover
{	color: #000080; padding: 3px 0px 3px 0px; background-color: #E2E3E3;
 	background-image: -webkit-gradient(linear, top, bottom, from(#E2E3E3), to(#FDFFFD));
	background-image: -moz-linear-gradient(top, #E2E3E3, #FDFFFD);
	background-image: -ms-linear-gradient(top, #E2E3E3, #FDFFFD);
	background-image: -o-linear-gradient(top, #E2E3E3, #FDFFFD);
	background-image: linear-gradient(to top, #E2E3E3, #FDFFFD);
}
A.topi:link, A.topi:visited
{	text-decoration: none; text-align: center;
	display: inline-block; width: 81px; height: 20px;
	padding: 1px; margin: 1px; color: #000080;
	font: 10pt Arial, Tahoma, sans-serif;
	border: none; background-image: url('/images/top.gif');
	background-position: 0px 0px; background-repeat: no-repeat;
}
A.topi:hover, A.topi:visited:hover
{	background-position: 0px -22px;
}
A.topa
{	color: #0066CC; font-size: 8pt;
	height: 15px; padding: 0px; margin: 1px;
	display: block; background-image: url('/images/bg_icon.gif');
	background-repeat: no-repeat;
}
A.topa:link, A.topa:visited
{	background-position: 0px 0px;
}
A.topa:hover, A.topa:visited:hover
{	background-position: 0px -18px;
}
A.topa IMG
{	margin: 0px 3px 0px 0px; padding: 0px;
}
A.pl
{	font: bold 12pt Arial, Tahoma, sans-serif;
	color: #C9C9C9;
}
A.pl:hover, .cfirm
{	text-decoration: none; color: #0066CC;
}
P.news3 A, A.news SPAN, A.news_yn SPAN, P.soc A
{	font: 11pt Arial, Tahoma, sans-serif; color: #000000;
}
P.news3 A.ab
{	font: 11pt Arial, Tahoma, sans-serif; color: #0066CC;
}
P
{	font: normal 11pt Arial, Tahoma, sans-serif; color: #000000;
	text-indent: 18px; margin: 5px; text-align: left;
	-webkit-hyphens: auto; -moz-hyphens: auto;
	-ms-hyphens: auto; -o-hyphens: auto; hyphens: auto;
	line-height: 1.3;
}
P.gb
{	text-indent: 0px; margin: 0px 0px 5px 0px; text-align: justify;
}
P.gb I, P.gbc I
{	font-style: normal; background-color: yellow;
}
P.gbc
{	font: 10pt Arial, Tahoma, sans-serif;
	color: #FF3535; text-indent: 0px; text-align: justify;
	margin: 5px 0px 5px 0px; border-top: 1px solid #FFBBBB;
}
P.gbd
{	font-size: 8pt; text-indent: 0px;
	margin: 0px; text-align: right;
}
P.linkor
{	font: normal 10pt Arial, Tahoma, sans-serif;
	text-indent: 0px; margin: 0px; text-align: right;
}
P.verse
{	text-indent: 0px;
	margin-top: 8px; margin-bottom: 0px;
	margin-left: 0px; margin-right: 0px;
}
P B B
{	text-decoration: underline;
}
P.news3
{	text-indent: 0px; background-repeat: no-repeat; background-position: 2px 2px;
	margin: 4px 5px 4px 5px; background-image: url('/images/ssrb5.gif');
	vertical-align: middle; padding: 0px 0px 0px 19px;
}
P.soc
{	text-indent: 0px; vertical-align: middle;
}
P.mapi
{	text-indent: 0px; margin-bottom: 0px;
}
#SinoptikInformer P
{	color: #000000; text-indent: 0px; margin: 0px;
}
H1
{	font: 600 17pt Arial, Tahoma, sans-serif; line-height: 0.9;
	color: #115098; text-align: center;
	margin-top: 10px; margin-bottom: 7px;
}
H2
{	font: 600 11pt Arial, Tahoma, sans-serif; color: #115098;
	margin: 0px; padding: 2px 0px; width: 100%; text-indent: 23px; white-space: nowrap;
	border-top: #6699ff 1px solid; border-bottom: #6699ff 1px solid; background-color: #AFDDFF;
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #6FC2FF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#6FC2FF));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%,#6FC2FF 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%,#6FC2FF 100%);
	background-image: -ms-linear-gradient(top, #FFFFFF 0%,#6FC2FF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%,#6FC2FF 100%);
}
H3, H2.asH3
{	font: 500 13.5pt Arial, Tahoma, sans-serif;
	color: #006600; text-align: center; text-indent: 0px; white-space: normal;
	margin-top: 8px; margin-bottom: 10px; margin-left: 0px; margin-right: 0px;
	background-image: none; background-color: transparent; border: none;
}
H3.creat
{	font: normal 16pt Arial, Tahoma, sans-serif;
	color: #000000; text-align: center;
	margin-top: 8px; margin-bottom: 8px;
	border: 2px solid #0066CC; padding: 3px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
DL
{	font: 11pt Arial, Tahoma, sans-serif; line-height: 1.3;
	color: #000000; text-align: left;
	margin-top: 5px; margin-bottom: 0px; margin-left: 5px; margin-right: 5px;
}
DT
{	font-weight: 600; color: navy;
}
DD, .mb4
{	margin-bottom: 4px;
}
HR
{	width: 99%; height: 1px; border: none;
	background-color: #6699ff; color: #6699ff;
	margin-top: 5px; margin-bottom: 2px;
}
#minwid
{	max-width: 395px; min-width: 360px; height: 1px;
}
#tooltip
{	display: block; visibility: hidden; position: absolute; z-index: 3;
	border: #000000 1px solid; padding: 5px; margin: 3px;
	font: 10pt Arial, Tahoma, sans-serif; text-align: center;
	background-color: #D0FFD0; -webkit-border-radius: 3px; -webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px; -moz-border-radius-topleft: 0; border-radius: 3px; border-top-left-radius: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5); -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	filter: alpha(opacity=90); opacity: 0.9;
}
.chast
{	margin-top: 6px; margin-bottom: 0px;
}
.help
{	border-bottom: 1px dashed black; cursor: url('/images/cursors/help.cur'),help;
}
.lbl
{	border-bottom: 1px dashed #505050; cursor: url('/images/cursors/hand.cur'),pointer;
}
.hny
{	font: italic 600 10pt Arial, Tahoma, sans-serif; color: #000000;
	margin: 0px; padding: 0px; text-align: left;
}
.newsTD
{	font-size: 11pt; text-align: left; font-weight: 600; vertical-align: top; width: 74px; white-space: nowrap;
}
.spam
{	font-size: 9.5pt; color: #FF3535; font-family: Arial, Tahoma, sans-serif;
	text-align: center; display: inline; margin: 0px; padding: 0px;
}
.cred
{	color: #FF3535;
}
.tt
{	font: 9pt 'Courier New',Courier,monospace; color: #000000;
}
.rds
{	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
.hyp
{	-webkit-hyphens: auto; -moz-hyphens: auto;
	-ms-hyphens: auto; -o-hyphens: auto; hyphens: auto;
}
.absm
{	vertical-align: middle;
}
.cntr0
{	text-align: center;
}
.cntr1
{	margin-left: auto; margin-right: auto; border: none;
}
.ib
{	color: navy; font-size: 12pt;
}
TABLE.tdhlp TD
{	border-top: 1px solid #808080;
}
SELECT.spage
{	border: 1px solid #0066CC; text-align: center;
	background-color: #FFFFFF; font: 600 11pt Arial, Tahoma, sans-serif; color: #0066CC;
	cursor: url('/images/cursors/hand.cur'),pointer;
}
SELECT.spage OPTION
{	border: none; text-align: center;
	background-color: #FFFFFF; font: 600 11pt Arial, Tahoma, sans-serif; color: #0066CC;
	cursor: url('/images/cursors/hand.cur'),pointer;
}
SELECT.gshow
{	border: 1px solid #0066CC; color: #000000;
	background-color: #FFFFFF; font: normal 10.5pt Arial, Tahoma, sans-serif;
}
SELECT.gshow OPTION
{	border: none; color: #000000;
	background-color: #FFFFFF; font: normal 10.5pt Arial, Tahoma, sans-serif;
}

#tabs
{	position: relative; z-index: 2; min-width: 395px; height: 26px; top: 1px; margin: 0px; line-height: normal;
}
#tabs TD
{	vertical-align: bottom;
}
#wrap
{	padding: 5px 0px; margin: 0px; min-width: 395px; background-color: #FFFFFF; border: #6699FF 1px solid;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFDFE), to(#E2E3E3));
	background-image: -moz-linear-gradient(top, #FCFDFE, #E2E3E3);
	background-image: -ms-linear-gradient(top, #FCFDFE, #E2E3E3);
	background-image: -o-linear-gradient(top, #FCFDFE, #E2E3E3);
	background-image: linear-gradient(to top, #FCFDFE, #E2E3E3);
	background-repeat: repeat-x; background-size: 100% 45px;
	-moz-border-radius: 0px 6px 6px 6px; -webkit-border-radius: 0px 6px 6px 6px; border-radius: 0px 6px 6px 6px;
}
#gbad
{	width: 99%; border: 1px dashed #228B22; background-color: #D0FFD0; padding: 5px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#vlightbox TD.bgf
{	background-image: url('/images/bgfotos5.gif'); padding: 5px;
}
#vlightbox TD.bgf_m
{	background-image: url('/images/bgfotos5_m.gif'); padding: 5px;
}
#vlightbox TD.bgfm
{	background-image: url('/images/bgfotosm5.gif'); padding: 5px;
}
#twitter-widget-0, .m5
{	margin: 5px;
}
ol.news_ol
{	list-style-type: decimal; padding-left: 25px;
}
ol.news_ol li
{	margin: 0px 5px 5px 5px; color: #aeaeae;
}
