* {
margin:0;
padding:0;
outline:none;
}

/* General Style Info */
body {
	background-color: #004A00;
	color: #fff;
	font-family: "frutiger linotype", "lucida grande", "helvetica", "arial", sans-serif;
	font-size: 76%;
}
a { color: #003d4c; text-decoration: underline;}
a:hover {color: #003d4c;text-decoration:none;}
a img {border:none;}
em {font-size: 12px;}

h1, h2, h3, h4 {background-color: #fff;font-weight:normal;}
h1 {color: #003d4c;font-size: 180%;	margin: 0.3em 0;}
h2 {color: #2C6877;font-size: 180%;	margin: 0.3em 0;padding-top: 1em;}
h3 {color: #c6c65b;font-size: 140%; padding-top: 2em;}
h4 {color: #c6c65b;font-weight: normal;padding-top: 0.5em;}
ul, li {margin: 0 12px;}

.gray{color:#8C8C8C}
.green{color:#005300;}
.green2{color:#009900;}


/* Layout */
/*==========================================================================*/
#container {
	text-align: left;
	width:1250px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header{
	/*background-color: #004A00;*/
	padding-left: 10px;

	height: 37px;
}
#header h1 { 
	color: #ffffff;
	background: url('../img/logo2.gif') no-repeat;
	background-position: 10px 5px;
	padding: 25px 10px;
	height: 30px;
	margin-right: 0px;
	margin-left:auto;
	margin-bottom:0px;
	width:200px;
}
#header h1 a { 
	color: #ffffff;
	background: #2C6877;
	text-decoration: none;
}
#header h1 a:hover { 
	color: #ffffff;
	background: #003d4c;
	text-decoration: none;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 0px 20px 20px 20px;
	overflow: auto;
	border: 3px solid black;
}
#footer {
	clear: both;
	text-align: center;
	padding-top:10px;
	color:#ffffff;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #E9E9E9;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding: 0 6px;
}
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	margin-top: 0;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
form div {
	border: 1px solid #ddd;
	clear: both;
	margin-bottom: 1em;
	padding: .8em 2em 1em 1.4em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	background: #f2f2f2;
	font-weight: bold;
}
form div.optional, form div.input {
	background: #f6f6f6;
	color: #444;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 14px;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 14px;
	width: 100%;
	border: 1px solid #bbb;
}

input:active, textarea:active, input:focus, textarea:focus{
	border:1px solid #444;
}

select {
	clear: both;
	font-size: 14px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 14px;
	padding: 0 0.3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 0 .4em;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 18px;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0.5em;
	margin: 1em 0;
}

/* Actions */
div.actions {
	position: absolute;
	top: 15px;
	left: 20px;
	text-align: left;
}
div.actions ul {
	margin: 0;
	padding: 2px 6px;
	list-style-type: none;
	display: inline;
}
div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 1px;
}
div.actions ul li a{
	background: #FFCC00;
	border: 0px solid #000000;
	border-width: 1px 1px 0px 2px;
	color: #000;
	padding: 3px 8px;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
}
div.actions ul li a:hover {
	background:#fff;
	color: #003d4c;
}

/* Related */
div.related {
	clear: both;
	display: block;
}
div.related div.actions {
	position: relative;
	top: 4px;
	left: 0;
	text-align: left;
}
div.related div.actions ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.related div.actions li {
	list-style-type: none;
	margin: 0 0 4px 0px;
	padding: 0;
}
div.related div.actions ul li a{
	background:#fff;
	color: #2C6877;
	padding: 0;
	text-decoration: underline;
}
div.related div.actions ul li a:hover {
	background:#fff;
	color: #2C6877;
	text-decoration: none;
}

/* Other */
pre {
	padding: 1em;
}

#tbl_title{
	margin-top:20px;
}

#tbl_title, #tbl_title td{
	border:none;
	padding:0;
	vertical-align:middle;
	color:#afafaf;
	font-weight:400;
}


#tbl_title h2, #tbl_title a,  #tbl_title b{
	color: #003d4c;
	font-size:24px;
	font-weight:900;
	text-decoration:none;
}

#tbl_title a:hover{
	color:black;
}







/*============================ ACTIONS 2 ============================*/


.actions2{width::100%; margin-top:10px; margin-bottom:0px; border:0px; background:none}
.actions2 td{text-align:left; vertical-align:middle; border:none}
.actions2 td.link{text-align:right;}
.actions2 a{
	font-size:16px;
	color:black;
	font-weight:900;
	text-decoration:none;
}
.actions2 a:hover{
	text-decoration:underline;
}

.actions2 ul{
	padding:0; margin:0;
}

.actions2 ul li{
	float:right;
	list-style:none;
	margin:0;
	border:1px solid #535353;
	margin-left:15px;
	background-color:#E4E4E4;
	height:19px;
	padding-top:3px;
	-moz-border-radius: 10px 10px 10px 0px;
}

.actions2 ul li.selected{
	background-color:#FFCC00;
}

.actions2 ul li:hover{
	background-color:#D1D1D1;
}

.actions2 ul li a{
	padding:6px;
	font-size:14px;
	color:#535353;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
}

.actions2 ul li a:hover{
	text-decoration:none;
	color:black;
}

.actions2 ul li.divider{
	border:none;
	background:none;
	width:100px;
}




#side_form_close{
	opacity: 0.6;
	padding:3px;
}

#side_form_close:hover{
	opacity: 1;
}


.machinesOrdersTasks td.a_scheduled b{color:#009900;}

.machinesOrdersTasks td.check{padding:4px 0 0 2px;}

.machinesOrdersTasks input[type=checkbox]{width:14px; height:14px; padding:0px; float:none; margin: 0 auto;}

.machinesOrdersTasks input[type=button] {width:auto;padding:2px}


.div_order h2{margin-top:0px;}

#priority_table{border:1px solid #999999}
#priority_table input[type=radio]{margin-left:5px; width:auto; display:inline;}
#priority_table br{margin-bottom:20px;}

td.actions{background-color:#E6FFB7}
td.actions:hover{background-color:#C7FF5E; cursor:pointer}
td.actions.selected{background-color:#C7FF5E; cursor:pointer; border:2px solid black;}



/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../img/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}


#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}


#JT_close_left a, #JT_close_right a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
	padding:4px;
}


#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

/*=====================================================================================*/


#side_form{
	width:400px;
	height:100%;
	display:none;
	background-color: white;
	z-index:300;
	position:absolute;
	left:auto;
	right:0px;
	top:0px;
	border-left:1px solid black;
	padding:20px;
	text-align:right;
}

#my_content{
	text-align:left;
}

/*#side_form #side_form_close{
}*/









.urnik_message, .urnik_message_ok{
	background-color:#FFEEAA;
	color:#000000;
	padding:3px;
	height:20px;
	padding-top:4px;
	display:none;
	position:absolute;
	/*right:5px;*/
	margin-left:auto;
	margin-right:auto; 
	top:60px;
	left:400px;
	width:250px;
	text-align:center;
	border:1px solid #000000;
}

.urnik_message_ok{ background-color:#D2FAB6; color:#07A90C; padding-top:5px;}
.urnik_message_ok img{margin-top:-2px;}
