/*************************** HOME Styles ***************************/

.HomeMainTableTop { border-color: black; border-width: 1px; }
TD.LinksRightCorner {
	background-image:url(../../BrotherLoveRocks/web-content/images/links_add.jpg);
	background-repeat: no-repeat;
	}

TD.HomeMainTableBottom {
	}

TD.NewThreadTop {
}

TD.NewThreadMiddle {
}

TD.NewThreadBottom {
	border: 1px solid #999999;
	border-style: solid;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/*************************** VIEWBLOG STYLES ****************************/

.ViewCommentsLine {
	border: 1px solid #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/*************************** CONTACT STYLES ****************************/
/*************************** ADMIN STYLES ****************************/

TD.AdminMenuTop {
	border: 1px solid #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

TD.AdminMenuBottom {
	border: 1px solid #999999;
	border-style: solid;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/*************************** Calendar STYLES ***************************/

.smallgrey {
	FONT-SIZE: 8pt;
	COLOR: #333333;
}
TD.fontheader {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	COLOR: #000000;
}
/*************************** General HTML Elements ****************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e1e1e;
	background-color:white;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.menuBorderBottom {
	border: 1px solid #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.menuBorderTop {
	border: 1px solid #999999;
	border-style: solid;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/*************************** General URL Link Elements ***************************/
a { /*This handles links*/
	color:#3d1f17; text-decoration: none; border-color: #333333; border-style: dotted; border-width: 0 0 1px; }
a:hover { /*This handles link hover*/
	color: #3d1f17;
	text-decoration: none;
	font-weight: bold;
}
.Studio_header { color: black; font-size: 12px; font-family: verdana; font-weight: bold; }
.Studio_list { color: black; font-size: 10px; list-style-type: circle; }
