body {
	background-color: #96a7cc;
	padding-top: 3px;
}

div.footer {
	text-align: center;
	font: 11px "Arial Narrow", Arial, Geneva, Helvetica;
	color: #f2fafc;
	margin-top: 5px;
}

div.window {
}

/* @group window */

table.window {
	padding: 0;
	margin: 0;
	border-style: none;
	border-collapse: collapse;
}

td.ul {
	background: url(win_ul.png) no-repeat left top;
	width: 6px;
	height: 21px;
}

td.u {
	background-image: url(win_u.png);
	width:  750px;
	height: 21px;
	text-align: center;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

td.ur {
	background: url(win_ur.png) no-repeat right top;
	width: 6px;
	height: 21px;	
}

td.toolbar {
	height: 54px;
	background: #e8e8e8;
	padding-left: 10px;
	padding-right: 10px;
}

td.tabs {
	background: #e8e8e8;
	text-align: center;
	padding: 2px 10px;
	height: 32px;
}

td.l {
	background-color: #e8e8e8;
}

td.content {
	background-color: #fbfbfb;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
}

td.r {
	background-color: #e8e8e8;
}

td.bl {
	
}

td.b {
	background-color: #e8e8e8;
	height: 14px;
	text-align: center;
	font: 9px Geneva, "Arial Narrow", Arial, Helvetica;
}

td.br {
	
}



/* @end */

/* @group toolbar */

table.toolbar {
	font: 11px Geneva, "Arial Narrow", Arial, Helvetica;
	text-align: center;
}

td.toolbar_sepa {
	width: 180px;
}

td.toolbar_item {
	padding-right: 10px;
	padding-left: 10px;
}



/* @end */

div.form {
	text-align: justify;
	padding: 10px;
	width: 100%;
	height: 100%;
}

/* @group listing */

table.listing {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #afb3b2;
}

td.l_norm {
	background: url(but_fill.png) repeat-x;
	height: 20px;
	font: 11px Geneva, "Arial Narrow", Arial, Helvetica;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	border-left: 1px solid #afb3b2;
	border-right: 1px solid #afb3b2;
}

td.l_slct {
	background: url(but_slct.png) repeat-x;
	height: 20px;
	font: 11px Geneva, "Arial Narrow", Arial, Helvetica;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	border-left: 1px solid #afb3b2;
	border-right: 1px solid #afb3b2;
}

tr.i_norm {
	background-color: #f2fafc;
	cursor: pointer;
}

tr.i_alt {
	background-color: #e9f8fb;
	cursor: pointer;
}

tr.i_norm:hover, tr.i_alt:hover {
	background-color: #005fff;
	color: #fbfbfb;
}

td.i_norm, td.i_alt {
	border-left: 1px solid #afb3b2;
	border-right: 1px solid #afb3b2;
	padding: 5px;
	cursor: pointer;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

td.c_norm {
	border-left: 1px solid #afb3b2;
	border-right: 1px solid #afb3b2;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

td.c_alt {
	border-left: 1px solid #afb3b2;
	border-right: 1px solid #afb3b2;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* @end */