/* Change the white to any color ;) */
.autofill_login:-webkit-autofill,
.autofill_login:-webkit-autofill:hover, 
.autofill_login:-webkit-autofill:focus, 
.autofill_login:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px black inset !important;
    box-shadow: 0 0 0 30px black inset !important;
}

.autofill_login:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}


input    { border: 2px solid #000; padding:3px; }
textarea { border: 2px solid #000; }
select   { background: #fff; padding: 3px; border: 2px solid #000; font-weight: bold; } 



h3 {font-size:1.2em; border-bottom: 1px solid #000;margin:0px;padding-right:2px;};
html {padding:0px; margin: 0px;}
body { font-size:1em; font-family: arial,sans-serif; ;padding:0px; margin: 0px;}
.page {padding:0px; margin:0px;}
.place_text {font-size:0.8em;color:#555; }
.mtext {
	color: #999;	
	font-style:italic;
}

.smaller { font-size:0.7em;}
.small_txt { font-size:0.7em; color:#555}
.minor_txt { font-size:0.8em; color:#555}
.info_tbl { padding-top:10px;padding-bottom:10px;width:100%;border-spacing:0px; }
.info_tbl td {  font-size:0.8em; border-bottom: 1px solid #000;margin:0px;padding-right:2px; }
.info_tbl tr { vertical-align: top; border-bottom: 1px solid #000}
.info_tbl .grey {  font-style:italic;color:#555 }
.info_tbl th {font-size:0.8em; font-weight:bold;color:#AAA;background-color:#000;padding:2px; }

.value_table tr  { vertical-align: top; }
.value_table tr td:first-child { font-weight:bold; text-align: right; padding-right:5px; }
.value_table tr td:first-child { font-weight:bold; text-align: right; padding-right:5px; }
.value_table tr td td { padding-left:50px; }

.info_div td, .info_div  { font-size:0.9em; }
.info_header  { font-weight:bold; padding-top:10px;font-style: italic; }
.select_div  { padding: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; background-color: #badaba; border: 2px solid #333 }
.error_div  { margin-top: 10px; margin-bottom: 10px; padding: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; background-color: #DB8C8C; border: 2px solid #000 }
.success_div  { margin-top: 10px; margin-bottom: 10px; padding: 5px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; background-color: #55d360; border: 2px solid #000 }
.page-header {height:70px;background-color: #054285;}
.page-footer {height:70px;background-color: #054285; }
a:link, a:visited { color: #000; }

.page-content {width:1000px;text-align: center; margin:auto;}
.content-secondary { float: left; width: 30%; text-align: left; margin: 0px; padding: 0px; }
.content-primary { background-color: #fff; width: 60%; float: right; text-align: left; margin: 0px 0px; padding: 0px 0px 0px 0px; }

.infoelement{font-size:0.9em;color:#555;}
.infoheader { background-color: #ccc; color: #000; margin-top: 10px; padding-left: 5px; padding-top: 5px; padding-bottom: 5px; font-weight: bold; font-size: 1.1em; }
@media all and (min-width: 250px) {
 .page-content {width:100%}
 .content-secondary { float: none; width: 100%; text-align: left; background: none; margin: 0px; padding: 0px; }
 .content-primary { background-color: #fff; float: none; width: 100%; text-align: left; margin: 0px 0px; padding: 0px 0px 0px 0px; }
 .infoelement { overflow: visible; padding: 5px; margin-top: 0px; margin-bottom: 5px; }
 .infolabel { float: none; width: 100%; text-align: left; font-weight: bold; min-height: 1px; }
 .infofield { padding-top: 5px; float: none; width: 90%; margin-left: 0px; }
}
@media all and (min-width: 750px) {
 .page-content {width:750px}
 .content-secondary { float: left; width: 20%; text-align: left; background: none; margin: 0px; padding: 0px; }
 .content-primary { background-color: #fff; float: right; width: 75%; text-align: left; margin: 0px 0px; padding: 0px 0px 0px 0px; }	
 .infoelement { overflow: auto; padding: 0px; margin-top: 0px; margin-bottom: 5px; }
 .infolabel { float: left; width: 30%; text-align: right; font-weight: bold; min-height: 1px; }
 .infofield { padding-top: 0px; float: left; width: 60%; margin-left: 10px; } 
}

@media all and (min-width: 1200px) {
 .page-content {width:1000px}
 .content-secondary { float: left; width: 20%; text-align: left; margin: 0px; padding: 0px; }
 .content-primary { background-color: #fff; width: 75%; float: right; text-align: left; margin: 0px 0px; padding: 0px 0px 0px 0px; }
 .infoelement { overflow: auto; padding: 0px; margin-top: 0px; margin-bottom: 5px; }
 .infolabel { float: left; width: 30%; text-align: right; font-weight: bold; min-height: 1px; }
 .infofield { padding-top: 0px; float: left; width: 60%; margin-left: 10px; }
}

.fixedf{font-family: Courier}
.righta{text-align:right}
.w50{width:100px}
.mw150{max-width:150px}

