/
* COMMON * /
html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b0b0b;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

/** Body edytora FCK */
.cBody {
	margin: 11px;
}

p {
	
}

input,button,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input {
	border: 1px solid #a9a9a9;
	padding: 0;
}

table {
	border-collapse: collapse;
	font-size: 12px;
}

tr {
	
}

td {
	
}

div {
	
}

img {
	border: 0px none;
}

a {
	color: #FFA200;
	text-decoration: none;
	outline: 0;
}

a:active {
	
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,h2 {
	color: #366B9D;
}

h3,h4,h5,h6 {
	font-size: 12px;
	color: #000000;
}

h1 {
	font-size: 19px;
}

h2 {
	font-size: 12px;
	margin:9px 0;
}
h2 a, h3 a{
	color:#366B9D;
}

hr {
	height: 1px;
	border-style: none;
	color: #94BEE6;
	background-color: #94BEE6;
}

pre {
	
}

ul {
	list-style: disc outside url(../img/ul-bullet.png);
}

ol {
	
}

li {
	
}

/* LAYOUT */
div#cBody {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

div#cHeader1 {
	width: 920px;
	height: 89px;
	overflow: hidden;
}

div#cHeader1 div#leftBox {
	float: left;
}

div#cHeader1 div#rightBox {
	width: 530px;
	height: 89px;
	float: right;
	text-align: right;
}

div#cHeader2 {
	width: 920px;
	height: 42px;
	background-color: #446A8F;
	border-bottom: 9px solid #94BEE6;
	overflow: hidden;
}

div#cHeader2 div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}

div#cHeader2 div span {
	font-size: 19px;
	margin-right: 8px;
}

div#cNavi {
	width: 920px;
	height: 33px;
	margin-top: 1px;
	background-color: #FFA200;
	overflow: hidden;
}

div#cNavi div.menuItem {
	float: left;
	margin: 10px;
}

div#cNavi div.menuItemRight {
	float: right;
	margin: 10px;
	_margin: 10px 8px;
}

div#cNavi div.menuItem a,div#cNavi div.menuItemRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#cNavi div.menuItemRight a.logout {
	background-image: url(../img/button-wyloguj.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 15px;
}

div#cNavi div.menuItem a:hover,div#cNavi div.menuItemRight a:hover {
	text-decoration: underline;
}

div#cMain {
	width: 918px;
	_width: 920px;
	margin: 1px 0px;
	border: 1px solid #C7C7C7;
}

div.container {
	padding: 10px;
}

div.cLeft {
	float: left;
	width: 230px;
}

div.cRight {
	float: right;
	width: 230px;
}

div.cCenter {
	margin-left: 250px;
	margin-right: 250px;
}

div.cCenterRight { /* margin-left: 250px; */
	float: right;
}

div#cFooter {
	width: 920px;
	height: 40px;
	margin-top: 1px;
	margin-bottom: 5px;
	border-bottom: 7px solid #94BEE6;
	background-color: #446A8F;
}

div#cFooter div#leftFooter {
	float: left;
}

div#cFooter div#rightFooter {
	width: 265px;
	float: right;
	text-align: right;
}

div#cFooter div#piw {
	float: left;
	border-right: 1px solid #587A9B;
}

/* LOGIN FORM */
div#loginForm {
	width: 360px;
	border-top: 9px solid #DCDCDC;
	border-bottom: 7px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	margin-top: 17px;
	margin-left: 168px;
	text-align: left;
}

div#loginForm form {
	margin: 0px;
}

div#loginForm input {
	margin: 5px;
}

div#loginForm input.txt {
	width: 120px;
	margin: 5px 0px 5px 5px;
	border: 1px solid #8E8E8E;
	color: #8E8E8E;
	padding: 2px 5px;
	float: left;
}

/* LOGIN INFO */
div#loginInfo {
	
}

/* MESSAGE BOX */

div#userMessage,
div#markerUserMessage {
	display: none;
	padding: 17px 60px;
	min-height: 15px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

div#userMessage.errorMsg,
div#markerUserMessage.errorMsg {
	background-color: #FFE3E3;
	background-image: url(../img/msgError.gif);
}

div#userMessage.info,
div#markerUserMessage.info {
	background-color: #E3F6E5;
	background-image: url(../img/msgInfo.gif);
}

div#userMessage p,
div#markerUserMessage p {
	margin: 0px;
}

div#userMessage p img.blue_dot_img,
div#markerUserMessage p img.blue_dot_img {
	width: 32px;
	height: 32px;
	background-image: url('../img/mapa/blue-dot.png'); *
	background-image: none; *
	filter: progid : DXImageTransform . Microsoft .
		AlphaImageLoader(src = 'img/mapa/blue-dot.png', sizingMethod = 'scale')
		;
}

/* FILTERS */
div.filters {
	padding: 0;
	margin: 0;
	width: 230px;
}

div.filters h3 {
	/* background-color: #446A8F; */
	background-color: #446A8F;
	background-image: url(../img/filterInactive.gif);
	width: 210px;
	_width: 230px;
	height: 15px;
	padding: 5px 10px;
	margin: 0;
	outline: 0;
	border-bottom: 1px solid #ffffff;
}

div.filters h3.ui-state-active {
	background-image: none;
}

div.filters h3 a {
	color: #FFFFFF;
}

div.filters div {
	margin: 0px;
}

div.filters div p {
	margin: 1px 0px;
	padding: 5px 10px;
	background-color: #94BEE6;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
}

div.ocena {
	background-image: url("../img/ocena.png");
	background-repeat: no-repeat; *
	background-image: none; *
	filter: progid : DXImageTransform . Microsoft .
		AlphaImageLoader(src = 'img/ocena.png', sizingMethod = 'crop');
	width: 55px;
	height: 11px;
}

.ocena_1 {
	background-position: -44px 0;
}

.ocena_2 {
	background-position: -33px 0;
}

.ocena_3 {
	background-position: -22px 0;
}

.ocena_4 {
	background-position: -11px 0;
}

.ocena_5 {
	background-position: 0 0;
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #446a8f;
	border: none;
	padding: 2px 0;
	width: 51px;
	color: #ffffff;
	font-size: 12px;
	vertical-align: bottom;
	cursor: pointer;
}
input.button {
	cursor: pointer;
}

table tr.gray {
	background-color: #f2f2f2;
}

.mapa {
	background: url("../img/mapa.gif") no-repeat;
	background-position: center right;
}

.mapa_s {
	background: transparent url("../img/mapa_s.gif") no-repeat;
	background-color: #f2f2f2;
	background-position: center right;
}

.gray {
	background-color: #f2f2f2;
}

div.gmap_documents { /* width:237px; */
	overflow-y: auto;
	height:145px;
	width:285px;
	margin-top:10px;
}

* .wait {
	cursor: wait;
}

input.readonly,select.readonly {
	background-color: #d4d0c8;
	color: #808080;
}

.error {
	background-color: #FFECEC !important;
	border: 1px solid red !important;
}

.img_error {
	display: inline !important;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CACACA;
	background-color: #F0F0F0;
	padding: 5px;
	opacity: 0.9;
}

#tooltip h3,#tooltip div {
	margin: 0;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}

#helper {
	display: none;
	position: absolute;
	/*z-index: 3000;*/
	border: 1px solid #CACACA;
	background-color: #F0F0F0;
	padding: 5px;
	opacity: 0.9;
	width: 300px;
}

#helper a.close {
	background-image: url('../img/dokumentEditor/tag-x.gif');
	height: 8px;
	position:absolute;
	right:3px;
	top:3px;
	width:8px;
}
#helper a:hover.close{
	text-decoration:none;
}
div.zajawkaDokumentuShort,
div.zajawkaDokumentu{
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 266px;
}
div.zajawkaDokumentu ul{
	margin:5px 0 15px;
	padding-left:15px;
}
div.zajawkaDokumentu ul li{
}
div.zajawkaDokumentu h3{
	margin: 5px 0;
}

div.zajawkaDokumentuShort{
	border-bottom:1px solid #D5D5D5;
	padding-bottom:3px;
}
div.zajawkaDokumentu {
	margin-top: 10px;
	padding-bottom: 12px;
	height:145px;
	overflow: auto;
}
div.popupPunktyZainteresowania{
	margin-top: 10px;
	padding-bottom: 12px;
	height:115px;
	width:230px;
	overflow: auto;
}
div.zajawkaDokumentu span.lokalizacja, div.zajawkaDokumentuShort span.lokalizacja {
	color: #8C8C8C;
	font-size: 11px;
}

div.zajawkaDokumentu div.header, div.zajawkaDokumentuShort div.header {
	padding-top:5px;
}

div.zajawkaDokumentu div.header h2, div.zajawkaDokumentuShort div.header h2 {
	padding-bottom: 3px;
	margin: 0;
	float: left;
	width: 180px;
}


div.zajawkaDokumentu div.header div.data, div.zajawkaDokumentuShort div.header div.data {
	float: right;
	padding: 0 5px;
	color: #8C8C8C;
	font-size: 11px;
}

div.zajawkaDokumentu img, div.zajawkaDokumentuShort img {
	margin: 5px;
	clear: both;
}

div.zajawkaDokumentu div.tresc, div.zajawkaDokumentuShort div.tresc {
	margin-bottom: 3px;
	padding-top: 10px;
	padding-right: 5px;
}

div.zajawkaDokumentu div.tresc p, div.zajawkaDokumentuShort div.tresc p {
	padding-top: 0;
	margin-top: 0;
}

div.zajawkaDokumentu a.more, div.zajawkaDokumentuShort a.more {
	display: block;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-right: 5px;
}
a.button, a:link.button, a:active.button, a:hover.button, a:visited.button{
	color:#ffffff;
	display:block;
	background-color:#FFA200;
	float:left;
	padding: 3px 10px;
	margin-right:10px;
	font-weight:bold;
	text-decoration: none;
}

a.document_image img{
	margin:5px;
}
p#schoolsCount{
	font-weight:bold;
}
p#schoolsCount span.elements{
	color:#366B9D;
}

/* MARKER DETAILS */

#markerDetails {
	display: none;
}
#markerDetails .modalBackground {
	position: fixed;
	_position: absolute; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

#markerDetails .modalEditor,
#markerDetails .modalViewer {
	position: fixed;
	_position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
}

#markerDetails .modalEditor .editorArea,
#markerDetails .modalViewer .viewerArea {
	margin: 0 auto;
	width: 920px;
	background-color: #fff;
	padding: 1px;
}

#markerDetails .modalEditor .editorArea .editorBorder,
#markerDetails .modalViewer .viewerArea .viewerBorder {
	border: 1px solid #C7C7C7;
	padding: 10px;
}

#markerDetails .modalViewer .viewerArea .viewerBorder .content {
	
	overflow-y: scroll;
}

#markerDetails .bottomButtons {
	margin: 20px 0 10px 0;
	text-align: center;
}

#markerDetails .bottomButtons input.button {
	padding: 1px 10px;
	*padding: 0 5px;
	border: none;
	background-color: #ffa200;
	color: #ffffff;
	font-weight: bold;
}
/* toolbar do prezentacji */
#toolbar {
	background: url(../repository/layout/toolbar.background.png) repeat-x;
	height:27px;
	padding-top:12px;
	border-left: 1px solid #b7d7f2;
	border-right: 1px solid #b7d7f2;
	border-top: 1px solid #b7d7f2;
}
#toolbar .toolton {
	color: #3c6b8e;
	text-decoration: none;
	border: 1px solid #3c6b8e;
	background: url(../repository/layout/toolbar.button.png) repeat-x;
	padding:5px 0 4px 5px;
	font-size:11px;
	margin-left:6px;
}
#toolbar .toolton span{
	padding-right:21px;
}
#toolbar .toolton .plus {
	background: url(../repository/layout/toolbar.plus.gif) no-repeat 56px 3px;
}
#toolbar .toolton .minus {
	background: url(../repository/layout/toolbar.minus.gif) no-repeat 55px 3px;
}
#toolbar .toolton .prev {
	background: url(../repository/layout/toolbar.prev.gif) no-repeat 5px 2px;
}
#toolbar .toolton .next {
	background: url(../repository/layout/toolbar.next.gif) no-repeat 6px 2px;
}
#toolbar .toolton .first {
	background: url(../repository/layout/toolbar.first.gif) no-repeat 3px 2px;
}
#toolbar .toolton .last {
	background: url(../repository/layout/toolbar.last.gif) no-repeat 4px 2px;
}
#toolbar .toolton .save {
	background: url(../repository/layout/toolbar.save.gif) no-repeat 38px 3px;
}
#toolbar .toolton .preview {
	background: url(../repository/layout/toolbar.preview.gif) no-repeat 43px 3px;
}
#toolbar .kolejnosc, #toolbar input{
	color: #3c6b8e;
	font-size:11px;
}
#toolbar .kolejnosc {
	padding-left:40px;	
}
#toolbar input {
	border: 1px solid #3c6b8e;
}
#toolbar .toolton.space {
	margin-left:60px;
}
#slajd {
	border:1px solid #B7D7F2;
	border-bottom:none;
	padding:6px;
}
