﻿/*﻿@charset "utf-8";*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 10px 5px 10px 5px;
	text-align: center; 
	background-image:url(../../Images/bodybk.gif);
	background-color: #c3c3c3;
}
.container { 
	width: 900px;  
	margin: 0 auto; 
	text-align: left;	
	min-height: 600px;
	padding: 0px 5px 0px 5px;
	background-position:center;
	background-repeat:repeat-y;
	background-image:url(../../Images/Blue_Print1.jpg);
	border: solid thin black;
} 
#header {
	width: 900px;
	text-align:center;
} 
.header h1 {
	margin: 0; 
	padding: 0 0px;
}
/* mainContent:*/
#mainContent {
 	margin: 0 0px 0 0px; 
 	padding: 2px 0px 10px 0px;
 	min-height: 550px;
} 
.db
{
    float:left;
    width:215px;
    text-align:center;
    padding: 0px 0px 0px 0px; 
}
.doortype
{
    margin:0 215px 0 215px;
    width:450px;
    text-align:center;
    border-left: dashed thin #DCDCDC;
}
.glazing
{
    float:right;
    width:215px;
    text-align:center;
    border-left: dashed thin #DCDCDC;
    padding: 0px 0px 0px 0px; 
}
#footer
{
    text-align:center;
    width:900px;
    /*top: 600px;*/
}
/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	border: 0;
}
.center
{
    text-align:center;
}
/*************************************************/
h1
{
    font-size: 16px;
    color:#4478a9;
}
h2
{
    font-size: 14px;
    color:#4478a9;
}
p
{
    font-size:12px;
    text-align:justify;
}
ul{
    font-size:12px;
    text-align:justify;
}
a:link, a:visited
{
    text-decoration:underline;
    font-size: 12px;
    font-weight:bold;
}
a:hover
{
    color: #0099ff;
    font-weight:bold;
}
td
{
    font-size: 12px;
    vertical-align:text-top;
}
/**********GRID DISPLAY*************/
.GridMain
{
    background-color: #FFFFFF;
    width: 900px;
    font-size:14px;
    text-align:center;
}
.GridMain a
{
    color:Blue;
}
.GridMain a:hover
{
    color:#0099ff;
    font-weight:bold;
}

.GridRow
{
    background-color:#FFFFFF;
    border: #DCDCDC thin solid;
}
.GridSelectedRow
{
    background-color:#E6E6FA;
}
.GridHeader
{
    background-color: #4478a9;
    font-weight: bold;
    color:White;
    font-size:12px;
    height:30px;
}

.GridRowAdmin
{
    background-color:#FFFFFF;
    border: #DCDCDC thin solid;
    font-size:2px;
}

.pic{
 vertical-align:middle;
 border:0;
 }
 .hype{
 color:Blue
 }
 .border{border:0;}
 
.note
{
    width: 425px;
    height: 70px;
    background-color: #3d3d3d;
    color: #fff;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 12px;
}
