﻿.body
{

}

.divMaster
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.divBanner
{
	width: 100%;
	height: 50px;
	background-color: #222222;
	border-bottom-color: Yellow;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.bannerTitle
{
    color: rgb(160,160,160);
    font-family: Verdana, 'Lucida Grande';
    font-size: 15px;
    line-height: 20px;
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}

.title
{
    font-family: Calibri, Arial;
    font-size: 12pt;
    font-weight: normal;
    color: #ff6600;
}

.subtitle
{
    font-family: Calibri, Arial;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

.data
{
    font-family: Calibri, Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
}

.minilbl
{
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #333333;
}

.minidata
{
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
}

.minilink
{
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}

.lbl
{
    font-family: Calibri, Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #444444;
}

.logfile
{
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-weight: normal;
    color: #ff0000;
}

.loginstatus
{
    font-family: Calibri, Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #ffffff;
}

.rightLiner
{
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
}

.underLiner
{
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a.link:link {color:Blue; text-decoration:none; font-family:calibri; font-size:10pt; font-weight:normal;}     /* unvisited link */
a.link:visited {color:Blue; text-decoration:none; font-family:calibri; font-size:10pt; font-weight:normal;}  /* visited link */
a.link:hover {color:#FF6600; text-decoration:underline; font-family:calibri; font-size:10pt; font-weight:normal;}   /* mouse over link */
a.link:active {color:Blue; text-decoration:none; font-family:calibri; font-size:10pt; font-weight:normal;}  

a img{
  border: none;
}

a{
  text-decoration: none;
}

.loadingOverlay 
{
	position:fixed; 
	top:0px; 
	bottom:0px; 
	left:0px;
	right:0px;
	overflow:hidden; 
	padding:0; 
	margin:0; 
	background-color:#000; 
	filter:alpha(opacity=50); 
	opacity:0.5; 
	z-index:1000; 
}

.loadingBar
{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -15px; /* make this half your image/element height */
	margin-left: -15px; /* make this half your image/element width */	
}

.completeList
{
	background-color : window;
	color : windowtext;
	padding : 1px;
	font-size: 10pt;
	font-family: calibri;
	background-color:Gray;
	cursor: pointer;
	list-style-type: none;
}
