/* CSS for Stop & Go Records */
div.wholepage{
	border-left: 1px solid rgb(255, 204, 102);
	border-right: 1px solid rgb(255, 204, 102);
	border-bottom: 1px solid rgb(255, 204, 102);
}

#top_middle{
	background-color: rgb(255, 204, 102);
}

#upper_left{
	background-color: rgb(255, 204, 102);
}

#user_account_box{
	background-color: rgb(255, 204, 102);
}

.left_bar_column{
	background-color: rgb(255, 204, 102);
}

p.caption{ background-color: rgb(255, 223, 162); }

.ad{ background-color: rgb(255, 223, 162); }

.ltab{ background-color: rgb(255, 223, 162); }

.dtab{ background-color: rgb(255, 204, 102); }

div.tab_bottom{ background-color: rgb(255, 223, 162); }

table.board{
	border: 1px solid #CC9966;
	background-color: #FFFFFF;
}
	
td.caption{
	border: 0px solid rgb(220, 220, 220);
	background-color: rgb(230, 230, 230);
}

table.caption{
	border: 1px solid #D3D3D3;
	background-color: #D3D3D3;
}

a.main:link{ color: rgb(120, 70, 20); }
a.main:visited{ color: rgb(120, 70, 20); }
a.main:hover{ color: rgb(120, 70, 20); }

.content a:link{ color: rgb(120, 70, 20); }
.content a:visited{ color: rgb(120, 70, 20); }
.content a:hover{ color: rgb(120, 70, 20); }

hr.main{ color: #FFCC66 }

tr.odd{
	border: 0px solid rgb(255, 204, 102);
	background-color: rgb(255, 204, 102);
}

tr.even{
	border: 0px solid rgb(255, 223, 162);
	background-color: rgb(255, 223, 162);
}

tr.header{
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

div.notice{
	border-color: rgb(190, 190, 190);
	background-color: rgb(230, 230, 230);
}

div.album_badge{
	border-color: rgb(255, 204, 102);
	background-color: rgb(255, 223, 162);
}

.item_nav span{ background-color: rgb(255, 204, 102); }
.item_nav span:hover{ background-color: rgb(255, 204, 102); }

#comments_title{
	border-bottom: .2em solid rgb(255, 204, 102);
}

.comment{
	background-color: rgb(255, 204, 102);
}

.page_title{
	border-bottom: .1em solid rgb(255, 204, 102);
}

/****************Forms****************/
.login_button{
	background-color: rgb(255, 223, 162);
}

/*****************************************/
.modifier{
	position: relative;
	margin-right: 1px;
	float: left;
	font-size: 11px;
	background-color: rgb(255, 223, 162);
}
