/*--
Kinetic.css
  Company:  Kinetic Computing, LLC
  Web Site: www.KineticComputing.com
*/

body
{
    color: #000000;
    background-color: #00bfff;
    border-top: 0;
    border-left: 0;
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px ;
    margin-left: 0px;
    margin-top: 0px;
}

/* h1 only used in header */

h2, h3, h4, h5, h6
{
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 2px 10px 0px 10px;
    font-family: Georgia, verdana,arial,helvetica,sans-serif;
}

h1
{
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
}

h2
{
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}

h3
{
    font-size: 18px;
    font-style: normal;
    font-weight: bold; 
}

h4
{
    font-size: 14px;
    font-style: normal;
    font-weight: bold; 
}

h5
{
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;    
    font-size: 12px;
    font-style: normal;
    font-weight: bold; 
}

p
{
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 13px;
}

ul
{
  margin-top: 5px;
  margin-bottom: 5px;
}

li
{
    font-family: Georgia, verdana,arial,helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
}

a
{
    text-decoration: none;
}


.headerrev4
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    background-color: #000063;
    color: #ffffff;  
}

.footer
{
    font-family: Georgia, verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    background-color: #000063;
    color: #ffffff;
    position: relative;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.caption
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    background-color: #000063;
    color: #ffffff;
    position:relative; 
    text-align:center;  
}

/* Styles for form objects */
select
{
    font-size: 10pt;
    font-family: "Courier New";
    width: 200px;
}

textarea
{
    border-style: inset;
    font-size: 10pt;
    font-family: "Courier New";
}

.forminput
{
    border-style: inset;
    font-family: Courier New,verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: #CCFFFF;
    color: #000063;
}

.forminputdisabled
{
    font-family: Courier New,verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: #33CCCC;
    color: #000063;
    border: 1px solid #000063;
}

.formselect
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: #CCFFFF;
    color: #000063;
    border: 1px solid #000063;
}

.button
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
}    

.label
{
    font-family: Georgia,verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000063;
}

.labelbold
{
    font-family: Georgia,verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000063;
}

.labelerror
{
    font-family: Georgia,verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    font-style: italic ;
    font-weight: bold;
    color: Red ;
}

table
{
    margin: 0px;
    font-family: Georgia, verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    font-size: 10px;
    z-index: 1;
}

table.form
{
    border: 3px outset;
    padding: 5px;
    background-color: #00FFFF;
}

th
{
    font: bold 12px;
    color: black;
}

tr.header
{
    background-color: Aqua ;
    font: bold 13px;
    color: white;
}


td.highlight
{
    color: red;
    font-weight: bold;
    font-size: 16px;
}



div.main {
    border: 1px solid #000066;
}

.kclink
{
    font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup {
	border: 3px solid Gray;
    background-color:#ffffdd;
	    padding:3px;
	width:262px;
    z-index: 1;
    left: 0px;
    top: 65px;
    position: absolute;
    height: 88px;
}

#content    
{
    color: #000000;
    background-color: #ffffff;
    border-top: 0;
    border-left: 0;
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px ;
    margin-top:0px;
    margin-left: 20px;
    height:500px;
}
