/* Default CSS Stylesheet for a Mosaic-Search & Consultancy project */
A.link:link { COLOR: #b78500; TEXT-DECORATION: underline }
A.link:visited { COLOR: #b78500; TEXT-DECORATION: underline }
A.link:active { COLOR: #b78500; TEXT-DECORATION: none }
A.link:hover { COLOR: #b78500; TEXT-DECORATION: none }
A.linki:link { COLOR: #b78500; TEXT-DECORATION: none }
A.linki:visited { COLOR: #b78500; TEXT-DECORATION: none }
A.linki:active { COLOR: #b78500; TEXT-DECORATION: underline }
A.linki:hover { COLOR: #b78500; TEXT-DECORATION: underline }
BODY
{
    
    margin:0;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;  
	
}
.wLinkText
{
text-decoration: none; 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; font-style: normal; font-weight: normal;
letter-spacing: normal; 
color: #000000;
}
.NormalText
{
	
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: black;
}
.ErrorMessage
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: red;
}
.LinkText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color:#B78500;
	text-decoration:none;
}
.ComboText
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: black;
}
.InputText
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: black;
	text-align:left
}
.SelectText
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: black;
	text-align:left;
	width:250px;
	
}
.StatusText
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: black;
	background-color:Silver;
	text-align:left
}
.InfoText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: black;
}
.EditHeadingStyle
{
	background-color:#e9ffff;
	border-style: none;
	border-width: medium;
	height:19;
}

.EditStyle
{
	background-color:#e6e0de;
	border-style: none;
	border-width: medium;
	height:19;
}
.HeadingStyle
{
	background-color:#F4EDDA;
	border-style: none;
	border-width: medium;
	height:20;
	
	border-bottom-color:Black;
	border-bottom-width:1px;
	border-bottom-style:groove;
	
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-style: normal;
	vertical-align:sub;
	font-weight:bold;
	letter-spacing:normal;
	color: #B78500;
	padding-left:5px;
}
.TextHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: #624A0B;
	
	}
.HeadingText
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	letter-spacing: normal;
	color: #B78500;
	padding-left:5px;
	
}

.FormText
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: black;
}

.FormHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: black;
}

.ReadonlyStyle
{
	background-color:#e6e0de;
	border-style: none;
	
	
}

.greybutton {
	font-family: arial;
	font-size: 12px;
	background-color: #CCCCCC;
	border-top: 1px solid #AFC4D5;
	border-right: 1px solid #104A7B;
	border-bottom: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	color: #000066;


}