/* Viewzoo Developer Center -- MAIN CSS

website: http://www.viewzoo.com
version: 11 June 2007

Sections:	:Main - main and general styles
			:Header - header div, including search bar and navigation
			:Footer - footer stylings
			:Highlight - top features
			:Channels - column structure for the home page
			:FormattingButtons - HTML formating buttons for posts
*/


/* ============================================================================== :Main */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-image: url(http://www.viewzoo.com/_assets/img/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #d1dfe9;
	font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	width: 1008px;
	}

a {
	color: #44a2e2;
	text-decoration: none;
	border-bottom: 1px solid #44a2e2;
	}

p {
	margin-bottom: 7px;
	margin-top: 7px;
	}

/* Indent paragraphs after starting paragraph
p + p {
	text-indent: 1.5em;
	margin-top: 0px;
	}
*/

.clear {
	clear: both;
	display: inline-block;
	overflow : auto;
	_height : 1%;
	zoom : 1;
	}

.required {
	color: #78132f;
	font-weight: bold;
	}

code {
	background-color: #e4eaef;
	border: 1px solid #909090;
	color: #333333;
	display: block;
	font-family: monospace;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	}

li code {
	background-color: transparent;
	border: 0px solid;
	color: #333333;
	display: inline;
	font-family: monospace;
	font-size: 11px;
	font-weight: normal;
	line-height: inherit;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

hr {
	border: 0px solid;
	border-top: 1px solid #b1b4b9;
	height: 0px;
	margin: 15px 0px 15px 0px;
	width: auto;
	}


/* ============================================================================== :Header */

#header {
	height: 76px;
	margin: 0px 4px 0px 0px;
	text-align: left;
	width: 1008px;
	}

	#header .right {
		float: right;
		margin-left: 0px;
		margin-right: 0px;
		text-align: right;
		}

		#header .right .searchholder {
			height: 25px;
			padding: 0px 0px 0px 0px;
			width: 627px;
			}

		#header .right .search {
			height: 25px;
			margin-top: 5px;
			padding: 0px 0px 0px 0px;
			text-align: right;
			width: 627px;
			}
			
			#header .right .search .field {
				height: 25px;
				}

				#header .right .search .field input {
					border: 1px solid #cdcdcd;
					color: #b9b9b9;
					font-family: Candara, Lucida Grande, Helvetica, Arial, sans-serif;
					font-size: 10px;
					font-weight: bold;
					height: 14px;
					line-height: 10px;
					padding: 4px 4px 0px 4px;
					width: 126px;
					}

			#header .right .search .go {
				float: right;
				height: 25px;
				}

#navigation {
	background-image: url(http://www.viewzoo.com/_assets/img/navigation-bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	margin: 0px 28px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 596px;
	}

	#navigation ol {
		color: #44a2e2;
		display: inline;
		font-family: "Lucida Grande", Candara, Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 11px;
		list-style-type: none;
		}


	#navigation ol li {
		border-right: 1px solid #dcd6d4;
		display: inline;
		float: left;
		margin-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		}

		#navigation ol li a {
			color: #44a2e2;
			font-family: "Lucida Grande", Candara, Helvetica, Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 11px;
			list-style-type: none;
			border-bottom: 0px;
			text-decoration: none;
			}

		#navigation ol li a:hover {
			color: #44a2e2;
			font-family: "Lucida Grande", Candara, Helvetica, Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 11px;
			list-style-type: none;
			border-bottom: 1px solid #a1d0f0;
			text-decoration: none;
			}

		#navigation ol li.last {
			border-right: 0px;
			display: inline;
			float: left;
			margin-top: 8px;
			padding-left: 8px;
			padding-right: 8px;
			}

#navigationRight {
	background-image: url(http://www.viewzoo.com/_assets/img/navigation-bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	margin: 0px 28px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 141px;
	}
	
	#navigationRight ol {
		color: #44a2e2;
		display: inline;
		font-family: "Lucida Grande", Candara, Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 11px;
		list-style-type: none;
		}


	#navigationRight ol li {
		border-right: 1px solid #dcd6d4;
		display: inline;
		float: right;
		margin-top: 8px;
		padding-left: 8px;
		padding-right: 8px;
		}

		#navigationRight ol li a {
			color: #44a2e2;
			font-family: "Lucida Grande", Candara, Helvetica, Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 11px;
			list-style-type: none;
			border-bottom: 0px;
			text-decoration: none;
			}

		#navigationRight ol li a:hover {
			color: #44a2e2;
			font-family: "Lucida Grande", Candara, Helvetica, Arial, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 11px;
			list-style-type: none;
			border-bottom: 1px solid #a1d0f0;
			text-decoration: none;
			}

		#navigationRight ol li.last {
			border-right: 0px;
			display: inline;
			float: right;
			margin-top: 8px;
			padding-left: 8px;
			padding-right: 8px;
			}

#memberInfo {
	color: #2e526b;
	font-weight: normal;
	margin: 0px 30px 0px 0px;
	text-align: right;
	width: 978px;
	}

	#memberInfo a {
		border-bottom: 0px;
		color: #2e526b;
		font-weight: bold;
		text-decoration: none;
		}

		#memberInfo a:hover {
			border-bottom: 1px solid #2e526b;
			color: #2e526b;
			font-weight: bold;
			text-decoration: none;
			}



/* ============================================================================== :Footer */

#footer {
	background-image: url(http://www.viewzoo.com/_assets/img/footer-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	height: 48px;
	margin: 0px 0px 0px 4px;
	padding: 15px 24px 0px 24px;
	width: 952px;
	}

	#footer a {
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		text-decoration: none;
		}

	#footer .left {
		color: #a4ceeb;
		float: left;
		text-align: left;
		width: 480px;
		}

		#footer .left a {
			border-bottom: 0px solid #ffffff;
			color: #ffffff;
			text-align: left;
			text-decoration: none;
			}

		#footer .left a:hover {
			text-decoration: underline;
			}

	#footer .right {
		float: right;
		text-align: right;
		width: 460px;
		}



/* ============================================================================== :Highlight */

#highlight {
	height: 200px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 10px;
	width: 1000px;
	}
	
	#highlight .left {
		background-image: url(http://www.viewzoo.com/_assets/img/home/bg-video.gif);
		background-repeat: no-repeat;
		float: left;
		height: 206px;
		padding: 26px 0px 0px 153px;
		text-align: left;
		width: 347px;
		}


		#highlight .left .content {
			color: #010101;
			font-size: 10px;
			height: 135px;
			line-height: 13px;
			}

			#highlight .left .content a {
				color: #2e526b;
				font-weight: normal;
				}

			#highlight .left .content h1 {
				color: #2e526b;
				font-size: 10px;
				line-height: 13px;
				padding: 0px 0px 0px 0px;
				}

			#highlight .left .content h2 {
				color: #2e526b;
				font-size: 10px;
				font-weight: normal;
				line-height: 13px;
				padding: 0px 0px 0px 0px;
				}

			#highlight .left .content img {
				background-color: #ffffff;
				border: 1px solid #d3ccc9;
				float: left;
				margin-bottom: 10px;
				margin-right: 5px;
				padding: 2px 2px 2px 2px;
				}
			
				#highlight .left .content img.noBorder {
					background-color: #ffffff;
					border: 0px;
					margin-bottom: 0px;
					margin-right: 0px;
					padding: 0px;
					}

			#highlight .left .content p {
				clear: both;
				color: #010101;
				font-size: 10px;
				font-weight: normal;
				line-height: 13px;
				}

		#highlight .left img.header {
			clear: both;
			float: left;
			}

		#highlight .left .content {
			background-color: #ffffff;
			float: left;
			margin: 0px;
			padding: 20px;
			width: 460px;
			}

	#highlight .right {
		float: right;
		text-align: left;
		width: 480px;
		}

		#highlight .right a {
			border: 0px;
			}
		
		#highlight .right .content {
			margin-right: 20px;
			padding-top: 20px;
			}

			#highlight .right .content h1 {
				color: #010101;
				font-size: 10px;
				line-height: 13px;
				padding: 0px 0px 0px 0px;
				}

			#highlight .right .content h2 {
				color: #010101;
				font-size: 10px;
				font-weight: bold;
				line-height: 13px;
				padding: 0px 0px 0px 0px;
				}

			#highlight .right .content img {
				float: left;
				margin-bottom: 10px;
				margin-right: 20px;
				}

			#highlight .right .content p {
				color: #010101;
				font-size: 10px;
				font-weight: normal;
				line-height: 13px;
				padding: 5px 0px 5px 0px;
				}



/* ============================================================================== :Channels */

#breadcrumb {
	background-color: #ffffff;
	margin: 0px 4px 0px 4px;
	padding: 10px;
	width: 988px;
	}

	#breadcrumb .left {
		float: left;
		}

	#breadcrumb .right {
		float: right;
		}

.name {
	border: 0px;
	color: #2e526b;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: capitalize;
	}

.date {
	color: #909090;
	font-size: 9px;
	font-weight: bold;
	}

.divider {
	border-bottom: 1px solid #ecf2f6;
	height: 10px;
	margin-bottom: 20px;
	padding: 5px 0px 5px 0px;
	}

#channels {
	background-image: url(http://www.viewzoo.com/_assets/img/channels/main-bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: auto;
	margin: 20px 4px 0px 4px;
	overflow: visible;
	text-align: left;
	width: 1000px;
	}

#channels:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	#channels a {
		border-bottom: 1px solid #1b74b1;
		color: #1b74b1;
		text-decoration: none;
		}

	#channels a.plain {
		border-bottom: 0px solid;
		border: 0px;
		text-decoration: none;
		}

	#channels h1 {
		color: #2e526b;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.2em;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

		#channels h1 a {
			border: 0px;
			color: #2e526b;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-decoration: none;
			}

		#channels h1 a:hover {
			border-bottom: 1px solid #2e526b;
			color: #2e526b;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-decoration: none;
			}

	#channels h2 {
		color: #000000;
		font-size: 11px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

		#channels h2 a {
			border: 0px;
			color: #000000;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}

	#channels h3 {
		color: #2e526b;
		font-size: 11px;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

		#channels h3 a {
			border: 0px;
			color: #2e526b;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-decoration: none;
			}

		#channels h3 a:hover {
			border-bottom: 1px solid #2e526b;
			color: #2e526b;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-decoration: none;
			}

	#channels h4 {
		color: #909090;
		font-size: 11px;
		font-weight: normal;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

	#channels h5 {
		color: #000000;
		font-size: 20px;
		font-weight: normal;
		line-height: 24px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

		#channels h5 a {
			border-bottom: 0px solid;
			color: #000000;
			font-size: 20px;
			font-weight: normal;
			line-height: 24px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-decoration: none;
			}

		#channels h5 a:hover {
			border-bottom: 1px solid #000000;
			color: #000000;
			font-size: 20px;
			font-weight: normal;
			line-height: 24px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-decoration: none;
			}

	#channels h6 {
		color: #909090;
		font-size: 20px;
		font-weight: normal;
		line-height: 24px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

	#channels ol {
		font-size: 11px;
		line-height: 15px;
		list-style-type: none;
		list-style-position: inside;
		margin: 5px 0px 5px 15px;
		padding: 0px 0px 0px -4px;
		}

		#channels ol li {
			color: #333333;
			list-style-type: none;
			list-style-position: outside;
			list-style-image: url(http://www.viewzoo.com/_assets/img/bullet.png);
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}

			#channels ol li a {
				border-bottom: none;
				color: #333333;
				text-decoration: none;
				}

			#channels ol li a:hover {
				border-bottom: none;
				color: #333333;
				text-decoration: underline;
				}

	#channels ul {
		list-style-type: none;
		list-style-position: inside;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		}

		#channels ul li {
			list-style-type: none;
			list-style-position: inside;
			margin: 0px 0px 0px 0px;
			padding: 5px 0px 0px 0px;
			}


				#channels ul li ul li {
					color: #333333;
					list-style-type: none;
					list-style-position: inside;
					list-style-image: url(http://www.viewzoo.com/_assets/img/bullet.png);
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					}
		
					#channels ul li ul li a {
						border-bottom: none;
						color: #333333;
						text-decoration: none;
						}
		
					#channels ul li ul li a:hover {
						border-bottom: none;
						color: #333333;
						text-decoration: underline;
						}

	#channels .left {
		float: left;
		width: 500px;
		}
		
		#channels .left .first {
			float: left;
			margin-left: 20px;
			width: 230px;
			}

			#channels .left .first .divider {
				border-bottom: 1px solid #ecf2f6;
				margin-bottom: 20px;
				padding-top: 5px;
				}

		#channels .left .firstLarge {
			float: left;
			margin-left: 20px;
			width: 480px;
			}

			#channels .left .firstLarge .divider {
				border-bottom: 1px solid #ecf2f6;
				margin-bottom: 20px;
				padding-top: 5px;
				}

		#channels .left .second {
			float: right;
			margin-left: 20px;
			width: 230px;
			}

			#channels .left .second img {
				background-color: #ffffff;
				border: 1px solid #d3ccc9;
				float: left;
				height: 17px;
				margin-bottom: 10px;
				margin-right: 5px;
				padding: 2px 2px 2px 2px;
				width: 54px;
				}

			#channels .left .second img.noBorder {
				background-color: inherit;
				border: 0px;
				float: none;
				height: auto;
				margin-bottom: 0px;
				margin-right: 0px;
				padding: 0px;
				width: auto;
				}

	#channels .leftThreeColumn {
		float: left;
		width: 1000px;
		}

		#channels .leftThreeColumn .left {
			background-image: url(http://www.viewzoo.com/_assets/img/channels/entry-bg.gif);
			background-repeat: repeat-x;
			background-color: #ffffff;
			padding: 0px 20px 0px 20px;
			width: 960px;
			}

			#channels .leftThreeColumn .left .subnav {
				float: right;
				}
			
			#channels .leftThreeColumn .left .item {
				clear: both;
				line-height: 1.25em;
				margin: 10px 0px 10px 0px;
				}

				#channels .leftThreeColumn .left .details {
					float: right;
					width: 850px;
					}

				#channels .leftThreeColumn .left .item:after {
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
					}

				#channels .leftThreeColumn .left .item img {
					float: left;
					margin: 0px 10px 10px 0px;
					}

	#channels .right {
		float: right;
		width: 480px;
		}

		#channels .right .third {
			float: left;
			margin-right: 20px;
			width: 230px;
			}

		#channels .right .fourth {
			float: right;
			margin-right: 20px;
			width: 210px;
			}

		#channels .leftLearning {
			float: left;
			margin: 0px 0px 20px 0px;
			width: 520px;
			}

			#channels .leftLearning a {
				color: #44a2e2;
				text-decoration: none;
				border-bottom: 0px;
				}
			
			#channels .leftLearning a:hover {
				color: #44a2e2;
				text-decoration: none;
				border-bottom: 1px solid #44a2e2;
				}

			#channels .leftLearning .entry {
				margin: 0px 20px 0px 20px;
				width: 480px;
				}

		#channels .leftContact {
			float: left;
			margin: 0px 0px 20px 0px;
			width: 520px;
			}

			#channels .leftContact input {
				background-color: #ffffff;
				border: 0px;
				color: #44a2e2;
				font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
				font-size: 16px;
				font-weight: normal;
				line-height: 16px;
				padding: 5px;
				width: 480px;
				}
			
				#channels .leftContact input.button {
					background-color: none;
					border: 0px;
					height: auto;
					margin: 5px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
					width: auto;
					}

			#channels .leftContact textarea {
				background-color: #ffffff;
				border: 0px;
				color: #000000;
				font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
				font-size: 11px;
				font-weight: normal;
				line-height: 14px;
				padding: 5px;
				width: 480px;
				}

			#channels .leftContact .entry {
				margin: 0px 20px 0px 20px;
				width: 480px;
				}

		#channels .standalone {
			background-color: #ffffff;
			background-image: url(http://www.viewzoo.com/_assets/img/channels/entry-bg.gif);
			background-repeat: repeat-x;
			width: 520px;
			}
			
			#channels .standalone .first {
				float: left;
				margin-left: 20px;
				width: 500px;
				}

			
			#channels .left .firstalone {
				float: left;
				margin-left: 20px;
				width: 500px;
				}

			#channels .standalone input,
			#channels .standalone select,
			#channels .standalone textarea {
				background-color: #ffffff;
				border: 1px solid #dbe6ee;
				color: #000000;
				font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
				font-size: 11px;
				font-weight: normal;
				line-height: 14px;
				padding: 4px;
/*				width: 202px; */
				width: 470px;
				}

		#channels .largeLeft {
			background-color: #ffffff;
			background-image: url(http://www.viewzoo.com/_assets/img/channels/entry-bg.gif);
			background-repeat: repeat-x;
			float: left;
			margin: 0px 0px 20px 0px;
			width: 520px;
			}

		#channels .largeLeftFooter {
			background-color: transparent;
			height: 6px;
			}
		
			#channels .largeLeft .entry {
				margin: 0px 20px 0px 20px;
				width: 480px;
				}

			#channels .largeLeft .left {
				margin-left: 20px;
				width: 106px;
				}

/*			#channels .largeLeft .left img {
				background-color: #ffffff;
				border: 1px solid #d3ccc9;
				margin-bottom: 10px;
				margin-right: 5px;
				padding: 2px 2px 2px 2px;
				} */

				#channels .largeLeft .left img a {
					background-color: #ffffff;
					border: 1px solid #d3ccc9;
					margin-bottom: 10px;
					margin-right: 5px;
					padding: 2px 2px 2px 2px;
					text-decoration: none;
					}

			#channels .largeLeft .left img.noBorder {
				background-color: inherit;
				border: 0px;
				height: auto;
				margin-bottom: 0px;
				margin-right: 0px;
				padding: 0px;
				width: auto;
				}

			#channels .largeLeft .right {
				float: right;
				padding-left: 20px;
				padding-right: 20px;
				width: 354px;
				}

	#channels .smallRight {
		float: right;
		width: 460px;
		}

		#channels .smallRight .third {
			float: left;
			margin-right: 20px;
			width: 210px;
			}

		#channels .smallRight .fourth {
			float: right;
			margin-right: 20px;
			width: 210px;
			}

		#channels .commenting {
			float: right;
			margin-right: 20px;
			width: 210px;
			}
			
			#channels .commenting p + p {
				text-indent: 0em;
				margin-top: 0px;
				}

			#channels .commenting img.avatar {
				background-color: #ffffff;
				border: 1px solid #d3ccc9;
				float: left;
				height: auto;
				margin-bottom: 5px;
				margin-right: 5px;
				padding: 2px 2px 2px 2px;
				width: 25px;
				}

			#channels .commenting input {
				background-color: #ffffff;
				border: 0px;
				font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
				font-weight: normal;
				padding: 3px;
				width: 204px;
				}

			#channels .commenting input.buttonPlain {
				background-color: #44a2e2;
				border: 1px solid #b8c0c6;
				color: #ffffff;
				font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
				font-size: 9px;
				font-weight: normal;
				line-height: 11px;
				margin-top: 5px;
				margin-right: 10px;
				padding: 3px;
				text-transform: uppercase;
				width: auto;
				}

				
			#channels .commenting textarea {
				background-color: #ffffff;
				border: 0px;
				font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
				font-weight: normal;
				padding: 3px;
				width: 204px;
				}

				
			#channels input.checkbox {
				background-color: #ffffff;
				border: 0px;
				font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
				font-weight: normal;
				width: 13px;
				}

			#channels input.button {
				background-color: none;
				border: 0px;
				height: auto;
				margin: 5px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				width: auto;
				}


		#channels .listing {
			float: right;
			margin-right: 20px;
			width: 210px;
			}

	#channels .search {
		margin: 0px 20px 0px 20px;
		text-align: left;
		width: 960px;
		}

		#channels .search .rowOne {
			background-color: #d1dfe9;
			color: #44a2e2;
			height: auto;
			padding: 4px 0px 4px 0px;
			}

		#channels .search .rowTwo {
			color: #909090;
			padding: 4px 0px 4px 0px;
			}

		#channels .search .title {
			float: left;
			padding: 0px 5px 0px 5px;
			width: 200px;
			}

		#channels .search .excerpt {
			float: left;
			padding: 2px 5px 10px 5px;
			width: 200px;
			}

		#channels .search .author {
			float: left;
			padding: 2px 5px 10px 5px;
			width: px;
			}

		#channels .search .date {
			float: left;
			padding: 2px 5px 10px 5px;
			width: px;
			}

		#channels .search .totalcomments {
			float: left;
			padding: 2px 5px 10px 5px;
			width: px;
			}

		#channels .search .recentcomments {
			border-right: 1px solid #000000;
			float: left;
			padding: 2px 5px 10px 5px;
			width: 75px;
			}

	#channels .flickr img {
		background-color: #ffffff;
		border: 1px solid #909090;
		height: 60px;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 3px;
		text-decoration: none;
		width: 60px;
		}

	#channels .flickr a {
		border-bottom: 0px;
		text-decoration: none;
		}

	#channels .flickr a.text {
		border-bottom: 1px solid #909090;
		color: #000000;
		text-decoration: none;
		}


/* ============================================================================== :FormattingButtons */ 

#channels .buttonMode {
	background-color: transparent; 
	color: #ffffff;
	white-space: nowrap;
	}

#channels .htmlButtonOuter, #channels .htmlButtonOuterL {
	background-color: #44a2e2;
	padding: 0;
	border-top: #2e526b 1px solid;
	border-right: #2e526b 1px solid;
	border-bottom: #2e526b 1px solid;
	}

#channels .htmlButtonOuterL {
	border-left: #2e526b 1px solid;
	}

#channels .htmlButtonInner {
	background-color: transparent;
	text-align: center;
	padding: 0 3px 0 3px;
	border-left: #7cbeeb 1px solid;
	border-top: #7cbeeb 1px solid;
	border-right: #3d91cb 1px solid;
	border-bottom: #3d91cb 1px solid;
	}

#channels .htmlButtonOff {
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

#channels .htmlButtonOff a:link {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	}

#channels .htmlButtonOff a:visited {
	text-decoration: none;
	}

#channels .htmlButtonOff a:active {
	text-decoration: none;
	color: #ffffff;
	}

#channels .htmlButtonOff a:hover {
	text-decoration: none;
	color: #ffffff;
	}

#channels .htmlButtonOn {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #44a2e2;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

#channels .htmlButtonOn a:link {
	color: #2e526b;
	text-decoration: none;
	white-space: nowrap;
	}

#channels .htmlButtonOn a:visited {
	text-decoration: none;
	}

#channels .htmlButtonOn a:active {
	text-decoration: none;
	color: #2e526b;
	}

#channels .htmlButtonOn a:hover {
	color: #2e526b;
	text-decoration: none;
	}

body table#MBL_COMM {
	background-color: #d2dfe9 !important;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 210px;
	}

body table#MBL_COMM td.mbl_img {
	background-color: #d2dfe9 !important;
	}

body table#MBL_COMM img {
	}

td.mbl_h {
	color: #2e526b;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#channels #mybloglog {
	font-family: Lucida Grande, Candara, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	}
	
	#channels #mybloglog td {
		background-color: transparent;
		text-align: left;
		}

	#channels #mybloglog td.mbl_fo_hidden a {
		background-color: transparent;
		background-image: url(http://www.viewzoo.com/_assets/img/arrow.gif);
		background-position: 0px 3px;
		background-repeat: no-repeat;
		border-bottom: 0px solid #909090;
		color: #909090;
		padding-left: 11px;
		text-decoration: none;
		text-align: left;
		}

	#channels #mybloglog td.mbl_fo_hidden a:hover {
		background-color: transparent;
		border-bottom: 1px solid #909090;
		text-decoration: none;
		text-align: left;
		}

	#channels #mybloglog td.mbl_img {
		background-color: transparent;
		height: 30px;
		text-align: left;
		width: 30px;
		}

	#channels #mybloglog img {
		height: 25px;
		width: 25px;
		}


#channels .plain a {
	border-bottom: 0px solid;
	text-decoration: none;
	}


