@charset "utf-8";
@import url("reset.css");
@import url("content.css");
@import url("forms.css");
@import url("events.css");
@import url("polls-forums-blogs.css");
@import url("jquery.lightbox-0.5.css");


/* 	Default Styles
*/

* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #FFF;
	background-image: url(../../images/new/bg_gradient.jpg);
	background-repeat: repeat-x;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.headerbg {
	background-image: url(../../images/new/bg_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 143px;
	margin: 0;
}
	.header {
		width: 900px;
		margin: auto;
		border-bottom: 3px solid #520041;
		background-color: #DCCCD9;
		background-image: url(../../images/new/gradient.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}

.containerbg {
	background-image: url(../../images/new/bg_container.png);
	background-position: top center;
	width: 930px;
	margin: 0 auto;
}
	.container {
		width: 900px;
		margin: 0 auto;
	}

.menubg {
	background-color: #666;
	background-image: url(../../images/new/bg_menu.gif);
	background-repeat: repeat-x;
	height: 35px;
	clear: both;
}

.panel-spacer {
	width: 10px;
	float: left;
}

.panel-left {
	background-color: #F5F5F5;
	width: 180px;
	float: left;
	margin: 10px 15px 0 0;
}

.content-3col {
	width: 490px;
	float: left;
	margin: 10px 15px 0 0;
}

.content {
	width: 685px;
	float: left;
	margin: 10px 0 0 0;
}

.panel-right {
	background-color: #F5F5F5;
	width: 180px;
	float: left;
	margin: 10px 0 0 0;
}

.footerbg {
	background-image: url(../../images/new/bg_bottom.png);
	background-position: bottom;
	width: 930px;
	height: 70px;
	margin: 0 auto;
}
	.footer {
		width: 880px;
		margin: auto;
		padding: 8px 0 0 0;
		font-size: 0.9em;
		line-height: 18px;
		color: #999;
	}
		.footer a {
			color: #666;
			text-decoration: none;
		}
	.logos {
		float: right;
	}
		.logos img {
			vertical-align: top;
			margin: 0 0 0 10px;
		}







/* 	Content Styles
*/

img {
	border: none;
}

.spacer {
	clear: both;
}

p, li {
	line-height: 1.4em;
	margin-bottom: 10px;
}

ul {
	margin: 10px 0 0 20px;
}

li {
	list-style: square;
}

a {
	color: #333;
}

h1 {
	background-image: url(../../images/new/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
}

h2 {
	background-image: url(../../images/new/bg_h2.gif);
	background-repeat: repeat-x;
	background-color: #8C8C8C;
	height: 35px;
	padding: 0 10px;
	line-height: 33px;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
	margin: 20px 0;
	clear: both;
}
	h2 a {
		color: #FFF;
		text-decoration: none;
	}

h3 {
	background-color: #666;
	background-image: url(../../images/template/bg_h3.gif);
	background-repeat: no-repeat;
	height: 33px;
	font-size: 1.1em;
	line-height: 31px;
	color: #FFF;
	padding: 0 0 0 33px;
	margin: 0 0 10px 0;
	clear: both;
}
	h3 a {
		color: #FFF;
	}

.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;
	border: 1px solid #DDD;
	margin: 0 0 10px 10px;
	text-align: right;
}
	.pic-right .pic {
		width: 100px;
	}

.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 {
	
}
	.photogallery .photo {
		float: left;
		height: 80px;
		margin: 0 20px 20px 0;
	}
	.photogallery .pic {
		width: 80px;
		border: 1px solid #DDD;
		padding: 2px;
	}

.selections {
	clear: both;
	margin-bottom: 10px;
}
	.selections .pic {
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
		width: 100px;
	}
	.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: 82px;
		height: 115px;
		font-weight: bold;
		float: left;
		margin-right: 15px;
		text-align: center;
	}
		.colitem img {
			margin-bottom: 5px;
			width: 80px;
			height: 80px;
		}
		.colitem a {
			text-decoration: none;
		}
			.colitem a:hover {
				text-decoration: underline;
			}







/* 	Left and Right Panel Styles
*/

.panel-right .panelitem, .panel-left .panelitem {
	padding: 0 0 30px 0;
	clear: both;
}
.panel-right .hd, .panel-left .hd {
	background-image: url(../../images/new/bg_panelhd.gif);
	background-repeat: repeat-x;
	background-color: #7D4071;
	height: 40px;
	line-height: 36px;
	padding: 0 10px;
	color: #FFF;
	font-size: 1.5em;
	clear: both;
}

.searchform, .tips, .panel-right .txt, .panel-left .txt {
	padding: 8px;
	clear: both;
}
	.searchform {
		text-align: right;
	}

.tips {
	font-size: 0.9em;
}

.panel-right .pic {
	float: right;
	width: 60px;
	margin: 0 0 10px 0;
	border: 1px solid #DDD;
}

.compmenu {
	margin: 10px 0 50px 0;
}

.compmenu .menuitem {
	background-image: url(../../images/template/bg_leftmenu.gif);
	background-repeat: no-repeat;
	padding: 0 0 7px 20px;
}
	.compmenu .menuitem a {
		color: #000;
		text-decoration: none;
	}
		.compmenu .menuitem a:hover {
			text-decoration: underline;
		}


/* 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: 200px;
	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: 200px;
	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: 100px;
		border: 1px solid #DDD;
	}
	.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: 100px;
		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;
	}

/* Event Styles */


.eventitem {
	padding: 0 0 30px 0;
	clear: both;
}

	.eventitem img {
		float: right;
		width: 100px;
		border: 1px solid #DDD;
		margin: 0 0 10px 10px;
	}	

	.eventitem .hd {
		font-weight: bold;	
		font-size: 1.2em;	
	}
	
	.eventitem .highlight {
		color: #0079BE;
	
	}



/* 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: Tahoma;
	font-size: 1em;
	padding: 4px;
	width: 80px;
}

.formFieldMedium {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Tahoma;
	font-size: 1em;
	padding: 4px;
	width: 180px;
}

.formFieldLarge {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Tahoma;
	font-size: 1em;
	padding: 4px;
	width: 230px;
}

.formFieldHuge {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Tahoma;
	font-size: 1em;
	padding: 4px;
	width: 350px;
}

.formFieldSearch {
	background-color: #FFF;
	border: 1px solid #DDD;
	width: 155px;
	font-family: Arial;
	font-size: 1em;
	color: #000;
	padding: 3px;
}

.go {
	margin-top: 5px;
}

.button {
	border: 1px solid #DDD;
	background-color: #EBEBE8;
	font-family: Tahoma;
	font-size: 1em;
	padding: 3px;
	font-weight: bold;
}



.forum_crumb {
	margin-top: -20px;
	margin-left: 2px;
	font-size: 0.95em;
	color: #888;
}
	.forum_crumb a {
		color: #888;
		text-decoration: underline;
	}


.formFieldForumSearch {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-family: Tahoma;
	font-size: 1em;
	padding: 4px;
	width: 180px;
}


