/* all web */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #DBE3E5;
	margin: 0px 0px 0px 0px;
}

h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h6 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
}

a:link {
	color: #24439e;
	text-decoration: none; 
}

a:visited {
	color: #898C94;
	text-decoration: none; 
}

a:hover {
	color: #CC0000;
	text-decoration: none; 
}

#menubanner {
	height: 22px;
	background: url("../img/menu_under.gif");
}

.nomargin {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#page {
	width: 750px;
}

p {
	padding: 0px 0px 0px 0px;
	/*border: 1px solid red;*/
	margin: 5px 0px 5px 0px;
}

.rbox_separator {
	width: 5px;
	height: 12px;
}

.rbox_text {
	font-size: 8pt;
}

.rbox_title {
	height: 29px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}

.rbox_body_text{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 8pt;
}

.rbox_in_body_text {
	margin: 0px 0px 0px 0px;
	padding: 12px 6px 12px 6px;
	font-size: 8pt;
}

.rbox_backbody {
	background-repeat: no-repeat;
	background-image: url("../img/rbox_back_body.gif");
}

.moretext {
	text-align: right;
	font-size: 8pt;
	padding: 0px 0px 3px 0px;
	float: right;
	background-image: url("../img/bullet_more.gif");
	background-repeat: no-repeat;
}

#copyright {
	font-size: 7pt;
	color: #898C94;
}

.water_text {
	color: #9B9B9B;
}

/* only homepage */

.ul_no_padding {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	list-style-type: square;
}


/* product page */

.rbox_in_product_body {
	padding: 0px 0px 0px 8px;
}

.rbox_in_product_title {
	font-weight: bold;
	color: #FF7200;
	font-size: 9pt;
}

.rbox_in_product_subtitle {
	font-weight: bold;
}

p.rbox_in_product_margin {
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 0px;
}

a.submenu, a.submenu:visited {
	padding: 0px 0px 0px 8px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #3148CF; 
}

a.submenu:hover {
	color: #CC0000; 
	text-decoration: none; 
}

.ul_product {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 25px;
	list-style-type: square;
}

/* zatial nepouzivane */ 


.rbox_left {
	width: 6px;
	float: left;
	background-image: url("../img/rbox_back_left.gif");
}

.rbox_right {
	width: 6px;
	float: right;
	background: url("../img/rbox_back_right.gif") no-repeat top;
	height: 100%;
}

.rbox_down {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 3px;
	background: url("../img/rbox_back_down.gif") no-repeat;
	background-color: #DBE3E5;
}

.rbox_down_right {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 6px;
	height: 3px;
	background: url("../img/rbox_back_down_right.gif") no-repeat;
	float: right;
}

.rbox_body_flash {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}

.adminTableHead {
	font-size: 8pt;
	font-weight: bold;
	background-color: #6667FF;
	color: White;
	text-align: center;
}

.adminTableCell {
	font-size: 8pt;
	color: Black;
}


/*
--------------------------------
main table
*/

.storeTable1
{
	width:673px;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


.storeTable 
{
	width:673px;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*
--------------------------------
gray table header
*/

.td_gray 
{
	background-image: url(../img/tableHeader.gif);
	background-repeat:repeat-x;
	white-space:normal;
	word-wrap:normal;
	height:24px;
}

/*
--------------------------------
cells with graphics (all cells except last in column)
*/

.td_right 
{
	width:70px;
	height:55px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image:url(../img/table_line_right.gif);
	text-align:center;
	vertical-align:middle;
}

.td_middle 
{
	width:270px;
	height:55px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../img/table_line_middle.gif);
	text-align:left;
	vertical-align:middle;	
}

.td_left 
{
	width:240px;
	height:55px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(../img/table_line_left.gif);
	text-align:left;
	vertical-align:middle;
}

/*
--------------------------------
cells without graphics (last cells in column only)
*/

.td_right1 
{
	width:70px;
	height:55px;
	text-align:center;
	vertical-align:middle;
}

.td_middle1 
{
	width:270px;
	height:55px;
	text-align:left;
	vertical-align:middle;	
}

.td_left1 
{
	width:240px;
	height:55px;
	text-align:left;
	vertical-align:middle;
}

/*
--------------------------------
submit button
*/

.td_button
{
	width:80px;
	height:55px;
	text-align:center;
	vertical-align:middle;
}

/* 
--------------------------------
title text (bitmap) in gray table header
*/

.tableTitle
{
	margin-left:10px;
}

.arrowBlack
{
	margin-right:5px;
}


/* 
*
* templates library
*
* last update: 2006_06_07
*/


.library_cell_colored {
	font-family: tahoma;
	font-size: 7pt;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
.library_cell_white {
	font-family: tahoma;
	font-size: 7pt;
	text-align:center;
	color:#333333;
	font-weight:bold;
}
.template_text {
	font-family: tahoma;
	font-size: 8.5pt;
	text-align:left;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}

.template_text_green {
	font-family: tahoma;
	font-size: 9pt;
	text-align:left;
	color:#187401;
	margin-left:10px;
	font-weight:bold;
}

.template_text_red {
	font-family: tahoma;
	font-size: 9pt;
	text-align:left;
	color:#ec0606;
	margin-left:10px;
	font-weight:bold;
}

.template_text_blue {
	font-family: tahoma;
	font-size: 9pt;
	text-align:left;
	color:#2c43ca;
	margin-left:10px;
	font-weight:bold;
}

.template_download_text {
	font-family: tahoma;
	font-size: 8pt;
	text-align:left;
	color:#595959;
	margin-left:5px;
	font-weight:bold;
	hover:text-decoration: underline overline;
}	

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	font-variant: normal;

}
.info-titulo {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #1E7AB4;
	letter-spacing: 1px;
}
.info-corpo {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
}

a.info-corpo:link {
	color: #636363;
	text-decoration: none;
}

a.info-corpo:visited {
	color: #636363;
	text-decoration: none; 
}

a.info-corpo:hover {
	color: #CC0000;
	text-decoration: none; 
}

.cxdestaque {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txtdestaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.data {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #ACAEAD;
}
.maildest {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #0099FF;
}
.txtgreen {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#63AE52;
}

.sitacao {
	color: #666666;
	font-size: 8pt;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.txtRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}

/* estudo css */

.notTit {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	}

.notData {
	font-size: 10px;
	color: #999999;
	}

.tx_ver {color: #c63400;}
.tx_vrd {color: #737257;}
.tx_not {color: #737257;}
.tit_not{color:#C63C08;font-size:9px}
.lnk_not{color:#000000;font-weight:normal;font-size:10px}
.pt5 {padding-top: 5px;}
.pt6 {padding-top: 6px;}
.pad3 {padding: 3px;}
.ml5 {margin-left: 5px;}
.tx_22 {font-size: 22px;}
.tx_14 {font-size: 14px;}
.tx_10 {font-size: 10px;}
.il {display: inline;}
.fl {float: left;}
.clear {clear: both;}

#fio_news {background-image: url(../img/fio_news.gif); width: 182px; height: 1px;}

h1{
	font-size: 15px;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: #CC0000;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

h3{
	font-size: 1.5em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #1E7AB4;
	padding: 1px 0;
	margin: 0px 0;
	line-height: 1em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #eee;
	clear: both;
}

h4{
	font-size: 1.5em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #1E7AB4;
	padding: 4px 0;
	margin: 0px 0;
	line-height: 2em;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #eee;
	clear: both;
}

h5{
	font-size: 1.2em;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1E7AB4;
	letter-spacing: 0.1em;
}

.dlsNewsHome{
	font-size: 11px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
}

.dlsNewsHomeTit{
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1E7AB4;
	letter-spacing: 1px;
}

.box {
	FONT-FAMILY: Verdana;
	SCROLLBAR-BASE-COLOR: #F5F5E9;
	BACKGROUND-COLOR: #F5F5E9;
	border-collapse: collapse;
	border-color: #C5C5B9;
	color: #71716E;
	font-size:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 4px; }

.box td, th {
	padding: 4px ;
}	
a.box:link {
	border: none;
	color: #71716E;
	text-decoration: none; }
	
a.box:visited {
	border: none;
	color: #71716E; 
	text-decoration: none; }
	
a.box:hover {
	border: none;
	color: #0E4276;
	text-decoration: underline; }