﻿/*

Base Style Sheet For priPrinter Website v1.2.2
Last Modified: 2007-01-25 13:27:57

*/


/****** General Styles ******/
body {
	font-size: 75%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif; /*font-family:"Trebuchet MS", Tahoma, Arial, Helvetica;*/;
	color: #333333;
	line-height: 150%; /*	background: white url('../img/bg_xmas.png') no-repeat 50% 0;*/;
	background: #FfFfFf url('../img/bg.gif') no-repeat 50% 0;
	margin: 0px;
	padding: 0px;
	min-width: 750px;
}

/* text */

p {
	line-height: 150%;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

td, th {
	/*font-size: 100%;
	line-height: 150%;*/
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	margin-left: 2em;
	list-style: outside;
	list-style-type: disc;
}

/* links */

a,
a:link,
a:visited,
a:active {
	color: #08c;
	text-decoration: none;
	clear: none;
}
a:hover {
	color:#08c;
	text-decoration: underline;
}


/* inputs */
form{
	display: inline;
	margin: 0;
	padding: 0;
}

input,
select{
	vertical-align: middle;
}

input.text,
textarea {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('../img/bg_input_text.png') repeat-x left top;
}
input.text:hover,
textarea:hover {
	border: 1px solid #000000;
	background: white url('../img/bg_input_text_hover.png') repeat-x left top;
}

label {
	cursor: pointer;
}


/* other */

img {
	border: none;
	vertical-align: middle;
}

hr {
	margin: 2px 20px 2px 20px;
	height: 1px;
	border: 0;
	border-top: 1px #DDDDDD dashed;
}

.doublehr {
	height: 3px;
	border: 0;
	border-top: 3px #CCCCCC double;
}


.wrapper {
	/*border: 1px #FF0000 solid;*/
	width: 826px;
	margin: 0px auto 0px auto;
	padding-left: 10px;
	padding-right: 10px;
}

.paperSheet {
	background: #FFFFFF;
	border: 1px #d0d0d0 solid;
	padding-left: 12px;
	padding-right: 10px; /*	width: 826px;*/;
	margin: 20px auto auto auto;
}


/****** Header ******/
.header{
	/*background: #000000 url('../img/bg_header.png') left*/
	
top;
	height: 60px;
}
.innerHeader{
	min-width: 610px;
	width: 750px;
	margin: 0 auto;
}

.title{
	background-color: white;
	background: url('../img/logo2.png');
	float: left;
	width: 400px;
/*	margin-top: 31px;*/
	height: 46px;
}
.title img{
	float: left;
	margin-right: 12px;
}

.NavRightCell{
	text-align: right;
}
.NavMiddleCell{
	padding-top: 20px;
}
.NavLeftCell{
	padding-top: 10px;
}
/* top nav menu */
.title-menu{
/*	background: url('../img/theway.gif') no-repeat bottom left;*/
	padding-top: 10px;
	float: right;
	height: 60px;
}

.title-menu a:link,
.title-menu a:visited,
.title-menu a:active,
.title-menu a:hover{
	float: left;
	display: block;
	padding: 1px 2px 1px 2px;
	margin: 0px 5px 0px 0px;
	color: #666666;
	text-decoration: none;
}
.title-menu a:hover{
	color: white;
	background: #666666;
}

/****** Nav Panel ******/
.navPanel{
	line-height: 200%;
/*	background: #97A1A6 url('../img/bg_btn.gif') left top;*/
	width: 826px;	margin: 18px auto 0px auto; /* align - center */
}

.locale_sel{
	float: right;
	display: block;
	/*
	margin-top: 10px;
	margin-left: 100px;
	margin-right: 10px;*/
	padding-top: 3px;
}
.navTop{
	background: #000000 ;
	width: 4px;
	border-left: 0px;
	border-right: 0px;
}


.innerNavPanel {
	margin: 0 auto;
	width: 750px;
	height:30px;
}


/* buttons */

.buttons{
	float: left;
	display: block;
	line-height: 100%;
	white-space: nowrap;
/*	width: 99%; ;*//* ie6 fix */
	overflow: hidden;
/*	border-left: 0px solid #202020;*/font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-weight: normal;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	padding: 10px 10px 4px 10px;
	float: left;
	display: block;
	margin: 0px 10px 2px 10px;
/*border-left: 1px solid #d0d0d0;*/ /*	border-right: 1px #202020 solid;*/color: #000;
}

.buttons a:hover
{
	text-decoration: none;
	border-bottom: 4px solid #ff8833;
/*	color: #08c;*/
}
.buttons-active {

}
a.buttons-active {
	//text-decoration: underline;
   border-bottom: 4px solid #ff6600;
}


/* sorry for this ie6 hack */
.buttons img {
	float: left;
	margin: 0px 0px 0px 0px;
}


/****** Content Block ******/
.contentWrapper{
	min-width: 610px;
/*	width: 770px;
	margin: 3px auto;	*/
}

.content{
	float: left;
	width: 100%;
	margin: 0px -210px 0px 0px;
}
.innerContent{
	margin-right: 210px;
	overflow: visible;
}

/* content block */
.contentBlock{
	margin: 0px 0px 40px 0px;
}
h1{
	font-family: Arial;
	color: #444;
	font-size: 200%;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	margin: 5px 0px 5px 0px;
}

h2{
	background: url('../img/hunderline.png') no-repeat left bottom;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	color: #444;
	font-size: 150%;
	font-weight: lighter;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	float: none;
}

h3{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	color: #444;
	font-size: 150%;
	font-weight: lighter;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
}

h4 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	color: #444;
	font-size: 125%;
	font-weight: bold;
	padding: 2px 2px 4px 2px;
	margin: 2px 2px 2px 2px;
}

h6 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	color: #444;
/*	color: #08c;*/
	font-size: 125%;
	font-weight: bold;
	padding: 2px 2px 4px 2px;
	margin: 2px 2px 2px 2px;
}

.contentText{
	line-height: 150%;
}


/****** Sidebar Block ******/
.sidebar{
	float: left;
	width: 180px;
}
.innerSidebar{}

.sidebarBlock{
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
.sidebarBlock h5{
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #EEEDEA;
	border-bottom: 1px solid #E4E2DA;
}
.sidebarContent{
}
.sidebarBlock ul{
	margin: 0px;
	padding: 0px;
}
.sidebarBlock li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px dotted #E4E2DA;
}
.sidebarBlock li a:link,
.sidebarBlock li a:hover,
.sidebarBlock li a:active,
.sidebarBlock li a:visited
{
	padding: 5px 0px 5px 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	overflow: hidden;
}
.sidebarContent li a:hover{
	text-decoration: underline;
	color: #395500;
	background: #EFF9D0;
}


/****** Footer Block ******/
.footer{
	clear: both;
	text-align: center;
	color: #666666;
	margin: 1px auto 0px auto;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-color: #e0e0e0;
	border-top-style: solid;
}

.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
	color: #444;
}

.innerFooter{
	margin: 0px auto;
}

.footerLinks{
	color: #666666;
	background: #F2F1EE;
	border: 1px solid #E4E1DC;
	text-align: left;
/*	line-height: 1.5em;*/
	margin-bottom: 20px;
}
.footerLinks h5{
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.footerLinks a:link,
.footerLinks a:visited,
.footerLinks a:active {
	color: #666666;
}
.footerLinks a:hover {
	color: #000000;
}

.copyright{
	margin: 5px auto 20px auto;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 100%;
}


