body
{
	margin: 		0;
	padding: 		0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 		12px;
}

img
{
	border:			0;
}

/* PAGE CONTENT */

	#pageContent
	{
		margin: 15px 0 0 0;
	}
	
	
/* PAGE CONTENT */


/* APP PATH */

#appPath
{
	border-bottom: 	1px solid silver;
	background: 	#F5F5F5;	
	padding: 		5px;
	height: 		17px;
}

#appPath #pathInfo
{
	float: left;
}

#appPath #userInfo
{
	float: right;
}

#appPath #pageTitle
{
	font-size: 		12px;
	font-weight:	bold;
}

/* APP PATH */


/* APP MESSAGE */

#appMessage
{
	position: 		absolute;
	width: 			100%; 
	text-align: 	center; 
	z-index:		1000; 
	text-align: 	center;
	top: 			100px;
}

#appMessageContainer
{
	width: 			400px; 
	background: 	#F5F5F5; 
	padding: 		20px;
	padding-top: 	10px; 
	border: 		1px solid silver; 
	margin-bottom: 	10px;
	margin: 		0 auto;
	font-size: 		12px;
	line-height:    15px;
}

#appMessageClose
{
	margin-top: -5px;
	margin-bottom: 5px;
	margin-right: -5px;
	text-align: right;
}

#appMessageClose img
{
	cursor: 		hand;
}

/* APP MESSAGE */


/* PREVIEW */

h1.post_title
{
	font-size: 14px;
}

div.post_header
{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5em;
}

div.post_body
{
	line-height: 1.5em;
}

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

/* STATYSTYKI */

div#statsContainer
{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	
}

div#statsContainer h1
{
	font-size: 15px;
}

div#statsContainer h2
{
	font-size: 13px;
}

div#statsContainer .mark
{
	color: red;
}

table.info
{
	background: silver;
	font-size: 12px;
	width: 	400px;
}

table.info th
{
	background: 	url('/var/img/grid/table_header.gif') repeat-x; 
	padding: 		5px;
}

table.info td
{
	background: white;
	padding: 2px;
}

.mark
{
	font-weight: bold;
	color: red;
}


h1
{
	font-size: 16px;
}


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


#app_logo
{
	text-align: center;
	margin-top: 25px;
}


/* TABLE document */

table.document
{
	width: 600px;
	background: gray;
	text-align: left;
}

table.document th
{
	background: #F5F5F5;
	padding: 5px;
}

table.document td
{
	background: white;
	padding: 5px;
}

table.document td.label
{
	font-weight: bold;
	text-align: left;
	width: 200px;
}

table.document td.data
{
}

#g-stats {
	width: 600px;
	border: 1px solid silver;
	margin-top: 10px;
}

#g-stats h2 {
	font-size: 14px;
	text-align: left;
	padding: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#g-stats p {
	width: 100%;
	text-align: left;
	padding: 5px;
	padding-top: 0;
	margin-top: 5px;
}

.tooltip {
	cursor: help;
}

div#astellasInfo {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	margin: 0 auto;
	margin-bottom: 25px;
	margin-top: 25px;
	font-size: 11px;
}

#astellasInfo p {
	text-align: center;
	padding: 	10px;
	width: 100%;
}


table.stats {
	font-family: microsoft sans serif;
}

table.stats td {
	padding: 3px;
}

table.stats th {
	text-align: left;
	font-size: 13px;
	padding: 3px;
	padding-left: 0px;
	border-bottom: 1px solid gray;
}

table.stats td.sum {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

table.stats td.sum_red {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	font-weight: bold;
	color: red;
}


/* AUTOCOMPLETE */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

table.ucb_menu {
	background: gray;
	font-size: 11px;
	font-family: Microsoft Sans Serif;	
	margin-bottom: 15px;
}

table.ucb_menu td {
	background: white;
	padding: 5px;
}

table.ucb {
	font-size: 11px;
	font-family: Microsoft Sans Serif;
	width: 100%;
	background: gray;
}

table.ucb th,
table.ucb td {
	background: white;
	padding: 3px;
}

table.ucb th {
	background: #F0F0F0;
}

table.ucb th.sub {
	background: #D0D0D0;
	font-size: 13px;
	text-align: left;
}

table.ucb tr.sel td {
	font-weight: bold;
	border: 1px solid #D5D5D5;
}

table.ucb tr.percent td {
	font-style: italic;
	color: gray;
}

table.ucb tr.sum td {
	font-weight: bold;
	background: #F1F1F1;
}

table.fleurBox {
	width: 800px;
	font-family: microsoft sans serif;
	font-size: 12px;
}


table.fleurBox td {
	padding: 5px;
}


table.fleurBox th {
	padding: 5px;
	background: silver;
}

table.fleurBox input {
	border: 1px solid gray;
	font-family: microsoft sans serif;
	font-size: 12px;
}


table.fleurBox textarea {
	border: 1px solid gray;
	font-family: microsoft sans serif;
	font-size: 12px;
	width: 390px;
}

table.fleurBox div.footer {
	text-align: center; 
	border: 1px solid silver;
	padding: 5px;
	margin-top: 10px;
}


/* CATL */

table.catl {
	width: 1200px;
	background: silver;
}

table.catl th {
	padding: 5px;
	background: #BBD3F5;
}

table.catl td {
	padding: 3px;
	background: white;
}

table.catl tr.headers td {
	text-align: center;
}

table.catl td input.text{
	width: 80px;
	padding: 0px;
	margin: 0px;
}

table.catl td input.textSmall{
	width: 50px;
}

table.catl td input.file{
	width: 150px;
	font-size: 10px;
}

table.catl td input.submit{
	font-size: 10px;
}



/* SERVIER */

#quiz_holder {
}

.servier_hidden {
	display: none;
}

.servier_open {
	display: block;
}

.servier_textarea {
	margin-left: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px !important;
	
}

.servier_dialog {
	width: 350px;
	font-style: italic;
}

#systemMessagesLink {
	color: black;
}

#systemMessagesLink:hover {
	text-decoration: underline;
}

#systemMessagesLink b{
	color: gray;
}

table.storage_report_months {
	border-bottom: 1px solid gray;
}

table.storage_report_months td {
	font-size: 12px;
	background-color: white;
}

table.storage_report_months td a{
	font-size: 12px;
	color: black;
	display: block;
	padding: 5px; 
}

table.storage_report_months td b{
	font-size: 16px;
}

table.storage_report_months td.active_month {
	background-color: gray;
	color: white;
	font-weight: bold;
}

table.storage_report_months td.active_month a {
	color: white;
}

table.storage_report_data_table {
	font-size: 12px;
	margin-top: 25px; 
}

table.storage_report_data_table td {
	height: 30px;
}

table.storage_report_data_table td input{
	width: 70px;
	font-size: 11px;
}

table.storage_report_data_table td.sub_header {
	padding: 5px;
	background: silver;
	font-weight: bold;
}

table.storage_report_data_table.small {
	font-size: 10px;
	padding: 2px;
}



table.grouping_table td {
	padding: 0px;
	margin: 0px;
}

#special{
	text-align: center;
	font-size: 15px;
}

.cart_product_input {
	width: 50px;
	border: 1px solid gray;
}

.cart_product_submit {
	width: 50px;
}


.cart_product_delete {
	color: red;
}

.cart_form {
	margin-top: 15px;
}

table.cart_order_container td,
table.cart_order_agency td{
	border: 0px solid white !important;
}


#appMenu {
	color: #DCDCDC;
	font-weight: 900;
}
