body{
	font-size: .8em;
	font-family: Arial, Helvetica, Verdana, Sans-serif;	
	margin:0;
	padding:0;
	background-color: #D1E1F1;
}

table{
	border-collapse: collapse;
}

a:visited, a:active, a:visited, a{
	color: #000;
}
a:hover{
	color: #DF6237;
	cursor: pointer;
}

img{
	border: 0;
}

h3{
	font-size: 1.2em;
}

.section{
	margin: auto;
}

.hidden{
	display: none;
}

.center{
	text-align: center;
}

.smallNote{
	font-size: .9em;
}

.bold{
	font-weight: bold;
}

.list{
	border: 1px;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1em;
	margin-bottom: .8em;
}

.statusGood{
	margin: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	background-color: #04ff00;
	padding: .5em;
	text-align: center;
	width: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #54A515;
	border-radius: 5px;
}

.statusError{
	margin: auto;
	margin-top: .5em;
	margin-bottom: .5em;
	background-color: #EF8686;
	padding: .5em;
	text-align: center;
	width: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #D35454;
	border-radius: 5px;
}

.red{
	color: red;
}

#container-main{
	margin: auto;
	width: 95%;
	min-width: 900px;
}

#container-header{
	
}

#header-banner{
	margin: auto;
	height: 100px;
	background-color: #326BC2;
	background-image: url(../img/banner1.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
#container-menus{
	background-color: #D1E1F1;
}


#container-menu-main{
	
	background-color: #326BC2;
}

#menu-main-content{
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
}
#menu-main-content a{
	color: #000;
	padding: 10px;
	line-height: 1.5em;
	text-decoration: none;
	color: #FFF;
}
#menu-main-content a:hover{
	color: yellow;
}
.menuDivider{
	padding: 3em;
}

.instantResults{
	border-color: #C8D5E8;
	border-width: 1px;
	border-style: solid;
	border-top: 0px;
	background-color: #FFF;
}
.instantRow td{
	width: 140px;
}
.instantRow:hover{
	background-color: #AFB8C6;
}
.instantRowSelected{
	background-color: #C8D5E8;
}

.selectA select{
	width: 255px;
	background: transparent;
	padding: 5px;
	border: none;
	border: 1px solid #EEE;
	height: 48px;
}
.selectA select:hover{
	cursor: pointer;
}
.selectA option{
	padding: .3em;
	
}
.selectA option:nth-child(even){
	background-color: #EBEEF4;
}
.selectA{
	width: 225px;
	height: 48px;
	overflow: hidden;
	background: url(../img/icons/blinklist_48.png) no-repeat right;
	margin: 5px;
}

.submitA{
	padding: .5em;
	border: 2px solid #D1E1F1;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 20px;
	font-weight: bold;
	color: #6DADED;
}
.submitA:hover{
	background-color: #6DADED;
	color: #D1E1F1;
	border-color: #D1E1F1;
	cursor: pointer;
}

.submitB{
	padding: .5em;
	border: 2px solid #D1E1F1;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #6DADED;
}
.submitB:hover{
	background-color: #6DADED;
	color: #D1E1F1;
	border-color: #D1E1F1;
	cursor: pointer;
}

.greenButton{
	border: 1px solid #7CCD7C;
	padding: .1em;
	background-color: #7CCD7C;
	cursor: pointer;
	color: #FFF;
}


.redButton{
	border: 1px solid #E56B6B;
	padding: .1em;
	background-color: #E56B6B;
	cursor: pointer;
	color: #FFF;
}

.yellowButton{
	border: 1px solid #BCBC2D;
	padding: .1em;
	background-color: #EFEF28;
	cursor: pointer;
	color: #000;
}

.resetA{
	padding: .2em;
	border: 2px solid #D1E1F1;
	border-radius: 5px;
	background-color: #FFF;
	font-size: 10px;
	font-weight: bold;
	color: #BC891C;
}
.resetA:hover{
	background-color: #BC891C;
	color: #D1E1F1;
	border-color: #D1E1F1;
	cursor: pointer;
}

.addA{
	padding: .2em;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #02b563;
	background-color: #6eff51;
	font-size: 14px;
	font-weight: bold;
	color: #02b563;
}
.addA:hover{
	background-color: #02b563;
	color: #6eff51;
	border-color: #6eff51;
	cursor: pointer;
}


h1.title{
	font-size: 1.2em;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	color: #FFF;
}

h2.title{
	font-size: 1.2em;
	text-align: center;
	margin: auto;
	background-color: #D2DDED;
	width: 100%;
}

h3.title{
	color: #FFF;
	font: italic bold 14px georgia;
	padding-left: 40px;
	padding-top: 5px;
	margin-left: 10px;
	margin-top: -12px;
	text-shadow: 0 1px 1px #720606;
	background-color: #DA2F2F;
	text-align: left;
	height: 20px;
	width: 150px;
}

/* Fancy table thing */
.table_a{
	margin: auto;
	background-color: #E9E9E9;
	font-family: Arial;
	font-size: 12px;
	text-shadow: 0 1px 1px #FFF;
	border: 1px solid #AAA;
	border-radius: 8px 8px 8px 8px;
}
.table_a a:visited, .table_a a:active, .table_a a:visited, .table_a a{
	text-decoration: none;
	color: #DF6237;
}
.table_a tr{
	height: 26px;
}
.table_a tr:nth-child(even){
	background-color: #DDDDDD;
}
.table_a th{
	color: #474545;
	text-align: right;
	padding-right: 35px;
	font-weight: bold;
	width: 275px;
}
.table_a td{
	color: #564556;
	width: 575px;
}

.table_a td.table_header{
	height: 65px;
	text-align: left;
}
.table_a td.table_header p{
	color: #FFF;
	font: italic bold 16px georgia;
	padding-left: 40px;
	padding-top: 10px;
	margin-left: -10px;
	text-shadow: 0 1px 1px #720606;
	background-color: #DA2F2F;
	text-align: left;
	height: 35px;
	width: 230px;
}

.table_b{
	background-color: #E9E9E9;
	font-family: Arial;
	font-size: 12px;
	text-shadow: 0 1px 1px #FFF;
	border: 1px solid #AAA;
	border-radius: 8px;
}

.table_b a:visited, .table_b a:active, .table_b a:visited, .table_b a{
	text-decoration: none;
	color: #DF6237;
}

.table_b tr{
}

.table_b th{
	height: 200px;
}

.table_b th.table_header{
	width: 350px;
}
.table_b th.table_header p{
	color: #FFF;
	font: italic bold 16px georgia;
	padding-left: 40px;
	padding-top: 10px;
	margin-left: -30px;
	text-shadow: 0 1px 1px #720606;
	background-color: #DA2F2F;
	text-align: left;
	height: 35px;
	width: 260px;
}
.table_b td{
	
}
.table_b input[type=text]{
	height: 12px;
}
.field_label{
	float: left;
	width: 150px;
}

#container-window-holder{
	border-width: 1px;
	border-style: solid;
	border-color: #326BC2;
	background-color: #FFF;
	margin: auto;
	margin-top: 2em;
	width: 1000px;
}
#container-window-bar{
	background-color: #326BC2;
	height: 30px;
}
#container-window-menu-top{
	height: 20px;
	padding: .5em;
	background-color: #C8D5E8;
}
#container-window-content{
	min-height: 200px;
}

#container-left{
	float: left;
	width: 350px;
}
#container-left-top-holder{
	border-width: 1px;
	border-style: solid;
	border-color: #326BC2;
	background-color: #FFF;
}
#container-left-top-bar{
	background-color: #326BC2;
	height: 30px;
}
#container-left-top-content{
	padding: 1em;
}

#container-left-bottom-holder{
	border-width: 1px;
	border-style: solid;
	border-color: #326BC2;
	background-color: #FFF;
	margin-top: 2em;
}
#container-left-bottom-bar{
	background-color: #326BC2;
	height: 30px;
}
#container-left-bottom-content{
	padding: 1em;
}

#container-right{
	margin-left: 375px;
	
}
#container-right-top-holder{
	border-width: 1px;
	border-style: solid;
	border-color: #326BC2;
	background-color: #FFF;
	padding-bottom: 20px;
	min-width: 800px;
}
#container-right-top-bar{
	background-color: #326BC2;
	height: 30px;
}
#container-right-top-content{
	padding: 1em;
}
#container-right-top-content div{
	margin-bottom: 15px;
}

#container-right-bottom-holder{
	border-width: 1px;
	border-style: solid;
	border-color: #326BC2;
	background-color: #FFF;
	margin-top: 2em;
}
#container-right-bottom-bar{
	background-color: #326BC2;
	height: 30px;
}
#container-right-bottom-content{
	padding: 1em;
}



#container-footer{
	clear: both;
	margin: auto;
	text-align: center;
	color: #666;
	font-size: .8em;
}

#dialog-overlay{
	width: 100%;
	height: 100%;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #000;
	
	position: absolute;
	top:0;
	left:0;
	z-index:3000;
	
	display: none;
}

#dialog-box{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	background: #eee;
	width: 328px;
	
	position: absolute;
	z-index:5000;
	
	display: none;
}

#dialog-box .dialog-content {
    /* style the content */
    text-align:left;
    padding:10px;
    margin:13px;
    color:#666;
    font-family:arial;
    font-size:11px;
}

a.button {
    /* styles for button */
    margin:10px auto 0 auto;
    text-align:center;
    display: block;
    width:50px;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
     
    /* button color */
    background-color: #326BC2;
     
    /* css3 implementation :) */
    /* rounded corner */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     
    /* drop shadow */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
     
    /* text shaow */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
     
}
 
a.button:hover {
    background-color: #538CDF; 
}
 
 .clear{
	clear: both;
	width: 100%;
	height: 15px;
}
 
/* extra styling */
#dialog-box .dialog-content p {
    font-weight:700; margin:0;
}
 
#dialog-box .dialog-content ul {
    margin:10px 0 10px 20px;
    padding:0;
    height:50px;
}

#client_upload_dim{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	z-index: 97;
}
