/*~~~~~~~~~~~~ GLOBAL TAGS ~~~~~~~~~~~~*/
html {
    height: 100%;
}

body {
    height: 100%;
	border: 0px;
	margin: 0px;
	font-family: Calibri;
	font-size: 14px;
}

hr {
    border-bottom: 1px solid #666666;
    width: 95%;
    text-align: center;
    height: 0; 
}

a {
	color: #007DCD;
	text-decoration: none;
    cursor: pointer;
}

img {
	border: 0px;
}

table tr.header {
    font-size: 17px;
    color: #580A63;
    padding: 4px;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/*~~~~~~~~~~~~ HEADER TAGS ~~~~~~~~~~~~*/
a.header {
    font-size: 15px;
    text-decoration: underline;
}

a.admin_header {
    color: green;
    font-size: 15px;
    text-decoration: underline;
}

table.header {
    padding-bottom: 5px;
}

/*~~~~~~~~~~~~ NAVIGATION TAGS ~~~~~~~~~~~~*/
a.navigation {
    font-size: 15px;
    text-decoration: none;
    padding-left: 5px;
}

/*~~~~~~~~~~~~ LOGIN TAGS ~~~~~~~~~~~~*/
div.login {
	text-align: center;
	padding: 20px;
	width: 350px;
	height: 140px;
	background-color: #F0EDED;
	border: 1px solid;
	margin: 20% auto;
}

span.login {
	height: 30px;
	display: block;
}

/*~~~~~~~~~~~~ DATA BOX TAGS ~~~~~~~~~~~~*/
div.data_box_header {
    font-size: 16px;
    color: #580A63;
    padding: 2px;
    font-weight: bold;
    text-align: left;
    background-color: #E5E4E4;
    border: 2px solid #666666;
}

div.data_box {
    padding: 5px;
    text-align: left;
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;
    border-right: 2px solid #666666;
}

/*~~~~~~~~~~~~ SUB DATA BOX TAGS ~~~~~~~~~~~~*/
div.sub_data_box_header {
    font-size: 16px;
    color: #000000; /*#580A63;*/
    padding: 2px;
    font-weight: bold;
    text-align: left;
    background-color: #A0CA81; /*#E5E4E4;*/
    border: 2px solid #666666;
}

div.sub_data_box {
    padding: 5px;
    text-align: left;
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;
    border-right: 2px solid #666666;
}

/*~~~~~~~~~~~~ JOBS TAGS ~~~~~~~~~~~~*/
div.job_data {
    text-align: left;
    padding: 2px;
    border-top: 2px dotted #CDCDCD;
    color: #555555;
}

div.job_data:hover {
    cursor: pointer;
    background-color: #F0F0F0;
}

span.job_data_main_element {
    font-size: 16px;
    font-weight: bold;
}

span.job_data_sub_element {

}

/*~~~~~~~~~~~~ CUSTOMERS TAGS ~~~~~~~~~~~~*/
div.customer_data {
    text-align: left;
    padding: 2px;
    border-top: 2px dotted #CDCDCD;
}

div.customer_data:hover {
    cursor: pointer;
    background-color: #F0F0F0;
}

div.customer_sub_data {
    text-align: left;
}

span.customer_data_main_element {
    font-size: 16px;
    font-weight: bold;
}

span.customer_data_sub_element {
    color: #555555;
}

/*~~~~~~~~~~~~ SETTINGS TAGS ~~~~~~~~~~~~*/
div.settings_data {
    text-align: left;
    padding: 2px;
    border-top: 2px dotted #CDCDCD;
}

div.settings_data_header {
    text-align: left;
    padding: 2px;
    background-color: #A0CA81;
    border-top: 2px solid #CDCDCD;
    border-right: 2px solid #CDCDCD;
    border-left: 2px solid #CDCDCD;
}

span.settings_data_main_element {
    font-size: 16px;
    font-weight: bold;
}

span.settings_data_sub_element {
    color: #555555;
}

/*~~~~~~~~~~~~ FOOTER TAGS ~~~~~~~~~~~~*/
div.footer {
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

/*~~~~~~~~~~~~ SYSTEM MESSAGE TAGS ~~~~~~~~~~~~*/
span.message {
	text-align: center;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
    color: #007DCD;
	visibility: hidden;
}

/*~~~~~~~~~~~~ INVOICE TAGS ~~~~~~~~~~~~*/
div.invoice_data_header {
	width: 100%;
    text-align: center;
    font-weight: bold;
    background-color: #E5E4E4;
}

table.invoice_data_header {
    border: 1px solid #000000;
}

div.invoice_data {
	width: 100%;
    text-align: center;
    cursor: pointer;
}

div.invoice_data:hover {
    background-color: #F0F0F0;
}

table.invoice_data {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

div.invoice_data_totals {
	width: 100%;
    font-weight: bold;
    text-align: center;
}

/*~~~~~~~~~~~~ TOGGLE BUTTON TAGS ~~~~~~~~~~~~*/
span.toggle_button {
    color: #580A63;
    padding: 2px;
}