﻿.loginBox
{
    font-family: Tahoma;
    font-size: 9pt;
}

.loginBoxError
{
    font-family: Tahoma;
    font-size: 8pt;
    height:25px;
}

.body {
	background-color: #00031f;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.center {
	width: 880px;
	margin-right: auto;
    margin-left : auto;
}
.intro {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 880px;
      height: 430px;
      margin-left: -440px; /* half of width */
      margin-top: -215px;  /* half of height */
}

.footer
{
    font-size:9pt;
    font-family:Tahoma;
}

.default_text
{
    font-size:9pt;
    font-family:Tahoma;
}

.main_content
{
    width: 930px;
}

.footer_td
{
    background-image: url('../Images/logo3b.png');
    background-repeat:no-repeat;
}

.body_td1
{
    font-size:10pt;
    font-family:Tahoma;
}


.body_td2
{
    font-size:11pt;
    font-family:Tahoma;
}

.maintable
{
    font-size:10pt;
    font-family: verdana;
}

table.maintable th
{
    font-size:9pt;
    font-family: verdana;
}

.hedaer2
{
    font-size:11pt;
    font-family:Tahoma;
    font-weight:bold;
}

.color_row:hover {
	background: #d2d2d2
}
.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
    font-family:Tahoma;
}

table.table1 {
    border: 2px;
    border-color:#DEDFDE;
}

table.table1 th
{
    font-size:9pt;

}

h1
{
   font-size: 1.2em;
   margin: 0 0 0.25em 0;
}
h2
{
   font-size: 1.07em;
   margin: 0.75em 0 0.5em 0;
}

div#container 
{
   margin: 0.25em 0.25em 0 0.25em; 
   border: solid 1pt black; 
   padding: 0.5em; }
   
#container p { margin: 0.5em 0; }

code { font-size: 1.1em; font-family: Courier, Courier New, Fixedsys; }

.error { color: red; font-style: italic; }

div.box
{
   border: solid 1pt silver;
   margin: 1em 0;
   padding: 0.5em;
}

.dataPager
{
    font-size:11pt;
    font-family:Tahoma;
}

.info
{
    font-size:10pt;
    font-family:Tahoma;
}


