/* KeMeK.Extranet:CSS */

html, body {
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#003366;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color:#003366;
	text-decoration: underline;
}
a:visited {
	color:#003366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color:#006666;
}
a:active {
	text-decoration: underline;
	color: #003366;
}

a.footerLinks:link 
  { text-decoration : none;
    font-weight: bold; 
    color:#354F4F;
	font-size: 11px; }

a.footerLinks:visited 
  { text-decoration : none;
    font-weight: bold; 
    color:#354F4F;
	font-size: 11px; }

a.footerLinks:hover
  { text-decoration : underline;
    font-weight: bold;
    color:#FFFFFF;
	font-size: 11px; }

a.footerLinks:active  
  { text-decoration : none;
    font-weight: bold; 
    color:#354F4F;
	font-size: 11px; }




.UserPass {
	font-size: 14px;
	line-height: 25px;
	font-weight:bold;
    color:#006666;
}



input.BlueBtn
{
   font-size:12px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#C4C3E2;
   width:225px;
   height:25px;
   background-color:#333366;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ff333399',EndColorStr='#ff339999');
   border-style:outset;
   border-color:#336699;
   border-width:1px;
}


.formgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	height:18px;
	text-decoration: none;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009999;
	border-right-color: #003399;
	border-bottom-color: #000033;
	border-left-color: #00CCFF;
	width:225px;
}

.formgrayNoWidth {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	text-decoration: none;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009999;
	border-right-color: #003399;
	border-bottom-color: #000033;
	border-left-color: #00CCFF;
}

.buttonBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color:#006699;
	text-decoration: none;
	background-color:#CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	width:250px;
}

