html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	background-color:#FFFFFFF;
	font-size:10pt;
	font-family: Arial, tahoma, verdana;
	color: #484848;
}
.clearfix{
	clear:both;
	font-size:1px;
	height:1px;
	display:block;
}

/*** TABLE BACKGROUND ***/
table.bgTable{
	width:100%;
	font-size:9pt;
	font-family: Arial, tahoma, verdana;
	margin-top:-1px;
}
td.b_l_t{
	height:10px;
	width:10px;
	background-image:url(../images/bgTable/b_l_t.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
td.b_r_t{
	height:10px;
	width:10px;
	background-image:url(../images/bgTable/b_r_t.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
td.b_c_t{
	height:10px;
	background-image:url(../images/bgTable/b_c_t.gif);
	background-repeat:repeat-x;
	background-position:top right;
}
td.b_l_m{
	width:10px;
	background-image:url(../images/bgTable/b_l_m.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
td.b_r_m{
	width:10px;
	background-image:url(../images/bgTable/b_r_m.gif);
	background-repeat:repeat-y;
	background-position:top right;
}
td.b_c_m{
	background-color:#FFFFFF;
}
td.b_l_b{
	height:11px;
	width:10px;
	background-image:url(../images/bgTable/b_l_b.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
td.b_r_b{
	height:11px;
	width:10px;
	background-image:url(../images/bgTable/b_r_b.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
td.b_c_b{
	height:11px;
	background-image:url(../images/bgTable/b_c_b.gif);
	background-repeat:repeat-x;
	background-position:top right;
}

/**
LOGIN
**/
.big_panel{
	width:100%;
	text-align:center!important;
}
.login_panel{
	width:375px;
	margin: auto auto;
	text-align:left!important;
}
.logo_login{
	margin-top:-10px;
	float:right;
}
#action_user_login{
	float:left;
}
.hidden{
	display:none;
}


