
body {
	margin: 0;
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
}

a {
	color: #115780;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {
	margin: 3px 0 3px 0;
	padding: 0;
}

h1 {
	font: 18px Arial, sans-serif;
	color: #146898;
	padding: 0;
	margin: 5px 0 5px 0;
}

h2 {
	font: 18px Arial, sans-serif;
	color: #146898;
	padding: 0;
	margin: 0px 0 0px 3px;
}

h3, h3 a {
	font: bold 14px Arial, sans-serif;
	color: #146898;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
h3 a:hover{
	color: #5289A8;
}

h4 {
	font: 18px Arial, sans-serif;
	color: #EFAA42;
	padding: 0;
	margin: 0;
}

.container {
	text-align: center;
}

.page {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
}

.header {
	padding-top: 20px;
	background-color: #FFFFFF;
}
.footer {
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	line-height: 20px;
}
.footer img{
	vertical-align: middle;
}

#body {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}

.strong {
	font-weight: bold;
}

.margin10 {
	margin: 10px;
}

.marginTop5 {
	margin-top: 5px;
}
.marginBottom5 {
	margin-bottom: 5px;
}
.marginTopBottom5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginTopBottom10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.column-wide-left {
	margin-right: 260px;
}
.column-narrow-right {
	float: right;
	width: 250px;
	
}
.column-wide-right {
	margin-left: 260px;
}
.column-narrow-left {
	float: left;
	width: 250px;
}

.column-video-right {
	margin-left: 490px;
}
.column-video-left {
	width: 480px;
	float: left;
}

.column-left {
	float: left;
	width: 50%;
	padding: 20px;
}
.column-right {
	margin-left: 50%;
	padding: 20px;
}

.column-videosPage-right {
	margin-left: 170px;
}
.column-videosPage-left {
	float: left;
	width: 160px;
}

.column {
	float: left;
}
.floatRight {
	float: right;
}

.zoom {
	zoom: 1;
}

.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.leftText {
	text-align: left;
}

.dashBorder {
	border: 1px dashed #CCC;
}

.dotBorder {
	border: 1px dotted #666;
}
.dotBorderTop {
	border-top: 1px dotted #666;
}
.dotBorderBottom {
	border-bottom: 1px dotted #666;
}

.cell {
	border:1px solid #CCC;
	padding: 10px;
}
.greyCell {
	border:1px solid #CCC;
	padding: 10px;
	background-color: #F7F7F7;
}

.padded0{
	padding: 0;
}
.padded3{
	padding: 3px;
}
.padded5{
	padding: 5px;
}
.padded10{
	padding: 10px;
}
.padded20{
	padding: 20px;
}

.borderRight {
	border-right: 1px solid #D9D9D9;
}
.borderLeft {
	border-left: 1px solid #D9D9D9;
}

#logo {
	padding: 0 0 5px 5px;
}
#logo img {
	width: 257px;
	height: 60px;
}

/* search bar */
.searchBar{
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}
.searchBarLeft {
	width: 5px;
	height: 33px;
	background-image: url(../searchbar/left.gif);
	background-color: #FFFFFF;
	float: left;
}
.searchBarCenter {
	background-image: url(../searchbar/center.gif);
	height: 33px;
	width: 770px;
	float:left;
	text-align: center;
}
.searchBarRight {
	width: 5px;
	height: 33px;
	background-color: #FFFFFF;
	background-image: url(../searchbar/right.gif);
	float: right;
}

.searchBarCenter p {
	margin: 5;
	padding: 0;
}

/*menu bar */
.menuBar{
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	border-top: 3px solid #FFF;
}
.menuBarLeft {
	width: 5px;
	height: 33px;
	background-image: url(../menubar/left.gif);
	float: left;
}
.menuBarCenter {
	background-image: url(../menubar/center.gif);
	height: 33px;
	width: 770px;
	float: left;
	text-align: center;
}
.menuBarRight {
	width: 5px;
	height: 33px;
	background-image: url(../menubar/right.gif);
	float: right;
}

/* topmenu */
#topMenu {
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
}
#topMenu ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
    text-align: right;
    font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
    line-height: 16px;
}
#topMenu li {
	display:inline;
    margin:0;
    padding:0;
    padding-left: 10px;
    padding-right: 10px;
	background-image: url(../bullets/blue4.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 16px;
}
#topMenu a {
	color: #666;
	text-decoration: underline;
}
#topMenu a:hover {
	text-decoration: none;
}

/* main menu */
#mainMenu {
    position: relative;
    top: 6px;
    width: 742px;
    margin: 0px auto;
}

#mainMenu ul {
    margin:0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    font: bold 12px/27px Arial, Helvetica, sans-serif;
}

#mainMenu li {
    display:inline;
    margin:0;
    padding:0;
}

#mainMenu a {
    float: left;
    display: block;
    width: 90px;
    height: 27px;
    margin-right: 1px;
}

#mainMenu a:link, #mainMenu a:visited {
    float: left;
    background: url(../buttons/menu/off.gif) no-repeat left top;
    background-position:0% 0px;
    color: #FFF;
    text-decoration: none;
}
#mainMenu li a#currentTab {
    float: left;
    background: url(../buttons/menu/on.gif) no-repeat left top;
    background-position:0% 0px;
    color: #000;
    text-decoration: none;
    line-height: 27px;
}

#mainMenu li a#red {
    float: left;
    background: url(../buttons/menu/offred.gif) no-repeat left top;
    background-position:0% 0px;
    color: #fff;
    text-decoration: none;
    line-height: 27px;
    width:104px;
}


/* normalMenu */
.normalMenu {
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
}
.normalMenu ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
    text-align: center;
    font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
    line-height: 25px;
}
.normalMenu li {
	display:inline;
    margin:0;
    padding:0;
    padding-left: 5px;
    padding-right: 5px;
}
.normalMenu a {
	text-decoration: underline;
}
.normalMenu a:hover {
	text-decoration: none;
}
.normalMenu li a.currentTab {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/* submenu */
#subMenu {
	height: 33px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
}
#subMenu ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
    text-align: center;
    font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
    line-height: 33px;
}
#subMenu li {
	display:inline;
    margin:0;
    padding:0;
    padding-left: 10px;
    padding-right: 10px;
	background-image: url(../bullets/orange4.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#subMenu a {
	color: #000;
	text-decoration: underline;
}
#subMenu a:hover {
	text-decoration: none;
}
#subMenu li a#currentTab {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/* sideMenu */
#sideMenu {
}
#sideMenu ul {
	margin: 0;
	padding: 0;
    list-style-type: none;
    font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
}
#sideMenu li {
    margin:5px;
    padding:0;
    padding-left: 10px;
    padding-right: 10px;
	background-image: url(../bullets/blue4.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#sideMenu a {
	color: #000;
	text-decoration: underline;
}
#sideMenu a:hover {
	text-decoration: none;
}
#sideMenu li a#currentTab {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/* grey box */
.greyBox {
	background-color: #FAFAFA;
}
.column-narrow-right .greyBox {
	zoom: 1;
}
.column-videosPage-left .greyBox {
	zoom: 1;
}
.column-narrow-left .greyBox {
	zoom: 1;
}
*html .column-video-right .greyBox {
	zoom: 1;
	margin-left: -3px;
}
.greyBoxBody {
	padding: 5px;
}
.greyBox .t {background: url(../boxes/grey/dot.gif) 0 0 repeat-x;}
.greyBox .b {background: url(../boxes/grey/dot.gif) 0 100% repeat-x}
.greyBox .l {background: url(../boxes/grey/dot.gif) 0 0 repeat-y}
.greyBox .r {background: url(../boxes/grey/dot.gif) 100% 0 repeat-y}
.greyBox .bl {background: url(../boxes/grey/lb.gif) 0 100% no-repeat}
.greyBox .br {background: url(../boxes/grey/rb.gif) 100% 100% no-repeat}
.greyBox .tl {background: url(../boxes/grey/lt.gif) 0 0 no-repeat}
.greyBox .tr {background: url(../boxes/grey/rt.gif) 100% 0 no-repeat; padding:5px}

/* white box */
.whiteBox {
	background-color: #FFFFFF;
}
.column-narrow-right .whiteBox {
	zoom: 1;
}
.column-narrow-left .whiteBox {
	zoom: 1;
}
*html .column-video-right .whiteBox {
	zoom: 1;
	margin-left: -3px;
}
.zoom .whiteBox {
	zoom: 1;
}
.whiteBoxBody {
	padding: 5px;
}
.whiteBox .t {background: url(../boxes/white/dot.gif) 0 0 repeat-x;}
.whiteBox .b {background: url(../boxes/white/dot.gif) 0 100% repeat-x}
.whiteBox .l {background: url(../boxes/white/dot.gif) 0 0 repeat-y}
.whiteBox .r {background: url(../boxes/white/dot.gif) 100% 0 repeat-y}
.whiteBox .bl {background: url(../boxes/white/lb.gif) 0 100% no-repeat}
.whiteBox .br {background: url(../boxes/white/rb.gif) 100% 100% no-repeat}
.whiteBox .tl {background: url(../boxes/white/lt.gif) 0 0 no-repeat}
.whiteBox .tr {background: url(../boxes/white/rt.gif) 100% 0 no-repeat; padding:5px}

/* error box */
.errorBox {
	background-color: #FFC2C2;
	border: 1px solid #AF2D2D;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.errorBox a {
	color: #711B1B;
}

/* complete box */
.completeBox {
	background-color: #FFF;
	border: 1px dashed #5289A8;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* tipBox */
.tipBox {
	background-color: #FFFFCC;
	border: 1px solid #FFCC33;
	padding: 5px;
}

/* lists */
.listItem {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItem .listScrCol {
	width: 128px;
	float: left;
}
.listItem .listInfoCol {
	margin-left: 135px;
	zoom: 1;
	color: #000;
}

.listItem3Col {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItem3Col .listScrCol {
	width: 128px;
	float: left;
}
.listItem3Col .listInfoCol {
	margin-left: 135px;
	margin-right: 50px;
	zoom: 1;
	color: #000;
}
.listItem3Col .listPosCol {
	width: 35px;
	float: right;
}


.listItemSmall {
	width: 100%;
	padding: 0 0 3px 0;
	overflow: hidden;
}
.listItemSmall .listScrCol {
	width: 98px;
	float: left;
}
.listItemSmall .listInfoCol {
	margin-left: 105px;
	zoom: 1;
	color: #000;
}

.listItemDefault {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemDefault .listScrCol {
	width: 98px;
	float: left;
}
.listItemDefault .listInfoCol {
	margin-left: 108px;
	margin-right: 80px;
	zoom: 1;
	color: #000;
}
.listItemDefault .listActionsCol {
	width: 70px;
	float: right;
	line-height: 17px;
	font-size: 10pt;
	margin-right: 5px;
	text-align: right;
}
.listItemDefault .listActionsCol a {
	text-decoration: none;
}
.listItemDefault .listDataCol {
	width: 50px;
	float: right;
}


.listItemGroup {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemGroup .listScrCol {
	width: 98px;
	float: left;
}
.listItemGroup .listInfoCol {
	margin-left: 108px;
	margin-right: 120px;
	zoom: 1;
	color: #000;
}
.listItemGroup .listActionsCol {
	width: 110px;
	float: right;
	line-height: 17px;
	font-size: 10pt;
	margin-right: 5px;
	text-align: right;
}
.listItemGroup .listActionsCol a {
	text-decoration: none;
}

.listItemGroupAddVideos {	
	border-bottom: 1px dotted #999;
	width: 100%;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.listItemGroupAddVideos .listChBoxCol {
	width: 26px;
	text-align: center;
	float: left;
	padding-top: 27px;	
}
.listItemGroupAddVideos .listScrCol {
	width: 98px;
	float: left;
}
.listItemGroupAddVideos .listInfoCol {
	margin-left: 134px;
	zoom: 1;
	color: #000;
}


.listInfoCol .title {
	font: 14px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #146898;
}
.listInfoCol .title a {
	color: #146898;
	text-decoration: none;
}
.listInfoCol .description {
	margin: 10px 0 10px 0;
}
.listInfoCol .info {
	font: Arial, sans-serif;
	color: #000;
	line-height: 14px;
}
.listInfoCol .label {
	color: #666;
}

.listClear {
	clear: both;
}
.clearRight {
	clear: right;
}

/* info */
.vinfo {
	font: bold 9pt Arial, sans-serif;
	color: #000;
}
.stats {
	margin: 10px;
}
.stats .vinfo {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	line-height: 20px;
}
.vinfo .label {
	color: #666;
	font-weight: normal;
}
.vinfo .description {
	font-weight: normal;
}

.videoOptions, .videoOptions a {
	font: 14px Arial, sans-serif;
	color: #146898;
	text-decoration: none;
	text-align: center;
}

/* forms */
form {
	padding: 0;
	margin: 0;
}

.form {
	margin: 3px;
}
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	border: 0;
}
.formLine {
	margin-bottom: 3px;
	clear: both;
}
.formSet {
	margin-bottom: 2px;
}
label {
	float: left;
	width: 115px;
	margin-right: 3px;
	margin-top: 2px;
	text-align: right;
}

.textfield {
	border: 1px solid #999;
	font: 8pt Arial, Helvetica, sans-serif;
	height: 20px;
	color: #000;
	padding: 2px;
}
.textarea {
	border: 1px solid #999;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #000;
	padding: 2px;
}
.button {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #000;
}
.dropdown {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #000;
}
.dropdown_multiple {
	font: 8pt Arial, Helvetica, sans-serif;
	height: 70px;
	color: #000;
}

/* pages */
.pages {
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;	
	margin: 5px 0 5px 0;
	padding: 5px;
	text-align: center;
	border:1px dashed #CCC;
}
.pages a {
	color: #146898;
	margin: 0 4px 0 4px;
}
.pages .p {
	margin: 0 4px 0 4px;
	font-weight: bold;
}

/* rate scale */
.rate {
	height: 21px;
	display: block;
	line-height: 21px;
}
.rate .label {
	font: 10pt Arial, sans-serif;
	height: 21px;
	width: 35px;
	line-height: 21px;
	display: inline;
}
.rate .stars {
	display: inline;
	cursor: pointer;
}
.rate .stars img {
	vertical-align: top;
}
.votes {
	margin-top: 5px;
	margin-left: 35px;
	width: 110px;
	font: 8pt Arial, sans-serif;
	text-align: center;
}

/* video card */
.vCard {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.vCard .base {
	text-align: center;
	font: 8pt Arial, sans-serif;
	color: #000;
}
.vCard .base_left {
	text-align: left;
	padding: 0 3px 0 3px;
	width: 122px;
	height: 84px;
}
.vCard .highlight a {
	color: #000;
}
.vCard .duration {
	float: left;
	font-weight: bold;
}
.vCard .rating {
	text-align: right;
}
.vCard .title {
	width: 122px;
	height: 34px;
}

.screenshot {
	margin: 2px;
	padding: 1px;
	border: 1px solid #999;
	display: block;
	background-color: white;
}
.screenshot img {
	height: 90px;
	width: 120px;
}
.screenshotSmall {
	margin: 2px;
	padding: 1px;
	border: 1px solid #999;
	background-color: white;
	display: block;
}
.screenshotSmall img{
	height: 70px;
	width: 90px;
}

.avatarLarge {
	margin: 2px;
	border: 3px double #999;
	float: left;
	zoom: 1;
}
.avatarLarge .avatar {
	overflow: hidden;
	width: 84px;
	height: 84px;
	background-color: white;
	display: block;
	text-align: center;
}
.avatarLarge .avatar div {
	width: 400px;
	margin-left: -158px;
}
.avatarLarge .avatar img{
	height: 84px;
}

.avatarSmall {
	margin: 2px;
	border: 3px double #999;
	float: left;
	zoom: 1;
}
.avatarSmall .avatar {
	overflow: hidden;
	width: 54px;
	height: 54px;
	background-color: white;
	display: block;
	text-align: center;
}
.avatarSmall .avatar div {
	width: 400px;
	margin-left: -173px;
}
.avatarSmall .avatar img{
	height: 54px;
}

.video {
	margin: 0 0 10px 0;
}

#videoOptionsHandler {
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* video responses box */
.videoResponses .left {
	float: left;
	width: 34px;
	padding-top: 18px;
}
.videoResponses .centerHandler {
	text-align: center;
}
.videoResponses .center {
	margin-left: auto;
	margin-right: auto;
	width: 392px;
}
.videoResponses .right {
	float: right;
	width: 34px;
	padding-top: 18px;
}
#videoResponsesHandler {
	height: 130px;
}

/* comments */
.comment {
	margin: 5px;
	padding: 5px;
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
	border-top: 1px dotted #999;
	overflow: hidden;
}
.comment .description {
	margin-left: 80px;
	zoom: 1;
}
.comment .highlight {
	font-size: 9pt;
	color: #666;
}
.comment .text {
	margin-top: 10px;
}
#commentForm {
	display: none;
}
.commentRateWord {
	line-height: 12px;
}
.commentRating {
	width: 15px;
	line-height: 12px;
	text-align: right;
}
.commentRatingImg {
	text-align: right;
	line-height: 12px;
	width: 35px;
}
.commentRatingImg img {
	vertical-align: bottom;
}
.commentRating .plus {
	color: #4DB21B;
}
.commentRating .minus {
	color: #B21B1B;
}
.commentOptions {
	line-height: 12px;
	width: 100px;
}

.starsSmall {
}

.subcomments {
	margin: 10px 20px 10px 20px;
	border: 3px solid #E5E5E5;
	padding: 3px;
}

/* centralize content */
.centerHandler {
	text-align: center;
	overflow: hidden;
}
.centerContent {
	margin-left: auto;
	margin-right: auto;
}

.videoChecked {
	background-color: #CCC;
}

/* colorSelector */
#colorSelector {
	position: absolute;
	display: none;
	top: 0; 
	left: 0;
	z-index: 3;
	border: 1px solid #999;
	background-color: #FFFFFF;
	padding: 1px;
	text-align: center;
}
#colorSelector .content {
	width: 198px;
	margin: 0;
	padding: 0;
	height: auto;
}
#colorSelector .k {
	cursor: pointer;
	float: left;
	width: 9px;
	height: 9px;
	margin: 1px;
	font-size: 1px;
}
#colorSelector .close {
	text-align: center;
	height: 15px;
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	background-color: #999;
	color: #FFF;
	clear: both;
	width: 198px;
	margin: 0 auto 0 auto;
}
#colorSelector .close a{
	color: #FFF;
}

/* channel */
#channelContainer .info {
	font: bold 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	line-height: 14px;
}
#channelContainer .info .label{
	font-weight: normal;
}
#channelContainer .info .description{
	font-weight: normal;
}
#channelContainer .username {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
}

#channelContainer .subscription {
	margin-bottom: 3px;
	text-align: center;
}
#channelContainer .subscription .base {
	text-align: center;
	clear: both;
}


#channelContainer .user {
	margin: 2px;
	text-align: center;
}
#channelContainer .user .base {
	text-align: center;
	clear: both;
}

#channelContainer .subscriptionPage .subscription {
	margin-bottom: 3px;
	text-align: center;
}
#channelContainer .subscriptionPage .subscription .base {
	text-align: center;
	clear: both;
}

#channelContainer .bulletin {
	border:1px dotted #666;
	padding: 5px;
	zoom: 1;
}
#channelContainer .bulletin .details {
	zoom: 1;
	overflow: hidden;
}
#channelContainer .bulletin .message {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
}

/* scrool box */
.scrollBox .left {
	float: left;
	width: 34px;
	padding-top: 28px;
}
.scrollBox .centerHandler {
	text-align: center;
}
.scrollBox .center {
	margin-left: auto;
	margin-right: auto;
	width: 392px;
}
.scrollBox .right {
	float: right;
	width: 34px;
	padding-top: 30px;
}

#subscribersBoxHandler {
	height: 110px;
}
#subscribeHandler {
	display: none;
}

/* mailboxList */
.mailboxList {
	width: 100%;
	zoom: 1;
}
.mailboxList th,.mailboxList td {
	padding: 3px;
	padding-left: 5px;
	height: 32px;
	text-align: left;
	font: 8pt Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000;
}
.mailboxList th {
	background-color: #E5E5E5;
}
.mailboxList .row1 {
	background-color: #FFF;
}
.mailboxList .row2 {
	background-color: #F7F7F7;
}
.mailboxList .checkboxCol {
	width: 30px;
	text-align: center;
	padding: 3px;
}
.mailboxList .fromCol {
	width: 80px;
}
.mailboxList .subjectCol {
}
.mailboxList .dateCol {
	width: 80px;
}
.mailboxList .wideCol {
	width: 160px;
}
.mailboxList .unread td {
	font-weight: bold;
}

.mailboxList .screenshotSmall {
	border: 1px solid #999;
	background-color: white;
	display: block;
	padding: 0;
	float: left;
	margin: 0px;
	margin-right: 3px;
	zoom: 1;
}
.mailboxList .screenshotSmall img{
	height: 23px;
	width: 30px;
}

.mailboxList .avatarSmall {
	margin: 0 3px 0 0;
	border: 1px solid #999;
	padding: 0;
	float: left;
}
.mailboxList .avatar {
	overflow: hidden;
	width: 23px;
	height: 23px;
	background-color: white;
	display: block;
}
.mailboxList .avatar div{
	margin-left: -189px;
}
.mailboxList .avatar img{
	height: 23px;
}

/* mailboxMessage */
.mailboxMessage {
}
.mailboxMessage .details {
	border:1px solid #CCC;
	background-color: #F7F7F7;
	padding: 10px;
	zoom: 1;
	overflow: hidden;
}
.mailboxMessage .body {
	margin-top: 10px;
	padding: 5px;
	font: 9pt Tahoma, "Trebuchet MS", Arial, sans-serif;
}

.mailboxMessage .user {
	margin: 2px;
	text-align: center;
}
.mailboxMessage .user .base {
	text-align: center;
	clear: both;
}

/* subscription */
.subscription {
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.subscription .base {
	text-align: center;
	clear: both;
}

/* user */
.user {
	margin: 2px;
	text-align: center;
}
.user .base {
	text-align: center;
	clear: both;
}

/* channel */
.channel {
	width: 122px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.channel .base {
	text-align: center;
	clear: both;
}
.channel .base_left {
	text-align: left;
	padding: 0 3px 0 3px;
	clear: both;
}

/* misc */
#basicViewOptions {
	display: inline;
}
#detailedViewOptions {
	display: inline;
}

/* banners */
.bannerHeader{
	text-align:center;
	margin: 10px;
}
.bannerFooter{
	text-align:center;
	margin: 10px;
}
.bannerSide{
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* social bookmarking */
#sbdropdown {
border:1px solid #CCC;
background-color: #FFF;
visibility:hidden;
position:absolute;
z-index:100;
left:0px;
top:0px;
padding: 3px;
}
#sbbar {
background-color: #FFF;
}
.sbitem{
border:1px solid #FFF;
background-color: #F7F7F7;
color: #666666;
padding: 3px;
cursor: pointer;
text-align:left;
}
.sbitemhighlight{
background-color: #EBF3FA;
border:1px solid #689BCA;
padding: 3px;
cursor: pointer;
text-align:left;
}

/* tags */
.tagCloud {
	padding: 3px;
	text-align:center;
}
.tagCloud a{
	color: #4E8199;
	text-decoration:none;
}
.tagCloud a:hover {
	color: #4E8199;
	text-decoration:underline;
}

.colorThemes {
	margin: 0 20% 0 20%;
}

.rss {
	
}
.rssLine {
	height: 20px;
	line-height: 20px;
}
.rssLine img {
	vertical-align: middle;
}
.rssLine .label {
	width: 150px;
	float: left;
}
.regText
{
display:block;
float:left;
font-size:19px;
margin-bottom:9px;
width:581px;
}
.regBlock
{
height:370px;
margin-left:88px;
padding-left:73px;
width:473px;
}
