body {
	background-color: #FFFFFF;
	margin-top: 10px;
	
}
body,td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3, h4, h5 { margin-top: 0px; }

.page {
	width: 780px;
	text-align:left;
}
.leftSide { 
	width: 180px; 
	float: left;
}
.mainSide { 
	width: 600px; 
	float: left;
}

.bottom {
	margin-top: 10px;
	border-top: 1px dotted red;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: gray;
}

.menu {
	background-image: url(img/layout/d_brownPale.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.menuItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.menuItem:hover {
	color: #ffffff;
}

.ticker {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted gray;
	
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.tickerLink {
    text-decoration: none;
    color: #666666;
}
.tickerLink:hover {
    text-decoration: underline;
    color: blue;
}

.bullet {
	margin-right:10px;
	margin-left: 10px;
}

.highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.left {
	padding-right: 5px;
}

.main {
	border-left: 1px dotted orange;
	padding-left: 5px;
}
.leftMenuItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
.leftMenuItem:hover {
	text-decoration: underline;
	color: red;
}
.leftMenuItemSeparator {
	height:5px;
}

.leftMenuSeparator {
	border-bottom: 1px dotted #bbbbbb;
	border-top: 1px dotted #bbbbbb;
	height:1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.separator { 
	height: 10px; 
	width: 100%;
	float: none;
	clear: both;	
}

.prodTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
}

.prodShortDesc {
	font-size: 11px;
	color: #666666;
}

.price {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.bottomMenuItem {
	text-decoration: none;
	color: gray;
	padding-left: 10px;
	padding-right: 10px;
}

.bottomMenuItem:hover {
	text-decoration: underline;
	color: red;
}

.usernameInput {
	font-size: 11px;
	color: gray;
}
.textFieldShort {
	font-size:11px;
	width: 80px;
	height: 20px;
}

form {
	margin-top: 0px;
	margin-bottom: 10px;
}

.go {
	width:40px;
	font-size:11;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
	height: 20px;
}

.channelTitle {
	background-color: #dddddd;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}

.newsTitle {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color:    #000099;
}

.notes {
	font-size: 11px;
	color: gray;
}

.description {
	color: gray;
}

#indent {
    padding-left: 30px;
}

a {color: blue;}

#surveyForm hr {
    visibility: hidden;
    }

#surveyForm textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #eee;
    }
    
#surveyTable .answered {
    background-color: #ccc;
    }
#surveyTable td {
    text-align: center;
    }

#surveyTable .alLeft {
    text-align: left;
    }
    
#membersList {
    border-collapse: collapse;
    width:100%;
}
#membersList th {
    background-color: #ffffcc;
    }
#membersList td, #membersList th {
    padding: 3px 3px 3px 3px;
    border-bottom: 1px solid #aaa;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
}

.red {color:red}
#membersList bg {
    background-color: #ddd;
}