/**********************************************************************************************************/
/* padrao */

body , td, input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
    	
	color:#000000;
	padding: 0px;
	color:#333333;
}
body  { margin: 10px; background-color: #FFFFFF; } 
.input_text {
	width: 50%;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #F9F9F9;
	font-weight: bolder;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 90%;
	height: 20px;
	border: 1px solid #999999;
	background-color: #F3F9FC;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 90%;
	height: 50px;
	border: 1px solid #999999;
	background-color: #F3F9FC;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image:    url(/templates/padrao/images/form_botao.gif);
	font-weight: bolder;
	color: #FFFFFF;
	width: 120px;
	background-color: #0066CC;
}

.destaque { background-color:#F0F0F0}
/**********************************************************************************************************/
/* fontes */
.branco { color: #FFFFFF;}
/**********************************************************************************************************/

.mao {cursor: pointer; cursor: hand;}

/*****************************************************************************************************/
/* links */
a:        { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; } 
a:hover   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; }
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; }
a.ext     { background-image:url("/templates/padrao/images/link.png"); text-decoration: none; background-position:0 3px;  background-repeat:no-repeat; padding-left:9px; color:#000000}
/*****************************************************************************************************/

.menu_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-collapse: collapse;
	text-align: center;
	vertical-align: bottom;
	padding : 7px 3px 3px;
	height: 34px;
	font-size: 10px;
	font-weight: bold;
	background-image:    url("/templates/padrao/images/menu_off.gif");
	background-repeat: repeat;
}


.menu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-collapse: collapse;
	border-color: #666666;
	text-align: center;
	vertical-align: bottom;
	padding : 7px 3px 3px;
	height: 34px;
	font-size: 10px;
	font-weight: bold;
	background-image:    url("/templates/padrao/images/menu_on.gif");
	background-repeat: repeat;
}
.submenu_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-collapse: collapse;
	text-align: left;
	vertical-align: bottom;
	padding : 7px 3px 3px;
	height: 34px;
	font-size: 10px;
	background-image:    url("/templates/padrao/images/submenu_off.gif");
	background-repeat: repeat;
	font-weight: bold;
}


.submenu_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-collapse: collapse;
	border-color: #666666;
	text-align: center;
	vertical-align: bottom;
	padding : 7px 3px 3px;
	height: 34px;
	font-size: 10px;
	background-image:    url("/templates/padrao/images/submenu_on.gif");
	background-repeat: repeat;
	font-weight: bold;
}
.item_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-collapse: collapse;
	text-align: left;
	vertical-align: bottom;
	padding : 7px 3px 3px;
	height: 34px;
	font-size: 10px;
	background-image:    url("/templates/padrao/images/submenu_off.gif");
	background-repeat: repeat;
}


.item_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-collapse: collapse;
	border-color: #666666;
	text-align: center;
	vertical-align: bottom;
	padding : 7px 3px 3px;
	height: 34px;
	font-size: 10px;
	background-image:    url("/templates/padrao/images/submenu_on.gif");
	background-repeat: repeat;
}

.desabilitado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	border-collapse: collapse;
	text-align: left;
	vertical-align: bottom;
	padding : 7px 3px 3px;
	height: 34px;
	font-size: 10px;
	background-image:    url("/templates/padrao/images/submenu_off.gif");
	background-repeat: repeat;
}

.off {
	color: #999999;
}
.input_off {
	color: #CCCCCC;
	border: 1px solid #F5F5F5;
	width: 50%;
	background-color: #FDFDFD;
}

 #busca{
	width:306px;
	height: 200px;
	text-align:left;
	background-color: #F5F9F2;
	padding: 5px;
	float:left;
	position:absolute;
	border:1px solid #000000;
	top: 100px;
	left: 200px;
	}


.div_clientes {
	background-color: #82A7D0;
	border: 1px solid #000000;
	padding: 2px;
}
.div_atendimentos {
	background-color: #B3CAE3;
	border: 1px solid #000000;
	padding: 2px;
}
.div_atividades {
	background-color: #E4ECF1;
	border: 1px solid #000000;
	padding: 2px;
}
.div_respostas {
	background-color: #F3F4F5;
	border: 1px solid #000000;
	padding: 2px;
}
.mao         { cursor: pointer; cursor: hand;}
.celula_main {
	padding-right: 10px;
	padding-left: 8px;
}
/**********************************************************************************************/
/*gerenciamento*/
.g_botton_right
{
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
}

.g_botton
{
	border-bottom: 3px solid #333333;
}

/***********************************************************************************************/
.link_preto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.notas_edicao{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFCC;
	height: 300px;
	width: 100%;
}
/*************************************/
.forms_erro	 {background-color: #FFC0B0; color: black;}
.forms_normal{font-weight: normal;	color: #333333;}

.branc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

@import url('calendar.css');

a.sectioniconbar	{ text-decoration: none; color: #666699; }
a.sectioniconbar:link	{ text-decoration: none; color: #666699; }
a.sectioniconbar:hover	{ text-decoration: underline; color: #666699; }
a.sectioniconbar:active	{ text-decoration: none; color: #666699; }

a.subnav:link 		{ text-decoration: none; color: #000000 }
a.subnav:visited 	{ text-decoration: none; color: #000000 }
a.subnav:hover 		{ text-decoration: underline; color: #666699 }
a.subnav:active 	{ text-decoration: none; color: #000000 }

a.clientnav				{ text-decoration: none; color: #000000; }
a.clientnav:link		{ text-decoration: none; color: #000000; }
a.clientnav:hover		{ text-decoration: underline; color: #000000; }
a.clientnav:active		{ text-decoration: none; color: #000000; }

img {
	behavior: url('/images/pngbehavior.htc');
}

* {
	font-size: 1em;
}

body {
	background-color: #f5f5f5;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}

strong {
	font-weight: bolder;
}

input,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.breadcrumb {
	font-size: 10px;
	color: #FFFFFF;
}
.SearchBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.MiniDashText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.PersonalDashboardTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	letter-spacing: .6em;
}
.ClientName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.ClientAccountNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.SectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.CellLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.CellText {
	color: #000000;
	font-weight: normal;
}
.SectionIconBarText {
	font-size: 10px;
	color: #FFFFFF;
}
.ClientSubArea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
}
.InvoiceTableColumnTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.InvoiceAreaTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.ClientNavText {
	font-size: 10px;
	color: #000000;
}

.CalendarNumber {
	color: #dedeff;
	font-size: 36px;
	font-weight: bold;
}

.DisabledInput {
	background-color: #efefef;
	color: #767676;
}

.ResultMatch {
	color: #FF9900;
	font-weight: bold;
}
.DetailLabel {
	font-size: 10px;
	color: #333366;
}

.DetailLabel2 {
	font-size: 15px;
	font-weight: bold;
	color: #333366;
}

.SupportFollowup {
	font-size: 8pt;
	color: #000000;
	font-family: arial;
	background-color: #ffffff;
	width:100%;
}

.AdminSubtitles {
	font-weight: bold;
}

.company_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.PageBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.tab_selected {
	background: #ccccff url('/images/tab_selected_grey.png') no-repeat left top;
}

.tab_selected a.subnav {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	cursor: default;
}

.tab_notselected {
	background: #ccccff url('/images/tab_notselected.png') no-repeat left top;
}

/* client manager navigation tabs */

div.clientmgr_tabs {
	width: 100%;
	background-color: #666699;
	float: left;
	font-size: 10px;
	color: #000000;
	display: block;
}

div.clientmgr_tabs ul {
	display: inline;
	list-style: none;
}

div.clientmgr_tabs li {
	float: left;
	padding-right: 5px;
	width: 11em;
	white-space: nowrap;
}

div.clientmgr_tabs a {
	text-align: center;
	padding: 1em 1em 0.5em;
	vertical-align: bottom;
	margin: 0;
	display: block;
}

div.clientmgr_tabs li.selected {
	background: url('/images/tab_selected_right.png') no-repeat right bottom;
}

div.clientmgr_tabs li.selected a {
	background: url('/images/tab_selected_left.png') no-repeat left bottom;
}

div.clientmgr_tabs li.unselected {
	background: url('/images/tab_unselected_right.png') no-repeat right bottom;
}

div.clientmgr_tabs li.unselected a {
	background: url('/images/tab_unselected_left.png') no-repeat left bottom;
}

div.clientmgr_tabs li.active {
	background: url('/images/tab_active_right.png') no-repeat right bottom;
}

div.clientmgr_tabs li.active a {
	background: url('/images/tab_active_left.png') no-repeat left bottom;
}

/* this is actually used by the client manager */
div.clientmgr_sub_tabs {
	clear: both;
	margin: 0;
	padding: 5px 5px 5px 15px;
	background-color: #ff9900;
	font-size: 10px;
	color: #ffffff;
	background: #ff9900;
	border-bottom: 1px solid #999999;
}

/* this is actually used by the server manager */
div.clientmgr_subtabs, div.clientmgr_subtabs_active {
	width: 100%;
	height: 20px;
	background-color: #ffcc00;
	float: left;
	font-size: 10px;
	color: #ffffff;
	display: block;
}

div.clientmgr_subtabs {
	background-color: rgb(255, 204, 0);
}

div.clientmgr_subtabs_active {
	background-color: rgb(255, 153, 0);
}

div.clientmgr_subtabs ul, div.clientmgr_subtabs_active ul {
	display: inline;
	list-style: none;
}

div.clientmgr_subtabs li, div.clientmgr_subtabs_active li {
	float: left;
	padding: 0;
}

div.clientmgr_subtabs a, div.clientmgr_subtabs_active a {
	text-align: center;
	padding: 0em 0.4em;
	margin: 0.5em 0em;
	border-left: 1px solid #ffffff;
	vertical-align: bottom;
	display: block;
}

div.clientmgr_subtabs a.first, div.clientmgr_subtabs_active a.first {
	padding: 0em 0.4em 0em 2em;
	border: 0;
}

/* generic spacer image */

div.spacer {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

div.spacer img {
	width: 1px;
	height: 1px;
	float: left;
}

div.sm_dombar {
	padding: 5px;
	background-color: rgb(204, 204, 255);
	border-bottom: 1px solid rgb(153, 153, 153);
	border-top: 1px solid rgb(255, 255, 255);
}

.sm_dombar {
	color: rgb(0, 51, 102);
	font-size: 9pt;
	font-weight: bold;
}

div.sm_dombar form {
	padding: 0px;
	margin: 0px;
}

.sm_input, .sm_input_lhs {
	font-size: 8pt;
}

.sm_input_lhs {
	text-align: right;
}

.sm_domainname {
	font-family: bitstream vera sans mono, courier new, courier, monospace;
	font-size: 8pt;
}

div.sm_userlist {
	font-size: 9pt;
	width: 350px;
	height: 250px;
	overflow: auto;
	/* force this attribute - it's not css compliant, it's an ie-ism. */
	/* ie is too stupid to properly obey 'overflow: auto', so i have to */
	/* do it this way instead. */
	overflow-y: scroll;
}

.sm_heading {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.sm_comment {
	font-size: 8pt;
	font-style: italic;
}

.sm_text {
	font-size: 8pt;
}

th.sm_text {
	font-size: 10pt;
	font-weight: bold;
}

*.rr_page {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
div.rr_page_data_block {
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 2em;
	margin-bottom: 2em;
}
div.rr_page_data_block table {
	background-color: rgb(204, 204, 204);
}
div.rr_page_data_block th {
	text-align: center;
	font-weight: normal;
	font-variant: small-caps;
	background: url('/images/background_pagebar.png');
}
div.rr_page_data_block th, div.rr_page_data_block td {
	padding: 4px 10px 4px 10px;
}
td.rr_page_sysstat {
	text-align: center;
}
div.rr_page_data_block tr.rr_page_row-odd {
	background: rgb(239, 239, 239);
}
div.rr_page_data_block tr.rr_page_row-even {
	background: rgb(255, 255, 255);
}
div.rr_page_data_block tr:hover {
	background: rgb(224, 224, 224);
}

form {
	padding:0;
	margin:0;
}

/* Minidash Frame */
#minidash_frame {
	background: #333366 url('/images/background_topbar.png') repeat-x top left;
}

/* Dynamic Tree */
.dynamic_tree {
	margin: 0;
	padding: 10px;
	font-size: 10px;
	color: #666699;
	text-align: left;
}

.dynamic_tree strong.hdr {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}

.dynamic_tree em.hilight {
	font-weight: bold;
	text-decoration: none;
}

.dynamic_tree em.hilight a {
	text-decoration: none;
}

.dynamic_tree ul {
	display: block;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0;
}

.dynamic_tree li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 0 18px;
	
	float: left;
	clear: left;
	width: 98%;
	
	background-image: url('/images/tree/corner.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.dynamic_tree ul > li {
	float: none;
	width: auto;
}

.dynamic_tree li.open {
	background-image: url('/images/tree/minus.png');
}

.dynamic_tree li.open_last {
	background-image: url('/images/tree/minus_last.png');
}

.dynamic_tree li ul,
.dynamic_tree li.open ul,
.dynamic_tree li.open_last ul {
	display: block;
}

.dynamic_tree li.closed {
	background-image: url('/images/tree/plus.png');
}

.dynamic_tree li.closed_last {
	background-image: url('/images/tree/plus_last.png');
}

.dynamic_tree li.closed ul,
.dynamic_tree li.closed_last ul {
	display: none;
}

.dynamic_tree li.empty {
	background-image: url('/images/tree/tee.png');
}

.dynamic_tree li.empty_last {
	background-image: url('/images/tree/corner.png');
}

/* Tips */
a.tip_icon {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

div.tip_hidden {
	display: none;
}

div.tip {
	position: absolute;
	float: right;
	display: block;
	width: 200px;
	overflow: auto;
	border: 1px solid #cccccc;
	background: #fbffcd;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
}

div.tip_title {
	display: block;
	margin: 4px 4px 0 4px;
	padding: 0;
	font-weight: bold;
}

div.tip_text {
	display: block;
	/*clear: right;*/
	margin: 4px;
	padding: 0;
}

a.tip_close {
	float: right;
	padding: 1px;
}

.mass_mail_ready {
	color: #000000;
}

table.mass_mail_progress td {
	color: #000000;
}

table.mass_mail_progress tr.mass_mail_ready {
}
table.mass_mail_progress tr.mass_mail_active {
}
table.mass_mail_progress tr.mass_mail_failed {
}
table.mass_mail_progress tr.mass_mail_cancelled {
}
table.mass_mail_progress tr.mass_mail_complete {
}

.hide {
	display: none;
}

.show {}

.config-box-1,
.config-box-2,
.config-box-3,
.config-box-4 {
	margin: 0;
	padding: 0;
	width: auto !important;
	width: 100%;
}

.config-box-1 {
	background: #ffffff url('/images/config2_bg_bl.png') no-repeat left bottom;
}

.config-box-2 {
	padding-bottom: 20px;
	background: url('/images/config2_bg_br.png') no-repeat right bottom;
}

.config-box-3 {
	background: url('/images/config2_bg_tr.png') no-repeat right top;
}

.config-box-4 {
	padding: 10px 10px 0;
	background: url('/images/config2_bg_tl.png') no-repeat left top;
}

div.report-box {
	display: block;
	position: relative;
	
	width: auto !important;
	width: 100%;
	
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 5px;
}

div.report-box div.title {
	background: #666699 url('/images/background_pagebar.png') repeat-x top left;
	margin: -5px -5px 5px;
	padding: 5px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333366;
}

div.report-box div.controls {
	float: right;
	margin: 0;
	padding: 0;
}

table.table-body {
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
	background: #ffffff;
}

table.table-body th,
table.table-body td {
	padding: 4px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table.table-no-border {
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 100%;
	background: #fff;
}

table.table-no-border th,
table.table-no-border td {
	padding: 5px;
}

table.table-no-border tr.header th {
	text-align: left;
	color: #336;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}


tr.header th,
tr.header td {
	background: #ccccff url('/images/background_pagebar.png') repeat-x left top;
	color: #003366;
	font-size: 95%;
}

tr.odd {
}

tr.odd-highlight {
	background: #ffffcc;
}

tr.odd td {
}

tr.even {
	background: #efefef;
}

tr.even-highlight {
	background: #ffff99;
}

tr.even td {
}

tr.error {
}

tr.error td {
	text-align: center;
	color: #666666;
}

table.table-footer {
	empty-cells: show;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	background: #ccccff;
	border-collapse: collapse;
	width: 100%;
}

table.table-footer td {
	padding: 4px;
}

table.table-footer td * {
	background: #ccccff;
}

table.table-footer td.smaller {
	font-size: 95%;
}

div.container {
	display: block;
	position: relative;
	
	width: auto !important;
	width: 100%;
}

.editform {
	display: block;
	position: relative;
	
	width: auto !important;
	width: 100%;
	
	height: 325px;
	overflow: auto;
	padding: 0 10px;
	margin: 0;
	background: #efefef;
}

.tab_selected {
	background: #ccccff url('/images/tab_selected_grey.png') no-repeat 50% top;
}

.tab_selected a.subnav {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
	cursor: default;
}

.tab_notselected {
	background: #ccccff url('/images/tab_notselected.png') no-repeat 50% top;
}

td.tree_item {
	background-image: url('/images/tree/tee.png');
	background-repeat: no-repeat;
	background-position:top left;
}

td.tree_last {
	background-image: url('/images/tree/corner.png');
	background-repeat: no-repeat;
	background-position: top left;
}

td.tree_vert {
	background-image: url('/images/tree/vert.png');
	background-repeat: repeat-y;
	background-position:top left;
}

/* Attachment Tables */
table.attachments {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	background: #ffffff;
}

table.attachments td {
	border-collapse: collapse;
	border-width: 1px 0;
	border-style: solid;
	border-color: #cccccc;
}


span.required {
    color: #f00;
    margin-left: 1px;
}

.error_field {
    border-color: #E02D35;
    background-color: #f5c0c2;
}
.search_input_font3 {
    background-color:#ccccff;
	font-family:arial;
	color:#333333;
	width:120px;
	font-size:8pt;
}
.OptionLabel {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #333366;
}

div.hr {
	border-top: 1px solid #cccccc;
	margin: 4px 0;
	overflow: hidden;
}

/* End of CSS */
