﻿body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}



header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

#version 
{
    background-color: #5c87b2;
    color:black;
    text-align: right;
    vertical-align: bottom;
    font-size:smaller;
    padding-right: 30px;
}

#header
{
    background-color: #5c87b2;
    color:White;
    padding-top:10px;
    padding-right: 30px;
    padding-left: 10px;
    vertical-align: bottom;
    font-size:xx-large;
    font-weight: bold;
}

#sidebar
{
    background-color: Menu;
    padding-top:10px;
    padding-right: 5px;
    height:600px;
    float:left;
    margin-right: 10px;
}

#content
{
    margin-top: 10px;
}

#PageTitle { font-size:16pt; font-weight:600; color:#000066; text-align: center; }
#PageSubTitle { font-size:12pt; font-weight:600; color:#000066; text-align: center; }
.PageBold { font-size:10pt; font-weight:600; color:#000066; text-align:center; }

.BoundaryTable { 
  border-left-color:#000066; border-left-width:2; border-left-style:solid;
  border-right-color:#000066; border-right-width:2; border-right-style:solid;
  border-top-color:#000066; border-top-width:2; border-top-style:solid;
  border-bottom-color:#000066; border-bottom-width:2; border-bottom-style:solid;
}

.TableTitle { font-size:12pt; font-weight:600; background-color:#000066; color:#FFFFFF; }
.CellTitle { font-size:9pt; font-weight:600; color:#000066; background-color:#DDDDDD; }

.ButtonBar { text-align:right; background-color:#000066; }

#SubNavBar { font-size:9pt; font-weight:600; color:#FFFFFF; background-color:#000033; }
a.SubNavBar  { font-size:7pt; font-weight:600; color:#FFFFFF; }

#menubar_wrap
{
	position: relative;
	display: block;
	height: 90px;
	width: 870px;
	top: 10px;
	margin: 0 auto;
	color: #6D6D6D;
	font: small-caps 10pt/12px Tahoma;
}
#menubar
{
	position: relative;
	display: block;
	height: 70px;
	width: 860px;
	top: 10px;
	margin: 0 auto;
}
#menubar LI.main
{
	position: relative;
	display: block;
	float: left;
	height: 70px;
	width: 166px;
	margin: 0 2px;
	background-color: #6C7386;
	border: 1px solid black;
	cursor: pointer;
	color: #FFFFFF;
	font: small-caps 10pt/70px Tahoma;
	text-align: center;
	letter-spacing: 4px;
}
#menubar UL
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.dialog
{
	background: #EEE;
	border:1px solid #000000;
	
	
}
#one, #two, #three, #four, #five, #six, #seven, #eight, #nine, #ten
{
        padding: 10px;
	font: 14px Arial;
}
.note
{
	color: #913C3C;
	font: italic small-caps 8pt/70px Tahoma;
}
.ui-dialog-titlebar
{
	display: block;
	height: 40px;
	
	background: #4F4F4F;
	border-width:1px 1px 0px 1px;
	border-color:#000000;
	border-style:solid;
	color: #E5E5E5;
	text-align: center;
	font: 21px/42px "Arial Black";
	cursor: move;
}
.ui-dialog-titlebar-close
{
	display: block;
	position: absolute;
	right: 12px;
	top: 11px;
	height: 20px;
	width: 20px;
	background-color: #4B5667;
	font-size: 0px;
	border: 1px solid #9D9D9D;
}

.ui-widget-overlay
{
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	position: absolute;
	top: 0;
	left:0;
	background:#000000;
}

.no-close .ui-dialog-titlebar-close {

  display: none;

}

.ui-dialog .ui-dialog-titlebar {
    background: #5c87b2;
}

.ui-dialog  fieldset {
    border: 0px;
    padding: 0;
    margin: 0;
}

.ui-dialog .ui-dialog-title {
    color: #fff;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size: xx-large;
    font-weight: bold;
}
.pagination {
    display: flex !important;
    list-style-type: none !important;
    justify-content: space-evenly !important;
    width: 25% !important;
    margin-left: 45% !important;
}
 

