html, body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bckg.jpg');
	background-repeat: repeat-x;
	background-color: #97da11;
}
a {
	outline: none;
	text-decoration: none;
	color: #666;
}
fieldset {
	border: 1px solid #ccc;
	background-color: #eee;
	margin-top: 5px;
}
fieldset legend {
	border: 1px solid #ccc;
	background-color: #ddd;
	padding: 5px;
}
input:focus::-moz-focus-inner {
	border-color: transparent;
}
input:focus {
	outline: 0;
}
input {
	width: auto;
	overflow: visible; 
}
div#main {
	display: block;
	width: 870px;
	margin-top: 30px;
}
div.lColumn {
	display: block;
	float: left;
	width: 200px;
	margin-left: 10px;
	*margin-left: 5px;
	font-family: Arial;
}
html>body div.lColumn {
	margin-left: 10px;
}
div.lColumn div.tBox, div.lColumn div.cBox {
	display: block;
	width: 160px;
	height: 21px;
	background-image: url('../images/box_top.jpg');
	font-size: 10px;
	color: #fff;
	padding-left: 20px;
	padding-top: 4px;
	font-weight: bold;
}
div.lColumn div.tBox span {
	font-size: 11px;
}
div.lColumn div.cBox {
	background-image: url('../images/box_bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	color: #666;
	width: 140px;
	height: 100%;
	padding-bottom: 25px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-top: 15px;
	text-align: justify;
	display: block;
}
div.rColumn {
	display: block;
	float: left;
	width: 640px;
	background-color: #fff;
}
div#connection {
	display: block;
	margin-top: 10px;
	text-align: left;
}
div#connection div.on {
	display: block;
	padding-top: 5px;
	padding-left: 25px;
	background-image: url(../images/correct.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 20px;
}
div#container {
	display: block;
	width: 870px;
	margin: 0px auto;
	z-index: 1;
	position: relative;
	padding-bottom: 10px;
	background-color: #fff;
	overflow: hidden;
}
div#languages {
	display: block;
	height: 30px;
	width: 100%;
}
div#languages ul {
	margin: 0px auto;
	text-align: right;
	width: 85%;
}
div#languages  li {
	background-image: url('../images/lang_bckg.jpg');
	background-repeat: no-repeat;
	background-position: 100%;
	width: 130px;
	height: 25px;
	display: block;
	float: right;
	padding-right: 20px;
	padding-top: 3px;
}
div#languages a#pl, div#languages a#en {
	background-repeat: no-repeat;
	background-position: 100%;
	padding-right: 30px;
	padding-top: 5px;
	color: #333;
	font-size: 11px; 
	font-family: Arial;
	height: 18px;
	display: block;
}
div#languages a#pl {
	background-image: url('../images/pl_icon.jpg');
}
div#languages a#en {
	background-image: url('../images/en_icon.jpg');
}
div#logo {
	display: block;
	height: 110px;
	width: 100%;
	background-image: url('../images/logo.jpg');
}
div#menu {
	display: block;
	height: 51px;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	margin-top: 30px;
	padding-top: 9px;
	visibility: hidden;
}
div#menu a {
	display: block;
	width: 130px;
	height: 45px;
	float: left;
}
div#menu a.news {
	background-image: url('../images/m_news.jpg');
}
div#menu a.articles {
	background-image: url('../images/m_articles.jpg');
}
div#menu a.settings {
	background-image: url('../images/m_settings.jpg');
}
div#menu a.documents {
	background-image: url('../images/m_documents.jpg');
}
div#menu a.menu_management {
	background-image: url('../images/m_menu.jpg');
}
div#menu a.banner {
	background-image: url('../images/m_banner.jpg');
}
div#menu a:hover, div#menu a.active {
	background-position: 0 100%;
}
div#section_header {
	display: block;
	font-family: Arial;
	font-size: 17px;
	color: #666;
	font-weight: bold;
}
div#content {
	width: 660px;
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 20px;
	margin-top: 20px;
}
div#footer {
	display: block;
	margin: 0px auto;
	width: 882px;
	height: 48px;
	background-image: url('../images/footer.jpg');
	text-align: center;
	padding-top: 29px;
	font-family: Arial;
	font-size: 11px;
	color: #909090;
	position: relative;
	z-index: 0;
	clear: left;
}
div#footer a {
	color: #909090;
	padding-left: 12px;
	padding-right: 12px;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer a#smartparts {
	display: block;
	right: 8px;
	width: 71px;
	height: 25px;
	background-image: url('../images/smartparts.jpg');
	top: 75px;
	position: absolute;
}
form#loginBox input.text{
	width: 140px;
	height: 15px;
	background-image: url('../images/loginBox.jpg');
	background-repeat: x-repeat;
	border: 1px solid #e2e2e2;
	padding: 0px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
form#loginBox input.submit {
	background-image: url('../images/login_ico.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	border: none;
	background-color: transparent;
	height: 17px;
	width: 100px;
	margin-top: 5px;
}
a.logout {
	display: block;
	background-image: url('../images/logout_ico.jpg');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	height: 14px;
}
span#incorrectLogin {
	display: block;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	background-image: url('../images/warning.gif');
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 30px;
	padding-top: 5px;
	margin-top: 20px;
}
div.page404, div.pageInfo {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 450px;
	display: block;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('../images/warning.gif');
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
div.pageInfo {
	background-image: url('../images/information.gif');
}
div.toolbar {
	display: block;
	margin-top: 10px;
	width: 650px;
}
div.toolbar input.submit.select, div.toolbar input.submit.deselect  {
	background-repeat: no-repeat;
	background-color: #fff;
	padding-left: 35px;
	border: 0;
}
div.toolbar input.submit:focus {
	padding-right: 6px;
}
div.toolbar input.submit.select {
	background-image: url('../images/select_all.jpg');
}
div.toolbar input.submit.deselect {
	background-image: url('../images/deselect_all.jpg');
}
table.dataTable {
	margin: 10px;
	border-collapse: collapse;
}
table.dataTable td {
	padding: 5px;
}
table.dataTable th {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ccc;
	width: 100%;
}
table.dataTable td textarea, table.dataTable td input {
	width: 100%;
}
/* explorer styles */
.sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-image: url('../images/up-sort.gif');
	background-color: #c3c1c1;
}
.sortdesc {
	background-image: url('../images/down-sort.gif');
	background-color: #c3c1c1;
}
.nosort {
	cursor: default;
}
div.FileExplorer {
	display: block;
	width: 640px;
	font-family: Arial;
	font-size: 11px;
}
div.FileExplorer thead {
	background-image: url('../images/expl_header.jpg');
	background-repeat: x-repeat;
	height: 30px;
}
div.FileExplorer thead td {
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
div.FileExplorer tbody td {
	background-color: #f7f7f7;
	text-align: center;
}
div.FileExplorer a.dir, div.FileExplorer a.undo {
	display: block;
	height: 22px;
	background-image: url('../images/expl_dir.jpg');
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 10px;
	color: #000;
	text-align: left;
	background-color: #fff;
	padding-right: 20px;
}
div.FileExplorer a.undo {
	background-image: url('../images/expl_undo.jpg');
}
/* mime */
div.FileExplorer a.image, 
div.FileExplorer a.text, 
div.FileExplorer a.audio, 
div.FileExplorer a.video, 
div.FileExplorer a.application, 
div.FileExplorer a.doc, 
div.FileExplorer a.pdf, 
div.FileExplorer a.zip, 
div.FileExplorer a.rar, 
div.FileExplorer a.gz {
	height: 25px;
	padding-top: 15px;
	display: block;
	background-image: url('../images/expl_image.jpg');
	background-repeat: no-repeat;
	padding-left: 45px;
	color: #000;
	text-align: left;
	background-color: #fff;
	padding-right: 20px;
}
div.FileExplorer a.text {
	background-image: url('../images/expl_text.jpg');
}
div.FileExplorer a.audio {
	background-image: url('../images/expl_audio.jpg');
}
div.FileExplorer a.video {
	background-image: url('../images/expl_video.jpg');
}
div.FileExplorer a.application {
	background-image: url('../images/expl_app.jpg');
}
div.FileExplorer a.doc {
	background-image: url('../images/expl_doc.jpg');
}
div.FileExplorer a.pdf {
	background-image: url('../images/expl_pdf.jpg');
}
div.FileExplorer a.zip, 
div.FileExplorer a.rar, 
div.FileExplorer a.gz {
	background-image: url('../images/expl_ziprar.jpg');
}
div.FileExplorer div.separator {
	display: block;
	background-image: url('../images/expl_footer.jpg');
	background-repeat: x-repeat;
	height: 17px;
	width: 640px;
	border-bottom: 1px solid #c6c6c6;
	padding-top: 8px;
}
div.FileExplorer div.separator span {
	display: block;
	float: left;
	background-image: url('../images/expl_navig.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-left: 7px;
}
div.FE-footer input.text {
	width: 179px;
	height: 16px;
	background-image: url('../images/textBox.jpg');
	background-repeat: no-repeat;
	border: 0;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	float: left;
}
div.FE-footer input.submit {
	float: left;
	margin: 5px;
}
div.FE-footer div.upload {
	display: block;
	float: left;
	margin: 5px;
}
div.FileExplorer div#upload_status {
	display: block;
	float: right;
	margin: 5px;
}
div#upload_progressbar {
	display: block;
	float: right;
	margin-right: 10px;
}
div.FE-footer {
	display: block;
	margin-top: 5px;
	margin-bottom: 25px;
}
div.FileExplorer a.delete_tool {
	background-image: url('../images/expl_del.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
}
.progressBarInProgress {
	width: 0%;
	height: 11px;
	background-image: url('../images/expl_pstatus.jpg');
	margin-top: -12px;
	margin-left: 1px;
}
.progressBarStatus {
	width: 200px;
	height: 13px;
	background-image: url('../images/expl_pbar.jpg');
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}