﻿
/* 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;
    width: 100%;
    height: 100%;
    background: url('../images/bg-left-side.jpg') repeat;
}
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;
}

a{
    text-decoration: none;
}

a[href]:after {
    content: none !important;
 }

/*
	
	
	
*/


*{
	margin:0;
	padding:0;
	
}

:focus,:active {
	outline:0;
}

.noBorder{
    border: 0;
}

.clear{
    clear: both;
}


/*
 *
 */
 
.navbar{
	display: none;
}

#header{
    display: none;
    position: relative;
    width: 100%;
    height: 100px;
    
    background: #1240AB url('../img/l-light.png') left center no-repeat;
    border: 1px solid #06266F;
    
}

#logo-text{
    width: 100%;
    text-align: center;
    
    line-height: 100px;
    
    font-family:'GESSTwoMedium';
    color: white;
    font-size: 45px;
    font-weight: bolder;
    
    background: url('../img/r-light.png') right center no-repeat;
}

#menu{
    position: absolute;
    right: 100px;
    bottom: 0;
}

#menu ul{
    
}

#menu ul li{
    float: right;
    padding: 10px;
}

#menu ul li:hover{
    
}

#menu ul li a{
    font-family:'GESSTwolight';
    color: white;
    font-size: 18px;
}

#menu ul li a:hover{
    color: #ccc;
    border-bottom: 1px dotted #bbb;
}




#tbody{
    padding: 30px;
}

#tbody table,#tbody tr,#tbody th,#tbody td{
    border: 1px solid #888;
    border-collapse: collapse;
}

#tbody th{
    border: 1px solid #222;
    font-weight: bold;
    padding: 3px;
}

#tbody td{
    padding: 3px;
}

#tbody td.td-deg{
    text-align: center;
}

#h_result{
    text-align: center;
    font-size: 25px;
    color: #666;
    font-family:'GESSTwoMedium';
}

.tr_header{
    color: black;
    font-weight: bolder;
}

.tr_committee{
    color: blue;
    background: #ddd;
    font-weight: bold;
}

.tr_com_val{
    color: blue;
    background: #eee;
}

.tr_value td{
    text-align: center;
}


#footer{
    display: none;
    width: 100%;
    height: 20px;
    
    background: #ccc;
    border: 1px solid #aaa;
    
    color: #999;
    
    text-align: right;
    font-style: italic;
    
    line-height: 20px;
}

#footer #text{
    padding-right: 25px;
}

#icons a{
	display: none !important;
}

#print{
    padding-right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    
    background: url('../img/print.png') no-repeat left center;
}

/* notifiacation
 */
#notified{
    width: 40%;
    margin: 0 auto;
    position: absolute;
    display: block;
    top: 45px;
    left: 35%;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 17px;
    font-family: monospace;
    font-weight: bold;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div.nred{
    background: #db3425 url('../images/invalid-icon.png') left center no-repeat;
    border: 2px solid #c71100;
}

div.ngreen{
    background: #34d629 url('../images/valid-icon.png') left center no-repeat;
    border: 2px solid #0eb802;
}



/* print header "hide" */
#print-header{
    display: none;
}

.print-text{
    display: none;
}