body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

body,td,th {
	font-family: Verdana;
	font-size:12px;
}

a 
{
    cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10pt; 
	font-style: normal; 
	background-color: Transparent;
	text-decoration: underline;
}

a:hover 
{
}

.error 
{
    font-size:12px;
    color:#ff0000;
}

.skin_date
{
	color: #231f20; 
	font-size: 7pt;
	background-color: Transparent;
}

.bg_title_header 
{
	background:#c3bfc0; 
	height:30px;
	text-align:center;
}

.header_title 
{
    font:Arial;
    font-size:16px;
    font-weight:bold;
    color:#231f20;
}

/**********************************/

.aero_black_button_left
{
    background:transparent url(aero-black-left-lite.gif) no-repeat top left;
    border: none;
    display:block;
    font: normal 10px Arial;
    height:21px;
    cursor:pointer;
    width:10px;
}

.aero_black_button_left:hover 
{
    background:transparent url(aero-black-left-lite.gif) no-repeat bottom left;
}

.aero_black_button_right 
{    
    margin-left:10px;
    padding-left:0px;
    margin-right:0px;
    padding-right:10px;
    padding-bottom:2px;
    background:transparent url(aero-black-right-lite.gif) no-repeat top right;
    border: none;
    display:block;
    font: bold 10px Arial;
    height:21px;
    text-align:left;
    color:#ffffff;
    cursor:pointer;
}

.aero_black_button_right:hover 
{
    background:transparent url(aero-black-right-lite.gif) no-repeat bottom right;
    color:#ffff00;
}

/*********************************/

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*********************************/

.solid_menu
{
    margin:0px;
    background: black url(mnu-norm.gif) center center repeat-x;
    height:29px;
}

.solid_menu_item 
{
    padding:0px 2px 0px 2px;
    border-right:solid 1px #dddddd;
    color:#000000;
    font:bold 13px Arial;
    vertical-align:middle;
    height:29px;
}

.solid_menu_item_hover
{
    padding:0px 2px 0px 2px;
    border-right:solid 1px #dddddd;
    background: black url(mnu-sel.gif) center center repeat-x;
    color:#ffffff;
    font:bold 13 Arial;
    height:29px;
}

.solid_menu_dynamic
{
    z-index:100;
    margin:0px;
}

.solid_menu_item_dynamic
{
    padding:0px 2px 0px 2px;
    background: black url(mnu-norm.gif) center center repeat-x;
    border-right:solid 1px #dddddd;
    color:#000000;
    font:bold 13px Arial;
    vertical-align:middle;
    height:29px;
}

.solid_menu_item_hover_dynamic
{
    padding:0px 2px 0px 2px;
    border-right:solid 1px #dddddd;
    background: black url(mnu-sel.gif) center center repeat-x;
    color:#ffffff;
    font:bold 13 Arial;
    height:29px;
}
/*********************/

.bg_title_bar 
{
    background: white url(title_bar_ext.gif) center center repeat-x;
    height:39px;
    width:100%;
}

.title_bar 
{
    background: transparent url(title_bar.gif) left center no-repeat;
    font: Arial 12px;
    font-weight: bold;
    color: #505050;
    height:39px;
    width:100%;
}

/*********************/

.box-left-up 
{
    background:url('bx_lt_up.gif') no-repeat;
    width:19px; 
    height:28px;
}

.box-up 
{
    background:url(bx_up.gif) repeat-x; 
    height:28px;
    font: Arial 10px;
    font-weight: bold;
    color:#606060;
}

.box-right-up 
{
    background:url(bx_rt_up.gif) no-repeat; 
    width:18px; 
    height:28px;
}

.box-left 
{
    background:url(bx_lt.gif) repeat-y; 
    width:19px; 
}

.box-right 
{
    background:url(bx_rt.gif) repeat-y; 
    width:18px;
}

.box-body 
{
    font: Arial 9px;
    color:#707070;
}

.box-left-down 
{
    background:url(bx_lt_dn.gif) left bottom no-repeat; 
    width:19px; 
    height:20px;
}

.box-down 
{
    background:url(bx_dn.gif) left bottom repeat-x; 
    height:20px;
}

.box-right-down 
{
    background:url(bx_rt_dn.gif) right bottom no-repeat; 
    width:18px; 
    height:20px;
}

/*********************/

.title 
{
    padding:3px 0px 3px 0px;
    background-color:#cccccc;
    font: Arial 10px;
    font-weight:bold;
    color:#505050;
    text-align:center;
}

.form_entrada 
{
    padding-left:5px;
	background-color: #eeeeee;
	color: #000000;
    font: Arial 10px;
    font-weight:bold;
    color:#505050;
}

.info_text 
{
    font: Arial 10px;
    font-weight:normal;
    color:#5050F0;
    text-align:center;
}

.black-button 
{
    border:none 0px;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    background-image:url(black-btn.gif);
    background-repeat:repeat-x;
    height:21px;
    cursor:pointer;
    color:#ffffff;
    text-decoration:none;
    line-height:1;
    letter-spacing:0;
    font-family:"Verdana";
    font-size:11px;
    font-style:normal;
}

.black-button:hover
{
    color:#ffff00;
}

.black-button-disabled 
{
    border:none 0px; 
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    background-image:url(black-btn.gif);
    background-repeat:repeat-x;
    height:21px;
    cursor:default;
    color:#aaaaaa;
    text-decoration:none;
    line-height:1;
    letter-spacing:0;
    font-family:"Verdana";
    font-size:11px;
    font-style:normal;
}

.button 
{
    background:#7994cb none;
    color:#ffffff;
    font-size:11px;
    border: solid 1px #000000;
    cursor:pointer;
    text-decoration:none;
}

.button:hover 
{
    background:#99b4eb none;
}

.button_disabled
{
    background:#cccccc none;
    color:#ffffff;
    font-size:11px;
    border: solid 1px #000000;
    cursor:default;
}

.small_button 
{
    background:#7994cb none;
    color:#ffffff;
    font-size:8px;
    border: solid 1px #000000;
    cursor:pointer;
    text-decoration:none;
}

.small_button:hover 
{
    background:#99b4eb none;
}

.small_button_disabled
{
    background:#cccccc none;
    color:#ffffff;
    font-size:8px;
    border: solid 1px #000000;
    cursor:default;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/********************/


.line_separator 
{
    height:1px;
    background-color:#151515;
}
.form_separator_text 
{
	color: #151515; 
}

.table_form 
{
    border:solid 1px #6d84b3;
}

.skin_menu_dk {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}

.skin_lk {
	background-image: url(gradient_LtBlue.jpg); 
	height:30px;
}

.skin_menu_item {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;
    padding: 2px 4px 4px 2px;	
}

.skin_menu_item:hover {  
	background-color: #8da4d3; 
}

.skin_main_title
{
	color: #2a0000; 
	font-size: 12pt; 
	font-weight: bold; 
}

.skin_main_title
{
	color: #4d6493; 
	font-size: 12pt; 
	font-weight: bold; 
}

.skin_container_left
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    border-bottom:solid 1px #999999;
}

.skin_container
{
    padding-top:5px;
    padding-bottom:5px;
    border-left:solid 1px #999999;
    border-right:solid 1px #999999;
    border-bottom:solid 1px #999999;
}

.skin_container_title 
{
	color: #7d94c3; 
	font-size: 12pt; 
	text-align:center;
	background-image: url(gradient_LtBlue.jpg); 
	height:30px;
}

.skin_container_title_text
{
	color: #7d94c3; 
	font-size: 12pt; 
	text-align:center;
	height:30px;
}

.link {
	cursor: pointer; 
	cursor: hand; 
	color: #4d6493; 
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;
    padding: 2px 4px 4px 2px;	
}

.link:hover {  
}

.lnk {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10pt; 
	font-style: normal; 
	background-color: Transparent;
	text-decoration: none;
}

.lnk:hover {  
}

.bold_lnk 
{
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 12pt; 
	font-style: normal;
	font-weight: bolder;
	background-color: Transparent;
	text-decoration: none;
}
.bold_lnk:hover {}

.skin_link {
	cursor: pointer; 
	cursor: hand; 
	color: #4d6493; 
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;
    padding: 2px 4px 4px 2px;	
}

.skin_link:hover {  
	font-weight: bold; 
}

.skin_link_black {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;
    padding: 2px 4px 4px 2px;	
}

.skin_link_black:hover {  
	font-weight: bold; 
}

.skin_link_disabled {
	color: #cccccc; 
	font-size: 9pt; 
	font-style: normal; 
	background-color: Transparent;
    white-space: nowrap;
    padding: 2px 4px 4px 2px;	
}

.skin_grid_header 
{
	background-color: #bdd4f3;
	color: #000000;
    font-size: 9px;
    text-align:center;
}

.skin_grid_sumary 
{
	background-color: #cdd4f3;
	color: #000000;
    font-size: 12px;
    text-align:left;
}

.skin_grid_group 
{
	background-color: #edf4f3;
	color: #000000;
    font-size: 12px;
    text-align:left;
}

.table_title 
{
	color: #4d6493; 
    font-size: 12px;
}

.table_header 
{
	background-color: #bdd4f3;
	color: #000000;
    font-size: 12px;
    text-align:center;
}

.skin_tab
{
	background-color: #9db4d3;
	color: #000000;
    font-size: 12px;
    text-align:center;
    border-top:solid 1px #000000;
    border-left:solid 1px #000000;
    border-bottom:solid 1px #000000;
    padding:1px 5px 5px 1px;
	cursor: pointer; 
	cursor: hand; 
}

.skin_tab_last
{
	background-color: #9db4d3;
	color: #000000;
    font-size: 12px;
    text-align:center;
    border-top:solid 1px #000000;
    border-left:solid 1px #000000;
    border-right:solid 1px #000000;
    border-bottom:solid 1px #000000;
    padding:1px 5px 5px 1px;
	cursor: pointer; 
	cursor: hand; 
}

.skin_tab_sel 
{
	background-color: #bdd4f3;
	color: #000000;
    font-size: 12px;
    text-align:center;
    border-top:solid 1px #000000;
    border-left:solid 1px #000000;
    padding:1px 5px 5px 1px;
}
.skin_tab_sel_last
{
	background-color: #bdd4f3;
	color: #000000;
    font-size: 12px;
    text-align:center;
    border-top:solid 1px #000000;
    border-left:solid 1px #000000;
    border-right:solid 1px #000000;
    padding:1px 5px 5px 1px;
}

