@charset "utf-8";

/* GENERAL */
html {
	height:100%;
	width:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	line-height:15px;
	font-family:verdana;
	font-size:11px;
	color:#000;
	background:url(../office/images/pg_bkg.gif);
}
img{
	border:0px;
}
table,tr,td {
	border-collapse:collapse; 
	vertical-align:top; 
	font-size:11px; 
	line-height:15px;
}
#header {
	height:2em;
	margin:0px;
	padding:0px;
}

#header a{
	padding:0.5em;
	margin:0px;
}
#header table{
	width:100%;
	height:100%;
}


/* NAVIGATION */
#navigation{
	width:150px;
	color:fff;
}
#navigation a{
	text-decoration:none;
}

/* NAVIGATION BUTTONS */
#button {
        width: 17em;
        border-right: 1px solid #000;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: verdana;
        font-size : 11px;
        background-color:#90bade;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color:#2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #button li a {
                width: auto;
                }

        #button li a:hover {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
				font-weight:bold;
                }

        #button li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
				font-weight:bold;
                }
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

/* FOOTER */
#footer{
	height:1em;
	margin:0px;
	padding:0.5em;
	text-align:center;
	color:#000;
	background-color:#CCF;
}


/* PAGE */
#pagefull {
	height:80%;
	padding:1em;
	vertical-align:top;
	width:85%;
}
#page {
	height:80%;
	padding:1em;
	vertical-align:top;
	width:65%;
}
#page a{
	text-decoration:none;
}
#page h2 {
	color:#000;
	padding-top:0.5em;
}
#page h5{
	margin:0px;
	padding:0px;
	color:#90bade;
	font-weight:bold;
}
#page table{
	border-collapse:collapse;
}
#page td{
	padding:0.5em;
}
#rightinfo {
	width:20%;
	padding:1em;
}
#rightinfo table{
	color:#666;
}
#rightinfo h5{
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#666;
}
input.mybutton {
	color:#fff;
	background:#039;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:2px 2px;
	margin:0px 2px 2px 0;
	border:1px solid #000;
}
input.mybutton:hover {
	cursor:pointer;
	color:#ff6600;
}
input,select{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}
.smlltxt { font-size:10px; color:#000; }
.headtxt { font-size:12px; color:#90bade; font-weight:bold; }
.orangecaption {  font-family:verdana; font-size:10pt; font-weight:bold; color:#ff6600;}
.whitecaption {color: #FFFFFF; font-weight: bold; font-size:10pt;}
.greencaption {color: #408080; font-weight: bold;font-size:10pt;}
.warning { font-family:verdana; font-size:10px; color:red;}
.smallcaption {color: #408080; font-size: 10px; font-weight:bold;}
.activemenu  { font-family: Verdana; font-size: 10px; font-weight: bold; color: #000000 }
.nonactivemenu  { font-family: Verdana; font-size: 10px; color: #FFFFFF }
.innerpage {
	width:100%;
	height:200px;
	background-color:#EBEACD;
}

.tblheadtxt {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #408080;
	font-style: italic;
}
.op_panel{
	background-color:#508FC4; padding:5px;
}
#header_print{ display:none; }
#footer_print{ display:none; text-align:center;}
@media print{
	#navigation{ display:none; }
	#rightinfo{ display:none; }
	#header{ display:none; }
	#header_print{ display:block; }
	#footer{ display:none; }
	#footer_print{ display:block; }
	.op_panel{ display:none; }
}