
/* general styles */
body {
	background-color:#CCCCCC; 
	margin:0px;
	padding:0px;
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#000000;
}
td {
	font-family:verdana,sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
}
li {
	margin-top:10px;
}
a:link {
	text-decoration:none;
	color:black;
}
a:visited {
	text-decoration:none;
	color:black;
}
a:hover {
	text-decoration:none;
	color:#CC0000;
}
.colored {
	color:#CC0000;
}

/* /general styles */

td.login_form {
	/* text-align:center; */
	/* background-color:#F3F3F3; */
	border-right:1px solid #CCCCCC;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;
}
td.content {
	/* width:100%;*/
	/* height:640px; */  
	/* max-height:640px; */
	/* height:95%; */
	background-image:url(pic/content_bg.gif);
	background-position: right;
	background-repeat:y-repeat;
	vertical-align:top;
	/* margin-right:80px; */
}
td.content_header {
	width:100%;
	height:6px;
	font-size:1px;
	background-image:url(pic/header_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	vertical-align:bottom;
}
td.content_footer {
	width:100%;
	height:5px;
	padding:0px;
	font-size:1px;
	background-image:url(pic/footer_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	vertical-align:top;
}

/* navigation styles */
.navi td {
	background-image:url(pic/navi_bg.gif);
	background-repeat:y-repeat;
}
td.mainnavi {
	background:#FFFFCC;
	width:155px;
	font-weight:bold;
	font-size:11px;
	font-family:verdana,sans-serif;
	border-bottom:#CCCCCC 1px solid;
	white-space:nowrap;
	padding-left:2px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
    cursor:pointer;
}
td.mainnavi a:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:verdana,sans-serif;
}
td.mainnavi a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:verdana,sans-serif;
}
td.mainnavi a:hover {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:verdana,sans-serif;
}
td.subnavi {
	width:145px;
	font-weight:regular;
	font-size:11px;
	font-family:verdana,sans-serif;
	border-bottom:#CCCCCC 1px solid;
	white-space:nowrap;
	padding-left:18px;
	padding-top:2px;
	padding-bottom:2px;
    cursor:pointer;
}
td.navi_bottom {
	font-size:1px;
	height:5px;
	width:167px;
	background-image:url(pic/navi_bottom_bg.gif);
	background-repeat:no-repeat;
}
/* /navigation styles */

.errorfield {
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
}
/*
table.fokus {
	position:absolute;
	top:28px;
	left:14px;
	width:780px;
}
*/
td.focus_content {
	/* background-color:#FFFFFF; */
	font-family:verdana,sans-serif;
	font-size:11px;
	line-height:14px;
	color:black;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
div.focus {
	padding-top:8px;padding-left:14px;padding-right:28px;
}
div.tabs {
	position:absolute;
	top:0px; 
	left:18px; 
}

div.sheets {
	position:absolute;
	overflow:auto;
	top:42px;
	margin-left:14px;

	margin-right:30px;
	width:95%;
	height:480px;
	max-height:480px; 

	padding:14px;
	border: 1px solid #CCCCCC;
	font-family:verdana,sans-serif;
	font-size:11px;
}

div.mainsheet {
	padding:14px;
	border: 1px solid #CCCCCC;
	margin-right:26px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:auto; 
	font-family:verdana,sans-serif;
	font-size:11px;
}

div.fullheight {
	height:687px;
}

div.paneheight {
	height:568px;
}

div.fullpaneheight {
	height:514px;
}

div.scrollsheet {
	/* width:100%; */
	/* position:relative; */
	padding:14px;
	border: 1px solid #CCCCCC;
	margin-right:28px;
	margin-left:12px;
	margin-top:10px;
	margin-bottom:12px;
	padding-top:12px;
	padding-bottom:6px;
	overflow:auto; 
	/* height:410px;*/
	/* max-height:440px; */
	/* min-height:440px; */
	font-family:verdana,sans-serif;
	font-size:11px;
	/* height:92%; */
}

div.editsheet{
	margin-right:30px;
	margin-left:14px;
	margin-top:8px;
	margin-bottom:10px;
}


div.wrapper {
	width:100%;
	overflow:auto;
	padding-top:0px;
	padding-bottom:0px;
	/* background-color:#FFFFFF; */
	
}
div.scroller {
	/* background-color:#FFFFFF; */
	width:96%;
}

/* group styles */
div.grouptitle_left {
	width:8px;
	min-width:8px;
}
td.grouptitle_left {
	font-size:1px;
	background-image:url(pic/topleft_bg.gif);
	background-repeat:no-repeat;
	height:19px;
}
td.grouptitle {
	background-color:#FFFFFF;
	background-image:url(pic/grouptitle_bg.gif);
	background-repeat:x-repeat;
	height:19px;
	font-family:verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-align:left;
	vertical-align:middle;
	line-break:strict;
	word-wrap:normal;
}
div.grouptitle_right {
	width:10px;
	min-width:10px;
}
div.grouptitle_icon {
    float:right;
	height:19px;
	overflow:hidden;
}
div.grouptitle_text {
	padding-top:3px;
	padding-bottom:2px;
}
td.grouptitle_right {
	font-size:1px;
	background-image:url(pic/topright_bg.gif);
	background-repeat:no-repeat;
	height:19px;
}
div.grouptitle_right_s1 {
	width:3px;
	min-width:3px;
}
td.grouptitle_right_s1 {
	font-size:1px;
	background-image:url(pic/topright_s1_bg.gif);
	background-repeat:no-repeat;
	height:19px;
}

div.grouptitle_right_s2 {
	width:7px;
	min-width:7px;
}
td.grouptitle_right_s2 {
	font-size:1px;
	background-image:url(pic/topright_s2_bg.gif);
	background-repeat:no-repeat;
	height:19px;
}


td.middle_left {
	font-size:1px;
	background-image:url(pic/middleleft_bg.gif);
	background-repeat:y-repeat;
	width:8px;
	min-width:8px;
	/* background-color:#F4F4F4; */
	background-color:#FFFFFF;
}
td.middle {
	background-color:#FFFFFF;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
td.middle_right {
	font-size:1px;
	background-image:url(pic/middleright_bg.gif);
	background-repeat:y-repeat;
	width:10px;	
	/* background-color:#F4F4F4; */
	background-color:#FFFFFF;
}
td.middle_right_s {
	font-size:1px;
	background-image:url(pic/middleright_s_bg.gif);
	background-repeat:y-repeat;
	width:3px;	
	/* background-color:#F4F4F4; */
	background-color:#FFFFFF;
}

td.bottom_left {
	font-size:1px;
	background-image:url(pic/bottomleft_bg.gif);
	background-repeat:no-repeat;
	width:8px;
	height:4px;
	background-color:#FFFFFF;
}
td.bottom_right {
	font-size:1px;
	background-image:url(pic/bottomright_bg.gif);
	background-repeat:no-repeat;
	width:10px;
	height:4px;
	background-color:#FFFFFF;
}
td.bottom_right_s {
	font-size:1px;
	background-image:url(pic/bottomright_s_bg.gif);
	background-repeat:no-repeat;
	width:3px;
	height:4px;
	background-color:#FFFFFF;
}
td.bottom_middle {
	font-size:1px;
	background-image:url(pic/bottommiddle_bg.gif);
	background-repeat:x-repeat;
	background-position: top;
	height:4px;
	background-color:#FFFFFF;
	text-align:right;
}

td.numbers {
	font-size:11px;
	background-image:url(pic/numbers_bg.gif);
	background-repeat:x-repeat;
	white-space:nowrap;
}

td.focus {
	background-image:url(pic/grouptitle_bg.gif);
	background-repeat:x-repeat;
	height:19px;
	font-size:10px;
	color:#666666;
	text-align:right;
	vertical-align:top;
}

table.grouptable {
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#000000;
	width:100%;
}

table.grouptable input {
	text-align:left;
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#000000;
	overflow:hidden;
	white-space:nowrap;
	background-color:white;
	border:1px solid #CCCCCC;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
	height:13px;
	min-height:13px;
}

table.grouptable input.checkbox {
	border:none;
}

table.grouptable span.middle {
	vertical-align:+17%;
	padding-left:3px;
	padding-right:3px;
}

.groupdatafield {
	text-align:left;
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#000000;
	overflow:hidden;
	white-space:nowrap;
	background-color:white;
	border:1px solid #CCCCCC;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
	height:13px; 
	min-height:13px;
}
	
select {
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#000000;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
}

/* /group styles */

table.listtable {
	width:100%;
	border-collapse:collapse;
	white-space:nowrap;
	cursor:pointer;
}
table.noselect, tr.noselect, td.noselect {
	cursor:default;
}
table.listtable td {
	border:1px solid #808080;
	font-family:verdana,sans-serif;
	font-size:11px;
	white-space:nowrap;
	padding:1px;
}
table.listtable tr.hitentry0 {
	background-color:#DDDDDD;
}
table.listtable tr.hitentry1 {
	background-color:#EEEEEE;
}
tr.listhead {	
	background-color:#CC0000;
	color:white;
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}

table.parent {
	width:100%;
	border-collapse:collapse;
	border:#000000 1px solid;
	margin-top:10px;
}

table.parent td {
	background:#FFFFCC;
	font-weight:bold;
	font-size:11px;
	font-family:verdana,sans-serif;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:1px;
    cursor:pointer;
}

table.subparent {
	width:100%;
	border-collapse:collapse;
	border:#000000 1px solid;
	/* border-top-style: none; */
	margin-top:1px; 
}

table.subparent td {
	background:#FFFFCC;
	font-weight:bold;
	font-size:11px;
	font-family:verdana,sans-serif;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:1px;
    cursor:pointer;
}

.listtable tr.high {
	height:22px;
}

/* button styles */

button.std_btn {
	background:none;
	margin-top:4px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	height:26px;
	border:0px;
	cursor:pointer;
}
td.left_inbutton {
	/* background-color:white; */
	height:20px;
	width:6px;
	font-size:1px;
	background-image:url(pic/buttonleft_bg.gif);
	background-repeat:no-repeat;
}
td.middle_inbutton {
	/* background-color:white; */
	height:20px;
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CC0000;
	background-image:url(pic/buttonmiddle_bg.gif);
	background-repeat:x-repeat;
	text-align:center;
}
td.right_inbutton {
	/* background-color:white; */
	height:20px;
	width:6px;
	font-size:1px;
	background-image:url(pic/buttonright_bg.gif);
	background-repeat:no-repeat;
}

/* /button styles */

/* tab styles */

td.tab_left {
	background-color:white;
	height:19px;
	width:5px;
	font-size:1px;
	background-image:url(pic/tab_left_bg.gif);
	background-repeat:no-repeat;
}
td.tab_middle {
	background-color:white;
	height:19px;
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-image:url(pic/tab_middle_bg.gif);
	background-repeat:x-repeat;
	cursor:pointer;
}
td.tab_middle_disabled {
	background-color:white;
	height:19px;
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	background-image:url(pic/tab_middle_bg.gif);
	background-repeat:x-repeat;
}
td.tab_right {
	background-color:white;
	height:19px;
	width:5px;
	font-size:1px;
	background-image:url(pic/tab_right_bg.gif);
	background-repeat:no-repeat;
}
td.tab_act_left {
	background-color:white;
	height:19px;
	width:5px;
	font-size:1px;
	background-image:url(pic/tab_act_left_bg.gif);
	background-repeat:no-repeat;
}
td.tab_act_middle {
	background-color:white;
	height:19px;
	font-family:verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-image:url(pic/tab_act_middle_bg.gif);
	background-repeat:x-repeat;
}
td.tab_act_right {
	background-color:white;
	height:19px;
	width:5px;
	font-size:1px;
	background-image:url(pic/tab_act_right_bg.gif);
	background-repeat:no-repeat;
}
/* /tab styles */


