﻿.CustomerPanel
{
  border: solid 1px black;
  font-family: Verdana;
  font-size:10px;
  width: 300px;
}

.codeGenTD
{
    width: 150px;    
    border-bottom-width:1px;
    border-bottom-color:Navy;    
}

.codeGenDrpList
{
	width:257px;
}

.codeGenTextBox
{
	width:250px;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.hrStyle
{
	color:Red;
	font-weight:bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}

.formtitle 
{
font-weight: bold;

font-family: Verdana;

font-size: 12px;

text-transform: capitalize;

color: #2c3e87;

text-align: center;

margin-top: 20px;

margin-bottom: 10px;
}

.mytextnormal 
{

font-size: 10px;

color: #333333;

font-family: Verdana,Tahoma,Arial,sans-serif;

text-align: left;
}

a:link{
	color:#F8A240;
}
a:visited{
	color:#F8A240;
}
a:hover{
	color:#103D8C;
}
img{
	border:none;
}
.block-info
{
	width: 567px;
	background: #f4f4f4;
	border: 2px solid #fff;
	margin: 0 0 12px;
	padding: 6px 10px 7px 7px;
	overflow: hidden;
}
.block-info h2.luften
{
	font: bold 12px/18px Arial, sans-serif;
	color: #535353;
	background: url(images/ico24.jpg) no-repeat 0 50%;
}

.panel
{
font-family: Verdana;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 11px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

-x-system-font: none;

color: #333333;

}

.Callout
{
margin-top: 1px;
margin-bottom: 1px;

background-color: #ffffcc;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: blue;

border-right-color-value: blue;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: blue;

border-left-color-value: blue;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;
}

.dugme{
	background : #F3F6FD;
	border: 1px solid #F77329;
	font-family : verdana;
	color: #133261;
	font-size : 11px;
	font-weight : bold;
	letter-spacing : -1px;
}

.inVisible
{
	display:none;
}

/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}


