﻿body, html{ /*ALL*/
	min-height: 600px;
	height: 100%; 
	min-width: 1170px;
	width: 100%; 
	text-align: center; 
	margin: 0 auto; 
	padding: 0;
	background: #2F2F2F;
	font-family: Calibri;
}

/*style da scrollbar para todo o site (Chrome e Safari)*/
::-webkit-scrollbar{
	width: 10px; 
	height: 10px;
}
::-webkit-scrollbar-button{
	display: none;
}
::-webkit-scrollbar-track{
	background-color: #BBBDC0;
}
::-webkit-scrollbar-track-piece{
	background-color: #BBBDC0;
}
::-webkit-scrollbar-thumb{
	background-color: #FFF100;
}
::-webkit-scrollbar-corner{
	display: none;
}
::-webkit-resizer{
	background-color: #FFF100;
}
/*//////////////////////////////////////////////////////*/

div#loadingDiv{ /*ALL*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 5;
	background: rgba(47,47,47,0.8);
	display: none;
}
div#loadingDiv img{ /*ALL*/
	position: relative;
	top: 200px;
	margin: 0 auto;
	width: 100px;
}
div#mainDiv{ /*ALL*/
	position: relative;
	top: 20px; 
	min-height: 512px;
	height: 94%; 
	min-width: 1100px;
	width: 94%;	
	margin: 0 auto;
	border-top: 5px solid #1F1F20;
	border-bottom: 5px solid #1F1F20;
}
div#headerDiv{ /*ALL*/
	position: relative;
	min-height: 70px;
	height: 15%;
	min-width: 1100px;
	width: 100%;
	background: url('/images/logo_ninelink.png') no-repeat 0px 30px;
}
div#menuDiv{ /*ALL*/
	position: absolute;
	right: 0px;
	top: 33px;
	z-index: 3;
	min-height: 30px;
	min-width: 875px;
}
div.menuBtn{ /*ALL*/
	position: relative;
	float: left;
	width: 14.2%;
	height: 30px;
	overflow: hidden;
}
div#menuHomeBtn{ /*ALL*/
	background-image: url('/images/home_btn_up.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuUsersManagementBtn{ /*ALL*/
	background-image: url('/images/users_managment_btn_up.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
div#menuUsersBtn{ /*ALL*/
	background: url('/images/users_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuProfilesBtn{ /*ALL*/
	background: url('/images/profiles_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuCollaboratorsManagementBtn{ /*ALL*/
	background-image: url('/images/collaborators_managment_btn_up.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
div#menuCollaboratorsBtn{ /*ALL*/
	background: url('/images/collaborators_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuContractsBtn{ /*ALL*/
	background: url('/images/contracts_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuEarningsBtn{ /*ALL*/
	background: url('/images/earnings_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuVacationsBtn{ /*ALL*/
	background: url('/images/vacations_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuEquipmentsBtn{ /*ALL*/
	background: url('/images/equipments_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuClientsManagementBtn{ /*ALL*/
	background-image: url('/images/clients_managment_btn_up.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
div#menuClientsBtn{ /*ALL*/
	background: url('/images/clients_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuClientsUsersBtn{ /*ALL*/
	background: url('/images/clients_users_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuDomainsBtn{ /*ALL*/
	background: url('/images/domains_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuProposalsBtn{ /*ALL*/
	background: url('/images/proposals_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuTransactionsBtn{ /*ALL*/
	background: url('/images/transactions_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuProjectsManagementBtn{ /*ALL*/
	background-image: url('/images/projects_managment_btn_up.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
div#menuCalendarBtn{ /*ALL*/
	background: url('/images/calendar_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuProjectsBtn{ /*ALL*/
	background: url('/images/projects_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuProjectsFilesBtn{ /*ALL*/
	background: url('/images/projects_files_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuTasksBtn{ /*ALL*/
	background: url('/images/tasks_btn.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuConfigurationsBtn{ /*ALL*/
	background-image: url('/images/configurations_btn_up.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div#menuNotificationsBtn{ /*ALL*/
	background-image: url('/images/notifications_btn_up.png');
	background-repeat: no-repeat;
	background-position: center -2px;
}
div.submenuBtn{ /*ALL*/
	position: relative;
	float: center;
	top: 30px;
	min-width: 125px;
	height: 30px;
	cursor: pointer;
}
div#sessionDiv{ /*ALL*/
	position: relative;
	float: left;
	text-align: left;
	width: 185px;
	height: 350px;
}
div#sessionDiv .button{ /*ALL*/
	position: absolute;
	top: 360px;
	left: 0px;
}
div#sessionNameDiv{ /*ALL*/
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	background: #F1F1F2;
}
div#sessionNameDiv > span{ /*ALL*/
	position: relative;
	float: left;
	top: 5px;
	left: 10px;
	color: #808284;
}
div#sessionPhotoDiv{ /*ALL*/
	position: relative;
	float: left;
	width: 185px;
	height: 310px;
	overflow: hidden;
	background-color: #FFF;
}
div#sessionPhotoDiv img{ /*ALL*/
	position: relative;
	height: 310px;
}
div#sessionPhotoDiv div{ /*ALL*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('/images/photo_frame.png') 0px 0px no-repeat; 
	z-index: 2;
}
div#photoDiv{ /*COLLABORATORS*/
	position: relative;
	width: 255px;
	height: 427px;
	left: 20px;
	border: 2px solid #FFF100;
	overflow: hidden;
}
div#photoDiv img{ /*COLLABORATORS*/
	position: relative;
	height: 100%;
}
div#contentDiv{ /*ALL*/
	position: relative;
	float: left;
	left: 40px;
	min-height: 470px;
	min-width: 875px;
	background: #FAFBFB;
	overflow: hidden;
}
div#listDiv{ /*ALL*/
	position: relative; 
	float: left;
	top: 30px;
	width: 298px; 
	height: 80%;
	overflow-y: auto;
}
div.listMenuItem{ /*ALL*/
	position: relative;
	float: left;
	left: 20px;
	width: 260px;
	height: 30px;
	border-bottom: 1px solid #666;
}
div.listMenuItem > a{ /*ALL*/
	position: absolute;
	float: left;
	left: 6px;
	bottom: 2px;
	text-decoration: none;
	color: #666;
	font-size: 10pt;
}
div.listMenuItem > span{ /*TRANSACTION*/
	position: absolute;
	float: left;
	right: 6px;
	bottom: 2px;
	text-decoration: none;
	font-size: 10pt;
}
div.listBorder{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	position: absolute;
	top: 20px;
	bottom: 0;
	width: 258px;
}
div.listSelected{ /*ALL*/
	background-color: #FFF100;
}
div.listInactive{ /*USERS, COLLABORATORS*/
	background-color: #E8E8E8;
	border-bottom: 1px solid #BBB;
}
div.listInactive > a{ /*USERS, COLLABORATORS*/
	color: #999;
}
div.listInactive > div{ /*USERS, COLLABORATORS*/
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
div#subcontentDiv{ /*ALL*/
	position: relative; 
	left: 0px;
	top: 30px;
	margin-right: 4px;
	height: 90%;
	border-left: 2px solid #FFF100;
	overflow-y: auto;
}
div#buttonsDiv{ /*ALL*/
	position: absolute;
	float: right;
	width: 115px;
	right: 20px;
	bottom: 1px;
}
div#configurationsButtonsDiv{ /*CONFIGURATIONS*/
	position: absolute;
	float: right;
	width: 115px;
	right: 20px;
	bottom: 20px;
}
div#footerDiv{ /*ALL*/
	position: absolute;
    left: 0px;
    bottom: 0px;
    height: 70px;
    width: 185px;
    text-align: left;
}
div#loginDiv{ /*LOGIN*/
	position: absolute;
	width: 252px;
	height: 267px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    border: 5px #FFF100 solid;
    text-align: left;
}
div#loginUsernameDiv{ /*LOGIN*/
	position: absolute;
	top: 70px;
	left: 16px;
	width: 215px;
	height: 30px;
	border: 2px #BBBDC0 solid;
	overflow: hidden;
}
div#loginPasswordDiv{ /*LOGIN*/
	position: absolute;
	top: 110px;
	left: 16px;
	width: 215px;
	height: 30px;
	border: 2px #BBBDC0 solid;
	overflow: hidden;
}
div.inputDiv{ /*ALL*/
	position: relative;
	float: left;
	width: 250px;
	height: 25px;
	border: 2px solid #FFF100;
	overflow: hidden;
}
div.inputSmallDiv{ /*ALL*/
	position: relative;
	float: left;
	left: 1px;
	width: 80px;
	height: 25px;
	border: 2px solid #FFF100;
	overflow: hidden;
}
div.readonlyDiv input{ /*CONFIGURATIONS*/
	background-color: #E8E8E8;
}
div.dateDiv{ /*VACATIONS*/
	width: 120px;
}
div.timeDiv{ /*VACATIONS*/
	width: 120px;
	left: 5px;
}
div.notificationsSelect, .proposalsSelect{ /*NOTIFICATIONS, PROPOSALS*/
	position: relative;
	float: left;
	left: 22px;
}
div.textareaDiv{ /*ALL*/
	position: relative;
	width: 250px;
	height: 100px;
	border: 2px solid #FFF100;
	overflow: hidden;
}
div.radioDiv{ /*ALL*/
	position: relative; 
	float: left;
	left: 2px;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
div.checkboxDiv{ /*ALL*/
	position: relative; 
	float: left;
	left: 2px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url('/images/checkbox_up.png') 0px 0px no-repeat;
}
div.fileMessageDiv{ /*ALL*/
	color: #00743C;
	font-size: 8pt;
}
div#projectsColorDiv{ /*PROJECTS, TASKS*/
	position: relative;
	float: left;
	left: 5px;
	width: 25px;
	height: 25px;
	border: 2px solid #FFF100;
}
div#previewProjectsColorDiv{ /*PROJECTS, TASKS*/
	position: relative;
	float: left;
	left: 5px;
	width: 20px;
	height: 20px;
	border: 2px solid #E8E8E8;
}
div.displayDiv{ /*ALL*/
	position: relative;
	width: 250px;
	max-width: 250px;
	height: 25px;
	border: none;
	background: #E8E8E8;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 6px; 
	overflow-x: hidden; 
	overflow-y: visible;
	word-wrap: break-word;
}
div.displaySmallDiv{ /*ALL*/
	position: relative;
	left: 2px;
	width: 80px;	
	height: 25px;
	border: none;
	background: #E8E8E8;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 6px;
}
div#configurationsMainDiv{ /*CONFIGURATIONS*/
	position: relative;
	float: left;
	left: 20px;
	border-left: 1px solid #FFF100;
	border-bottom: 1px solid #FFF100;
	border-right: 1px solid #FFF100;
	min-height: 400px; 
	min-width: 530px;
	background-color: #FFF; 
	z-index: 2;
}
div.configurationsHeaderDiv{ /*CONFIGURATIONS*/
	position: relative;
	float: left;
	left: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #FFF100;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #DDC700;
	height: 30px; 
}
div.configurationTabs2{ /*CONFIGURATIONS*/
	width: 264px;
}
div.configurationTabs3{ /*CONFIGURATIONS*/
	width: 175.5px;
}
div.configurationTabs4{ /*CONFIGURATIONS*/
	width: 131.1px;
}
div.configurationTabs5{ /*CONFIGURATIONS*/
	width: 104.5px;
}
div.configurationsHeaderSelectedRight{ /*CONFIGURATIONS*/
	background-color: #FFF;
	border-left: 1px solid #FFF100;
	border-right: 1px solid #FFF100;
	border-top: 1px solid #FFF100;
	border-bottom: 1px solid #FFF;
	box-shadow: -10px 0 30px #444;
	z-index: 2;
}
div.configurationsHeaderSelectedCenter{ /*CONFIGURATIONS*/
	background-color: #FFF;
	border-left: 1px solid #FFF100;
	border-right: 1px solid #FFF100;
	border-top: 1px solid #FFF100;
	border-bottom: 1px solid #FFF;
	box-shadow: 5px 0 30px #444;
	z-index: 2;
}
div.configurationsHeaderSelectedLeft{ /*CONFIGURATIONS*/
	background-color: #FFF;
	border-left: 1px solid #FFF100;
	border-right: 1px solid #FFF100;
	border-top: 1px solid #FFF100;
	border-bottom: 1px solid #FFF;
	box-shadow: 10px 0 30px #444;
	z-index: 2;
}
div#configurationsContentDiv{ /*CONFIGURATIONS*/
	position: relative;
	margin: 20px 20px -5px 20px;
}
div#configurationsContentDiv span{ /*CONFIGURATIONS*/
	position: relative;
	float: left;
	left: 2px;
	color: #2F2F2F;
	font-weight: bold;
	font-size: 10pt;
}
div#homeInfoDiv{ /*HOME*/
	position: relative;
	margin: 40px auto;
	width: 90%;
	height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}
div#homeInfoDiv div{ /*HOME*/
	position: relative;
	width: 100%;
	min-height: 85px; 
	text-align: left;
	background: url('/images/info_icon.png') 0 0 no-repeat #F1F1F2;
}
div#homeInfoDiv div span{ /*HOME*/
	font-weight: bold;
	font-size: 14pt;
}
div#homeInfoDiv div p{ /*HOME*/
	position: relative;
	float: left;
	left: 85px;
	top: 10px;
	margin: 0px;
}
div#homeInfoDiv div a{ /*HOME*/
	color: #000;
}
div#homeInfoDiv div a:hover{ /*HOME*/
	text-decoration: underline;
}
div#messageDiv{ /*ALL*/
	position: fixed;
	margin: 0 auto;
	bottom: 0px;
	width: 100%;
    background: rgba(47,47,47,0.8);
    overflow: hidden;
    text-align: center;
    color: #FFF;
    z-index: 5;
    cursor: pointer;
}
div#transactionsDiv, #proposalsDiv{ /*TRANSACTION, PROPOSALS*/
	position: relative;
	left: 20px;
	width: 710px;
}
div#transactionsContentTableDiv, #proposalsContentTableDiv{ /*TRANSACTION, PROPOSALS*/
	position: relative;
	width: 100%;
	height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
}

iframe{ /*PROJECTS-FILES*/
	width: 90%;
	height: 460px;
	border: none; 
	overflow: hidden;
}

table#mainTable{ /*ALL*/
	position: relative;
	left: 20px;
	text-align: left;
	border-collapse:separate;
	border-spacing: 0px 5px;
}
table#mainTable span, #summaryTable span{ /*ALL*/
	position: relative;
	float: left;
	left: 2px;
	color: #2F2F2F;
	font-weight: bold;
	font-size: 10pt;
}
table#mainTable label{ /*ALL*/
	position: relative;
	float: left;
	left: 2px;
	top: 8px;
	color: #2F2F2F;
	font-weight: bold;
	font-size: 10pt;
}
table.transactionsTable, .proposalsTable{ /*TRANSACTIONS, PROPOSALS*/
	position: relative;
	text-align: left;
	border-collapse:separate;
	border-spacing: 0px 5px;
}
table#summaryTable{ /*ALL*/
	position: absolute;
	top: 0px;
	right: 20px;
	text-align: left;
	border-collapse:separate;
	border: 2px solid #FFF100;
}
table.projectfilesTable{ /*PROJECTS-FILES*/
	margin: 0 auto;
}
table#calendarTable{ /*CALENDAR*/
	position: relative;
	float: left;
	left: 20px;
	border: none;
	font-weight: bold;
	font-size: 10pt;
}
table#calendarTable span{ /*CALENDAR*/
	font-size: 16pt; 
}
table#calendarTable td{ /*CALENDAR*/
	width: 96px;
	overflow: hidden;
}
table#calendarTable div{ /*CALENDAR*/
	width: 100%; 
	height: 18px; 
	color: #000; 
	cursor: pointer; 
	overflow: hidden; 
}
td.calendarHeaderTd{ /*CALENDAR*/
	height: 30px;
	background-color: #FFF100;
}
td.calendarBodyTd{ /*CALENDAR*/
	height: 75px;
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
	border: 2px solid #FAFBFB;
	background-color: #424242; 
}
td.calendarCurrentDayTd{ /*CALENDAR*/
	background-color: #252525; 
}
td.profilesModuleTd{ /*PROFILES*/
	width: 150px;
	border-bottom: 2px solid #000;
	font-size: 12pt;
	font-weight: bold;
}
td.profilesHeaderTd{ /*PROFILES*/
	width: 70px;
	border-bottom: 2px solid #000;
	font-size: 12pt;
	padding-left: 6px;
}
td.photoTd{ /*COLLABORATORS*/
	vertical-align: top;
}
td#proposalsHistoryTd{ /*PROPOSALS*/
	display: none;
}
td.transactionsHeaderTd, .proposalsHeaderTd{ /*TRANSACTIONS, PROPOSALS*/
	border-bottom: 2px solid #000;
	font-size: 12pt;
	font-weight: bold;
	padding-right: 5px;
	width: 24px;
}
td.transactionsBodyTd, .proposalsBodyTd{ /*TRANSACTIONS, PROPOSALS*/	
	font-size: 10pt;
	width: 20px;	
	padding-right: 5px;
}
td.transactions130Td, .proposals130Td{ /*TRANSACTIONS, PROPOSALS*/	
	width: 130px;	
}
td.transactions230Td, .proposals230Td{ /*TRANSACTIONS, PROPOSALS*/
	width: 230px;
	max-width: 230px;
}
td.transactions80Td{ /*TRANSACTIONS*/	
	width: 80px;
}
tr.transactionsBodyTr, .proposalsBodyTr{ /*TRANSACTIONS, PROPOSALS*/	
	background: #E8E8E8;
}

img{ /*ALL*/
	text-decoration: none; 
	border: none;
}
img#loginTitleImg{ /*LOGIN*/
	position: absolute;
	top: 30px;
	left: 0px;
}
img#welcomeImg{ /*HOME*/
	position: relative;
	top: 30px;
}
img#createBtn, #returnBtn{ /*ALL*/
	position: absolute;
	bottom: 20px;
	left: 164px;
}
img#cancelBtn, #editBtn{ /*ALL*/
	position: relative;
	float: right;
}
img.fileBtn{ /*ALL*/
	position: relative;
	left: -2px;
	cursor: pointer;
}
img.calendarPlusImg{ /*CALENDAR*/
	position: relative; 
	float: right; 
	right: 8px; 
	top: 3px;
}
img.configurationsRemoveSpan{ /*CONFIGURATIONS*/
	position: relative;
	float: left;
	top: 3px;
	left: 2px;
}
img.configurationsAddSpan{ /*CONFIGURATIONS*/
	position: relative;
	float: left;
	top: -2px;
	left: 234px;
}
img#errorImg{ /*ERRORS*/
	position: absolute;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
img#proposalsHistoryArrow{ /*PROPOSALS*/
	position: relative;
	left: 5px;
	cursor: pointer;
}
img#findBtn{ /*ALL*/
	position: relative;
	left: 5px;
	top: 2px;
	cursor: pointer;
}

select{ /*ALL*/
	width: 270px;
	height: 100%;
	border: none; 
	outline: none;
	background: url('/images/select_arrow.png') 220px 0px no-repeat #FFF;
	/*-webkit-appearance: none; /* Safari and Chrome - remover a seta*/
	/*text-indent: 0.01px; /* firefox - remover a seta*/
    /*text-overflow: '';	/* firefox - remover a seta*/
}
select#vacationsTimeStartInput, #vacationsTimeEndInput{ /*VACATIONS*/
	width: 140px;
	background: url('/images/select_arrow.png') 90px 0px no-repeat #FFF;
}
select#smallSelectInput{ /*CONFIGURATIONS*/
	width: 100px;
	background: url('/images/select_arrow.png') 55px 0px no-repeat #FFF; 
}
textarea{ /*ALL*/
	width: 100%;
	height: 100%;
	border: none; 
	outline: none;
	resize: none;
}
input{ /*ALL*/
	width: 100%;
	height: 100%;
	border: none; 
	outline: none;
}
input[type=radio], input[type=checkbox]{ /*ALL*/
    display: none; 
}
input[type=radio] + div{ /*ALL*/
    background: url('/images/radiobutton_up.png') 0px 0px no-repeat;
}
input[type=radio]:checked + div{ /*ALL*/ 
   	background: url('/images/radiobutton_down.png') 0px 0px no-repeat;
}
input[type=checkbox] + div{ /*ALL*/
    background: url('/images/checkbox_up.png') 0px 0px no-repeat;
}
input[type=checkbox]:checked + div{ /*ALL*/ 
   	background: url('/images/checkbox_down.png') 0px 0px no-repeat;
}
input[type=checkbox]:checked:disabled + div{ /*ALL*/ 
   	background: url('/images/checkbox_disabled.png') 0px 0px no-repeat;
}
input[type=file]{ /*ALL*/
	position: absolute;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
input#loginBtn{ /*LOGIN*/
	position: absolute;
	top: 180px;
	left: 34px;
	width: 184px; 
	height: 51px;
	background: url('/images/login_btn_up.png');
	cursor: pointer;
}
input#saveBtn{ /*ALL*/
	position: relative;
	float: right;
	width: 115px; 
	height: 31px;
	background: url('/images/save_btn_up.png');
	cursor: pointer;
}
input#deleteBtn{ /*ALL*/
	position: relative;
	float: right;
	width: 115px; 
	height: 31px;
	background: url('/images/delete_btn_up.png');
	cursor: pointer;
}
input#nextBtn{ /*ALL*/
	position: relative;
	width: 115px; 
	height: 31px;
	background: url('/images/next_btn_up.png');
	cursor: pointer;
}
input#smallDeleteBtn{ /*TRANSACTIONS*/
	position: relative;
	width: 22px; 
	height: 22px;
	background: url('/images/small_delete_btn.png');
	cursor: pointer;
}

p#copyrightParagraph{ /*ALL*/
	font-family: Calibri;
	color: #FFF;
	font-size: 12pt;
	line-height: 6px;
}

a{ /*ALL*/
	text-decoration: none;
}
a.calendarDayLink{ /*CALENDAR*/
	position: relative;
	left: 4px;
	color: #FFF;
	text-decoration: none;
}
a.calendarDayLink:hover{ /*CALENDAR*/
	text-decoration: underline;
}
a.configurationsHeaderLink{ /*CONFIGURATIONS*/
	position: relative;
	top: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

ul{ /*ALL*/
	padding: 0;
    list-style-type: none;
    text-align: left;
}

.redColorTd{ /*TRANSACTIONS*/	
	color: #009344;
}
.greenColorTd{ /*TRANSACTIONS*/	
	color: #BE1E2D;
}
.hidden{ /*ALL*/
	display: none;
}
.button, .configurationsAddSpan, .configurationsRemoveSpan{ /*ALL, CONFIGURATIONS*/
	cursor: pointer;
}
.tab{ /*home*/
	padding-left:5em;
}