@charset "utf-8";/* 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;
}
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;
}.red{	color: #CC0000;	}.display-block{	display: block;	overflow: hidden;}.float-left{	display: block;	float: left;		overflow: hidden;}.float-right{	display: block;	float: right;	}
.div-center{	display: block;	margin: 0 auto;	overflow: hidden;}.margin-content{	margin: 20px;	}.margin-left{	margin-left: 20px;}.margin-right{	margin-right: 20px;}				.display-none{	display: none;}.border-no{	border: none;}.margin-no{	margin: 0px;}.padding-no{	padding: 0px;}.border-red{	border: 1px #CC0000 solid;}.overflow-hidden{	overflow: hidden;	}.text-left{	text-align: left;	}.text-center{	text-align: center;	}.text-right{	text-align: right;	}.text-justify{	text-align: justify;	}.bold{	font-weight: bold;	}.big{	font-size: 16px;	}
.strike{	text-decoration: line-through;}/* Clearing floats without extra markup   Based on How To Clear Floats Without Structural Markup by PiE   [http://www.positioniseverything.net/easyclearing.html] FROM Blueprint CSS Framework */.clear{ 	display: inline-block;}   .clear:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}* html .clear {	height: 1%;}.clear{	display: block;}.box 
{ 
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: left; 
	padding: 10px; 
	background-color: #FFFFFF; 
	border: 1px solid #e3e3e3; 
	padding-left: 30px; 
	background-repeat: no-repeat; 
	background-position: 8px 12px; 
}

.box-error 
{ 
	color: #be0000; 
	background-image: url('../img/error.png'); 
}

.box-info 
{ 
	color: #3f7fbb; 
	background-image: url('../img/information.png'); 
}

.box-accept 
{ 
	color: #88b007; 
	background-image: url('../img/accept.png'); 
}form
{
	display: block;
	overflow: hidden;
}

form div
{
	display: block;
	margin: 4px;
	overflow: hidden;
}

form div.checkbox
{
	display: block;
	float: left;
	overflow: hidden;
}

form legend
{
	display: none;	
}

form label
{
	display: block;
	float: left;
	width: 200px;	
    font-family: Calibri, Verdana, Arial, sans-serif;
    font-size: 14px;	
}

form input
{
	display: block;
	float: left;
	width: 228px;	
    background-color: #efefef;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    text-decoration: none;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    outline: none;
    padding: 3px 10px;	
}

form input[type=checkbox]
{
	width: 35px;
}

form textarea
{
	display: block;
	float: left;
	width: 228px;
	height: 230px;	
    background-color: #efefef;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    text-decoration: none;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    outline: none;
    padding: 3px 10px;	
}

form select
{
	display: block;
	float: left;
	width: 250px;	
    background-color: #efefef;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    text-decoration: none;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    outline: none;
    padding: 3px 10px;	
}

.button 
{
    background-color: #efefef;
    border: 1px solid #bbbbbb;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 2px 2px 3px #cccccc;
    -webkit-box-shadow: 2px 2px 3px #cccccc;
    box-shadow: 2px 2px 3px #cccccc;
    text-decoration: none;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
    font-size: 18px;
    outline: none;
    padding: 3px 10px;
    cursor: pointer;
}

.button:hover 
{
	background-color: #dedede;
    -moz-box-shadow: 2px 2px 3px #cccccc inset;
    -webkit-box-shadow: 2px 2px 3px #cccccc inset;
    box-shadow: 2px 2px 3px #cccccc inset;
}

.button:active 
{
	background-color: #cecece;
    -moz-box-shadow: 2px 2px 3px #cccccc inset;
    -webkit-box-shadow: 2px 2px 3px #cccccc inset;
    box-shadow: 2px 2px 3px #cccccc inset;
}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.lightbox
{
	margin: 5px;	
}

.lightbox img
{
	border: 1px #CCC solid;
	padding: 0px;
	margin: 0px;	
}
body
{
	font: 12px arial,tahoma,verdana,sans-serif;
	color: #5D5C5C;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

a 
{
	font: 12px arial,tahoma,verdana,sans-serif;
	color: #3B8031;
	text-decoration: none;
}

a:hover 
{
	color: #3B8031;
	text-decoration: underline;
}

div#navi-left
{
	display: block;
	float: right;
	width: 217px;
	height: 100%;
	overflow: hidden;
	margin-right: 40px;
	/*background: url('../img/bg-navi-left.png') repeat-y;*/
}

img#logo 
{
	display: block;
    height: 66px;
    margin: 30px 0 15px 30px;
	width: 144px;
}

ul#menu-left 
{
	width: 175px;
	margin-left: 11px;
    /* border-top: 1px solid #ECECEC;*/
    cursor: default;
    padding: 13px 0 13px 20px;
}

ul#menu-left li 
{
    list-style-type: none;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 8px;
	background-image: none;
	
}

ul#menu-left li:hover
{
   	background-image: url('../img/bg-submenu-item.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

ul#menu-left li.active
{
    background-image: url('../img/bg-submenu-item.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

ul#menu-left li a
{
	display: block;
    padding-left: 10px;
    line-height: 23px;
	color: #5D5C5C;
	text-decoration: none;
}

ul#menu-left li.active a
{
	color: #3B8031;
}

ul#menu-left li ul#sub-menu-left 
{
    margin-top: 5px;
    margin-bottom: 5px;
}

ul#menu-left li ul#sub-menu-left li 
{
    list-style-type: none;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 8px;
	background-image: none;
}

ul#menu-left li ul#sub-menu-left li a
{
	display: block;
    padding-left: 25px;
    line-height: 23px;
	color: #2D2D2D;
	text-decoration: none;
}

ul#menu-left li ul#sub-menu-left li:hover
{
   	background-image: url('../img/bg-submenu-item-2.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

ul#menu-left li ul#sub-menu-left li.active
{
    background-image: url('../img/bg-submenu-item-2.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div#wrap
{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 749px;
	background: url('../img/bg-wrap-right.jpg') 100% 0% repeat-y;
}

div#content
{
	display: block;
	width: 650px;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px #EEEEEE solid;
}

div#footer
{
	display: block;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	/*border: 1px #EEEEEE solid;*/
	
	color: #BBBBBB;
	text-align: center;
	font-size: 10px;
	background: #FFFFFF url('../img/bg-footer.right.jpg') 100% 0% no-repeat;
}

div#footer a
{
	color: #BBBBBB;
	font-size: 10px;
}

div#footer a:hover
{
	color: #BBBBBB;
	font-size: 10px;
	text-decoration: none;
}

a#viewerPlaceHolder
{
	display: block;
	width: 700px;
	height: 375px;
	overflow: hidden;
}

.header
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
		
}

a.icon-pdf
{
	display: block;
	width: 96px;
	float: left;
	margin: 10px;
}

a.icon-pdf img
{
	display: block;
	width: 96px;
	height: 96px;
}

a.icon-pdf span
{
	display: block;
	width: 96px;
	margin-top: 3px;
	font-size: 9px;	
	text-align: center;
}

div#menu-top
{
	display: block;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	width: 699px;
	height: 35px;
	line-height: 35px;
	background: url('../img/bg-menu.gif');	
}

div#menu-top li 
{
	display: block;
	float: left;
	padding-right: 28px;
	line-height: 35px;
	background: url('../img/bg-menu-sep.gif') 100% 0% no-repeat;
}

div#menu-top li.last 
{
	display: block;
	float: left;
	padding-right: 0px;
	line-height: 35px;
	background: none;
}

div#menu-top li a
{
	color: #FFFFFF;
	margin-left: 5px;
}

/* bg-menu-sep.gif */

div.index-box
{
	display: block;
	overflow: hidden;
	margin-left: -1500px;
	margin-bottom: 10px;
}

div.index-box-1
{
	display: block;
	float: left;
	text-align: justify;
	filter:alpha(opacity=70); 
	opacity: 0.7; 
	-moz-opacity:0.7; 
	margin: 2px; 
	width: 200px; 
	min-height: 68px;  /*height: 190px;*/ 
	padding: 5px;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	background-color: #FFFFFF; 
	color: #000;
}

div.index-box-1 img
{
	width: 200px;
}

div.index-box-1 span
{
	display: none;	
}

div.index-box-2
{
	display: block;
	float: left;
	text-align: justify;
	filter:alpha(opacity=70); 
	opacity: 0.7; 
	-moz-opacity:0.7; 
	margin: 2px; 
	width: 200px; 
	min-height: 68px;  /*height: 190px;*/ 
	padding: 5px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
	background-color: #FFFFFF; 
	color: #000;
}

div.index-box-2 img
{
	width: 200px;
}

div.index-box-2 span
{
	display: none;	
}
