﻿@import url("./ui.theme.css");
/*@import url("./ui.dynatree.css");*/

/* ui-widget Überladungen */
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea { font-size: 1em; font-family: Arial, Helvetica, Sans-Serif; }
.ui-widget button { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-dialog-hidden {display: none; }

/* ui-datepicker Überladungen */
.ui-datepicker { width: 220px; }

/* ui-tabs Überladungen */
ul.ui-tabs-nav {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: White;
	background-position: left 10px;
	background-repeat: repeat-x;
	height: 27px;
}
div.addressTab {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: White;
	 height:200px;
}
div.bankAccountTab {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background-color: White;
}
ul.ui-tabs-nav a span {
	color:#136AA5;
	font-size: 10px;
	font-weight:bold;
	height:20px;
}

.addressTab { padding: 0; border: 0; height:130px; }
.addressTab .ui-tabs-panel { padding: 1em 0 0 0; }
.addressTab table.form { margin-bottom: 0; }

.bankAccountTab { padding: 0; border: 0; height: 180px; }
.bankAccountTab .ui-tabs-panel { padding: 1em 0 0 0; }
.bankAccountTab table.form { margin-bottom: 0; }


/* linkText immer blau und unterstrichen darstelllen*/
a.linkText, a.linkText:link, a.linkText:visited
{
	text-decoration:underline;
	color:#494949;
}

/* History Tabelle */
table.historyTable
{
	border-top: 1px solid #217FB5; 
	border-bottom: 1px solid #217FB5; 
	border-right: 1px solid #217FB5; 
}
th.historyTable
{
	padding:5px 5px 5px 5px;
	background-color:#EAF4FD; 
	color:#217FB5;
	border-left: 1px solid #217FB5;
	border-bottom: 1px solid #217FB5;
}
td.historyTable
{
	border-left: 1px solid #217FB5;
	padding-left:5px;
	padding-top:5px;
}
div.historyTable
{
	height: 1px;
	border-left:1px solid #217FB5;
	border-top: 1px solid #217FB5;
}

/*EmailTextBox*/
input.emailTextBoxInInput{ padding-right:18px; }

a.emailTextBoxInInput
{
	position:absolute;
	cursor:pointer;
	padding-top:4px;
	right:1px;
	z-index:99;
	border:0;
	text-decoration:none;
}

a.emailTextBoxReadonly {}

a.emailTextBoxInInput:link, a.emailTextBoxReadonly
{
	text-decoration:none;	
	border:0;
}

a.emailTextBoxReadonly {margin-left:5px; margin-top: 3px; }

a.emailTextBoxInInput:visited, a.emailTextBoxReadonly:visited
{
	text-decoration:none;	
	border:0;
}

img.emailTextBoxInInput, img.emailTextBoxReadonly
{
	border:0;
	cursor:pointer;	
}


/*Filter*/
div.filterTop, div.filterBottom
{
	background-repeat: repeat-x;
	width:100%;
	height:15px;
}
div.filterTop
{
	background-position: top left;
	background-image:url(../Images/form/divFilterTop_bg.gif);
}
div.filterBottom
{
	background-position: bottom left;
	background-image:url(../Images/form/divFilterBottom_bg.gif);	
}

/*MatrixPosition*/
td.matrixPosition
{
	border: 1px solid #227FB6;
	height:14px;
	line-height:14px;
	width:145px;
}

a.matrixPosition
{
	color:#000;
	font-size:9px;
	font-weight:normal;
	text-decoration: none;
}

img.matrixImage
{	
	vertical-align:top;
	border:0 none;
	margin:0;
	padding:0;
}
table.recommender td
{
	margin:0;
	border: 0;
	height:14px;
	line-height:14px;
	width:145px;
	padding:2px;
	padding-right:5px;
}
td.positionlist 
{
	border: 1px solid #a3a3a3;
	height:18px;
	padding-left:4px;
}


/* FILE UPLOAD BOX */
div.fileupload-rebrush {
	position: relative;
	overflow: hidden;
	height: 22px;
	vertical-align:middle;
}

div.rebrush-container {
	padding: 0;
	margin: 0;
}


div.fileupload-rebrush input.fileupload-rebrush-button {font-family: Arial,Helvetia,sans-serif;  font-weight: bold; font-size: 10px; border:0; color:#FFFFFF; letter-spacing:1px; height:20px; cursor:pointer;  padding: 0 5px 0 5px; margin: 0; background:url(../Images/buttons/office_button_default_bg.gif) repeat-x; background-position: center center;}


div.fileupload-rebrush input.fileupload-rebrush-field {
	
	color: #a3a3a3;
	width: 150px;
	font-family: arial;
	z-index: 3;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
}