* {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

select option{
	padding-right: 10px;
}

body {
	background-color: #50638B;
	margin-top: 10px;
	position: relative;
	_text-align:center;	
	border: 0px;
}

body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
}

A {
	text-decoration: none;
	color : #222222;
}

A:hover{
	color : #C96C21;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size:   14px;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

/** ----------------------------------------------------------------------------------------------------------*/
/** PAGE LAYOUT */
.page {
	position: relative;
	width: 1000px;
	
	margin: auto;	
	border: 1px solid #666666;
}

.page_popup {
	padding: 10px;
}

.context {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;	
	padding-top: 30px;
	
	min-height: 265px;
	height: auto;
	_height: 300px;
}

/** HEAD */
.head {
	position: relative;
	padding-top: 10px;
	height: 90px;
	_height: 100px;
	width: 100%;

	background-color: #1F3250;
}

.acttime {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	color: #888888;
}

.head h1 {
	position: absolute;
	left: 260px;
	top:  20px;
	font-size: 25px;
	color: #FFFFFF;
}

/** MENU */
.menu {
	position: relative;
	height: 20px;
	background: #666666;	
}

.menu ul {
	list-style: none;	
}

.menu li {
	float: left;
	cursor: pointer;
}

.menu li:hover	{
	background: #F1E40E;
	color: #000000;
}

.menu li  {
	height: 19px;
	_height: 20px;
	padding: 0px 5px 0px 5px;	
	color :  #FFFFFF;
	background: #313031;	
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;	
	border-top: 1px solid #666666;	
	border-bottom: 0px solid #FFFFFF;	
	font-size: 14px;	
}

li.menuentry_selected  { 
	background: #FFFFFF;	
}

.menuentry a	{
	color :  #FFFFFF;
}

.menuentry_selected a {
	color :  #000000;
}

.menu a:hover	{
	color :  #000000;
}

/** BOTTOM */
.bottom {
	position: relative;
	background-color: #1F3250;
	width: 100%;
	font-size: 10px;
	color: #888888;	
	height: 40px;
}

.bottom a {
	color: #BBBBBB;	
}

.bottom a:hover {
	color : #C96C21;
}


.userinfo {
	position: absolute;
	left: 5px;
	top: 5px;
}

.bottommenu {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
}

.bottommenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

.bottommenu li {
	float: left;
	cursor: pointer;
	padding-left: 10px;
}

.itp {
	clear: both;
	display: block;
	padding-top: 5px;
}

/** ----------------------------------------------------------------------------------------------------------*/
/** MESSAGE */
.message {
	position: relative;
	height: auto;
	min-height: 70;
	_height: 80;
	border: 0px;
	background: #DBDBDB;
	margin-bottom: 20px;
	padding: 5px 5px 5px 75px;
	text-align: left;
}

.messageimg {
	position: absolute;
	left: 5px;
	top: 5px;
}

.stack {
	color : #BBBBBB;
}

/** ----------------------------------------------------------------------------------------------------------*/
/** BOX */
.box {
}

.box table {
	width: 100%;
	background-color: #DBDBDB;
}

.boxDyn table {
	background-color: #DBDBDB;
}

.box table tr:hover, .boxDyn table tr:hover{
	background-color: #B2BCE0;
}

.subBox table {
	width: 100%;
   padding: 2px;
	background-color: #DBDBDB;
	padding-left: 100px;	
	border-right: 1px solid #FFFFFF;
}

.filter {
	width: 100%;
	background-color: #DBDBDB;
	border-right: 1px solid #FFFFFF;
}

.filter .actions {
		text-align: right;
}

.filtertable tr {
	height: 27px;
	background-color: #DBDBDB;
}


.filtertable td {
	padding-left: 2px;
	padding-right: 2px;
}

.boxRowHeader td {
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	background-color: #999999;
	font-weight: bold;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.boxRow td,
.boxRow_deleting td,
.boxRow_deleted td,
.boxRow_error td,
.boxRow_hasError td,
.boxRow_warning td, 
.boxRow_hasWarning td, 
.boxRow_ok td,
.boxRow_updated td,
.boxRow_download td,
.boxRow_overdue td
.boxRow_error td
{
	border-right: 1px solid White;
	border-bottom: 1px solid White;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.boxRow_line td {
	border-bottom: 1px solid White;
}
.boxRow td td,
.boxRow_deleting td td,
.boxRow_deleted td td,
.boxRow_error td td,
.boxRow_hasError td td,
.boxRow_warning td td, 
.boxRow_hasWarning td td, 
.boxRow_ok td td,
.boxRow_updated td td,
.boxRow_download td td,
.boxRow_overdue td td,
.boxRow_line td td {
	border: 0px;
}

.boxRow_deleted, .boxRow_deleting { 
background-color: #BBAAAA; 
text-decoration: line-through;
}
.boxRow_error { background-color: #CC7676; }
.boxRow_hasError { background-color: #CfC2C2; }
.boxRow_warning { background-color: #ded8b8; }
.boxRow_hasWarning { background-color: #ded8b8; }
.boxRow_ok { background-color: #41AE6C; }
.boxRow_updated { background-color: #F6DD55; }
.boxRow_download { background-color: #FFEBAE; }
.boxRow_overdue { background-color: #FFD862; }
.boxRow_error { background-color: #FF9270; }
.boxRow_normal { background-color: #dbdbdb; }

.boxSubRowHeader td {
	padding: 4px;
	background-color: #bbbbbb;
}

.boxSubRowInfo td {
	padding: 2px;
	background-color: #e5e5e5;
}

.boxSubRow td {
	padding: 2px;
	background-color: #FFFFFF;
}

.boxSubRow_error td {
	padding: 2px;
	background-color: #CC7676;
}

.boxRowInfo {
	background-color: #999999;
}

/** Context box */
.boxCtx, .boxCtxImg {
	position: relative;
	background-color: #DBDBDB;
	min-height: 110px;
	height: auto;
	_height: 140px;
	padding: 20px 10px 10px 10px;
}

.boxCtxImg {
	padding: 20px 10px 10px 150px;
}


.boxCtxImgImg {
	position: absolute;
	left: 0px;
	top: 5px;
}

.boxCtx h2, .boxCtx h1, .boxCtxImg h2, .boxCtxImg h1 {
	padding: 0px 0px 20px 0px;
}

/** ----------------------------------------------------------------------------------------------------------*/
/** ACTION INFO*/
.actioninfo {
	margin: 20px 0px 20px 0px;
}

.actioninfo li img {
	margin: 0px 5px 0px 0px;
}


.actioninfo li {
	padding: 2px 2px 2px 2px;
	list-style: none;
	margin: 0px;
}

/** ----------------------------------------------------------------------------------------------------------*/
/** INPUT / FORM */
.actions {
	margin: 20px 0px 20px 0px;
}

.actions input {
	margin: 0px 5px 0px 0px;
}

.formtable {
}

.formtable p {
	padding: 7px 5px 7px 5px;
	position: relative;
	background-color: #DBDBDB;
	margin: 0px 0px 1px 0px;
	width: 340px;
	_width: 350px;
}

.formtable input {
	position: absolute;
	right: 2px;
	top: 2px;
}

fieldset, label, form {
	display: inline;
	text-indent: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

label {
	padding: 0px 5px 0px 0px;
}

input.button, input.button100, input.button_selected {
	border : 1px solid #444444;
	font-size : 14px;
	background-color : #1F3250;
	color : White;
	text-align: center;
	cursor: pointer;
}

input.button100 {
	width : 100px;
}

input.button:hover,  input.button100:hover, input.button_selected:hover {
	background-color : #324F80;
	border : 1px solid #111111;
}

input.button_selected {
	background-color : #4975BA;
}


.field {
	border : 1px solid Black;
	/* font-size : 10px;	*/
}

.invisible {
	display: none;
}

.visible {
	color: White;
}

.clear {
	clear: both;
}

.float {
	float: left;
	padding-right: 20px;
}

#debug {
	color: #000000;
	margin-bottom: 10px;
}

/** ----------------------------------------------------------------------------------------------------------*/
/** AUDIO DOWNLOAD */
.downloadserver {
	list-style: none;
}