.hidden				{ display : none; }
.visible			{ display : block; }

*
{
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

*:focus
{outline:0;}

body
{
	color: #353535;
	font-family: "Tahoma";
	font-size: 12px;
}

ul
{list-style:none}

blockquote:before, blockquote:after, q:before, q:after
{content:""}

blockquote, q
{quotes:"" ""}

strong
{font-weight:bold}

em
{font-style:normal}

a
{text-decoration:none; cursor:pointer}

a img { border: none 0;}
a img:hover { border: none 0;}

a 
{
	color: black;
	text-decoration: underline;
	cursor: pointer;
	border-bottom: none 0;
}

a:hover 
{
	color: grey; 
	border-bottom: none 0;
	cursor: pointer;
}

a:focus { outline:none }

h1,h2,h3,h4			{ font-family: monospace; padding: 2px 0px 4px 0px; margin: 2px 0px 4px 0px; }
h1					{ font-size: 1.8em; font-weight: bold; }
h2					{ font-size: 1.5em; font-weight: bold; }
h3					{ font-size: 1.3em; font-weight: normal; }

.small							{ font-size: 85%; }
.big 							{ font-size: 115%; }
.aright 							{ text-align: right; }
.vt 								{ vertical-align: top; }
.stext							{ font-family: Tahoma; }
.stextsmall						{ color: #454545; font-family: Tahoma; font-size: 70%; }
.grey							{ color: #454545; }
.white							{ color: white; }
.blue							{ color: #476dfa; }
.red							{ color: #fe1616; }
.green							{ color: green; }
.gold 							{ color:#d78900; }
.bold							{ font-weight: bold; }
.in								{ padding-left: 30px; }
.sborder						{ border: 1px solid #888888; }
.sbox							{ border: 1px solid #9c9c9c; border-left: 5px solid #9c9c9c; margin: 10px 0; padding: 10px; }
.line							{ border-bottom: 1px dotted #476dfa; }
.tablePrezentation				{ border-collapse: collapse; background: #fafafa; border: 1px solid silver; font-family: Tahoma; color:#434343; }
.tablePrezentation td			{ border: 1px solid silver; font-size: 12px; padding: 5px;}
.tablePrezentation th, .thd		{ background-color: #DCDCDC; border: 1px solid gray; text-align: center; padding: 5px; font-size: 13px; }
.tablePrezentation tr:hover		{ background-color: #f0f0f0; }
.align_l						{ text-align: left; }
.align_c						{ text-align: center; }
.align_r						{ text-align: right; }

._PagesBar					{ margin-top:15px;padding:5px 5px 5px 0; font-size: 11px; font-weight: normal;}
._PagesBar a		 			{ color:#232323; padding:3px 7px; border:solid 1px #232323; text-decoration:none; background:#EAEAEA;}
._PagesBar a:hover,._CurP 	{ padding:3px 7px; border:solid 1px #232323; background:#333333; color:white;}
.verifCode					{ width: 95px; height: 50px; color: #454545; text-align: center; font-size: 190%; font-weight: normal; padding-top: 10px; vertical-align:center; }

.border1px					{ border: 1px solid #888888; }
textarea						{ border: 1px solid #888888; padding: 0px; font-family: Tahoma,monospace; font-size: 12px; color:#454545; }
input						{ border: 1px solid #888888; padding: 0px; font-family: Tahoma,monospace; font-size: 12px; color:#454545; }
select						{ border: 1px solid #888888; padding: 0px; font-family: Tahoma,monospace; font-size: 12px; color:#454545; }
.list li						{ font-size: 90%; list-style-image: url("/i/img/dot.gif"); }
    /*OTHER*/
#showmagazine {
 padding:  0px;
 display: none;
}
#visualization {
 width: 100%;
 height: 100%;
 background: url(/i/img/showfxMagazine.jpg) no-repeat;
}