﻿@charset "utf-8";

/* 	CSS Reset
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}







/*   Template Styles   */

body {
	background-color: #3A343D;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 73%;
}

.headerbg {
	background-image: url(../../images/template/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 182px;
}
	.header {
		width: 944px;
		height: 182px;
		margin: auto;
		background-image: url(../../images/template/header_01.jpg);
		background-repeat: no-repeat;
	}
		.header .logo {
			height: 147px;
		}
			.logo img {
				margin: 30px 0 0 0;
				width: 300px;
				height: 100px;
			}
		.header .menubg {
			background-image: url(../../images/template/bg_menu.gif);
			background-repeat: repeat-x;
			height: 27px;
			padding: 8px 0 0 0;
			text-align: center;
		}
			/*.menubg a {
				color: #FFF;
				text-decoration: none;
				font-size: 1.3em;
				font-weight: bold;
				margin: 0 20px;
			}*/

.containerbg {
	background-image: url(../../images/template/bg_container.png);
	background-repeat: no-repeat;
	background-position: center top;
}
	.container {
		width: 968px;
		margin: auto;
		padding: 3px 0 0 23px;
		background-image: url(../../images/template/bg_content.png);
		background-repeat: repeat-y;
	}
	
	.container-end {
		background-image: url(../../images/template/bg_content_end.gif);
		background-repeat: no-repeat;
		height: 40px;
		width: 991px;
		margin: auto;
	}

.footer {
	margin: auto;
	width: 950px;
}
	.footer .copyright {
		float: left;
		color: #CAC9CB;
	}
		.footer .copyright a {
			color: #CAC9CB;
			text-decoration: none;
		}
	.footer .links {
		float: right;
		color: #DCDCDD;
		font-size: 0.9em;
	}
		.footer .links li {
			float: left;
			margin-left: 15px;
			list-style: none;
		}
		.footer .links a {
			color: #DCDCDD;
			text-decoration: none;
		}
			.footer .links a:hover {
				text-decoration: underline;
			}
		.footer .links .logos {
			clear: both;
			text-align: right;
			padding: 10px 0 0 0;
		}

.container-progress {
	background-color: #FFF;
	padding: 10px;
}

.whitebg {
	background-color: #FFF;
	padding: 25px 0 0 0;
}




/*   Panels   */

.panel-left {
	float: left;
	width: 180px;
	background-color: #f5f5f5;
}
	.panel-left h2 {
		background-image: url(../../images/template/bg_orange.gif);
		background-repeat: repeat-x;
		height: 30px;
		line-height: 29px;
		padding: 0 7px;
		margin: 0;
		color: #FFF;
		font-size: 1.3em;
		font-weight: bold;
	}
	.panel-left ul {
		padding: 10px 0 20px 8px;
		margin: 0;
	}
	.panel-left li {
		background-image: url(../../images/template/arrow_red.gif);
		background-repeat: no-repeat;
		padding: 0 0 8px 15px;
		line-height: 1em;
		list-style: none;
	}
	.panel-left a {
		color: #333;
		text-decoration: none;
	}
		.panel-left a:hover {
			color: #000;
			text-decoration: underline;
		}



.content-3col {
	float: left;
	margin: 0 15px;
	padding: 0 0 50px 0;
	width: 554px;
}

.content {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 50px 0;
	width: 749px;
}

.content-nopanels {
	margin-left: 33px;
	width: 924px;
}



.panel-right {
	float: left;
	width: 180px;
	background-color: #f6f6f6;
}
	.panel-right .panelitem {
		padding: 3px 3px 20px 3px;
		font-size: 0.9em;
		line-height: 1.3em;
	}
	.panel-right h2 {
		background-image: url(../../images/template/bg_grey.gif);
		background-repeat: repeat-x;
		height: 30px;
		line-height: 29px;
		padding: 0 7px;
		margin: 0;
		color: #FFF;
		font-size: 1.3em;
		font-weight: bold;
	}

.panel-right .pic {
	float: right;
	width: 35px;
	margin: 0 0 10px 0;
}

.panelitem .txt {
	padding: 0 6px;
	line-height: 1.5em;
	clear: both;
	margin-bottom: 10px;
}

.compmenu {
	padding-bottom: 50px;
}

.compmenu .menuitem {
	background-image: url(../../images/template/arrow_red.gif);
	background-repeat: no-repeat;
	padding: 0 0 8px 15px;
}
	.compmenu .menuitem a {
		color: #000;
		text-decoration: none;
	}
		.compmenu .menuitem a:hover {
			text-decoration: underline;
		}







/*   Content Styles   */

.spacer {
	clear: both;
}

a {
	color: #FE7C18;
}

p {
	line-height: 1.6em;
	padding: 8px 0;
}

ul, ol {
	margin: 0 0 0 35px;
}

li {
	line-height: 1.6em;
	list-style: square;
}

h1 {
	background-image: url(../../images/template/bg_h1.gif);
	background-repeat: no-repeat;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 45px;
	margin-bottom: 20px;
	color: #3A343D;
	font-size: 1.6em;
	font-weight: bold;
}
	h1 {
		color: #3A343D;
	}

h2 {
	background-image: url(../../images/template/bg_h2.gif);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0 1px 0;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: capitalize;
	clear: both;
}
	h2 a {
		color: #FFF;
	}

h3 {
	clear: both;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
	text-transform: capitalize;
	margin: 20px 0 0 0;
	padding: 0 0 3px 0;
}
	h3 a {
		color: #333;
	}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgrighttop {
	float: right;
	margin: -45px 0 0 20px;
}

.tabs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
	height: 30px;
}
	.tabs li {
		list-style: none;
		float: left;
		margin-right: 3px;
	}
	.tabs a {
		display: block;
		background-image: url(../../images/template/bg_tab.gif);
		background-repeat: no-repeat;
		width: 70px;
		height: 28px;
		font-size: 0.9em;
		line-height: 28px;
		color: #545454;
		text-decoration: none;
		text-align: center;
	}
		.tabs a:hover, .tabs .active {
			background-image: url(../../images/template/bg_tab-active.gif);
			color: #FFF;
			background-color: #999;
			font-weight: normal;
			padding: 0;
			line-height: 28px;
		}

.error {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFF;
	padding: 2px;
}

.note {
	font-size: 0.9em;
	color: #777;
}
	.note a {
		color: #777;
	}

.pic-right {
	float: right;
	padding: 2px;
	margin: 0 0 10px 10px;
	text-align: right;
}
	.pic-right .pic {
		width: 80px;
	}

.branchphoto {
	float: right;
	padding: 2px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 0.8em;
	color: #999;
	text-align: right;
}

.staffphoto {
	float: right;
	padding: 2px;
	clear: both;
}
	.staffphoto .pic {
		margin: 0;
	}

.feedback {
	border: 1px solid #DDD;
	padding: 5px;
	margin: 10px 0;
}
	.feedback .by {
		font-size: 0.9em;
		line-height: 20px;
		color: #666;
		padding-left: 10px;
	}

.sitemap {
	margin: 20px 0 0 15px;
}
	.sitemap li {
		list-style: none;
	}

.photogallery {
	padding-left: 10px;
}
	.photogallery .photo {
		border: 1px solid #DDD;
		padding: 4px;
		float: left;
		margin-right: 20px;
	}
	.photogallery .pic {
		width: 80px;
	}

.selections {
	clear: both;
	margin-bottom: 10px;
}
	.selections .pic {
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
		width: 80px;
	}
	.selections .txt {
		color: #3F3F3F;
		line-height: 25px;
	}
		.selections .txt a {
			color: #3F3F3F;
			text-decoration: none;
		}
			.selections .txt a:hover {
				text-decoration: underline;
			}

.example {
	text-align: center;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-weight: bold;
}

.columns {
	clear: both;
	height: 139px;
	margin: 0;
	padding: 0;
}
	.colitem {
		border: 1px solid #E4E6E1;
		background-color: #EFEEEC;
		padding: 4px;
		width: 102px;
		height: 115px;
		font-weight: bold;
		float: left;
		margin-right: 15px;
		text-align: center;
	}
		.colitem img {
			margin-bottom: 5px;
			width: 100px;
			height: 80px;
		}
		.colitem a {
			text-decoration: none;
		}
			.colitem a:hover {
				text-decoration: underline;
			}



/* Poll Styles */

.polls .status {
	color: #FFF;
	font-size: 0.8em;
}

.polls .pic {
	float: right;
	margin: 0 0 10px 10px;
}

.polls h3 {
	background: none;
	padding: 0;
	color: #000;
}

.polls .answers {
	line-height: 20px;
}

.polls .votes {
	color: #999;
	font-size: 0.8em;
	padding-left: 10px;
}

.polls .total {
	font-weight: bold;
	color: #333;
}

.polls .highlight {
	font-style: italic;
	font-weight: bold;
}


/* Homepage Styles */


.feat_prod_1col {
	text-align: center;
	color: #666;
	font-size: 0.9em;
}
	.feat_prod_1col img {
		margin-bottom: 5px;
	}

.feat_prod_2col {
	text-align: center;
	float: left;
	width: 250px;
	padding: 0px 10px;
	color: #666;
	font-size: 0.9em;
	margin-bottom: 30px;
}
	.feat_prod_2col img {
		margin-bottom: 5px;
	}

.feat_prod_sub_1col {
	text-align: center;
}
	.feat_prod_sub_1col img {
		margin-bottom: 5px;
	}

.feat_prod_sub_2col {
	text-align: center;
	float: left;
	width: 250px;
	padding: 0px 10px;
}
	.feat_prod_sub_2col img {
		margin-bottom: 5px;
	}

.feat_info {
	clear: both;
	margin-bottom: 20px;
}
	.feat_info .pic {
		float: left;
		margin-right: 15px;
		width: 80px;
	}
	.feat_info .txt {
		font-size: 0.9em;
		line-height: 1.7em;
	}
		.feat_info .txt img {
			margin-top: 10px;
		}
		
	.feat_info .public {
		color: #666;
		font-weight: normal;
	}
	.feat_info .members {
		color: #CC0000;
		font-weight: normal;
	}
	.feat_info .paid {
		color: #0099CC;
		font-weight: normal;
	}

.feat_news {
	clear: both;
	margin-bottom: 20px;
}
	.feat_news .pic {
		float: left;
		margin-right: 15px;
		width: 80px;
		margin-bottom: 10px;
	}
	.feat_news .txt {
		font-size: 0.9em;
		line-height: 1.7em;
	}
		.feat_news .txt img {
			margin-top: 10px;
		}
	.feat_news .date {
		color: #666;
	}





/* Status Styles */

.pending, .ontransfer {
	background-color: #FFFFCC;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.submitted, .fulfilled {
	background-color: #00CCFF;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.active {
	background-color: #99CC99;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.expired, .unpaid, .cancelled, .waiting, .arrived, .inactive {
	background-color: #FF9999;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}

.collected, .despatched {
	background-color: #99CC99;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
}


/* Grid & Table Styles */

.datagrid {
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0px;
}
	.datagrid th {
		text-align: left;
		vertical-align: top;
		background-color: #666;
		padding: 5px 2px;
		color: #FFF;
	}
		.datagrid th a {
			color: #FFF;
		}
		
	.datagrid .thin {
		width: 1%;
	}
	.datagrid .subheader {
		text-align: center;
		background-color: #999;
	}
	.datagrid td, .form_info .datagrid td {
		vertical-align: top;
		padding: 5px 2px;
		border-bottom: 1px dotted #DADAD7;
		text-align: left;
		background-color: #FFF;
	}
	.datagrid .pic {
		width: 80px;
	}
	.datagrid .date {
		font-size: 0.9em;
		color: #666;
		line-height: 20px;
	}
	.datagrid .nowrap {
		white-space: nowrap;
	}
	.datagrid .right, .form_info .datagrid .right {
		text-align: right;
		padding-right: 10px;
	}
	.datagrid .center {
		text-align: center;
	}
	.datagrid .total {
		background-color: #DADAD7;
		text-align: right;
		font-weight: bold;
	}





/* Form Styles */

.form {
	border-collapse: collapse;
	margin: 15px 0px;
	width: 100%;
}
	.form th {
		vertical-align: top;
		text-align: left;
		padding: 5px;
		background-color: #f5f5f5;
		border-bottom: 5px solid #FFF;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 0.9em;
		color: #333;
	}
	.form td {
		vertical-align: top;
		padding: 1px 5px;
		border-bottom: 5px solid #FFF;
	}
	.form .subheader {
		text-align: center;
		background-color: #999;
		font-size: 1.1em;
		color: #FFF;
	}

.form_info {
	border-collapse: collapse;
	margin: 15px 0px;
}
	.form_info th, .datagrid .form_info th {
		vertical-align: top;
		text-align: left;
		padding: 5px;
		background-color: #f5f5f5;
		border-bottom: 5px solid #FFF;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 0.9em;
		color: #333;
	}
		.form_info .datagrid th a {
			color: #333;
		}
	.form_info td, .datagrid .form_info td {
		vertical-align: top;
		padding: 5px;
		border-bottom: 5px solid #FFF;
	}
	.form_info .subheader {
		text-align: center;
		background-color: #999;
		font-size: 1.1em;
		color: #FFF;
	}
	.form_info .overdue {
		color: #CC0000;
		font-weight: bold;
		background-color: #CCC;
	}
	.form_info .credit {
		color: #0099CC;
		font-weight: bold;
	}

.formFieldTiny {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Arial;
	font-size: 1.1em;
	padding: 4px;
	width: 30px;
}

.formFieldSmall {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Arial;
	font-size: 1em;
	padding: 4px;
	width: 80px;
}

.formFieldMedium {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Arial;
	font-size: 1em;
	padding: 4px;
	width: 180px;
}

.formFieldLarge {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Arial;
	font-size: 1em;
	padding: 4px;
	width: 230px;
}

.formFieldHuge {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Arial;
	font-size: 1em;
	padding: 4px;
	width: 350px;
}

.formFieldSearch {
	background-color: #FFF;
	border: none;
	width: 160px;
	font-family: Arial;
	font-size: 1em;
	color: #000;
	padding: 3px;
}

.go {
	margin-top: 2px;
}

.button {
	border: 1px solid #DDD;
	background-color: #EBEBE8;
	font-family: Arial;
	font-size: 1em;
	padding: 3px;
	font-weight: bold;
}

	
/* Event Styles */


.eventitem {
	border-bottom: 1px solid #ccc;
	padding: 15px;
	clear: both;
}
	.eventitem .pic {
		float: right;
		padding: 0px 0 15px 15px;
	}	
	.eventitem .hd {
		font-weight: bold;	
		font-size: 1.2em;
	}
	.eventitem .highlight {
		color: #0079BE;
	
	}



/********
	Events Calendar Formatting
********/

.eventscal {
	margin: 0px auto;

}
	
	.eventscal .break {
			background-color: #FFF;
			border: none;
		}
	
	.eventscal td{
		padding: 2px;		
		font-size: 0.9em;
		border: 1px solid #F5F5F5;
	}		
	
		.eventscal td a {
			display: block;
			font-weight: bold;
		}
	
	.eventscal th {
		background-color: #D9E7F0;
		color: #005F8B;
		border: 1px solid #F5F5F5;
	}
		.eventscal th a, eventscal th a:visited {
			text-decoration: none;	
		}
		
	.eventscal .days {
		background-color: #80B3CC;
		color: #FFF;	
	}	
	
	.eventscal .eventOn {
		background-color: #C51231;	
	}

	.eventscal .custEventOn {
		background-color: #FF7519;	
	}
	
	.eventscal .eventOn:hover {
		background-color: #FFB1AB;
	}

	.eventscal .custEventOn:hover {
		background-color: #FFB1AB;
	
	}

		.eventscal .custEventOn a, .eventscal .custEventOn a:visited {
			color: #FFF;
			text-decoration: none;
			z-index:10;		
		}

		.eventscal .eventOn a, .eventscal .eventOn a:visited {
			color: #FFF;
			text-decoration: none;
			z-index:10;		
		}
		
			.eventscal .eventOn a:hover  {
				text-decoration: underline;
				position:relative;
				z-index:100;			
			}

			.eventscal .custEventOn a:hover  {
				text-decoration: underline;
				position:relative;
				z-index:100;			
			}
			
			
			.eventscal .eventOn a span{
				display:none;
			}

			.eventscal .custEventOn a span{
				display:none;
			}
			
			.eventscal .eventOn a:hover span{
					display:block;
					position:absolute;
					float:left;
					white-space:nowrap;
					top:-2.2em;
					left:.5em;
					background:#fffcd1;
					border:1px solid #444;
					color:#444;
					padding:3px 5px;
					font-size: 11px;
					z-index:10;			
			}

			.eventscal .custEventOn a:hover span{
					display:block;
					position:absolute;
					float:left;
					white-space:nowrap;
					top:-2.2em;
					left:.5em;
					background:#fffcd1;
					border:1px solid #444;
					color:#444;
					padding:3px 5px;
					font-size: 11px;
					z-index:10;			
			}

	



/* Forum Styles 
*/

.forumtbl {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0px;
	border: 1px dotted #DADAD7;
}
	.forumtbl th {
		text-align: left;
		vertical-align: top;
		background-color: #DDDDD9;
		padding: 5px 3px;
		font-size: 0.95em;
	}
	.forumtbl td {
		padding: 5px 3px;
		text-align: left;
		vertical-align: top;
		font-size: 0.95em;
	}
	.forumtbl .center {
		text-align: center;
	}
	.forumtbl .pic {
		width: 80px;
		border: none;
		margin: 0px;
	}

.forumtbl_stats {
	border: none;
	margin: 0px;
	border-collapse: collapse;
}
	.forumtbl_stats td {
		padding: 2px;
		border-bottom: 1px solid #DADAD7;
		text-align: center;
	}
	.forumtbl_stats th {
		background-color: #FFF;
		border-bottom: 1px solid #CCC;
		padding: 2px;
	}

.forumtbl_threads {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	border-top: 1px dotted #DADAD7;
	border-left: 1px dotted #DADAD7;
	border-right: 1px dotted #DADAD7;
}
	.forumtbl_threads th {
		text-align: left;
		vertical-align: top;
		background-color: #DDDDD9;
		padding: 5px 3px;
		font-size: 0.95em;
	}
	.forumtbl_threads td {
		padding: 5px 3px;
		text-align: left;
		vertical-align: top;
		font-size: 0.95em;
		border-bottom: 1px dotted #DADAD7;
	}
	.forumtbl_threads .center {
		text-align: center;
	}
	.forumtbl_threads .pic {
		width: 80px;
		border: none;
		margin: 0px;
	}

.forumtbl_messages {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	border-top: 1px dotted #DADAD7;
	border-left: 1px dotted #DADAD7;
	border-right: 1px dotted #DADAD7;
}
	.forumtbl_messages th {
		text-align: left;
		vertical-align: top;
		background-color: #DDDDD9;
		padding: 5px 3px;
		font-size: 0.95em;
	}
	.forumtbl_messages td {
		padding: 5px 3px;
		text-align: left;
		vertical-align: top;
		font-size: 0.95em;
		border-bottom: 1px dotted #DADAD7;
	}
	.forumtbl_messages .username {
		background-color: #f5f5f5;
		text-align: center;
		font-weight: bold;
		vertical-align: middle;
		width: 120px;
		border-bottom: none;
	}
	.forumtbl_messages .posttitle {
		background-color: #f5f5f5;
		font-weight: bold;
	}
	.forumtbl_messages .postname {
		float: left;
		margin-top: 2px;
	}
	.forumtbl_messages .postbuttons {
		float: right;
	}
	.forumtbl_messages .userinfo {
		background-color: #f5f5f5;
		border-right: 1px dotted #DADAD7;
		font-size: 0.85em;
		padding-left: 12px;
		padding-bottom: 10px;
	}
		.forumtbl_messages .userinfo img {
			border: 1px solid #CCC;
		}
	.forumtbl_messages .postcontent {
		padding: 5px;
	}
	.forumtbl_messages .signature {
		border-top: 1px solid #CCC;
		margin-top: 50px;
		color: #888;
	}


.forum_crumb {
	margin-top: -10px;
	margin-left: 2px;
	font-size: 0.95em;
	color: #888;
}
	.forum_crumb a {
		color: #888;
		text-decoration: underline;
	}

.forum_search {
	text-align: right;
	margin-bottom: 10px;
	vertical-align: bottom;
}

.forum_buttons {
	text-align: right;
	background-color: #f5f5f5;
	padding: 5px 0;
}
	.forum_buttons img {
		margin-left: 7px;
	}

.forum_results {
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0px;
}

.formFieldForumSearch {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Tahoma;
	font-size: 1em;
	padding: 4px;
	width: 180px;
}
