@charset "utf-8";
/* CSS Document */

.top_belt {
	font-family:TrebuchetMS,tahoma, arial, sans-serif;
	font-size:9pt;
	color:white;
}

.bottom_belt {
	font-family:TrebuchetMS,tahoma, arial, sans-serif;
	font-size:8pt;
	color:white;
}
A { font-weight: normal;  }
A:active 	 { color: blue;  } 
A:link 		 { color: blue;  } 
A:visited 	 { color: blue;  } 
A:hover 	 { color: black;   }

A.top_links { font-weight: normal; color: #8CBFFF;  }
A.top_links:active 	 { color: #8CBFFF;  } 
A.top_links:link 		 { color: #8CBFFF;  } 
A.top_links:visited 	 { color: #8CBFFF;  } 
A.top_links:hover 	 { color: white;  }

A.top_links2 { font-weight: normal; color: red;  }
A.top_links2:active 	 { color: red;  } 
A.top_links2:link 		 { color: red;  } 
A.top_links2:visited 	 { color: red;  } 
A.top_links2:hover 	 { color: white;  }

A.install:hover { margin-right:7px }

.sections_titles {
	font-weight:bold;
	color:black;
}

img {
	border-width: 0px;
}

#frame {
	width:90%;
	background: #CFDBE2;
	margin-bottom: 10px;
	font-size: 10pt;
}

#frameDiv {
	text-align: center;
	width: 100%;
}

#frameTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: left;
	width: 90%;
	font-size: 10pt;
}

#frameTd {
	background: #CFDBE2;
}

.divInside {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

.tableInside {
	margin-left: auto;
	margin-right: auto;
}

.frameTitle {
	color: white;
	background: #CFDBE2;
	background-image: url(../images/frameTop.gif); 
	text-align: center;
	font-weight: bold;
	height: 20px;
	font-size: 10pt;
}

.frameTitleResizable {
	color: white;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

.frameTitle_200 {
	color: white;
	background: #CFDBE2;
	background-image: url(../images/frameTop_200.gif); 
	text-align: center;
	font-weight: bold;
	height: 20px;
}

.frameTitle_610 {
	color: white;
	background: #CFDBE2;
	background-image: url(../images/frameTop_610.gif); 
	text-align: center;
	font-weight: bold;
	height: 20px;
}

.optLeft {
	
	text-align: right;
	background-color: #D0D0D0;
}

.optRight {
	width: 305px;
}

.section_title {
	color:#70B5FF;
	font-weight: bold;
	font-size: 14pt;
}

.normal_text {
	font-weight:bold;
	margin:0px;
}

.admin_start_info {
	margin:15px;
}

.admin_start_editor {
	margin:15px;
	background-color: white;
}

input.menuInput {
	font-family:TrebuchetMS, tahoma, arial, sans-serif;
	font-size: 8pt;
	background-color: #D8E8FF;
	border: 1px black solid;
	border-right-width: 0px;
	border-left-width: 0px;
	vertical-align: middle;
}

input.menuInputButton {
	vertical-align: middle;
}

.disabled {
	color: white;
}

.online {
	color: green;
	margin:0px;
}

.offline {
	color: red;
	margin:0px;
}

.form_left {
	margin:0px;
	margin-right: 5px;
	font-weight:normal;
}

/* tree */
ul.tree {
	display: block;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	background-color: #EFEFEF;
	border: 1px #999999 solid;
	padding: 10px;
}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("../images/document.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.expand {
	background-image: url("../images/expand.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
	background-image: url("../images/closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("../images/opened.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	line-height: 20px;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	text-decoration: underline;
}

/* tree1 */
ul.tree1 {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0;
	background-color: #EFEFEF;
	border: 1px #999999 solid;
	padding: 10px;
}

ul.tree1 ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree1 li {
	display: block;
	list-style-type: none;
	padding-left: 20px;
	background-image: url("../images/document.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree1 li.expand {
	background-image: url("../images/expand.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree1 li.closed {
	background-image: url("../images/expand.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree1 li.opened {
	background-image: url("../images/expand.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree1 li a {
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}

ul.tree1 li a.folder {
	cursor: pointer;
}

ul.tree1 li a.active {
	font-weight: bold;
}

ul.tree1 li a:hover {
	text-decoration: underline;
}

p.jumpToContent {
	text-align:left;
	background-color:#90B1C8;
	margin:0px;
}
.additionalOptions {
	color: #00588E;
	font-weight: bold;
}
p {
	text-align:left;
}
.lang_ind {
	background-color:grey;
	border:2px #8CBFFF solid;
	font-size:10px;
}

#jucJumpUpCallendar { /*div - wiszące okienko*/
	font-size: 8pt;
	font-family: sans-serif;
	width: 165px; 
	z-index: 100; 
	border: 1px solid blue; 
	background-color: #C1CBFF;
	border: 1px grey solid;
	text-align: center;
}

#jucCallendar { /*tabela z kalendarzem*/
	text-align: center;
	margin: 0px;
	background-color: #000;
	border-left: 1px black solid;
	border-top: 1px black solid;
}

.jucNotBlink { /*dni tygodnia niepodświetlone*/
	background-color: white;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.jucSunday { /*niedziela*/
	background-color: #fcc;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.jucSundayTop { /*niedziela*/
	background-color: #FF9393;
	color: black;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.jucBlink { /*dni podświetlone*/
	background-color: silver;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

.jucNameDays { /*nazwy dni tygodnia*/
	font-weight: bold;
	background-color: #EFEFEF;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}

p.positive {
	width: 100%;
	margin: 0px;
	background-image: url(../images/msg_positive.gif);
	line-height: 17px;
	font-size: 10pt;
	font-weight: bold;
	color: #34771c;
	border-bottom: 1px solid #868686; 
	background-repeat: repeat-x; 
	background-position: top; 
	background-color: #C7FFB5;
}

p.negative {
	width: 100%;
	margin: 0px;
	background-image: url(../images/msg_negative.gif);
	line-height: 17px;
	font-size: 10pt;
	font-weight: bold;
	color: #771c1c;
	border-bottom: 1px solid #868686; 
	background-repeat: repeat-x; 
	background-position: top; 
	background-color: #FFBDBD;
}

p.neutral {
	width: 100%;
	margin: 0px;
	background-image: url(../images/msg_neutral.gif);
	line-height: 17px;
	font-size: 10pt;
	font-weight: bold;
	color: #686868;
	border-bottom: 1px solid #868686; 
	background-repeat: repeat-x; 
	background-position: top; 
	background-color: #D2D2D2;
}

span.msgText {
	font-weight: normal;
	color: grey;
}

span.msgText2 {
	font-weight: normal;
	color: #494949;
}

.showID {
	border: 1px #267CFF solid;
	margin-right: 3px;
	background-color: white;
	font-size: 8pt;
}

.showID_edited {
	border: 1px #267CFF solid;
	margin-right: 3px;
	background-color: #FFAAB3;
	font-size: 8pt;
}

.conEdited {
	color: blue;
}

.userNickEditing {
	color: #A00012;
	font-weight: bold;
}

#mainTable {
	width: 100%;
	font-size: 9pt;
	border: 0px white solid;
}

#layerTable {
	width: 100%;
	font-size: 9pt;
	border: 0px white solid;
}

#mainTableRow {
	height: 25px;
}

#layerLinkOffset {
	background-image: url(../images/left_col_bg.gif); 
	
}

#mainTableLayerBody {
	background-color: #CFDBE2;
}

.hiddenDialogBox {
	visibility: hidden;
	position:fixed;
	top: 0px; left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
  /* CSS3 standard */
  opacity:0.8;
  z-index: 50;
}

.hiddenDialogTable {
	visibility: hidden;
	position:fixed;
	top: 50px; left: 0px;
	width: 100%;
	vertical-align: middle;
  /* CSS3 standard */
  opacity:1.0;
  text-align: center;
  z-index: 51;
}

td.layerLink {
	width: 121px;
	vertical-align: bottom;
	color: #002753;
	background-image: url(../images/sec_menu.gif);
	background-repeat: no-repeat;
}

td.layerLinkEnd {
	width: 121px;
	vertical-align: bottom;
	color: #002753;
	background-image: url(../images/left_col_bg.gif); 
}

div.divLayerMain {
	width: 100%;
	background-color: #CFDBE2;
	background-repeat: no-repeat;
	margin-top: 0px;
}
div.divLayer {
	display: none;
	visibility: hidden;
	position:absolute;
	line-height:0px;
	top:0px;
}
p.marginBottom {
	margin: 0px;
	margin-bottom: 4px;
	text-align: center;
}

a.layerLinkA {
	cursor: pointer;
	color: #002753;
	text-decoration: none;
}

a.messages {
	font-weight: bolder;
	color: black;
	text-decoration: none;
}
a.messages:hover {
	font-weight: bolder;
	color: blue;
	text-decoration: none;
}
/*************************************************************/
/************************** UPLOADER *************************/
/*************************************************************/
#uploader-status
{
	background-color:		#F9F7ED;
	padding:				10px 15px;
	width:					420px;
}

#uploader-status .progress
{
	background:				white url(assets/progress-bar/progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}

#uploader-status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}

#uploader-list
{
	list-style:				none;
	width:					450px;
	margin:					0;
}

#uploader-list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(assets/file.png) no-repeat 4px 4px;
}
#uploader-list li.file.file-uploading
{
	background-image:		url(assets/uploading.png);
	background-color:		#D9DDE9;
}
#uploader-list li.file.file-success
{
	background-image:		url(assets/success.png);
}
#uploader-list li.file.file-failed
{
	background-image:		url(assets/failed.png);
}

#uploader-list li.file .file-name
{
	font-size:				1.2em;
	margin-left:			44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#uploader-list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#uploader-list li.file .file-info
{
	display:				block;
	margin-left:			44px;
	font-size:				0.9em;
	line-height:			20px;
}
#uploader-list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}
