/* Minification failed. Returning unminified contents.
(202,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    display: block;
    margin: 1em 0 1em 0;
}

strong {
    font-weight:bold;
}

ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 0 1em 0;
    padding-left: 40px;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin: 1em 0 1em 0;
    padding-left: 40px;
}

li {
    display: list-item;
}

h1 {
    display: block;
    font-size: 2em;
    margin: .67em 0 .67em 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin: .83em 0 .83em 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin: 1em 0 1em 0;
    font-weight: bold;
}
    

@font-face {
    font-family: Onani;
    src: url(/fonts/ONANRG__.TTF);
    font-weight:400;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#leftNavContainer a {
    font-family: Onani; 
    color:#fff; 
    text-decoration:none; 
    display:block; 
    margin: 0 0 2px 0;
    padding: 2px 2px 2px 2px;
    font-size: 10pt;
}

.text-danger {
    color:red;
}

input[type=text],  
input[type=password], 
input[type=month], 
textarea, 
select {
    border-radius: 6px;
    border: 1px solid #cccccc;
    /* font-size: 1rem; */
    padding: 0.5rem 0.875rem;
}

.btn {
    border-radius: 6px;
    border: 1px solid transparent;
    padding: 0.5rem 0.875rem;
    margin:10px 10px 10px 0;
    border: 1px solid #999;
}

.btn:active {
    color: #777777;
    background-color: #e9e9e9;
    border-color: #b6b6b6;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.25);
    outline: 0;
}

input.input-validation-error {
    border: 1px solid red;
}

h1.title {
    display:inline-block;
    min-height: 35px;
    min-width: 215px;
    background: url(/Content/images/headers/HeaderBG.png) no-repeat bottom right;
    font-size: 14pt;
    font-family:Onani;
    letter-spacing: 1px; 
    color: #ff9900;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    -webkit-text-stroke: -1px black;

}
a:link, a:visited {
    color: #ff9900;
}
#container {
    display:flex;
    border-radius: 10px;
    background-color: #000;
    padding: 3px 3px 3px 3px;
    margin:18px auto 0 auto;
    width:635px;
    position:relative;
}

#container #logo {
    position:absolute;
    top:-20px;
    left:0;
    background-image: url(/content/images/pvscb_logo.png);
    width:135px;
    height:142px;
}

#container #contentContainer {
    border-radius: 10px;
    background-color:#fff;
    padding: 10px 20px 20px 20px;
    -ms-flex:10;
    -webkit-flex:10;
    flex:10;
}

#container #leftNavContainer{
    margin-top: 130px;
    padding: 0 10px 25px; 0;
    color:#fff;
    font-size:larger;
    -ms-flex:2;
    -webkit-flex:2;
    flex:2;
}

#contentContainer h1:first-child {
    font-family: Onani; 
    font-size: 23px;
    text-align:center;
    text-shadow: 5px 5px 10px #808080;
    margin:10px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    box-shadow: 0 10px 10px -9px #808080;
}

#leftNavContainer a:hover { 
    color:#FF9900;
    background-color:#4e4d4d;
    border-radius:5px;
    margin-bottom:2px;
}

#leftNavContainer a.active { 
    color:#FF9900;
    background-color:#4e4d4d;
    border-radius:5px;
    margin-bottom:2px;
}

footer {
    width:500px;
    margin: 10px auto;
    text-align:center;
}

footer p{
    margin: 5px 0;
    font-size:smaller;
}
