﻿body
{
/*	width:960px;*/
    font-family: Verdana, Tahoma;
	background: url(img/background.jpg) 0 0 repeat-x;
	margin:0;
	margin-left:auto;
	margin-right:auto;
    padding:0;
    font-size: 12px;
}
.cell
{
    border: 1px solid grey;
}
.clear
{
    clear: both;
    height: 0;
}
/* GridView */
.grid {
    border: 1px #E4E4E4 solid;
    width: 100%;
    border-collapse: collapse;
}
.grid th {
    background-color: #EEEEEE;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
}
.head-row {
    background-color: #EEEEEE;
    font-weight: bold;
}
.even {
    background-color: #F6F7F8;
}
.even td {
    padding: 10px 5px 10px 5px;
}
.odd {
    background-color: #FFFFFF;
}
.odd td {
    padding: 10px 5px 10px 5px;
}
.selected-row {
    background-color: #AAAAFF;
    font-weight: bold;
}
.selected-row td {
    padding: 10px 5px 10px 5px;
}
.empty-row {
    text-align: center;
    background-color: #EEEEEE;
    font-weight: bold;
}
.empty-row td {
    padding: 10px 5px 10px 5px;
}
.pager {
    background-color: #EEEEEE;
    font-weight: bold;
}
.pager td {
    padding: 5px;
}
.pager span {
    color: #808080;
}

.header
{
    font-weight:bold;
    font-style:italic;
    font-size:14px;
} 
#header_containter
{
    width:960px;
    height:235px;
    background: url(img/epu_banner.jpg) 2px 0 no-repeat;
    margin:auto;
    padding:auto;
    text-align:center;
    position:relative;
}
#logo
{
    width:450px;
    height:77px;
    /*background: url(img/logo.png) 0 0 no-repeat;*/
    margin:5px auto;
    padding:auto;
    text-align:left;
    float:left;
}
#header_content
{
    width:510px;
    height:77px;
    margin:5px auto;
    padding:auto;
    text-align:right;
    float: right;
}
#header_lang
{
    position: absolute; 
    right: 0px;
}
#header_lang a
{
    cursor: pointer;
}
#content
{
    width:960px;
    margin:auto;
    padding:auto;
}
#form1
{
    width:960px;
    margin:auto;
    padding:auto;
    /*text-align:center;*/
}

#UpdatePanel
{
    position: absolute;
    vertical-align: middle;
    border-style: solid;
    visibility: visible; 
    border-color: black; 
    background-color: White;
    border-width: thin;
    vertical-align: middle;
    width: 200px;
    height: 120px;
    left: 35%;
    top: 25%;
    text-align:center;
    vertical-align:middle;   
    z-index: 10; 
}

.page_content 
{
	float:right;
	width: 800px;
	vertical-align: top;
	margin-top: 20px;
	padding-bottom: 20px;
}

.container
{
	float:right;
	width:75%;    
	margin-bottom:10px;
	margin-top:10px;
}
.container_content {
    border: 1px solid #BCBCBC;
    background: #F3F3F3;
    vertical-align: top;
    margin-left: 0px;
    padding: 10px 10px 10px 5px;
    /*	height: 600px; */
}
.new-container-content {
    vertical-align: top;
    margin-left: 0px;
    padding: 10px 10px 10px 5px;
}
.menu_content {
    border: 1px solid #BCBCBC;
    background: #F3F3F3;
    vertical-align: top;
    margin-left: 0px;
    padding: 10px 0px 0px 0px;
    text-align: left;
    /*	height: 600px; */
}

.menu_content a
{
    font-weight: bold;
    line-height: 20px;
}
.menu_item
{
    text-align:left;
    width:141px; border-top:1px solid gray; padding:3px 5px 3px 5px; margin: 0 3px 0 0;
}
.container_header
{
    background: #F3F3F3;
    border: 1px solid #BCBCBC;
    border-bottom: 1px solid #F3F3F3;
    font-weight:bold;
    font-size:14px;
    padding: 5px 15px 0px 15px;
}

.page-content {
	vertical-align: top;
	margin-top: 20px;
	padding-bottom: 20px;
}
.new-container-header
{
    font-weight:bold;
    font-size:14px;
    padding: 5px 15px 0px 15px;
}

/* boxy na stronie głównej przed zalogowaniem */
.home-content
{
    width: 100%;
}
.home-column-left
{
    width: 47%;
    padding-left: 3px;
    padding-right: 20px;
    float: left;
}
.home-column-right
{
    width: 50%;
    float: right;
}
.home-box
{
    margin-bottom: 20px;
}
.home-box .box-title
{
    font-weight: bold;
}
.home-content ul {
    padding-left: 20px;
    margin-top: 5px;
}
.home-content li {
    list-style-type: none;
}

.menu {
    margin-top: 10px;
    padding: 0px;
}
.menu ul {
    padding-left: 0px;
    margin-left: 0px;
}
.menu li {
    list-style-type: none;
    float: left;
    padding: 2px;
}
.menu li a {
    font-size: 1.1em;
    font-weight: bold;
}

.menu_content
{
	text-align:center;
    width:100%;
    border: 1px solid #BCBCBC;
    background: #F3F3F3;
    line-height: 25px;
}

#menu
{
	margin-top: 20px;
	float:left;	
	width: 150px;
	margin-right: 10px;
}
#footer
{
    border-top: 1px solid #CDD3DB;
    width:960px;
    margin:auto;
    padding:auto;
    clear:both;
    text-align:center;
}

a:link, a:visited {
	color: #000044;
/*	font-weight:bold; */
	text-decoration:none;
}

a:hover, a:active{
	color: Red;
/*	font-weight:bold; */
	text-decoration:none;
}

.ValidatorCallout
{
    border:solid;
    border-color:#FF0000;
    border-width:2px;
}

.modalBackground {
	background-color: Gray;
    filter:alpha(opacity=70);
	opacity:0.7;
}

.modal {
	background-color:Gray;
    filter:alpha(opacity=70);
	opacity:0.7;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	background-repeat:repeat;
	/*z-index:9900;*/
	z-index:100;
}

.modalCalendar {
	z-index : 100003 ; 
}

#fontBold
{
	 font-weight:700;
}
input[type="submit"]  {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	border: 1px solid #5E6E6E;
	color: black;
	/*font-weight: bold;*/
	vertical-align: middle;
	height:22px;
	padding: 0 10px ; 
	background: #DEDEDE;
}

input[disabled="disabled"]
{
    color: #5E6E6E;
}

input[type="button"]  {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	border: 1px solid #5E6E6E;
	color: black;
	/*font-weight: bold;*/
	vertical-align: middle;
	height:22px;
	padding: 0 10px ; 
	background: #DEDEDE;
}

button[type="button"] {
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    border: 1px solid #5E6E6E;
    color: black;
    /*font-weight: bold;*/
    vertical-align: middle;
    height: 22px;
    padding: 0 10px;
    background: #DEDEDE;
}


input[type="radio"]  {
	font-family: Verdana, Geneva, sans-serif;
	border: none;
}


/* modal update progress */
#modal-overlay-background {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.70;
}
#modal-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#the-progress {
    background-color: white;
    width: 200px;
    height: 120px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 100;
    -moz-opacity: 100;
    z-index: 999998;
}
#modal-progress {
    position: absolute;
    border-style: solid;
    border-color: black; 
    background-color: White;
    border-width: thin;
    margin: -60px 0 0 -100px;
    left: 50%;
    top: 50%;
    text-align:center;
    vertical-align:middle;   
    z-index: 999997; 
}

.pouczenie {
    font-style: italic;
}

.modal-panel {
    position: absolute !important;
    z-index: 10000;
}

.AjaxCalendar .ajax__calendar_container {
    border:1px solid #646464;
    /*background: #FFFFD2 url(images/calendar_header.png) top left repeat-x;*/
    background: #DEDEDE;
    color: black;
    margin: 0;
    padding:0;
}
.AjaxCalendar .ajax__calendar_header
{background: #003366;
 color:White;
}
.AjaxCalendar .ajax__calendar_body 
{
    background: #F7F6F3;
    color: #333333;
}
.AjaxCalendar .ajax__calendar_other .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #333333;
}
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_year {
    font-weight:bold;
    background: url(images/calendar_subheader.png) top left repeat-x;
}
.AjaxCalendar .ajax__calendar_active .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_year {
    color: #333333;
    font-weight:bold;
}	

.AjaxCalendar .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(../img/calendar_prev.gif);}
.AjaxCalendar .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(../img/calendar_next.gif);}

.AjaxCalendar .ajax__calendar_today{display:none;}
.news_header
{
    padding: 5px 20px 5px 20px;
}

.OgraniczenieRoszczeniaPanel
{
    padding: 10px;
}

.opacity40
{   opacity:0.4;
    filter:alpha(opacity=40);
}

.roszczenieTitle
{
    margin: 5px 0 5px 0;
    font-size: 20px;
}

.rowDeleted
{
    color: #CCCCCC !important;
}

.rowDeleted a
{
    color: #CCCCCC !important;
}

.PanelOkresOdsetkowyEdit
{
    position: absolute !important;
}

.acceptCookies
{
    background-color: #414141;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    min-height: 40px;
    padding-top: 12px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

.acceptCookies .acceptCookiesButton {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	border: 1px solid #5E6E6E;
	color: black;
	height:30px;
    padding-bottom:5px;
	margin-left: 20px;
	margin-right: 20px;
	background: #DEDEDE;
}

.acceptCookies a 
{
    color: #FFFFFF;
}

.acceptCookies a:hover, a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

#Busy {
    background-color: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 360px;
    margin-top: -180px;
    margin-left: -300px;
    z-index: 9000;
    overflow-y: auto;
    box-shadow: 1px 1px 6px 1px #555;
}

#Busy-overlay {
    background-color: #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
    opacity: 0.5;
}

.ui-dialog-buttonset {
    text-align: center;
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
}

.ui-button {
    width: 340px;
}