﻿
body
{
	background-image: url(../images/back.bmp);
    background-position: left top; 
    background-repeat: repeat-x; 
    margin-top: 0; 
    margin-left: 0;
    margin-right: 0; 
    margin-bottom: 0;
}

.uiInputControl
{
 font-size:11px;
 width:135px;
 font-family:verdana; 
 border:solid 1px lightblue;
}

table
{
 font-size:11px;
 font-family:verdana;  
}

.ImportGrid
{
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	
	border-bottom-color:#cccccc;
	border-top-color:#cccccc;
	border-left-color:#cccccc;
	border-right-color:#cccccc;
	
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	
	font-size: 11px; 
	font-family: verdana; 
}

.rowLine
{
	font-size: 11px; 
	font-family: verdana; 	
	text-align:right;
	
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	border-bottom-color:#000000;

	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-style:solid;

	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
}

.reportHeader
{
	background:#cccccc;	
	font-size: 11px; 
	font-family: verdana; 	
	text-align:right;
	font-weight:bold;

	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	
	border-bottom-color:#000000;
	border-top-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	
}


td
{
 padding:5px,5px,5px,5px;
}

.formCaption
{
	background: #414141; /*background-image:url(../images/menubacksmall.bmp); */	
	background-repeat:repeat-x;
	background-position:left top;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;	
	color:White;
	text-align:left;	
	height:22px;
}
.formSubCaption
{
	background: DarkGray; /*background-image:url(../images/menubacksmall.bmp); */	
	background-repeat:repeat-x;
	background-position:left top;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;	
	color:White;
	text-align:left;	
	height:22px;
}


.uiButtonControl
{
	border-style: outset;
	border-color: inherit;
	border-width: 1px;
	font-size: 11px;
    	width: 90px;
    	font-family: verdana;
    	background-color: rgb(239,243,252);        
}
.ProgressMessage
{
      background-color: #414141;
      border: solid 1px #000000;
      filter: progid:DXImageTransform.Microsoft.shadow(color=black,strength=5,direction=135);
      font-family: verdana;
      font-size: 12px;
      font-weight: bold;
      left: 40%;
      padding: 10px 20px 10px 10px;
      position: absolute;
      text-align: center;
      top: 35%;
      vertical-align: middle;
      z-index: 9999;
      color:white;
}

.ProgressMessage img
{
      margin-right: 5px;
}

.ErrDisplay
{
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	
	border-bottom-color:#969696;
	border-top-color:#969696;
	border-left-color:#969696;
	border-right-color:#969696;
	
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	
	font-size: 11px; 
	color: red; 
	font-family: verdana; 
	background-color: #ffffda;
}

.MsgDisplay
{
	vertical-align: middle; 
	border-style: none;
}



/* -- ADMIN MENUS --*/

.menuTable {width:100%;height:22px;font-family:verdana;font-size:11px;background-color:rgb(174,212,240);background-image:url(../images/menuback.png); background-repeat:repeat-x; background-position:left top;}
.menuSeparator {font-size:11px;padding-top: 2px;padding-bottom: 3px;}
.menuButton {height:22px;padding-top: 2px;padding-bottom: 3px;padding-right:3px;font-family: Verdana;font-size: 11px;text-decoration: none;color: Black;margin: 3px 2px 3px 2px;}
.menuButton:hover {margin: 1px 1px 1px 1px; background:rgb(232, 243, 255); border:solid 1px rgb(51, 102, 153); }
.menuButtonImage {margin-left:2px;margin-right:4px;}
.menuButtonSel {height:22px;padding-top: 2px;padding-bottom: 3px;padding-right:3px;font-family: Verdana;font-size: 11px;text-decoration: none;color: Black;margin: 1px 1px 1px 1px;border:solid 1px rgb(51, 102, 153);background:rgb(232, 243, 255);}


