body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
th {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-align: left;
}
table {
	border-spacing: 0px;
}
a {
	text-decoration: none
}
a:active {
	color: #32659c
}
a:link {
	color: #003366
}
a:visited {
	color: #003366
}
a:hover {
	color: #6699cc
}

input,textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	padding: 1px;
}
textarea {
	overflow: auto;
}
select {
	border: 1px solid #aaaaaa;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.bgGreyLight { background: #efefef }
.bgGreyDark { background: #aaaaaa }
.bgBlueMed  { background: #32659C }
.bgBlueBlack  { background: #003366 }

.txtApplicationTitle {
	font-size: 24px;
	font-weight: bold;
	color:#003366;
}
.txtPageTitle {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.txtCopyright {
	font-size: 10px;
}
.txtSmall {
	font-size: 10px;
}
.bxTitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;

}
.bxTitle:link {
	color: #FFFFFF;

}
.bxTitle:visited {
	color: #FFFFFF;

}
.bxTitle:hover {
	color: #FFFFFF;
}
.bxTable {
	border: 1px solid #32659C;
	padding: 2px;

}
.err {
	font-size: 10px;
	color: #FF0000;
}
.mdCheckbox {
	text-decoration: none;
	font-size: 5px;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
.mdColTitle {
	text-decoration: none;
	font-size: 10px;
}
.cdSubtitle {
	font-weight: bold;
}
.cdSmallComent {
	font-size: 9px;

}
.cdLabelLft {
}
.cdLabelRgt {
	text-align: right;
}
.hlLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;


}
.hlDescription {
	vertical-align: top;

}
.hlTitle {
	font-size: 12px;
	font-weight: bold;
}
.bxItem {
	font-size: 11px;
}
.view,.view2 {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
}
.view2 {
	border: none;
}
.detailviewToolbar {
	padding: 2px;
	width: 500px;
}
.formElementsAreaCol2 {
	padding-right: 20px;
}
.formElementsArea, .formElementsAreaCol2 {
	padding: 2px;
	vertical-align: top;
}
.formElementsAreaCol2 {
	border-left: 1px solid #aaaaaa;
	padding-left: 20px;
}
.formElementsLabel {
	padding-top: 5px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}
.formElementsField {
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: top;
}
/*
.tabItemInactive {
	background-color: #aaaaaa;
}

.tabItemActive {
	background-color: #003366;
}
*/
.tabItemText, .tabItemText:link, .tabItemText:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
/*----- Menu ----------*/
#appMenu{
    width:200px;
    padding-top:30px;
}
.menu {
    border: solid 1px #32659c;
    width:148px !important;
    width:150px ; /*wegen Border und padding kleiner*/
    background: #efefef; /*greyLight*/
    line-height:20px;
}
.menu a{
    padding-left:10px;
}
.menuItemSelected{
	font-weight: bold;
}
/*---- end new menu ---*/

/*----- CardDesing -------*/
.tab {
    width:150px;
    background: #32659c; /*BlueMed*/
}

.tab td, .tab td a{
	color:white;
	vertical-align: top;
}
.tab td span{
	white-space: nowrap;
	}
.tabContainer {
    padding-left:10px;
}
/*---- end it ---*/
.menuTitleCell, .tabTitleCellActive, .tabTitleCellInactive{
	padding: 2px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height: 14px;
}

.menuTitleCell {
	background-color: #32659c;
}

.tab .active {
	background-color: #32659c;
}

.tab .inactive {
	background-color: #aaaaaa;
}

.tabTable{
	border: 0px;
	padding: 0px;
	margin-left: 10px;
}
.menuIsSelected, .menuItem{
	line-height: 20px;
}
.menuIsSelected{
	font-weight: bold;
}
.listTable {
	margin-bottom: 20px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
.listTitle {
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	padding: 2px;
}
.entityHomeTable .entityHomeToolbar, .detailviewToolbar {
	height: 32px;
	background-color: #eeeeee;
	padding: 4px;
	border-top: 1px solid #003366;
	vertical-align:middle;
}
.entityHomeToolbar a {
	border: 1px solid #aaaaaa;
	padding:3px;
}
.detailviewTable {
	padding: 20px;
	border: 1px solid #003366;
}

.entityHomeTable, .formElementsLinkingListContainer {
	border-collapse: collapse;
}
.formInnerTable {
	/*width: 300px;*/
	/*height: 100%;*/
}
.entityHomeTable td, .entityHomeTable th {
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
	padding: 2px 5px;
	vertical-align:top;
}
.entityHomeTable th {
	padding: 5px 5px;
}
.entityHomeFrame, .formTable {
	border: 1px solid #003366;
}
.entityDetailExtTable {
	border: 1px solid #003366;
	border-top: 0px;
	color: #AAAAAA;
}
.entityDetailExtTable td {
	padding-right:2px;
	padding-left:2px;
}
.entityHomeBottom {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}

.overviewToolbar {
	background-color: #eeeeee;
	padding: 4px;
	border-bottom: 1px solid #aaaaaa;
}

.formElementsLabelSpecial, .formElementsSpecial {
	background-color: #eeeeee;
}
.CMTable {
	background-color: #EFEFEF;
	border: 1px solid #32659C;
	margin: 0px;
	padding: 0px;
}
.CMTable td {
	background-color: #EFEFEF;
	display:block;
}
.CMTable td a {
	background-color: #EFEFEF;
	padding: 0px;
	display:block;
}
.CMTable td a:hover {
	background-color: #32659C;
	color: #FFFFFF;
	padding: 0px;
	display:block;
}
.extListLimiterSelected {
	color: #FFFFFF;
	background-color: #aaaaaa;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
.extListColumn {
	border-right: 1px solid #aaaaaa;
	padding-left: 8px;
	padding-right: 8px;
}
.extListFormTitle {
	font-weight: bold;
}

/*-----Messages-----*/
/*------- messages -----------*/

.message{
       border:#32659C solid 1px;
       padding: 5px;
       background-color:#EFEFEF;
       margin-bottom:10px;
       text-align:center;
}
.error{
      color:red;
}
.suggest {
  position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  width: 252px;
}
.suggest div {
  padding: 1px;
  display: block;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
}
.suggest div.select{
  color: #FFFFFF;
  background-color: #3366FF;
}
.suggest div.over{
  background-color: #99CCFF;
}
