body
{
	font-size: 11px;
	font-family: Verdana;		
	
	SCROLLBAR-HIGHLIGHT-COLOR: #edf1f2;
	SCROLLBAR-SHADOW-COLOR: #403b4f;
	SCROLLBAR-3DLIGHT-COLOR: #c1bfbf; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #c1bfbf;
	SCROLLBAR-BASE-COLOR: #ffffff 
}



/*************************Tabs**************************/
/*Gray tab on the right*/
.title_right
{
	background-position: right bottom;
	background-image: url(Images/tab cinza claro.jpg);
	background-repeat: no-repeat;
	width:110px;
}

/*Gray tab on the right*/
.title_right_white
{
	background-position: right bottom;
	background-image: url(Images/tab cinza claro.jpg);
	background-repeat: no-repeat;
	width:110px;
}

/*Dark gray tab on the right*/
.title_right_dark
{
	background-position: right bottom;
	background-image: url(Images/tab cinza esq.jpg);
	background-repeat: no-repeat;
	width:110px;
}

.title_right_hardware
{
	background-position: right bottom;
	background-image: url(Images/tab hardware.jpg);
	width: 110px;
	background-repeat: no-repeat;
}
/*Dark gray tab on the left and gray background*/
.title_left_dark
{
	background-position: left bottom;
	background-image: url(Images/tab cinza.jpg);
	width: 110px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	font-size: 11px;
	color: #425870;
}

.title_left_darkandlight
{
	background-position: left bottom;
	background-image: url(Images/tab hardware_2.jpg);
	width: 110px;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	font-size: 11px;
	color: #425870;
}

/*Blue tab on the left*/
.title_left_blue
{
	background-position: left bottom;
	background-image: url(Images\tab azul.jpg);
	width: 110px;
	background-repeat: no-repeat;
}
.title_left_gray
{
	background-position: right bottom;
	font-weight: bold;
	font-size: 11px;
	background-image: url(Images\tab inicio cima.jpg);
	vertical-align: bottom;
	width: 110px;
	color: #9fa7aa;
	background-repeat: no-repeat;
	font-family: Verdana;
}

/*Blue tab on the left defining font*/
.titleleftblue_smallfont
{
	background-position: left bottom;
	vertical-align:bottom;
	font-weight: bold;
	font-size: 11px;
	background-image: url(Images\tab azul.jpg);
	width: 110px;
	color: #9fa7aa;
	background-repeat: no-repeat;
	font-family: Verdana;
}

/*Blue tab on the left defining font*/
.internationaltab
{
	background-position: left bottom;
	font-weight: bold;
	font-size: 11px;
	background-image: url(Images\tab_internacional.jpg);
	vertical-align: bottom;
	width: 176px;
	color: #267ad4;
	background-repeat: no-repeat;
	font-family: Verdana;
}

/*************************Tables **************************/
table
{
	font-size: 11px;
	vertical-align: top;
	font-family: Verdana;
}

.tableListUsers
{
	color: #425870;
}

.tableMainCat
{
	border-right: #dcdcde thin solid;
	border-top: #dcdcde thin solid;
	border-left: #dcdcde thin solid;
	border-bottom: #dcdcde thin solid;
}
/*table with border for hardware products*/
.tableHborders
{
	border-right: black 1px solid;
	table-layout: fixed;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	width: 100px;
	padding-top: 0px;
	border-bottom: black 1px solid;
	border-collapse: collapse;
/*	height: 107px;*/
	background-color: #ebebed;
}


/*Table with border on right and left sides (dotted)*/
.tablerlborder
{
	border-right: #9FA7AA thin dotted;
	border-left: #9FA7AA thin dotted;

}

/*Table with border on left side only (dotted)*/
.tablelborder
{
	border-left: #9FA7AA thin dotted;

}
.tablerborder
{
	border-right: #9FA7AA thin dotted;

}

/*Table with border (dotted)*/
.tableborder
{
	border-right: #9FA7AA thin dotted;
	border-left: #9FA7AA thin dotted;
	border-top:#9FA7AA thin dotted;
}

.tableltbborder
{
	border-left: #9FA7AA thin dotted;
	border-top:#9FA7AA thin dotted;
	border-bottom: #9FA7AA thin dotted;
}

/*Table with border (dotted)*/
.tableborderb
{
	border-right: #9FA7AA thin dotted;
	border-left: #9FA7AA thin dotted;
	border-bottom: #9FA7AA thin dotted;
}

/*Table with all borderes (dotted)*/
.tableborderall
{
	border-right: #9FA7AA thin dotted;
	border-left: #9FA7AA thin dotted;
	border-bottom: #9FA7AA thin dotted;
	border-top:#9FA7AA thin dotted;
}

/*Table with all borderes (dotted)*/
.tableborder3
{
	border-bottom: #9FA7AA thin dotted;
}

.tableborder4
{
	border-top:#9FA7AA thin dotted;
}

.tableborder2
{
	border-bottom: #9FA7AA thin dotted;
}

.tableborder1
{
	border-right: #9FA7AA thin dotted;
	border-bottom: #9FA7AA thin dotted;
}

.tablebordebottom
{
	border-bottom: #9FA7AA thin dotted;
}

.tablebordertop
{
	border-top: #9FA7AA thin dotted;
}

.tablebordertopbottom
{
	border-bottom: #9FA7AA thin dotted;
	border-top: #9FA7AA thin dotted;
}


/*Table for menus with small font*/
.tablemenu
{
	font-size: 9px;
}

.tableserviceplus
{
	font-size: 15px;
}


/*************************Buttons **************************/

button
{
	font-size: 11px;
	margin: 2px;
	font-family: Verdana;
}

/*************************Boxes **************************/
/* Login and Password boxes*/
.textboxlogin
{
	border-right: #f0f3fa thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	width: 80px;
	height:18px;
	border-bottom: #f0f3fa thin solid;
	font-size: 11px;
	font-family: Verdana;
	
}

/*Other boxes*/
.boxes
{
	border-right: #f0f3fa thin solid;
	border-top: #000000 thin solid;
	border-left: #000000 thin solid;
	border-bottom: #f0f3fa thin solid;
	width: 110px;
	height:25px;
	font-size: 12px;
	font-family: Verdana;
	
}
/***********************Titles/Text*************************/
/*Titles for categories*/
.cat_titles
{
	font-weight: bold;
	font-size: 13px;
	color:#637991;
	font-family: Verdana;
}

/*Titles for product designations*/
.prodDesignation
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: 'Times New Roman';
}

/*titles size 13*/
.titles
{
	font-weight: bold;
	font-size: 11px;
	color: #9fa7aa;
	font-family: Verdana;
}

.titles14
{
	font-weight: bold;
	font-size: 14px;
	color: #9fa7aa;
	font-family: Verdana;
}


/*dark gray titles*/
.darkgraytitles
{
	font-weight: bold;
	font-size: 11px;
	color:#425870;
	font-family: Verdana;
}



/*dark gray titles smaller*/
.darkgraytitlessmall
{
	font-weight: bold;
	font-size: 11px;
	color:#425870;
	font-family: Verdana;
}

/*smaller titles*/
.titlessmaller
{
	font-weight: bold;
	font-size: 11px;
	color: #9fa7aa;
	font-family: Verdana;
}

/*like no data found*/
.comments
{
	font-size: 9px;
	text-align: center;
}

/*dark gray bar with title*/
.darkgraybar
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #425870;
	text-align: center;
	text-decoration: none;
}

/*Titles for categories*/
.bluetitles
{
	font-weight: bold;
	font-size: 11px;
	color:#267AD4;
	font-family: Verdana;
}

/*Titles for licenses pages*/
.licenseTitles
{
	font-weight:bolder;
	font-size: 14px;
	color: black;
	font-family: Verdana;
}


/*************************Headers **************************/

/*headers size 14px*/
.headers_14
{
	font-weight: bold;
	font-size: 12px;
	color: #267ad4;
	font-style: italic;
	font-family: Verdana;
}

/*headeres size 12*/
.headers
{
	font-weight: bold;
	color: #267AD4;
	font-size: 11px;
	font-family: Verdana;	
}

/*************************Links **************************/

/* Normal links (gray)*/
A:link
{
	color: #637991;
	text-decoration: none;
}

A:visited
{
	color: #637991;
	text-decoration: none;
}

A:hover
{
	color: #637991;
	text-decoration: underline;
}

/* Blue Links*/
A.blueLinks:link
{
	font-weight: bold;
	color: #267ad4;
	text-decoration: none;
}

A.blueLinks:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #267ad4;
}

A.blueLinks:hover
{
	font-weight: bold;
	color: #267ad4;
	text-decoration: underline;
}

/* Blue links without bold*/
A.blueLinks_nobold:link
{
	font-weight: normal;
	color: #267ad4;
	text-decoration: none;
}

A.blueLinks_nobold:visited
{
	font-weight: normal;
	color: #267ad4;
	text-decoration: none;
}

A.blueLinks_nobold:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #267ad4;
}

/* Gray links without bold*/
A.grayLinks_nobold:link
{
	font-weight: normal;
	color: #9FA7AA;
	text-decoration: none;
}

A.grayLinks_nobold:visited
{
	font-weight: normal;
	color: #9FA7AA;
	text-decoration: none;
}

A.grayLinks_nobold:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #9FA7AA;
}

/* Black links */
A.blackLinks:link
{
	font-weight: normal;
	color: black;
	text-decoration: none;
}

A.blackLinks:visited
{
	font-weight: normal;
	color: black;
	text-decoration: none;
}

A.blackLinks:hover
{	
	font-weight: normal;
	color: #9fa7aa;
	text-decoration: none;
}

/* Black links -> bold*/
A.blackLinksbold:link
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A.blackLinksbold:visited
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A.blackLinksbold:hover
{
	font-weight: bold;
	text-decoration: none;
	color: black;
}

/* Links over dark gray cell -> bold */
A.darkgraylink:link
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

A.darkgraylink:visited
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

A.darkgraylink:hover
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}	

/* Red Links*/
A.redLinks:link
{
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

A.redLinks:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
}

A.redLinks:hover
{
	font-weight: bold;
	color: #cc0000;
	text-decoration: underline;
}

/*Link for OK on user login*/
A.button:link
{
	color: black;
	text-decoration: none;
}

A.button:visited
{
	color: black;
	text-decoration: none;
}

A.button:hover
{
	color: black;
	text-decoration: none;
}

.invisibleBoxes
{
	visibility: hidden;	
}

select
{ 
    scrollbar-3d-light-color:#000000; 
    scrollbar-arrow-color:#FFFFFF; 
    scrollbar-base-color:#d7dcd9; 
    scrollbar-dark-shadow-color:#333333; 
    scrollbar-face-color:#637991; 
    scrollbar-highlight-color:#999999; 
    scrollbar-shadow-color:black; 
} 

