/* Default CSS Stylesheet for a new Web Application project */

Table.Aussen
{
	 width:100%;
	 height:100%;
	  background-color:  #BBCCD9; 
	/* border-style:solid;
	 border-color:#FFFFFF;
     border-width:1;
	 font-weight: normal;*/
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	
}
Table.Innen ,InnenEingabe
{
	 width:100%;
	  background-color:  #BBCCD9; 
/*	 border-style:solid;
	 border-color:#FFFFFF;
     border-width:1;
	 font-weight: normal;*/
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
Table.Jobs
{
	 width:100%;
	 height:50%;
	 background-color:  #BBCCD9;
	 border-style:solid;
	 border-color:#FFFFFF;
     border-width:1;
	 font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
Table.Menu
{
	 width:100%;
	 background-color:  #BBCCD9;
	 border-style:solid;
	 border-color:#FFFFFF;
     border-width:1;
	 font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

TD.TdMenu
{  
     border-style:solid;
     border-width:0;
	 font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	
	border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7d7d7d;
}
Table.Menu TD:hover { background-color:silver; }
/* IE BUG mit hover 
Table.Menu tr{
	hover:expression(this.onmouseover=new Function("this.style.background='silver';"),this.onmouseout=new Function("this.style.background='#BBCCD9';"));
}
*/

TD.TdMenu  span
{
	  font-style: italic;
}

TD.TdMenu  img
{
	  margin-left: 15px;
}


.Datagrid
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color:#BBCCD9;
}	

.Datagrid.AlternateItem
{
	background-color:#A8C4D9;
}	

.Datagrid.Header
{
	background-color:#A8C4D9;
	color: #000000;
	font-weight: bold;
}	
Table.Small
{
	width:40%;
	background-color:  #BBCCD9;
	border-style:solid;
	border-color:#FFFFFF;
    border-width:0;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
TD.Td
  {  
     border-style:solid;
     border-width:1;
	 font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  }
  TD.Header
  {  
    background-color:  #FFFFFF;
    border-style:solid;
    border-width:1;
	font-weight: bold;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: #2B6485;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  }
  TD.Copy
  {  
    border-style:solid;
    border-width:1;
	font-weight: bold;
	font-size:6pt;
	word-spacing: normal;
	text-transform: none;
	color: #999999;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  }

  TD.Hinweis
  {  
    border-style:solid;
    border-width:1;
	font-weight: normal;
	font-size:8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
  }

H5, DT /*Überschriften*/
{
	font-weight: normal;
	font-size: 16pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	

		
A:link
{
	color: #3333cc;
	text-decoration: none;
}	
		
A:visited	
{
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	
{
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	
{
	text-decoration:	underline;
	color:	#3333cc;
}
	

.WaterMarkedTextBox
{
	color: gray;
	display: inline;
	background: AliceBlue;
	visibility: visible;
}

.InnenEingabe input {
	width: 200px; /* Let's not worry about box model issues */
	border : 1px solid #900;
	padding : 1px;
}


.formCustomerProperty TD,
.formRecipientEdit TD, 
.formGroupEdit TD
{
	border: 0;
	border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #7d7d7d;
}

.formCustomerPropertyInnerTable,
.formRecipientEditInnenTable,
.formGroupEditInnenTable
{
	width: 80%  !important;
	margin-left: 30px;
}

 

/*
.formRecipientEdit TR.highlight TD
{
	 background-color:#A8C4D9; 
	border-bottom: 2px solid #0000;
}
*/
.formGroupEdit Input.widthNormal, select
.formRecipientEdit Input.widthNormal, select.widthNormal, textarea.widthNormal
{
	width: 300px; 
	border : 1px solid ;
	padding : 1px;
}


.formGroupEdit input.widthZahl
{
	width: 100px; 
	border : 1px solid #0000;
	padding : 1px;
}


.formRecipientEdit Input.widthPlz
{
	width: 100px; 
	border : 1px solid #0000;
	padding : 1px;
}
.formRecipientEdit Input.widthOrt
{
	width: 200px; 
	border : 1px solid #9000;
	padding : 1px;
}

.spanBeispiele
{
	font-size: 10px;
	
}


