﻿html, body {
    font:normal 12px verdana;
    margin:0px;
    width:100%;
    height:100%;
}

a:link {
	color: #3F5E81;
}
a:visited {
	color: #3F5E81;
}
a:hover {
	color: #3F5E81;
}
a:active {
	color: #3F5E81;
}

.linkList
{
	color:#E5E5D7;
	font-family:Arial;
	font-size:13px;
}


.selectedGridColor 
{
	background-color:#000;
}

.normal
{
	font-family:Arial;
	font-size:12px;
}


.menus
{
	text-align:center;
	
}
.titleHeaders
{
	padding: 5px;
	text-align:center;
	
}

.dataDump
{
	border:1px dashed #CCCCCC;
}

.status {
	background-color: #FFFACD;
	border: 1px solid #CCC;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
}


.edit input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 22px;
}

.x-layout-panel-north {
    border:0px none;
}

.themeBgColor
{
	background-color:#F5F5E9;
}


.title
{
	font-size: 28px;
	background-color: #4E8AAB;
	background-image: url(../images/headerBG.jpg);
	background-repeat:repeat-x;
	
	color: #FFFFFF;
}

.tables
{
	background-color:#FFF;
	border: 1px solid #C5D7EF;
	color:#000;
}






/*
.tables th
{
	background-image: url(../images/titleBg.gif); 
	background-repeat:repeat-x;
	height:22px;
	font-size: 12px;
	color:#FFF;
	font-weight:bold;
	vertical-align:top;
	padding:1px;
	text-align:center;
	
}
*/
.searchBox {
	background: #E5E5D7;
	border: 1px solid #ACA899;
	text-align:center;	
	margin-left:auto;
	margin-right:auto;
	
}

.searchLine {
	
	height: 20px;
	width:100%;
	border:0px;
	border-top: 1px solid #ACA899;
	color:#666666;
	font-weight:bold;
	
	
}

.tinyText 
{
	font-size:9px;
}

.mediumText 
{
	font-size:11px;
}

.quickSearchResultFooter
{
	color:#999;

}

.header
{
	background-color:#DFE5FF; /*#ECF3F4 #DFE5FF*/
	padding:3px;
	color:#4F76A3;
	font-weight:bold;
	font-size:12px;

}

.quickSearchResultHeader
{
	background-color:#DFE5FF; /*#ECF3F4 #DFE5FF*/
	padding:3px;
	color:#4F76A3;
	font-weight:bold;
	/*
	border-left: 1px #b8c5fa dotted;
	border-right: 1px #b8c5fa dotted;
	border-top: 1px #b8c5fa dotted;
	*/
	border-left: 1px #C5D7EF solid;
	border-right: 1px #C5D7EF solid;
	border-top: 1px #7AA5D6 solid;
	/*border:1px solid #408CBC;*/
	font-size:12px;

}


.dumpHeader
{
	background-color:#A53A3A; /*#ECF3F4 #DFE5FF*/
	padding:3px;
	color:#FFF;
	font-weight:bold;
	

}

.dotBorder
{
	/*
	border-bottom:1px dotted #b8c5fa;
	border-left:1px dotted #b8c5fa;
	border-right:1px dotted #b8c5fa; 408CBC
	*/
	border-bottom:1px #C5D7EF solid;
	border-left:1px #C5D7EF solid;
	border-right:1px #C5D7EF solid;
}
.txtBoxAsLable {
	background-color: #FFFFFF;
	border:solid 1px #CCC; /*> mask */

}


.resultNumbers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	vertical-align:middle;
}

hr
{
	height:1px;

}

.titles {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}


#loading-msg {
	top: 45%;
	left:43%;
	z-index: 20001 ! important;
}


.parcelBody {
	
	width:97%;
	border: 1px solid #ACA899;
	color:#666666;
	font-weight:bold;
	font-size:10px;
	
}

.tablePadding 
{
	padding:10px;
}
.modalBackground {
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.modalPanels
{
	border:1px solid #000;
	
}
.modalDrag
{
	background-color:#000;
	/* background: url(../images/Windows/bg.jpg) repeat-x; */
	
	height:22px;
	font-size:12px;
	font-family:Arial;
	color:#FFF;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	
}

.bigSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.fakeLink
{
	color:#3F5E81;
	cursor:pointer;
}
.fakeLink:hover
{
	color:red;
}