body {
	background: #555555;
	overflow-y: scroll;
}

body, td {
	font-size: 13px;	
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #383838;
}

h1 {
	font-size: 16pt;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: normal;
}

h2 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

input[type=text],input[type=text], input.text {
	font-size:11px;
	height: 14px;
	width: 175px;
}

div.button {
	text-align: center;
	width: 75px;	
}

a:link, a:visited {
	color: #A90000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #CC0000;
}

.linkbutton {
	color: #A90000;
	font-weight: bold;
	display: inline;
	padding-left: 1px;
	line-height: 13px;
}

.button, .button:link, .button:visited {
	background: #840017;
	color: white;
	font-weight: normal;
	border: none;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	line-height: 20px;
	font-size: 13px;
	margin-top: 10px;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}

.button:before {
    display: block;
    line-height: 0;
    content: url(/images/btlf.png); 
   	float: left;
   	background: #E8E8E8;
   	position: relative;
   	left: -5px;
}
.button:after {
    display: block;
    line-height: 0;
    content: url(/images/btrt.png); 
   	float: right;
   	background: #E8E8E8;
   	position: relative;
   	left: 5px;
}

.topMenuItem:link, .topMenuItem:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.topMenuItem {
	background: #A90000;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	line-height: 15px;
	width: 60px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #D27474;
	border-left: 1px solid #D27474;
	border-right: 1px solid #710F10;
	border-bottom: 1px solid #710F10;
}

.topMenuItem:hover {
	background: #CC0000;
	color: white;
}

.mainMenuItem {
	padding-left: 10px;
	display: block;
	width: 150px;
	margin-bottom: 10px;
}

.mainMenuItem:link, .mainMenuItem:visited {
	color: #777777;
	text-decoration: none;
}

.mainMenuItem:hover {
	color: #CC0000;
}

.error {
	color: red;	
}

.textLine {
	height: 22px;	
}

.textBox {
	line-height: 21px;
	float: left;
	width: 75px;	
}

.textBoxWide {
	float: left;
	width: auto;	
}

.eyecatch {
	color: #CC0000;	
	font-size: 12pt;
	font-weight: bold;
}

h1.mainMenuItem {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	/*overflow: hidden;*/
	background: #EEEEEE;
	background-image: url(/images/mainback.gif); 
	background-position: 0px 90px; 
	background-repeat: no-repeat;
	/*border: 1px solid black;*/
}

#contenArea {
	padding-top: 5px;
	border-left: 1px solid black;	
	border-right: 1px solid black;
}

#mainMenu {
	padding: 10px;
}

#mainContent {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 180px;
	border-left: 1px dotted black;
	min-height: 400px;
}

#pageTop {
	background: #EEEEEE;
	/*height: 91px;*/
	background: blue;
	line-height: 1px;
}

#mainMenu {
	padding: 0px;
	padding-top: 10px;
	float: left;
	text-align: left;
	min-height: 200px;
	width: 140px;
}

#topMenu {
	background: #A90000;
	height: 17px;
	border: 1px solid black;
	text-align: center;
	margin: 0px;
}

#browserWarning {
	border: 1px solid #B6C14F;
	background: #F5FF87;
	width: auto;
	padding: 5px;
}

tr.autolight:hover, .autolight:hover {background: #DFDFDF;}
#MyEB table {border-spacing: 0px;}

.cke_wrapper {
	padding-bottom: 65px ! important;
}

select {
	font-size:11px;
	height:20px;
}

#debitorSelectBox {
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	padding-left: 0px;
	border: 1px dashed #FFC837;
	background: #F7DE9A;
	text-align: center;
	font-weight: bold;
	width: 155px;
}

#debitorSelectBox:hover {
	color: #383838;
}

.yearSelector {
	padding: 10px;
	text-align: center;
}