@import 'neosinner.css';

/* @group General */

.justify, ul.statement-ul li, .conditions li{text-align:justify}
#variable_symbol {margin-right:10px}
#invoice-item-list{text-align:center}
invoice-item-list input{margin-left:auto; margin-right:auto}

/* @group Flashes */

.success, .info, .error, .fail, .failed {
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.success {
	background: #e9f7c2;
	border: 1px solid #cae387;
	color: #749d08;
}

.info {
	background: #f2faff;
	border: 1px solid #d0e5f3;
	color: #3a85c9;
}

.error, .failed {
	background: #fff2f2;
	border: 1px solid #f3d0d0;
	color: #eb0202;
}

.fail {
	background: #fff8eb;
	border: 1px solid #f2deb8;
	color: #f5a40e;
}

/* @end */

html {
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	background: #fff url(../images/html.png) repeat-x top center;
}

body.home {
	background: url(../images/body-home.jpg) no-repeat center 27px;
}

#main {
	width: 965px;
	margin: 0 auto;
	text-align: left;
}

.backlinks {
	background: #58ceff;
	font-size: 11px;
	color: #00638c;
	padding: 8px 30px;
	text-align: left;
}

.backlinks a {
	margin-left: 10px;
	color: #fff;
}

#admin {
	margin: 0 -9px;
	padding: 9px;
	background: url(../images/admin.jpg) no-repeat center top;
	position: relative;
}

.text-center th, .text-center td {
	text-align: center !important;
}

textarea {
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.color-ccc{
	color: #ccc !important;
}

.padding-0{padding: 0 !important;}
.padding-3{padding: 3px !important;}
.padding-10{padding: 10px !important;}

.hidden{display: none;}
.non-visible{visibility: hidden;}

.clear, .clean, .clearer{
	clear: both;
}

.checkbox{
	width: 20px; 
	vertical-align: middle;
}

.width-auto{width: auto;}
.width-5{width: 5px;}
.width-18{width: 18px;}
.width-20{width: 20px !important;}
.width-30{width: 30px;}
.width-40{width: 40px;}
.width-45{width: 45px;}
.width-50{width: 50px;}
.width-55{width: 55px;}
.width-60{width: 60px;}
.width-70{width: 70px;}
.width-75{width: 75px;}
.width-85{width: 85px;}
.width-96{width: 96px;}
.width-100{width: 100px !important;}
.width-150{width: 150px !important;}
.width-200{width: 200px;}
.width-230{width: 230px;}
.width-300{width: 300px !important;}
.width-330{width: 330px;}

.font-11{font-size: 11px}
.font-14{font-size: 14px}
.font-17{font-size: 17px}
.font-130p{font-size: 130%;}

.font-green strong, .color-green strong{
	font-size: 12px;
	color: #017E00 !important;
}

.color-red{color: red;}
.color-aaa{color: #aaa;}

.bg-red{
	background-color: red;
}

.vert-middle{vertical-align: middle;}
.vert-top{vertical-align: top !important;}
.vert-bottom{vertical-align: bottom;}

.no-under{
	text-decoration: none !important;
}



/* @end */

/* @group Header */

/* @group Login */

#login {
	width: 400px;
	height: 32px;
	background: url(../images/login.png) no-repeat top left;
	padding: 8px 0 0 10px;
	position: absolute;
	right: 0;
	top: 31px;
	color: #058ed3;
	font-weight: bold;
}

#login a {
	padding-left: 6px;
	color: #058ed3;
	font-weight: bold;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#login span {
	display: block;
	float: left;
}

#login input {
	background: #fff url(../images/login-input.png) no-repeat left center;
	color: #bababa;
	height: 19px;
	padding: 3px 10px 0 10px;
	border: 0;
	width: 104px;
	margin-left: 8px;
	font-weight: normal;
}

#login input.submit {
	background: none;
	width: 35px;
	height: 22px;
	padding: 0;
	vertical-align: bottom;
}

#login ul {
	float: right;
	margin-top: -10px;
	height: 40px;
}

#login ul li {
	float: left;
	background: url(../images/login-li.png) no-repeat right center;
	width: 44px;
	padding-right: 2px;
}

#login ul li a {
	padding: 0 2px;
}

#login p.logout a {
	text-decoration: underline;
}

#login p.logout a:hover {
	text-decoration: none;
}

#login p.logout span {
	font-weight: normal;
}

#login ul li.last {
	background: none;
	padding-right: 0;
}

#login p.logout {
	float: left;
	margin: 6px 0 0 7px;
}

#login p.logout a {
	color: #062c92;
}

/* @end */

/* @group Lang */

#lang {
	position: absolute;
	right: 420px;
	top: 43px;
}

#lang li {
	background: none;
	margin-right: 5px;
	padding-right: 0;
	float: left;
}

#lang a {
	display: block;
	margin-top: -4px;
	width: 24px;
	height: 17px;
}

/* @end */

/* @group Logo */

#logo {
	position: absolute;
	left: -128px;
	top: 0;
}

#logo a {
	width: 624px;
	height: 243px;
	display: block;
	background: url(../images/logo.png) no-repeat;
}

#logo span {
	display: none;
}

/* @end */

#header {
	position: relative;
	height: 123px;
}

/* @end */

/* @group Home */

#home {
	height: 307px;
	position: relative;
}

#home ul {
	position: absolute;
	bottom: 10px;
	right: 0;
}

#home li {
	width: 423px;
	height: 70px;
	position: relative;
}

#home a {
	width: 303px;
	height: 43px;
	display: block;
	background: url(../images/home-li.jpg) no-repeat top left;
	text-decoration: none;
	color: #6a828d;
	font-size: 19px;
	font-weight: bold;
	padding: 27px 0 0 120px;
}

#home a:hover b {
	text-decoration: underline;
}

#home span {
	background: url(../images/home-span.png) no-repeat top left;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 67px;
	height: 50px;
	padding: 24px 0 0 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none !important;
}

#home a:hover span {
	text-decoration: none;
}

/* @end */

/* @group Menu */

#menu {
	margin-left: 1px;
	height: 101px;
	background: url(../images/menu.png) no-repeat top left;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
}

#menu li {
	float: left;
	width: 239px;
	height: 101px;
}

#menu li.first, #menu li.last {
	width: 243px;
}

#menu li.first a {
	padding-left: 91px;
}

#menu li.last a {
	padding-right: 4px;
}

#menu a {
	float: left;
	width: 152px;
	height: 87px;
	display: block;
	position: relative;
	color: #fff;
	padding: 14px 0 0 87px;
	z-index: 10;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	background: #cc2525 url(../images/menu-hover.jpg) repeat-x left top;
}

#menu li.first a:hover, #menu li.first a.active {
	background: url(../images/menu-first-hover.png) no-repeat left top;
}

#menu li.last a:hover, #menu li.last a.active {
	background: url(../images/menu-last-hover.png) no-repeat left top;
}

#menu strong {
	color: #00218b;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	line-height: 17px;
	margin-bottom: 13px;
}

#menu a:hover strong, #menu a.active strong {
	color: #fff;
}

#menu span {
	position: absolute;
	top: 27px;
	left: 30px;
	background: url(../images/menu-span.jpg) no-repeat;
	display: block;
	width: 202px;
	height: 47px;
	z-index: -1;
}

#menu a:hover span, #menu a.active span {
	background: url(../images/menu-span-hover.jpg) no-repeat;
}

/* @end */

/* @group Navigation */

#article .nav-zero {
	font-weight: normal;
}

#article #navigation a {
	color: #666;
}

#article #navigation a.last {
	color: #09a5ee;
}

#article #navigation {
	padding: 0;
	text-align: left;
	height: 17px;
	margin: -15px 0 15px 0;
	font-size: 10px;
}

#article #navigation p {
	float: left;
	height: 14px;
	padding: 3px 10px 0 10px;
	line-height: 10px;
	background: #def6fc url(../images/navigation.png) no-repeat top left;
	text-align: left;
	margin: 0;
}

#article #navigation span {
	display: block;
	height: 17px;
	margin: -3px -10px 0 0;
	background: url(../images/navigation-span.png) no-repeat top left;
	width: 5px;
	float: right;
}

/* @end */

/* @group Article */

/* @group Reference */

#reference{
	text-align: center;
	padding: 15px;
	height: 374px;
	background: url(../images/reference.png) no-repeat center top;
	position: relative;
	width: 535px;
	margin: 0 auto 20px auto;
}

#reference .holder{
	width: 535px;
	height: 374px;
	margin: 0 auto;
	overflow: hidden;
}

#reference .moover .ref-block{
	width: 535px;
	height: 374px;
	overflow: hidden;
}

#reference .moover .ref-block img{
	max-width: 535px;
	max-height: 374px;
	_width: 535px;
}

#reference .moover {
    width: 3000px;
    margin-left: -535px;
}


#reference .moover div{
    float: left;
}

#reference .moover div div{
	position: relative;
}

#reference .prev, #reference .next{
	position: absolute;
	top: 157px;
	width: 27px;
	height: 188px;
}

#reference .prev{
	left: -27px;
	background: url(../images/prev.png) no-repeat left top;
}

#reference .next{
	right: -27px;
	background: url(../images/next.png) no-repeat left top;
}

#reference .moover div.description{
	text-align: left;
	position: absolute;
	left: 0;
	top: 132px;
	width: 565px;
	background: url(../images/description.png) repeat left top;
	z-index: 999;
	padding: 0;
}

#reference .moover div.description p{
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin: 0;
	padding: 15px;
}

#reference .moover div.description a {
    color: #fff;
}

.display-none {display: none;}

#reference .description h2{
	font-weight: normal;
	font-size: 20px;
	color: #a6ce39;
	line-height: 24px;
}

#reference .description h3{
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #fff;
}

#reference .description p{
	color: #a6a6a6;
	line-height: 18px;
	font-size: 11px;
}

#reference .description .top, #reference .description .bottom{
	position: absolute;
	width: 408px;
	height: 9px;
	left: 0;
}

#reference .description .top{
	top: -9px;
	background: url(../images/reference-description-top.png) no-repeat left top;
}

#reference .description .bottom{
	bottom: -9px;
	background: url(../images/reference-description-bottom.png) no-repeat left top;
}



/* @end */

/* @group Paginator */

.paging-two {
	height: 25px;
	padding-left: 262px;
	padding-top: 12px;
}

.table-legend  .paging-two {
	padding-left: 222px;
	padding-top: 10px;
}

.paging-two a.prev {
	background-image: url('../images/paging-prev.gif');
}

.paging-two a.next {
	background-image: url('../images/paging-next.gif');
}

.paging-two a:hover.prev {
	background-image: url('../images/paging-prev-over.gif');
}

.paging-two a:hover.next {
	background-image: url('../images/paging-next-over.gif');
}

.paging-two a {
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 3px;
	width: 25px;
	height: 21px;
	padding: 4px 0 0 0;
	background: url('../images/page.gif');
	text-align: center;
	color: #26b0f0 !important;
}

.paging-two a.empty:hover {
	background: url('../images/page.gif');
}

.paging-two a.active,
.paging-two a:hover {
	background-image: url('../images/page-active.gif');
	color: #fff !important;
}

.paging-two a span {
	display: none;
}



/* @end */

.wide {
	padding: 0 0 9px 0;
}

#article {
	float: left;
	width: 671px;
	background: url(../images/article.png) repeat-y top left;
	padding: 0 18px 20px 18px;
	margin: 8px 0 40px 0;
	line-height: 18px;
	color: #3f3f3f;
	min-height: 500px;
	position: relative;
}

.wide #article {
	width: 929px;
	margin-bottom: 0;
	background: url(../images/article-wide.png) repeat-y top left;
}

#article-top {
	width: 707px;
	margin: -8px -18px 0 -18px;
	background: url(../images/article-top.gif) no-repeat top left;
	height: 8px;
	margin-bottom: 20px;
}

.wide #article-top {
	width: 965px;
	background: url(../images/article-top-wide.gif) no-repeat top left;
}

#article-bottom {
	width: 707px;
	background: url(../images/article-bottom.png) no-repeat top left;
	height: 21px;
	left: 0;
	bottom: -20px;
	position: absolute;
}

.wide #article-bottom {
	position: relative;
	bottom: 0;
	left: 0;
	width: 965px;
	clear: both;
	margin: 0 0 20px 0;
	background: url(../images/article-bottom-wide.png) no-repeat top left;
}

#article h1 {
	color: #062c92;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
}

#article h2 {
	color: #062c92;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
}

#article h2.folder a {
	background: url(../images/tool.png) no-repeat left top;
	color: #062c92;
	display: block;
	font-size: 18px;
	padding-left: 60px;
	height: 30px;
	padding-top: 12px;
}

#article h3 {
	color: #062c92;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}

#article a, .sidemenu a {
	color: #f70000;
}

#article .functions a{
	color: #34B5F1;
}

#article a.button {
	display: block;
	font-size: 14px;
	width: 193px;
	height: 26px;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #fff;
	background: url(../images/button.gif) no-repeat top left;
	cursor: pointer;
}

#article a.button:hover{
	background-image: url(../images/button-hover.gif);	
}

#article a.button:hover {
	text-decoration: underline;
}

#article ul, #article ol {
	margin-bottom: 20px;
}

#article ol li {
	list-style-type: decimal;
	margin: 0 0 15px 20px;
}

#article ul li {
	background: url(../images/li.png) no-repeat 3px 7px;
	padding-left: 25px;
}

#article p {
	margin-bottom: 20px;
	text-align: justify;
}

#article .news {
	margin-bottom: 15px;
}

#article .news h2 {
	margin-bottom: 15px;
	color: #373737;
}

#article .news h2 a {
	color: #f70000;
	font-weight: bold;
	font-size: 14px;
}

#article .news h2 span {
	color: #373737;
	font-weight: normal;
	font-size: 10px;
	float: right;
	margin-left: 10px;
}

#article .news p a {
	font-style: italic;
}

#article #evidence {
	height: 128px;
	margin-bottom: 15px;
}

#article #evidence li {
	width: 146px;
	float: left;
	margin-right: 15px;
	height: 128px;
	padding: 0;
}

#article #evidence li.adresar {
	background: url(../images/evidence-adresar.jpg) no-repeat top left;
}

#article #evidence li.dokumenty {
	background: url(../images/evidence-dokumenty.jpg) no-repeat top left;
}

#article #evidence li.faktury {
	background: url(../images/evidence-faktury.jpg) no-repeat top left;
}

#article #evidence li.pokladna {
	background: url(../images/evidence-pokladna.jpg) no-repeat top left;
}

#article #evidence li a {
	width: 146px;
	float: left;
	height: 22px;
	background: url(../images/evidence.jpg) no-repeat bottom left;
	text-align: center;
	padding-top: 106px;
	color: #09a5ee;
	font-weight: bold;
	text-decoration: none;
}

#article #evidence li a:hover {
	background: url(../images/evidence-hover.jpg) no-repeat bottom left;
	color: #fff;
}

#article p.back-link a {
	display: block;
	line-height: 12px;
	height: 19px;
	padding: 7px 0 0 40px;
	background: url(../images/back.png) no-repeat top left;
	color: #26b0f0;
}

#article p.add-contact {
	float: left;
}

#article p.add-contact a {
	display: block;
	line-height: 12px;
	height: 20px;
	padding: 8px 0 0 40px;
	background: url(../images/add-contact.png) no-repeat top left;
	color: #26b0f0;
	float: left;
}

#article a.add-contact {
	display: block;
	line-height: 12px;
	height: 20px;
	padding: 8px 0 0 40px;
	background: url(../images/add-contact.png) no-repeat top left;
	color: #26b0f0;
	float: left;
}

#article .span-padding span {
	display: block;
	float: left;
	padding-top: 4px;
	margin-left: 4px;
}

#article p.actions{
	float: left;
	padding-top: 3px;
}

#article p.actions a, #article a.deleted{
	padding-left: 20px;
	display: block;
	float: left;
	margin-right: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	height: 16px;	
}

#article p.actions .add2{
	background-image: url(../images/icon-add2.gif);
}

#article p.actions .add{
	background-image: url(../images/icon-add.gif);
}

#article p.actions .import{
	background-image: url(../images/icon-import.gif);
}

#article p.actions .export{
	background-image: url(../images/icon-export.gif);
}

#article p.actions .history{
	background-image: url(../images/icon-history.gif);
}

#article p.actions .cash{
	background-image: url(../images/icon-cash.gif);
}

#article p.actions .transaction{
	background-image: url(../images/icon-transaction.gif);
}

#article p.actions .mark{
	background-image: url(../images/icon-mark.gif);
}

#article a.deleted{
	background-image: url(../images/icon-deleted.gif);
	float: right;
	color: #aaa;
	margin: 0;
	padding-left: 25px;
}

#article p.search {
	float: right;
}

#article p.search input {
	border: 0;
}

#article p.search select {
	margin-bottom: 10px;
}

#article p.search .text {
	line-height: 12px;
	height: 21px;
	padding: 4px 7px 0 7px;
	background: url(../images/form-input.png) no-repeat top left;
	width: 130px;
	margin-right: 5px;
}

#article p.search .submit, #article .search-submit {
	line-height: 12px;
	height: 25px;
	text-align: center;
	color: #fff;
	background: url(../images/form-button.png) no-repeat top left;
	width: 85px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

#article .search-submit{
	vertical-align: middle;
	margin-bottom: 0;
}

#article p.search .submit:hover, #article .search-submit:hover {
	background-image: url(../images/form-button-hover.png);
}

#article .paging {
	color: #26b0f0;
}

#article table.table {
	width: 100%;
}

#article table.table-400 {
	width: 400px;
}

#article table.table-500 {
	width: 500px;
}

#article table.table-700 {
	width: 700px;
}

#article table.table-60p {
	width: 60%;
}

#article table.table th {
	background: #26b0f0 url(../images/table-th.png) repeat-x top left;
	color: #fff;
	height: 27px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	padding: 0 10px 0 10px;
	border: 1px solid #26b0f0;
	border-bottom: 0;
	border-top: 0;
}

#article table.table th a {
	color: #fff;
	text-decoration: none;
}

#article table.table p {
	margin-bottom: 0;
}

#article .table th.none span, #article .table th.up span, #article .table th.down span{
	padding-right: 13px;
	background-position: right center;
	background-repeat: no-repeat;
}

#article .table th.none span{
	background-image: url(../images/sort-none.gif);
}

#article .table th.up span{
	background-image: url(../images/sort-up.gif);
}

#article .table th.down span{
	background-image: url(../images/sort-down.gif);
}

#article table.table th a:hover {
	text-decoration: underline;
}

#article table.table th.first {
	background: #26b0f0 url(../images/table-first.png) no-repeat top left;
	text-align: center;
	border-left: 0;
}

#article table.table th.last {
	background: #26b0f0 url(../images/table-last.png) no-repeat top right;
	text-align: center;
	border-right: 0;
}

#article table.table td {
	padding: 4px 10px;
	color: #4e4e4e;
	border-collapse: collapse;
	border: 1px solid #26b0f0;
	border-bottom: 0;
	border-top: 0;
	vertical-align: middle;
}

#article table.table input {
	vertical-align: middle;
	margin-bottom: 0;
}

#article table.table tr.even td, #article table.table tr.even.hover td.actions, #article table.table tr.even:hover td.actions {
	background-color: #dff4fd;
}

#article table.table tr.hover td.actions, #article table.table tr:hover td.actions, #article table.table tr.odd.hover td.actions, #article table.table tr.odd:hover td.actions {
	background-color: #fff;
}

#article table.table tr.hover td, #article table.table tr:hover td {
	background-color: #c00101;
	color: #fff;
}

#article table.table tr.hover .red, #article table.table tr.hover .green {
	color: #fff;
}

#article table.table tr.hover td a {
	color: #fff;
}

#article table.table tr.last.even td, #article table.table tr.last.hover td {
	background-color: transparent !important;
}

#article table.table td.first {
	background: url(../images/table-border.png) repeat-y left top;
	border-left: 0;
}

#article table.table td.last {
	background: url(../images/table-border.png) repeat-y right top;
	border-right: 0;
}

#article table.table td a {
	color: #4e4e4e;
}

#article table.table tr.last {
	height: 6px;
	background: url(../images/table-last2.png) repeat-x top left;
}

#article table.table tr.last td {
	height: 6px;
	padding: 0;
	font-size: 1px;
}

#article table.table tr.last .first {
	height: 6px;
	background: url(../images/table-last-first.png) no-repeat top left;
}

#article table.table tr.last .last {
	height: 6px;
	background: url(../images/table-last-last.png) no-repeat top right;
	border: 0;
}

#article ul.actions {
	float: right;
	margin: 0;
	padding: 0;
	height: 25px;
}

#article ul.actions li {
	float: left;
	padding: 0 4px 0 0;
	margin-right: 7px;
	list-style-type: none;
	height: 25px;
	background: none;
}

#article ul.actions li.preview a {
	background-image: url(../images/actions-preview.png);
}

#article ul.actions li.no-spacer {
	background: none;
	padding-right: 0;
	margin-right: 0;
}

#article ul.actions li a {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	padding-top: 3px;
	color: #525151;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
}

#article ul.actions li a:hover {
	opacity: 1;
}
#article ul.actions li.add a {
	background-image: url(../images/actions-add.png);
}
#article ul.actions li.edit a {
	background-image: url(../images/actions-edit2.gif);
}

#article ul.actions li.delete a {
	background-image: url(../images/actions-delete2.gif);
}

#article ul.actions li.default a {
	background-image: url(../images/actions-default.png);
}

#article ul.actions li.pdf a {
	background-image: url(../images/actions-pdf2.gif);
}

#article ul.actions li.htm a {
	background-image: url(../images/actions-htm2.gif);
}

#article ul.actions li.restore a {
	background-image: url(../images/actions-recycle.gif);
}

#article table.table td.actions {
	width: 60px;
	padding: 8px 10px 5px 10px;
}

#article .red, #article .red a {
	color: #c00101;
}

#article .green, #article .green a {
	color: #3a8000;
}

#article table {
	width: 100%;
	color: #34b5f1;
	margin-bottom: 15px;
}

#article table th {
	text-align: right;
	padding: 5px 10px;
	vertical-align: top;
}

#article table th.left-bold {
	text-align: left;
	font-weight: bold;
}

#article input, #article select,  #article textarea {
	width: 190px;
	height: 22px;
	padding: 4px 10px 0 10px;
	margin-bottom: 10px;
}
#article input, #article select{
    background: url(../images/input.gif) no-repeat top left;
	border: 0;
    width: 200px;
}

#article select.multiselect,  #article textarea {
    background-image:none;
    height: 66px;
    border:1px solid #34B5F1;
}
#article input.small {
	width: 41px;
	height: 22px;
	background: url(../images/input-small.gif) no-repeat top left;
	border: 0;
	padding: 4px 7px 0 7px;
	margin-bottom: 10px;
}

#article select {
	width: 200px;
	height: 28px;
	padding: 5px;
	vertical-align: middle;
	margin-bottom: 10px;
}

#article select.multiple{
	height: auto;
}

#article input.submit, .sidemenu input.submit {
	font-size: 14px;
	width: 193px;
	border: 0;
	height: 34px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../images/button.gif) no-repeat top left;
	cursor: pointer;
}
#article input.submit:hover, .sidemenu input.submit:hover{
	background-image: url(../images/button-hover.gif);	
}

#article input[type="radio"], #article input[type="checkbox"] {
	width: auto;
	vertical-align: bottom;
	margin: 0;
}

#article form table input[type="radio"], #article form table input[type="checkbox"] {
	vertical-align: middle;
}

#article input.ares {
	line-height: 12px;
	height: 25px;
	width: 145px;
	text-align: center;
	color: #F70000;
	padding: 0;
	vertical-align: middle;
	background: url(../images/register.png) no-repeat left top;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

#article input.ares:hover{
	background-image: url(../images/register-hover.png);
}

#article .comment {
	width: 500px;
	height: 200px;
	border: 1px solid #aee1f8;
}

#article .stamp img{
	max-width: 200px;
	_width: 200px;
}

#article .invoce-form-paging, #article .invoce-form-mass{
	margin-bottom: 10px;
}

#article .invoce-form-paging select{
	width: 50px;
}

#article .invoce-form-filter{
	margin-top: 38px;
	margin-bottom: -38px;
}

#article .summary{
	float: left;
	width: 300px;
	line-height: 18px;
	margin: 25px 0 20px 5px;
	border: #aaa 1px dotted; 
	padding: 10px;
}



/* @end */

/* @group Sidebar */

#sidebar {
	width: 242px;
	float: right;
	margin-bottom: 40px;
	background: url(../images/sidebar-top.gif) no-repeat left top;
	position: relative;
	padding: 20px 5px 0 5px;
}

#sidebar-bottom{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 252px;
	height: 10px;
	background: url(../images/sidebar-bottom.gif) no-repeat left bottom;
}

/* @end */

/* @group Sidemenu */

.sidemenu {
	width: 243px;
	background: #e1e0e0 url(../images/sidemenu.png) no-repeat top left;
	padding: 25px 0 0 0;
	float: right;
	margin-bottom: 15px;
}

.sidemenu p, #sidebar p{
	padding: 0 15px;
	text-align: justify;
	margin-bottom: 15px;
	line-height: 1.5;
}

.sidemenu .success, .sidemenu .failed {
	margin-bottom: 22px;
	margin-top: -22px;
}

.sidemenu h3, #sidebar h3 {
	color: #09a5ee;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.notes h3{
	margin-bottom: 10px;
}

.sidemenu h3 a {
	color: #09a5ee;
	height: 28px;
	display: block;
	background: url(../images/h3-note.gif) no-repeat 30px 5px;
	margin-top: -15px;
	padding: 11px 0 0 40px;
}

.sidemenu ul.menu li {
	height: 38px;
	background: url(../images/sidemenu-li.png) no-repeat top center;
	padding-left: 0;
	margin-bottom: 0;
}

.sidemenu ul li {
	background: url(../images/li.png) no-repeat 9px 2px;
	padding: 0 0 0 25px;
	margin-bottom: 8px;
}

.sidemenu .menu a {
	color: #000;
	display: block;
	height: 24px;
	position: relative;
	padding: 15px 0 0 45px;
	text-decoration: none;
}

.sidemenu .menu a:hover, .sidemenu .menu li.active a {
	color: #fff;
	background: url(../images/sidemenu-hover.png) repeat-x left -2px;
}

.sidemenu .menu span {
	position: absolute;
	left: 25px;
	top: 14px;
	background: url(../images/sidemenu-span.png) no-repeat top left;
	width: 6px;
	height: 13px;
}

.sidemenu #note-add {
	padding: 0 10px;
	margin-bottom: 15px;
	display: none;
}

.sidemenu #note-add textarea{
	width: 201px; 
	height: 200px; 
	margin: 4px 0 4px 0; 
	display: block;
}

.sidemenu .note-edit-general{
	display: none;
}

.sidemenu .note-edit-general form{
	text-align: right;
}

.sidemenu .note-edit-general textarea{
	width: 186px; 
	height: 200px; 
	margin: 4px 0 4px 0; 
	display: block;
}

.sidemenu .note-edit-general a{
	margin-right:10px
}

.sidemenu .menu a:hover span, .sidemenu .menu li.active a span {
	background: url(../images/sidemenu-span-hover.png) no-repeat top left;
}

.sidemenu-bottom {
	margin-bottom: -8px;
	height: 8px;
	background: url(../images/sidemenu-bottom.png) no-repeat top left;
}

.sidemenu textar e
	a{
	paddin g: 10p
	x;
	font-siz e: 12p
x
;
}



/* @end */

/* @group Footer */

#footer {
	clear: both;
	text-align: center;
	color: #999;
	line-height: 25px;
	padding: 20px 0;
	border-top: 1px solid #bbb;
	position: relative;
}

#footer a {
	color: #999;
}

#footer #storm {
	position: absolute;
	right: 8px;
	top: 5px;
}

#footer #storm a {
	opacity: 0.3;
}

#footer #storm a:hover {
	opacity: 1;
}

#footer #social{
	position: absolute;
	left: 8px;
	top: 9px;
}

#footer #social a{
	display: block;
	opacity: 0.5;
}

#footer #social a:hover{
	opacity: 1;
}

/* @end */

