body {
	margin:0;
	padding:0;
	background:#e0e0e0 url(../img/tlo.gif);
	font-family:arial;
	font-size:10px;
}

table, td {
	font-family:arial;
	font-size:10px;	
}

#body {
	border:1px dotted #000000;
	width:700px;
	margin: 10px auto 0px auto;
	background:#ffffff;
}

#page {
		padding:10px;
}

.ceanalizer_blok {
	background: #ffffff url(../img/ceback.jpg) left bottom no-repeat;
	width:563px;
	padding:0px;
	margin:0px;
	color:#546180;	
	padding-bottom:5px;
}

.ceanalizer_blok2 {
	width:543px;
	padding:10px;
	margin:0px;
	color:#546180;
}

.ceanalizer_blok3 {
	background:#667BB3 url(../img/cescore.jpg) right no-repeat;
	text-align:center;
	color:#ffffff;
	height:20px;
	width:194px;
	font-weight:bold;
	margin-top:-5px;
	margin-left:350px;
}

.ceanalizer_blok_ok {
	background:url(../img/ok.gif) bottom right no-repeat;
}

.ceformtxt {
	border:1px solid #7F9DB9;
}

#footer {
	background:url(../img/cebottom.jpg) top right;
	width:339px;
	height:15px;
	text-align:center;
	padding-top:8px;
	color:#455392;
}

#menu {
	background:url(../img/cetop.jpg);
	height:22px;
	padding-left:30px;
	float:right;
	width:200px;
	text-align:right;
}

#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-top:2px;
}
#menu ul li {
	display:inline;
	padding-right:10px;
}

a, a:visited {
	color:#667bb4;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	color:#495778;
	font-size:24px;
}

h2 {
	color:#495778;
	font-size:14px;
}

h2.ceanalizer_nazwa {
	margin:0px;
	padding:0px;
	font-size:16px;
	padding:5px;
	color:#6F83B8;
	border-bottom:1px solid #F1F1F6;
}
hr {
	border:0px;
	border-top:1px solid #dddde0;
	height:0px;
	/* background:#dddde0; */
}

.info {
	background: #ffffff url(../img/ceback.jpg) left bottom no-repeat;
	padding:15px;
	width:533px;
	color:#546180;	
	text-align:justify;
}

ol.ranking {
	font-size:13px;
}


.error-section-all {
	width:640px;
}

td.linenumber {
	border-bottom: 1px solid #ccc !important;
	background-color: #e1e1e1;
	text-align:right;
}

td.codeContext {
	border-bottom: 1px solid #ddd !important;
	background-color: #F1F1F1;
}

td.parse-error {
	border-bottom: 1px solid #ddd !important;
	background-color: #F1F1F1;
	width:200px;
}

#overlay {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  visibility:hidden;
  background: black;
  height: 150%;
  width: 100%;
  z-index: 100;
  padding-right: 10px;
}


#wait {
  position: fixed;
  z-index: 101;
  top:200px;
  left:0px;
  width:99%;
  text-align:center;
  visibility:hidden;
}
#mwait {
	background-color:white;
	margin:0 auto 0 auto;
	width:300px;
	height:50px;
	border: 1px solid black;
	padding:20px;
}