

body {
	background-color:#C4D7ED;
	color:#564B47;
	font-family:sans-serif;
	font-size:12pt;
	font-weight:normal;
}

div.tablescroll {
		overflow:auto;
		max-height:500px;
		
}

div.main {
	background-color:#FFFFFF;
	width:90%;
	min-width:900px;
	margin:0px auto;
	border-radius:10px;
	-moz-border-radius:10px;
	margin-top:20px;
	-webkit-box-shadow: 0px 0px 10px #6a6a6a;
	-moz-box-shadow: 0px 0px 10px #6a6a6a;
}

div.post_it {
    background-color:#FFFF9B;
    width:210px;
    min-height:210px;
    padding:10px;
    margin-right:20px;
    margin-left:20px;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 0px 10px #6a6a6a;
	-moz-box-shadow: 0px 0px 10px #6a6a6a;
	font-family:'Comic Sans MS';
	font-size:20px;
	font-weight:normal;
}

a.header {
	text-decoration:none;
	color:#564B47;
}

div.header {
	width:800;
	padding:20px;
	background:-webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#cdcdcd));
	background: -moz-linear-gradient(top, #EEEEEE, #cdcdcd);
	background-color:#EEEEEE;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	font-size:20pt;
	font-weight:bold;
	letter-spacing:0.2em;
	text-shadow: 1px 1px 2px #fff;
}

div.container {
	padding:20px;
}

div.center {
	text-align:center;
}

div.bold {
	font-weight:bold;
	display:inline;
}

div.error {
	display:inline;
	color:red;
	}
	
div.green {
	display:inline;
	color:yellowgreen;
	}

div.small {
	font-size:10pt;
}

div.export-options {
	padding-top:20px;
	padding-left:60px;
}

div.userinfo {

}

div.color_pallet {
	display:inline-block;
	height:20px;
	width:20px;
	border:1px #333333 solid;
}

h3.green {
	display: inline; 
 	color:yellowgreen;
}

h3.nobreak {
	display: inline; 
}

td.customer_logo_header {
	text-align:right;
}

img {
	border:0;
}

img.export {
	margin-left:15px;
	margin-right:15px;
}

h1 {
	color:;
	font-family:;
	font-size:;
	font-weight:;
	}

h2 {

}

a.green {
	color:yellowgreen;
	font-weight:bold;
	text-decoration:none;
	}

a.green:hover {
	color:yellowgreen;
	font-weight:bold;
	text-decoration:underline;
	}

a.normal {
	color:#8e9bf9;
	text-decoration:none;
	}

a.normal:hover {
	color:#8e9bf9;
	text-decoration:underline;
	}

a.normal_main_color {
	color:#564B47;
	text-decoration:none;
	}

a.normal_main_color:hover {
	color:#564B47;
	text-decoration:underline;
	}

a.error {
	color:red;
	text-decoration:none;
	}

a.error:hover {
	color:red;
	text-decoration:underline;
	}

input.error {
	background-color:transparent;
	font-weight:bold;
	border:0px;
	font-size:12pt;
	color:red;
}

input.error:hover {
	color:red;
	text-decoration:underline;
	}
	
a.white {
	color:white;
	text-decoration:none;
	}

a.white:hover {
	color:white;
	text-decoration:underline;
	}

table.input {
	margin:0px auto;
}

table.input td {
	padding:5px;
}

table.input td.nopadding {
	padding:0px;
}

table.input td.nomargin {
	margin:0px;
}

table.data {
	background-color:#ffffff;
	border-collapse:collapse; padding:20px;
	border:1px #333333 solid;
}

table.data td {
	border:1px #333333 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:1px;
	padding-bottom:1px;
}

table.data tr.head {
	background-color:yellowgreen;
}

table.data tr.data_sep {
	background-color:#d0d0d0;
}

table.data tr.paid {
    background-color:#BEF781;
}

table.data tr.paid_sep {
    background-color:#7BC35A;
}
 
.orange {
	background-color:#f6611e;
}

.yellow {
	background-color:#FFFC17;
}

table.data input {
	margin:5px;
}

table.big_data td {
	background-color:#C4D7ED;
}
#myGallery
{
width: 500px !important;
height: 364px !important;
}

div.text {
	line-height: 1.4;
}

img.slimbox {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	-webkit-box-shadow: 0px 0px 10px #6a6a6a;
	-moz-box-shadow: 0px 0px 10px #6a6a6a;
}

.dta_button {
    background: url('../images/dta-document-64x64.png');
    width: 64px;
    height: 64px;
    border: 0px;
}

.excel_button {
    background: url('../images/document-microsoft-excel-64x64.png');
    width: 64px;
    height: 64px;
    border: 0px;
}

.pdf_button {
    background: url('../images/adobe-pdf-document-64x64.png');
    width: 64px;
    height: 64px;
    border: 0px;
}

div.hidden_content {
	display:inline;
}

.ssl_off {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 13px;
	width:70px;
	letter-spacing:0.0em;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	text-align:center;
}.ssl_off:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.ssl_off:active {
	position:relative;
	top:1px;
}

.ssl_on {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 13px;
	width:70px;
	letter-spacing:0.0em;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
	text-align:center;
}.ssl_on:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}.ssl_on:active {
	position:relative;
	top:1px;
}
