.hidden				{ display : none; }
.visible			{ display : block; }

*
{
	padding: 0px;
	margin: 0px;
}

*:focus
{outline:0;}

body
{
	color: #353535;
	font-family: "Tahoma";
	font-size: 11px;
	line-height: 150%;
}

ul, ul li, ol, ol li {padding: 0px;}

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: Tahoma; padding: 2px 0px 4px 0px; margin: 2px 0px 4px 0px; }
h1					{ font-size: 1.7em; font-weight: normal; }
h2					{ font-size: 1.5em; font-weight: normal; }
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: #787878; }
.white							{ color: white; }
.bg_silver						{ background: #dcdcdc; }
.bg_little_silver				{ background: #eeeeee; }
.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: 11px; padding: 2px;}
.tablePrezentation th, .thd		{ background-color: #DCDCDC; border: 1px solid gray; text-align: center; padding: 2px; font-size: 11px; }
.tablePrezentation tr:hover		{ background-color: #f9c6c6; }
.align_l						{ text-align: left; }
.align_c						{ text-align: center; }
.align_r						{ text-align: right; }

/* MsgBoxs */
.jqifade
{
	position: absolute;
	background-color: grey;
}

div.jqi
{
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}

div.jqi .jqicontainer
{
	font-weight: bold;
}

div.jqi .jqiclose
{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqimessage
{
	padding: 10px;
	line-height: 20px;
	color: #444444;
}

div.jqi .jqibuttons
{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}

div.jqi button
{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

div.jqi button:hover
{
	background-color: #728A8C;
}

div.jqi button.jqidefaultbutton
{
	background-color: grey;
}

.jqiwarning .jqi .jqibuttons
{
	background-color: #BF5E26;
}
/* /MsgBoxs */

/* focus field */ 
.focusField
{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#000;
	font-size:12px;
}

.idleField
{
	background:#EEE;
	color: #6F6F6F;
	border: solid 2px #DFDFDF;
	font-size:12px;
}
/* /focus field */

._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; }
input,input *
{
	outline: none !important; 
}

._smoother 					{display: none;}