/*---------------------------------------*/
/*Page CSS Properties            */
/*---------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	scrollbar-base-color: #363636;
	scrollbar-track-color: #363636;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #363636;
	scrollbar-3dlight-color: #363636;
	scrollbar-darkshadow-color: #363636;
	scrollbar-shadow-color: #363636;
	scrollbar-arrow-color: #363636;
}
td {
	font-size: 10px;
}

hr {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}
li {
	list-style-type: square;
}

/*---------------------------------------*/
/*Links CSS Properties            */
/*---------------------------------------*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #e88b1b;
}
a:visited {
	color: #e88b1b;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #e88b1b;
	text-decoration: none;
}


/*---------------------------------------*/
/*	Common Styles		            	 */
/*---------------------------------------*/

/* Pagination */
.pager_arrow							{ }
.pager_link 							{ padding: 3px 1px; }
.pager_selected							{ padding: 3px 1px; font-weight:bold; }

/* Common */
.red									{ color: #CC0000; } 
.note									{ color: #999; }

/* Success Messages (green box) */
.successbox, .notice-success, .form_successbox {  
	background-color: #007F05; 
	color: #fff;  
	font-size: 11px;  
	margin: 5px;  
	padding: 7px 7px 7px 40px;  
	text-align: left; 
	border:0;
}

/* 
Error/Warning Messages Box (red box)
--deprecate all but .errorbox
*/
.errorbox, .notice-error,  .notice-alert, .table-error 	{ 
	background-color: #990000;  
	color: #fff;  
	font-size: 11px;  
	margin: 5px;  
	padding: 7px 7px 7px 40px;  
	text-align: left;  
	border:0;
}

/* Notice Box (blue box) */
.noticebox {
	background-color:#1772D5;
	color: #fff;  
	font-size: 11px;  
	margin: 5px;  
	padding: 7px 7px 7px 40px;  
	text-align: left;  
	border:0;
}

/* hack lists so text shows up right color */
.notice-error li, .notice-alert li, .table-error ul li	{ 
	color: #fff; padding: 3px;
}

/* inline errors */
.error, .validation-advice, .form_error { 
	color: #ff0000; font-weight: bold; 
}

/* form styles */
input 									{ border: 1px solid #ccc; background-color: #e5e5e5; padding: 0.1em; color:#444; font-size:12px;}
select 									{ border: 1px solid #ccc; background-color: #e5e5e5; padding: 0.1em; color:#444; font-size:12px; margin:2px 0; }
textarea 								{ border: 1px solid #ccc; background-color: #e5e5e5; padding: 0.1em; color:#444; font-size:12px; }

/* standard buttons */
input.button, input.formbuttons, input.form-buttons, .form_button { 
	padding: 2px 3px; 
	color: #333333; 
	background-color: #CCCFC2; 
	border:1px outset #AAAF99;
}

/* green & red buttons */
input.actionButton 						{ background-color: #8CAC01; border: 1px outset #ccc; color: #fff; font-size: 12px; font-weight: bold; padding: 2px 7px; }
input.cancelButton 				 		{ background-color: #990000; border: 1px outset #ccc; color: #fff; font-size: 12px; font-weight: bold; padding: 2px 7px; }
input.shoppingButton					{ background-color: #8CAC01; border: 1px outset #ccc; color: #fff; font-size: 18px; font-weight: bold; padding: 4px 9px; font-family:Arial, Helvetica, sans-serif;  }

/*---------------------------------------*/
/*Background CSS Properties            */
/*---------------------------------------*/

.Left-Tile {
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(../images/lefttile.jpg);
	background-position: right;
}
.Right-Tile {
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(../images/righttile.jpg);
	background-position: left;
}
.Middle-Tile {
	width:975;
	background-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*---------------------------------------*/
/*Main Table CSS Properties            */
/*---------------------------------------*/

.table-main {
	color: #333333;
	text-align: left;
	border: thin solid #CCCCCC;
}
.table-top {
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.table-middle {
	padding: 5px;
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.table-subtop {
	padding: 5px;
	background-color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.table-row {
	padding: 5px;
	color: #FFFFFF;
	background-color: #333331;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table-row-alt {
	padding: 5px;
	color: #FFFFFF;
	background-color: #333331;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table-error {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.table-bottom {
	padding: 5px;
	background-color: #E5E5E5;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*---------------------------------------*/
/*News CSS Properties                    */
/*---------------------------------------*/

.news-title {
	padding: 5px;
	font-weight: bold;
	color: #e88b1b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	height: 40px;
}
.news-content {
	padding: 5px;
	vertical-align: top;
	height: 250px;
}
.news-author {
	padding: 5px;
	font-style: italic;
	color: #666666;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news-date {
	padding: 5px;
	color: #e88b1b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news-buttons {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}

/*---------------------------------------*/
/*Horizontal Menu CSS Properties         */
/*---------------------------------------*/

.menu-bar {
	text-align: center;
}
.menu-bar-box {
	text-align: center;
	float: none;
}
.menu-button-reg {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-hover {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over-hover {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}


/*---------------------------------------*/
/*Vertical Menu CSS Properties           */
/*---------------------------------------*/

.button-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 200px;
}

/*Main Menu Buttons    */

.button1-reg {
font-size: 10px;
	color: #000000;
	text-indent: 20px;
	display: block;
	height: 20px;
	width: 180px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.button1-reg-hover {
	padding: 5px;
}
.button1-over {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCCCCC;
}
.button1-over-hover {
	padding: 5px;
}

/*Sub Menu Buttons    */

.button2-reg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button2-reg-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}
.button2-over {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DFDFDF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button2-over-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}

/*Sub Sub Menu Buttons    */

.button3-reg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #FFFFFF;
}
.button3-reg-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}
.button3-over {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.button3-over-hover {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #DDFFFF;
}

/*---------------------------------------*/
/*Horizontal Tab Menu CSS Properties     */
/*---------------------------------------*/

.tab-bar {
	padding: 5px;
}

/*Tab Regular State   */

.tab-title {
	padding: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
.tab-left {
	padding: 5px;
}
.tab-middle {
	padding: 5px;
}
.tab-right {
	padding: 5px;
}

/*Tab Over State   */

.tab-title-over {
	padding: 5px;
}
.tab-left-over {
	padding: 5px;
}
.tab-middle-over {
	padding: 5px;
}
.tab-right-over {
	padding: 5px;
}

/*---------------------------------------*/
/*Form CSS Properties     */
/*---------------------------------------*/

.form-titles {
	color: #990000;
	font-weight: bold;
}
.form-fields {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}
.form-dropdowns {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}
.form-buttons {
	background-color: #F7F7F7;
	border: 1px solid #000000;
}


/*---------------------------------------*/
/*Survey CSS Properties     */
/*---------------------------------------*/

.SurveyName {
	font-weight: bold;
}
.SurveyDescription {
}
.SurveyQuestionDescription {
}
.SurveyQuestion {
	font-weight: bold;
}
.SurveyQuestionAnswer {
	padding-left: 15px;
}



/*---------------------------------------*/
/*Photo Gallery CSS Properties           */
/*---------------------------------------*/

.GalleryImage {
}
.GalleryImageName {
	font-weight: bold;
	color: #333333;
}
.GalleryImageDescription {
}



/*---------------------------------------*/
/*Custom CSS Properties                  */
/*---------------------------------------*/

.form-checkbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #990000;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	height: 14px;
}
.form-button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #E90000;
	border: 2px solid #990000;
	font-size: 10px;
}
.tablerowtitle {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #000000;
}
.column {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #cccccc;
}
.searchrow {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #cccccc;
}
.memberstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #EFEFEF;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
.members {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	padding-right: 5px;
	padding-left: 5px;
}
.Newsletter-Table-0 {
	background-image: url(../images/camo.jpg);
	font-family: "trebuchet ms", geneva;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 56px;
}
.Newsletter-Table-0b {
	background-image: url(../images/camo.jpg);
	font-family: "trebuchet ms", geneva;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	width: 184pxs;
}
.Newsletter-Table-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #333331;
	width: 245px;
	padding-right: 5px;
	padding-left: 5px;
}
.Newsletter-Table-2 {
	background-color: #333331;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
.Newsletter-Table-3 {
	background-color: #333331;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
.Newsletter-Table-4 {
	background-color: #333331;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.Newsletter-Table-5 {
	background-image: url(../images/camo.jpg);
}
.table-title1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #d2d1a6;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/camo.jpg);
}
.table-title2 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: "trebuchet ms", geneva;
	font-size: 18px;
	font-weight: bold;
	background-color: #333331;
	background-position: left;
	background-image: url(../images/camo.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table-title3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #333331;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/camo.jpg);
}
.table-subtitle1 {
	background-color: #d2d1a6;
	background-image: url(../images/camo.jpg);
}
.table-subtitle2 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: "trebuchet ms", geneva;
	font-size: 18px;
	font-weight: bold;
	background-color: #333331;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/camo.jpg);
}
.table-subtitle3 {
	background-color: #333331;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.validation-advice {
	color: Red;
}



/*---------------------------------------*/
/* News Properties 					    */
/*---------------------------------------*/

/* News Page Properties */
.news 											{ margin: 0; padding:10px 5px 10px 9px; background-color:#fff; }
.news 	h1										{ 
	padding:5px;
	margin-top:0; 
	background-image: url(../images/camo.jpg); 
	font-family: "trebuchet ms", geneva;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}
.news h1 a { 
	background-image:url(../images/wake-icon2.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	margin-left:5px;
	padding-left:60px;
}
	
.news 	h3										{ font-family:Verdana, Arial; /*everything else default*/ }
.news	.news_bottombar							{ border-top:1px solid #ccc; margin-right:5px; padding: 5px 0;  }
.news	.news_image								{ margin: 4px 0 2px 6px; }



/* NewsList */
.newslist									{ color: #fff; text-align: left;  }
.newslist	.table-top						{ display: block; overflow:hidden; height:30px; background-image: url(../images/camo.jpg);  }
.newslist	.table-top	.nl_title			{ float:left;  margin:0; color:#fff;  font-size: 17px; font-family: "trebuchet ms", geneva; font-weight:bold; padding:5px; text-transform:none; }
.newslist	.table-top	.nl_rss				{ float:right; margin-top:10px; }
.newslist   .nl_scrollable					{ height:320px; overflow:auto;  }
.newslist 	.nl_headingimg					{ text-align:center; }
.newslist 	.nl_headingimg  img				{ margin: 5px; }
.newslist 	.nl_item						{ padding: 3px; overflow:hidden; background-color:#333331; }
.newslist 	.nl_item		a				{ font-size:12px; margin-top: 3px; width: 97%;  }
.newslist 	.nl_border						{ border-bottom: 1px dashed #fff;  }
.newslist 	.nl_flip						{ background-color:#333331; }
.newslist 	.nl_img							{ display:inline; float:left; }
.newslist 	.nl_img			img				{ margin:1px 7px 1px 2px; }
.newslist 	.nl_date						{ color: #999; }
.newslist 	.nl_details						{ color: inherit; }
.newslist 	.nl_viewall						{ margin:0; padding: 5px; text-align:center; font-size:9px; background-color:#333331; border-top:1px solid #fff;}




/*---------------------------------------*/
/* Video 								  */
/*---------------------------------------*/
.video_display									{ margin: 0; background-color:#333331; color: #fff; }
.video_display 	h1								{ 
	color:#fff;  
	font-size: 17px; 
	font-family: "trebuchet ms", geneva; 
	font-weight:bold; 
	display:block; 
	padding:5px; 
	margin-top:0; 
 }
.video_display 	h3								{ font-family:Verdana, Arial; /*everything else default*/ }
.video_display	.vd_maincell 					{ vertical-align:top; padding: 5px; font-size:11px; }	
.video_display	.vd_embed						{ margin: 5px 0; z-index:0;z-order:0;  }	
.video_display	.vd_rightcell					{ vertical-align:top; padding: 5px; font-size:11px; }
.video_display	.vd_details						{ line-height: 18px; }
.video_display	.vd_details label				{ float:left; width:50px; }
.video_display	.vd_details input				{ width: 300px; font-size:11px; font-family:"Courier New", Courier, monospace;  }
.video_display	.vd_details .desc				{ border-left: 3px solid #ccc; padding: 5px 50px 5px 10px;}
.video_display  .vd_details .posted				{ font-weight:bold;}

/* video list (inside video display page) */
.video_display	.videolist						{ padding-left: 0px;  height: 100%;  }
.video_display	.vl_title						{ padding:3px; }
.video_display  .videolist .vl_item				{ height:65px; /* override inside list */}

/* video list (main) */
.videolist										{ text-align: left; background-color:#333331;  }
.videolist .table-top							{ display: none; }
.videolist .vl_video							{ margin: 0 5px;  text-align:center ; width:100%; }
.videolist .vl_scrollable						{ /* scroll */height: 250px; overflow:auto; width:185px;  }
.videolist .vl_item								{ padding: 3px; background-color:#333331; /* xhtml version= */overflow:hidden; /* old html=*/ height:85px;     }
.videolist .vl_item	a							{ font-size:12px; margin-top: 3px; /* xhtml version= width: 97%; */  }
.videolist .vl_border							{ border-bottom: 1px dashed #fff; }
.videolist .vl_flip								{ background-color:#333331; }
.videolist .vl_img								{ /* xhtml version=*/  display:inline }
.videolist .vl_img	img							{ margin:1px 7px 1px 2px; }
.videolist .vl_details							{ color: #fff; }
.videolist .vl_viewall							{ margin:5px; text-align:center; font-size:9px; /* can be hidden with a display:none */}


/*---------------------------------------*/
/* Blogs						         */
/*---------------------------------------*/

/* Blog - Structure & Main Stuff */
.blog_maintable 								{ margin: 10px 5px 40px 5px; }
.blog_maintable h3								{ margin: 3px 0; }
.blog_leftcell									{ vertical-align:top; /*padding: 5px;*/ }
.blog_rightcell									{ vertical-align:top; /*padding: 5px;*/ }
.blog_maincell 									{ vertical-align:top; padding: 0 7px; }		

.blog_maintitle 								{ font-family:Georgia, Times, serif; padding: 10px 0; border-bottom:2px solid #efefef;}

/* Blog - Post & List */
.blogpost 										{ border-bottom: 2px solid #e5e5e5;  padding:12px 4px 12px 0;  }
.blogpost .bp_body								{ font-size: 12px; line-height:18px; padding-top:4px; }  
.blogpost .bp_title								{ font-size:14px; font-weight:bold; }
.blogpost .bp_author							{ color: #999} 
/* Blog - Comments List */
.blogpost_commentbox							{ padding: 0 4px;  }
.blogpost_commentbox .bcb_comment_item			{ margin: 10px 0px 10px 0px; border:1px solid #ccc; background-color:#eee; } 
.blogpost_commentbox .bcb_comment_author		{ border-bottom:1px dashed #999; padding: 5px 0;  }
.blogpost_commentbox .bcb_comment_body			{ line-height:16px; }
.blogpost_commentbox .bcb_comment_body h4		{ /* style the commment title */}
.blogpost_addcomment 							{ border: 1px dashed #CFCFCF}
.blogpost_addcomment .bac_input					{ width:80%; }
/* Blog - Side Widgets*/
.blog_widget									{ padding-bottom: 7px; border-bottom:2px solid #e5e5e5; }
.blog_widget .bw_item							{ padding:3px 2px; }
.blog_widget .bw_item	a						{ font-size:12px; }
.blog_widget .bw_border							{ border-bottom: 1px dashed #ccc; }
.blog_widget .bw_flip							{ background-color: #e5e5e5; }
.blog_widget .bw_about							{ font-size:9px; color: #999; }

