﻿html { height: 100%; }
body { font-family:"Trebuchet MS"; font-size:12px;color: #222; line-height: 13pt; height: 100%; background:#c5c5c5; }
form { width:auto; background:#F0F0F0;margin:auto; border:1px solid #777;}
a { color: #666; cursor: pointer;}
a:hover { color: #2e6098; }
h2, h1 {font-size: 20pt; font-weight: bold; color: #69768f; margin-bottom: 15px; }
h2 { font-size: 13pt; margin-bottom: 10px; color: #0079DF; }
h3 { margin-bottom: 10px; color: #0079DF; font-weight: bold; font-size: 10pt; margin: 10px 0px;}
td { vertical-align: top; }
p { text-align: justify; }

b, strong {font-weight:bold;}
i {font-style:italic;}
li {list-style: inside;}


/* =================== BANNER =============================== */
.website-banner { background:#008CF2; color:white; font-size:16px; font-weight:bold; height:140px;}
.website-banner h1 { padding:30px 20px; }

/* =================== FOOTER =============================== */
.website-footer { border-top:1px solid #bbb; padding:10px; background:#f0f0f0; clear:both; }


/* =================== MAIN BODY ============================ */
.main-body { min-height:560px; width:1000px; margin:auto;}
.side-bar { display:inline-block; width:225px; margin-right:15px; padding:20px 0px; vertical-align:top;}
.side-bar-right {display:inline-block; width:175px; margin-left:15px; padding:20px 0px; vertical-align:top;}
.content-area { display:inline-block; width:570px; padding-top:20px; vertical-align:top;}


/* standard-box */

.standard-box { border: 1px solid #aaaaaa; margin: 0px; display: block; margin-bottom: 10px; width: 100%; }
.standard-box .item { width: 100%; clear: left; margin-left: 8px; }
.standard-box .item .label { width: 150px; float: left; margin-left: 10px; }
.standard-box .item .value { float: left; }
.standard-box h3 { background: url(/App_Templates/FrontEnd/images/Grid.Header.jpg) repeat-x; padding: 0px 10px 9px 10px; font-size: 10pt; margin-bottom: 10px; color: #444; }
.standard-box p { margin: 10px; }
div.standard-box div.item div.whole { width: 100%; float: none; }
div.standard-box div.buttons { margin-right: 10px; width: 90%; }
