﻿html, body, form
{
    margin: 0px;
    padding: 0px;
    font-family: verdana, ariel, sans-serif;
    font-size:11px;
    height: 100%;
}

.buttonblue
{		 
	FONT-WEIGHT: bold; 
	BORDER-LEFT-COLOR: #a9a4de; 
	BORDER-TOP-COLOR: #a9a4de; 
	BORDER-BOTTOM-COLOR: #1f1866; 
	BORDER-RIGHT-COLOR: #1f1866;
	CURSOR: pointer; 
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #39309c; 
	height: 26px;
	width: 80px;
}


.divcontainer
{
    width: 100%; 
    height: 100%;
    display:block;
    position:relative;
    overflow:auto;    
}

.divform
{
    BORDER-TOP: #990000 3px solid; 
    BORDER-LEFT: #990000 2px solid; 
    BORDER-BOTTOM: #990000 2px solid;
    border-right: #990000 2px solid;
    background-color: #eceffa;
    display:block;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    
    /* for vertically middle aligned:
	top:50%;
    margin-top:-200px;  
	
	margin top is half of DIV height, (detail height + 140) / 2 
	*/
    
}

.divbanner
{
    height: 65px
}
.divbar
{

	padding:5px 15px 5px 15px;
	border-top: #d67373 2px solid;
	border-bottom: black 2px solid;
	background-color: #990000;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: right;
}

.divdetail
{
    padding: 15px;   
}

.divbuttons
{
	background-color: white;
	padding: 15px;
	text-align: right;
	border-top: black 2px solid;
	border-bottom: #d67373 2px solid;
	display:block;		 
}
.divpage
{
    display: inline;  
    float: left;
}


.labelright
{
    text-align: right;
}

.textboxmargin
{
	vertical-align: middle;
	margin-top:3px;
    margin-bottom: 3px;
    height:16px;
}
.textboxcenter
{
    text-align:center;
}
.textboxcentermargin
{
    text-align:center;
    margin-top:3px;
    margin-bottom: 3px;

}