/* Definicja strony - nie modyfikowa? */
html, body {
	width: 100%;
	height: 100%;
}


/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {	
	margin: 0;
	/*background-color:#e5f4fd;*/
	background-color:#76B5D8;
	background-image: url("/apteka/img/pageBg.png");
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	height:100%;
}


/* Ca?ekran eApteka. */
#contents {
	position: relative;
	min-height: 100%;
	top: 0;
    left: 0;
    background-color: transparent;
    /* Tutaj jest dobre miejsce aby ustawi??ca? strony. */
    /*
    background-image: url('http://www.medicare.pl/tlo.jpg');
    background-position: center;
    background-repeat: no-repeat;
    */
}

* html #contents
	{
		height: 100%;
	}


/* Nag??wek ekranu zawieraj?cy logo i nazwe firmy. */
#header {
	background-image: url('/apteka/img/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	voice-family: inherit;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	border:0;
	font-size: 12px;
	cursor: default;
	height:auto;
}
#header table {
          padding-top:0px;
          padding-bottom:0px;
          margin-top:0px;
          margin-bottom:0px;
          height:62px;
          width:100%;
  } 
/* Stopka ekranu zawieraj? informacje od autora programu. */
#footer {
	/*position: relative;
	margin: -3.5em auto 0 auto;*/
	padding-left: 10px;
	padding-right: 10px;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer
{
	/*margin-top: -3em;*/
}

#footerContent {
	color: #666666;
	font-size: 10px;
	cursor: default;
	margin: 1px;
	/*position: absolute;*/
	border-top: 1px #C0C0C0 solid;
}
	

/* Obszar roboczy, skalowalny */
#main {
	margin-bottom: 5em;
	height: auto;
	background-color: transparent;  
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Menu g??wne aplikacji umieszczone pod nag??wkiem. */
#mainMenu {
	background-image: url("/apteka/img/mainMenuBg.png");
    background-repeat: repeat-x;
    height: 43px;
    white-space: nowrap;
	margin: 0;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	border-top: 1px black ridge;
	border-right: 0px black solid;
	border-bottom: 1px black solid;
	border-left: 0px black solid;
	font-family:Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	cursor: default;
}
#mainMenu a{    
		font-family:sans-serif,arial;
        border-left:1px solid #0870c4;
        border-right:1px solid #082a6b;
        font-weight:500;
        color:#ffffff;
        padding:14px 0.75em;
        position: relative;
        top:13px;
        text-decoration:none;
		font-size:14px;
		text-align:center
} 
#mainMenu a:hover{
		background-color: #153c7e;
	    color:#ffffff; 
} 
 

div#topMenu body {
	height: 14px;
}

/* Obszar zawieraj?cy wyj?tek Java na ekranie informuj?cym o b??dzie. */
.stackTrace {
	font-family: sans-serif;
	font-size: 12px;
	color: red;
	padding-left: 50pt;
	padding-right: 50pt;
	OVERFLOW: auto;
	height: 300px;
}

.error {
	background: #FFCCCC;
}

INPUT {
	color: black;
	font-size: 14px;
}

.graphic {
	border: 0px;
	border-thickness: 1px;
	border-color: #CCCC66;
	border-style: solid;
}

a {
	color:#0663AC;
}

a:link {
	color:#0663AC;
	font-weight:bolder;
	text-decoration:none;
}

a:visited {
	color:#0663AC;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color:#990000;
	font-weight:bolder;
	text-decoration:none;
}

p {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#calendar {
	z-index: +999;
	position: absolute;
	left: 100px;
	visibility: hidden;
	border: 1px solid Black;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

div.contentHeader {
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	float: none;
}

div#activeUsers {
	float: right;
	margin-right: 5px;
	font-size: .9em;
	color: #000;
	background-color: transparent;
}

div#content {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	float: none;
	height: 100%;
}

div.info {
	color: #666666;
	font-size: 0.9em;
}



#footer a {
	color: #666666;
	background-color: transparent;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px #FFA500 dashed;
}

#footer a:active {
	color: #990000;
	text-decoration: underline overline;
	background-color: transparent;
}


.boxHeader {
	height: 26px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing:1px;
	/*background-color:#76B5D8;*/
	background-color:transparent;
	background-image:url('/apteka/img/mboxHeader.png');
    background-repeat:no-repeat;
    background-position:left top;
    vertical-align:middle;
	color: #FFFFFF;
	voice-family: inherit;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: 0px black solid;
	border-right: 0px black solid;
	border-bottom: 1px solid white;
	border-left: 0px black solid;
}

.boxFooter {
	height: 19px;
	line-height: 18px;
	font-size: 12px;
	/*background-color:#76B5D8;*/
	background-color:transparent;
	background-image:url('/apteka/img/mboxFooter.png');
    background-repeat:no-repeat;
    background-position:right bottom;
    vertical-align:middle;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: 0px black solid;
	border-right: 0px black solid;
	border-bottom: 0px black solid;
	border-left: 0px black solid;
}


.boxSeparator {
	background-color:#76B5D8;
	line-height: 2px;
	color: #FFFFFF;
	voice-family: inherit;
	height: 6px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: 0px black solid;
	border-right: 0px black solid;
	border-bottom: 0px black solid;
	border-left: 0px black solid;
}


div#loginTable {
	width: 400px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
	border-top: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	border-bottom: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	font-size: 12px;
	cursor: default;
}

div#menu {
	width: 150px;
	/*background-color: #EEEEEE;*/
	background-color: transparent;
	line-height: 17px;
	voice-family: inherit;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-top: 0px solid Black;
	border-right: 0px solid Black;
	border-bottom: 0px solid Black;
	border-left: 0px solid Black;
	text-align: center;
	font-size: 12px;
	cursor: default;
}
div#menu a{
	color:#FFFFFF;
	font-family: arial;
	font-size:12px;
	font-weight: bold;
}
div#menu table{
	border:0px;
	background-color:transparent; 	 	
}
.boxContent{
	border:0px;
	background-color:#76B5D8; 	 	
}


div#right {
	background-color: transparent;
	line-height: 17px;
	voice-family: inherit;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top: 0px solid Black;
	border-right: 0px solid Black;
	border-bottom: 0px solid Black;
	border-left: 0px solid Black;
	text-align: center;
	font-size: 12px;
	cursor: default;
}

div#links {
	width: 135px;
	background-color: transparent;
	line-height: 17px;
	voice-family: inherit;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	border-top: 0px solid Black;
	border-right: 0px solid Black;
	border-bottom: 0px solid Black;
	border-left: 0px solid Black;
	text-align: center;
	font-size: 12px;
	cursor: default;
}

div#status {
	width: 150px;
	/*background-color: #EEEEEE;*/
	background-color: transparent;
	line-height: 14px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-top: 0px solid Black;
	border-right: 0px solid Black;
	border-bottom: 0px solid Black;
	border-left: 0px solid Black;
	text-align: center;
	font-size: 11px;
	cursor: default;
}
div#status a{
	background-color:#EEEEEE;
	border:1px outset #111111;
	color:#111111;
	font-weight:normal;
	padding:2px 8px;
	position: relative;
	top: 5px;
	text-decoration: none;
}
div#status table{
	border:0px;
	background-color:transparent; 	
	color:#FFFFFF;
}

#zamowBtn{
	padding-top:5px;
	padding-bottom:10px;
}
#zamowBtn a{
	background-color:#EEEEEE;
	border:1px outset #111111;
	color:#111111 !important;
	font-weight:normal;
	padding:2px 8px;
	/*position: relative;
	top: 5px;*/
	text-decoration: none;
	font-size:1.25em !important;
}


div.menuSeparator {
	/*width: 135px;*/
	height: 0px;
	line-height: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	border-top: 1px dotted white;
}

div.newsSeparator {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px gray solid;
}

div#readme {
	color: #008000;
	height: 300px;
	margin-top: 10px;
	overflow: auto;
	width: 600px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #ffd;
	border-top: 1px silver solid;
	border-right: 1px silver solid;
	border-bottom: 1px silver solid;
	border-left: 1px silver solid;
}

.userInfo {
	/* Nag??wek informacja o firmie i uzytkowniku */
	right: 10px;
	top: 5px;
	font-size: 14px;
	height: 14px;
	line-height: 19px;
	text-align: right;
	/*color:#0663ac;*/
	color:#054d86;
	padding-right:15px;
	padding-top:7px;
	vertical-align:top;	
}

.userInfo a {
	font-size: 12px;
}

.smallLogo {
	/* Pole TD zawieraj?ce ma?e logo firmy w nag??wku */
	width: 1%;
}

.companyName {
	/* Pole TD zawieraj?ce nazw? firmy w nag??wku */
	white-space: nowrap;
}

.companyName h1 {
	color: white;
}

div#validators {
	float: right;
}

div.separator {
	width: 300px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom:1px solid #05529B;
	height: 3px;
	line-height: 3px;
}

div.standardsNote {
	display: none;
}

form,table {
	margin-top: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 0px;
	padding-top: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
}

h1 {
	color:#0663AC;
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

h4 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#header h1 {
	color: White;
	font-size: 28px;
	font-weight: 900;
	line-height: 28px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-shadow: #D9D9D9;
}

span.attention {
	color: #0000ff;
	background-color: transparent;
}

label {
	font-weight: normal;
}

label.required {
	font-weight: bold;
}

label.error {
	font-weight: bold;
	color: red;
	background-color: transparent;
}

/* Poni?ej Style odpowiedzialne za Komunikaty i B??dy prezentowane na stronach */

div.message {
    background: #ffc;
    border: 1px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
    margin-right: 190px;
    margin-bottom: 10px;
}

div.error {
    background: #FFCCCC;
    border: 1px solid #000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    vertical-align: bottom;
    margin-right: 190px;
    margin-bottom: 10px;
}

img.validationWarning,
div.errors img.icon, 
div.messages img.icon {
    border: 0;
    width: 14px;
    height: 13px;
    vertical-align: top;
}

div.message a {
    background: transparent;
    color: #0000FF;
}

div.message a:visited {
    background: transparent;
    color: #0000FF;
}

div.message a:hover {
    background: transparent;
    color: #008000;
}

div.message a:active {
    text-decoration: underline overline;
}

div.message img.icon {
    vertical-align: middle;
}

#promoTabs{
	background-color: transparent;
	border:0;
	border-bottom:1px solid #888888;
	text-align: left;
	height:45px;
	min-width: 950px;
}
#promoTabs a{    
	background-color:transparent;
	color:#555555;
	background-image: url("/apteka/img/tabsBg.png");
	background-repeat: repeat-x;	
	border:1px solid #888888;
	border-bottom:0;
	padding:6px 0.75em;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:2px;
	display: block;
	float: left;
	text-decoration:none;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:0;
	text-align:center;
} 
#promoTabs a input[type="image"]{
	vertical-align: middle;
	border: 0px;
	text-align: center;
	height:32px;
	position: relative;
	top:-3px;
}

/*button, input[type="submit"]{
	background-color:#EBEBEB;
	border:1px solid #a9a9a9;
	color:#000000;
	cursor:pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	height:25px;
	margin-right:13px;
}*/

#promoTabs a.current{  
	background-color:transparent;
	background-image:url("/apteka/img/tabsBgC.png");
	padding-top: 7px;
	/*color:#054d86;*/
	color:#ffffff;
}
#promoTabs a.current:hover{  
	color:#ffffff;
} 
 
	
#promoTabs a:hover{
	color: #990000;
	} 
/*Bug fix do styli w html table*/
.tdContent td {
	border: 0px !important;
}