.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd.sk-admin-system,.sk-admin-system
	{
	background-color: #f4f4f4;
	overflow-x: hidden;
}
#sk-admin-tab .sk-tabs {
    color: white;
    text-align: left;
    height: 25px;
    width: 100%;
    top: 0px;
    left: 10px;
}
.sk-admin-system .sk-system-info {
	color: #aaaaaa;
	text-align: left;
	padding-top: 30px;
}

.sk-admin-system .sk-system-row {
	padding: 0 0 0 0;
	margin: 0 20px 0 20px;
}

.sk-admin-system .sk-system-head {
	padding: 0 0 0 0;
	margin: 0 20px 0 20px;
	font-weight: bold
}

.sk-admin-doctype-top {
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 100%;
	margin: 20px 20px 20px 20px;
	background-color: #f4f4f4;
}

.sk-admin-top-left {
	margin: 10px 10px 10px 10px;
	width : 100%;
}

.sk-admin-top-right {
	margin: 10px 10px 10px 10px;
    float : right;
    text-align : right;
    width: 100%;
}
#sk-admin-bottom {
	background-image: url(../images/bottom-menu-background.gif);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #7e838a;
	border-top: 1px solid #cccccc;
	height: 100%;
	width: 100%;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 180px;
}

.safari #sk-admin-bottom {
	padding-top: 6px;
}

/*
 * Section header in e.g. properties view. The markup should look like: 
 * <div class="sk-admin-section-header"><span>Label</span></div>
 */
div.sk-admin-section-header {
	background: url(../images/button.png) no-repeat left -144px;
	margin: 10px;
	height: 26px;
}

div.sk-admin-section-header.sk-right-bar-header {
	margin-left: 0;
	margin-right: 30px;
}

div.sk-admin-section-header span {
	background: url(../images/button.png) no-repeat right -317px;
	border: none;
	margin: 0 0 0 13px;
	padding: 7px 0 0 0;
	display: block;
	height: 23px;
	text-align: left;
	color: white;
	font-weight: bold;
}

.safari 	div.sk-admin-section-header span {
	padding: 8px 0 0 0;
}

.explorer   div.sk-admin-section-header span {
	padding: 8px 0 0 0;
}

/*
 * Section information
 */
div.sk-admin-section-information {
	padding: 0 0 0 0;
	margin: 0 20px 0 20px;
	color: #999999;
}

/*
 * Section content
 */
div.sk-admin-section-content {
	padding: 0 0 0 0;
	margin: 0 20px 0 20px;
}

div.sk-admin-section-content table th {
	font-weight: bold;
	padding: 4px 10px 3px 10px;
}

div.sk-admin-section-content table td {
	padding: 4px 10px 3px 10px;
}

/*
 * Center content
 */
div.sk-admin-center-content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	/*background-color:#f4f4f4;*/
}

/*
 * Type information
 */
div.sk-admin-type-information {
	padding: 0 0 0 0;
	margin: 10px 10px 10px 10px;
	color: #999999;
    font-size: large;
}

#sk-admin-ds {
	border-left: 2px solid #888888;
	height: 100%;
	position: absolute;
	overflow: hidden;
	width: 1px;
	right: 0px;
	/*display:none;
    position:absolute;
    overflow:hidden;
    width:100%;*/
}

.sk-admin-tabs {
}
.sk-admin-batch-info-table {
	width: 100%;
	margin: 10px;
}

#sk-batch-type-separator {
	width: 100px;
}

.sk-admin-add-template-option {
	width: 100%;
	margin: 10px;
}

.sk-admin-tab-top {
	colspan: 2;
	height: 10px;
	border-top: 1px;
}
.sk-admin-tab-top-label {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 90px;
}

.sk-admin-timepicker {
	width: 100px;
	margin-right: 10px;
}

.sk-message-def-block {
	table-layout: fixed;
	width: calc(100% - 10px);
}

.sk-message-def-block > tbody tr > th:nth-child(1) {
	width: 20%
}
.sk-message-def-block > tbody tr > th:nth-child(2) {
	width: 15%
}
.sk-message-def-block > tbody tr > th:nth-child(3) {
	width: 40%;
}
.sk-document-type-table-columns {
	word-wrap: break-word;
	padding: 0 7px;
}
.sk-message-def-block th {
  font-weight: bold;
}
.sk-message-def-block .sk-block-depth1 {
  margin-left: 10px;
}
.sk-message-def-block .sk-block-depth2 {
  margin-left: 20px;
	width: calc(100% - 20px);
}
.sk-message-def-block .sk-block-depth3 {
  margin-left: 30px;
  width: calc(100% - 30px);
}
.sk-message-def-block .sk-block-depth4 {
  margin-left: 40px;
  width: calc(100% - 40px);
}
.sk-message-def-block .sk-block-depth5 {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.sk-message-def-block h3.sk-batch-type-name {
	font-size: 110%;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-weight: 700;
	margin-left: 10px;
	margin-bottom: 4px;
}

.sk-admin-header-text {
	padding-top: 20px;
	padding-left: 5px;
	height: 10px;
	font-weight: bold;
}
.sk-admin-audit-table {
	height:300px;
	overflow-y: scroll;
	margin:10px;padding:0px;
	width:500px;
	border:2px solid #bbbbbb;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}

.sk-admin-audit-table th {
	color: #333333;
	text-align:left	;
	font-weight: bold;
	background: #bbbbbb;
}
.sk-admin-audit-table tr:nth-child(even):hover{
	 background: #aaaaff; 
}
.sk-admin-audit-table tr:nth-child(odd):hover{
	 background: #aaaaff; 
}
.sk-admin-audit-table tr:nth-child(even) {
	background: #eeeeee
}

.sk-admin-audit-table tr:nth-child(odd) {
	background: #ffffff
}

.sk-admin-element {
	margin:10px;padding:0px;
	border:2px solid #bbbbbb;
}

#sk-admin-batch-audit {
	height: 300px;
	overflow-y: scroll;
}
.sk-admin-einvoice {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 420px;
}
.sk-index-info {
  
}
.sk-admin-batch {
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}

.sk-admin-new-template {
    margin-left: 20px;
    overflow-x: hidden;
    height: 150px;
    width: 400px;
}
.sk-index-info {
  
}
.sk-admin-batch {
	overflow-x: auto;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}

.sk-admin-edit-match-pattern {
    margin-left: 20px;
    overflow-x: hidden;
    height: 370px;
    width: 400px;
}

.sk-edit-einvoice-mapping select,
.sk-edit-peppol-mapping select {
	max-width: 232px;
}
.sk-admin-edit-match-pattern .sk-form-table tbody tr td {
    height: 25px;
}
.sk-delete-mapping-list-item {
    display: table;
}
.sk-delete-mapping-list-item div {
	height: 29px;
}
.sk-admin-edit-match-pattern .sk-delete-matching-rule-row {
    display: table;
}
.sk-admin-edit-match-pattern .sk-delete-matching-rule-row div {
    height: 29px;
}
.sk-admin-document-type-properties-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: larger;
}
.sk-admin-document-type-properties-title {
    font-size: larger;
}
.sk-admin-document-type-properties-content {
    margin-left: 17px;
}
.sk-admin-document-type-properties-list-row {
    border-bottom: 1px solid #ddd
}
.sk-match-patterns-list-item {
	 width: 500px;
	 vertical-align: middle;
 }
.sk-match-patterns-list-item_first {
	width: 100px;
	vertical-align: middle;
}
.sk-match-patterns-list-header {
	width: 500px;
	vertical-align: middle;
	font-weight: bold;
}

.sk-match-patterns-list-header-first {
	width: 100px;
	vertical-align: middle;
	font-weight: bold;
}

.sk-admin-properties {
    height: 100%;
}

.sk-admin-development-batch-header-container {
    padding: 0 0 0 0;
    margin: 10px 10px 10px 20px;
    color: #999999;
    font-size: large;
}
.sk-admin-development-batch-customer-container {
    margin: 10px 10px 10px 10px;
    width : 100%;
}
.sk-admin-development-batch-list-container {
    margin: 10px 10px 10px 10px;
}
.sk-admin-development-batch-list {
    width: 99%;
}
.sk-admin-development-batch-list div.yui-dt {
    border: 1px solid #aaa;
}
.sk-admin-development-batch-list .yui-dt-resizer {
    height: 100% !important;
}
.sk-admin-development-batch-name-input {
    width: 100%;
}
.sk-admin-development-batch-textarea {
    width: 100%;
    height: 30px;
}

div.sk-admin-user-messages-left {
	padding: 0 0 0 0;
	margin: 0 20px 0 20px;
}


div.sk-admin-user-messages-content {
	padding: 10px;
	height: 60%;
	width: 50%;
	border: 1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 20px;
	background-color: #f4f4f4;
}

div.sk-admin-user-messages-header {
	background: url(../images/button.png) no-repeat left -144px;
	margin: 10px;
	height: 26px;
}

div.sk-admin-user-messages-header span {
	background: url(../images/button.png) no-repeat right -317px;
	border: none;
	margin: 0 0 0 13px;
	padding: 7px 0 0 0;
	display: block;
	height: 23px;
	text-align: left;
	color: white;
	font-weight: bold;
}

div.sk-admin-user-messages-information {
	padding: 0 0 0 0;
	margin: 0 20px 0 20px;
	color: #999999;
}

.sk-admin-user-messages-list{
	overflow-y: auto;
}

.yui-dt-resizer {
	height: 100% !important;
}

.sk-admin-batches-customer-list {
	width: 500px;
}
.sk-batch-filter-customer-dropdown select {
    max-width: 178px;
}

.sk-edit-message-form {
	margin-top: 30px;
	margin-left: 30px;
}

.sk-field-form-description {
	max-width: 90%;
	margin: 0;
	width: 90%;
	height: 70px;
	max-height: 70px;
}

.sk-edit-def-title {
	margin-top: 10px;
	margin-bottom: 2px;
}

.sk-edit-message-form input {
	width: 90%;
}

.sk-template-resources-rows-header {
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

table.sk-template-resources-row {
	width:100%;
	border-bottom: 1px solid #cccccc;
}

.sk-batch-type-form > form td.sk-label {
    width: 220px;
}