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

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: #59c8cf;
}
a:visited {
	color: #59c8cf;
	text-decoration: none;
}
a:hover {
	color: #2D9499;
	text-decoration: none;
}
a:active {
	color: #59c8cf;
	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: #8ec1cd;
	background-repeat: repeat-y;
	background-image: url(../images/left-tile.jpg);
	background-position: right;
}
.Left-Tile-Top {
	background-color: #8ec1cd;
	background-repeat: no-repeat;
	background-image: url(../images/left-tile-top.jpg);
	background-position: right top;
	height: 1354px;
}
.Right-Tile {
	background-color: #8ec1cd;
	background-repeat: repeat-y;
	background-image: url(../images/right-tile.jpg);
	background-position: left;
}
.Right-Tile-Top {
	background-color: #8ec1cd;
	background-repeat: no-repeat;
	background-image: url(../images/right-tile-top.jpg);
	background-position: left top;
	height: 1354px;
}
.Middle-Tile {
	width:975;
	background-image: url(../images/bg-tile.jpg);
	background-color: #FFFFFF;
}
.Main-Content {
	background-image: url(../images/bg-tile.jpg);
}
/*---------------------------------------*/
/*Main Table CSS Properties            */
/*---------------------------------------*/

.table-main {
	color: #333333;
}
.table-top {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-image: url(../images/cat-top.jpg);
	font-family: "Trebuchet MS";
	font-size: 18px;
	height: 40px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
.table-title {
	font-family: "trebuchet ms", geneva;
	font-size: 14px;
	font-weight: bold;
	color: #5b7778;
}
.table-title2 {
	font-family: "trebuchet ms", geneva;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.table-content-row {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
.table-content2 {


}
.table-subtop {
	padding: 5px;
	background-color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.table-content-row {
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.table-content-row-alt {
	padding: 5px;
	color: #FFFFFF;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.table-error {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.table-bottom {
	padding: 5px;
	background-image: url(../images/cat-top.jpg);
	background-color: #E5E5E5;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-repeat: no-repeat;
}

/*---------------------------------------*/
/*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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.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;
}
.news-list-box {
	color: #ff8800;
	font-weight: bold;
	text-transform: none;
	font-size: 16px;
	padding: 5px;
}
.news-list-title {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.news-list-date {
	color: #39b54a;
	font-weight: bold;
}
.news-list-content {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #5dc7d0;
}
.news-list-content-alt {
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #5dc7d0;
}
.news-list-content-text {
	color: #FFFFFF;
}
.news-list-content-text-alt {
	color: #FFFFFF;
}

/*---------------------------------------*/
/*Video CSS Properties         */
/*---------------------------------------*/


.video-row {
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.video-row-alt {
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.video-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5dc7d0;
}
.video-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.video-date {
	color: #93a8a9;
}
.video-desc {
	color: #009966;
}
.video_description {
	color: #8dc63f;
}


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

.menu-bar {
	text-align: left;
	height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/menu-bar.jpg);
	background-position: top;
	width: 100%;
}
.menu-bar-box {
	text-align: left;
	float: none;
}
.menu-button-reg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-button-hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over {
	border-right-width: 1px;
	border-right-style: solid;
	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;
}
.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 {
	
	font-family: "trebuchet ms", geneva;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 56px;
}
.Newsletter-Table-0b {

	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;

	width: 245px;
	padding-right: 5px;
	padding-left: 5px;
}
.Newsletter-Table-2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
.Newsletter-Table-3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;

}
.Newsletter-Table-4 {

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

}

.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;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #17a4a2;
}
.vd_maincell {
	background-color: #D7E9EA;
}
.vd_title {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5B7778;
	padding: 5px;
	background-image: url(/templates/womenssnow/images/cat-top.jpg);
}
.vd_posted {
	font-size: 12px;
	color: #5B7778;
	font-weight: bold;
}
.vd_details {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #5B7778;
}
.vd_embed {
	text-align: center;
	border-top: 1px solid #5B7778;
	border-right: 1px solid #5B7778;
	border-bottom: none;
	border-left: 1px solid #5B7778;
	background-color: #000000;
}
.videolist {
	background-color: #D7E9EA;
	border: 1px solid #5B7778;
}
.vl_img {
}
.vl_title {
	color: #8EC1CD;
	font-size: 12px;
	font-weight: bold;
}
.vl_duration {
}
.vl_item {
	height: 60px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	text-align: left;
}
.vl_flip {
	height: 60px;
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #5B7778;
}
.vl_border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.vl_viewall {
	text-align: center;
	background-color: #5B7778;
	color: #FFFFFF;
	padding: 5px;
}
.vl_details {
}
.vd_rightcell {
	vertical-align: top;
}.video_display {
	background-color: #FFFFFF;
}
.table-scroll {
	height: 200px;
	overflow-y: scroll;
}


/*---------------------------------------*/
/* 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; }


/* Blog List Component */
.bloglist										{ color: #333; text-align: left; border: 1px solid #CCC;}
.bloglist .table-top							{ display: block; /* can be hidden with a display: none */}
.bloglist .bl_scrollable						{ /* scroll */ height:300px; overflow:auto;   }
.bloglist .bl_item								{ padding: 3px; }
.bloglist .bl_item	a							{ font-size:12px; }
.bloglist .bl_border							{ border-bottom: 1px dashed #ccc; }
.bloglist .bl_flip								{ background-color: #e5e5e5; }
.bloglist .bl_about								{ font-size:9px; color: #999; }
.bloglist .bl_comments							{ text-decoration:underline; font-size:9px !important; color: #999;  }
.bloglist .bl_desc								{ color: inherit; }
.bloglist .bl_viewall							{ margin:5px; text-align:center; font-size:9px /* can be hidden with a display:none */}

