/* Jenergia */

html {
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Lucida, Times;
	color: #52596C;
	background-color: #04AAE0;
	background-image: url("bg_color.jpg");
}

#globalcontainer {
	background-image: url("global_bg.png");
	background-repeat: repeat;
}

#globalinfo {	
	background-image: url("globalinfo_bg.png");
	background-repeat: no-repeat;
	width: 960px;
	height: auto;
	padding-top: 15px;	
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 0;
}

#globalinfo p {
	background: none;
	margin: 0;
	padding-left: 80px;
}

#container {
	background-color: #FFFFFF;
	background-image: url("top_wrp.png");
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;	
}

#contentcontainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#navi {	
	background-image: url("menu_bg.png");
	background-repeat: no-repeat;
	width: 960px;
	height: 307px;
	padding-top: 35px;
}

#navi ul.menu {
	width: 720px;
	list-style-type: none;
	position: relative;
	top: -15px;
	left: 160px;
}

#navi ul.menu li {
	display: inline;
	margin-right: 10px;
	height:35px;	
}

#navi ul.menu li span {
	height:35px;	
	line-height:27px;
	padding-right: 5px;	
	padding-top: 8px;
	padding-bottom: 10px;	
	margin: 0;
	background-image: url("button_navi_end.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

#navi ul.menu li.logout span {
	background-image: url("button_logout_end.jpg");
}

#navi ul.menu li.selected span {
	background-image: url("button_navi_end_selected.jpg");
}

#navi ul.menu li a {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 10px;	
	height: 35px;		
	line-height:27px;
	background-image: url("button_navi_start.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

#navi ul.menu li.logout a {
	background-image: url("button_logout_start.jpg");	
}

#navi ul.menu li.selected a {
	background-image: url("button_navi_start_selected.jpg");	
}

ul.menu2 {
	list-style-type: none;	
	height: 25px;
}

ul.menu2 li {
	display: inline;	
	width: auto;
	font-size: 10pt;
}

ul.menu2 li span {
	height:25px;	
/*	margin-right: 10px; */
	padding-right: 6px;	
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("button_link_blue_end.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

ul.menu2 li.selected span {
	background-image: url("button_link_selected_end.jpg");
}

ul.menu2 li a {	
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 25px;		
	background-image: url("button_link_blue_start.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

ul.menu2 li.selected a {
	background-image: url("button_link_selected_start.jpg");
}

ul.menu3 {
	margin-top: 40px;
	list-style-type: square;
}

ul.menu3 li a {
	text-decoration: none;
}

ul.menu3 li.selected a {
	text-decoration: underline;
}

ul.hiddennav {
	display: none;
}

ul.hovernav {	
	background-color: #88B5D6;
	border: 2px solid #799EB9;
	padding: 0;
	list-style-type: none;
}

ul.hovernav li {
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.hovernav li a {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;	
	padding: 2px;	
	margin: 2px;
	width: 100%;
}

ul.hovernav li a:hover {
	background-color: #01AEFF;
}

ul.selectedhovernav {	
	background-color: #00B5FE;
	border: 2px solid #0183FF;
	padding: 0;
	list-style-type: none;
}

ul.selectedhovernav li {
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.selectedhovernav li a {
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;	
	padding: 2px;	
	margin: 2px;
	width: 100%;
}

ul.selectedhovernav li a:hover {
	background-color: #88B5D6;
}

#content {
	position: relative; 
	top: -250px;
	padding-left: 40px;
	padding-bottom: 40px;
	background-image: url("content_bg.png");
	background-repeat: no-repeat;	
	background-position: bottom left;
	margin-top: 40px;
	font-size: 9pt;
}

#footer {
	position: relative; 
	top: -250px;	
	margin: 0;
	background-color: #04AAE0;
	background-image: url("btm_wrp_bg.png");
	background-repeat: repeat-x;	
	width: 100%;
	height:250px;	
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bolder;
}

#session_info
{
	position: absolute;
	top: -5px;
	right: 20%;
}

#footer p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#messages {
 margin-top: 30px;
 margin-right: 40px;
 font-size: 10pt;
}

.message_info {
	color:#FFFFFF;
	background-image: url("info_ok_bg.png");
	background-repeat: repeat-x;	
	border: 2px solid #D4DAE0;
	font-weight: bold;	
	padding: 5px;
	height: 40px;
	width: 80%;
}

.message_error {
	color:#FFFFFF;
	background-image: url("info_error_bg.png");
	background-repeat: repeat-x;	
	border: 2px solid #D4DAE0;
	font-weight: bold;	
	padding: 5px;
	height: 40px;
	width: 80%;	
}

/* Napit */

.blue_button {
	width:108px;
	height:28px;
	background-image: url("button_gloss_blue.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.gray_button {	
	width:108px;
	height:28px;
	background-image: url("button_gray.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.gray_button_enabled {	
	width:108px;
	height:28px;
	background-image: url("button_green.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.green_button {	
	width:108px;
	height:28px;
	background-image: url("button_green.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.red_button {
	width:108px;
	height:28px;
	background-image: url("button_red.jpg");
	background-repeat: no-repeat;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
}

.formatting {
	height:27px;
	background-image: url("button_formatting.jpg");
	background-repeat: repeat-x;
	border: 2px solid #D4DAE0;
	font-weight: bold;
	color: #000000;
}

.up_button {
	height:27px;
	width:27px;
	background-image: url("button_up.png");
	background-repeat: no-repeat;
	border: 0;
}

.down_button {
	height:27px;
	width:27px;
	background-image: url("button_down.png");
	background-repeat: no-repeat;
	border: 0;
}

.red {
	color: red;
}

fieldset.selected {
	border: 2px solid #52596C;
	background-color: #EAEAEA;
}

legend {
	color: #C38205;
	font-weight: bold;
}

label {
	font-weight: bold;
}

input {
	margin-bottom: 5px;
}

.field_ok {
	background-color: #BBE29B;
	background-image: url(input_bg_green.jpg);
	background-position: left center;
	background-repeat: repeat-x;
}

.field_error {
	background-color: #FF695E;
	background-image: url(input_bg_red.jpg);
	background-position: left center;
	background-repeat: repeat-x;	
}

.field_required {
	background-color: #F5F5F5;
	background-image: url(input_bg_required.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.field_not_required {
	background-color: #F2F2F2;
}

div#view_and_edit {
	margin-right: 40px;
	font-size: 10pt;
}

#edit {
	font-size: 9pt;
}

#view table {
	font-size: 8pt;
	border: 1px solid #EEEEEE;
}

td, th {
	border: 1px solid #EEEEEE;
}

tr.every {
	background-color: #EEEFFF;
}

tr.other {
	background-color: #FFEEEE;
}

td img {
	padding-left: 14px;
	border: 0;
}

table.thumbnaillist {
	float: left;
}


img.icons {
	border: 0;
	padding: 0;
	margin-right: 1px;	
}

ul.phasing {
	list-style-type: none;
	font-size: 8pt;
}

ul.phasing li {
	display: inline;
	border: 1px solid #EEEEEE;
	padding: 4px;
}

ul.phasing li.done {
	color: #C9C9C9;
	background-color: #D3E7BD;
}

ul.phasing li.active {
	background-color: #75E002;
}

ul.phasing li.notdone {
	background-color: #F5F5F5;
	color: #C9C9C9;
}

ul.sorting {
	list-style-type: square;
	padding: 0;
	width: 200px;
}

ul.sorting li {
	display: block;
	border: 1px solid #EEEEEE;
	background-color: #EEEFFF;
	padding: 4px;
	margin: 5px;
}

ul.sorting li a {
	text-decoration: none;
	color: #52596C;
	display: block;
	width: 100%;
	cursor: move;
}

.start {
	background-image: url(shiftstart.png);
	background-repeat: repeat-x;
}

.end {
	background-image: url(shiftend.png);
	background-repeat: repeat-x;
}

a.ajax_selected
{
	color: green;
	padding-left: 20px;
	background-image: url(ok.png);
	background-position: top left;
	background-repeat: no-repeat;
}

a.ajax_not_selected
{
	color: blue;
	padding-left: 20px;
	background-image: url(nok.png);
	background-position: top left;
	background-repeat: no-repeat;	
}
