/*
* {
	font-family:verdana;
	font-size:10px;
	color:#515151;
	
}*/

a{
	color:#515151;
	text-decoration:none;
}

th{
	font-size:11px;
}

table{
	empty-cells:show;
	/*white-space:nowrap;*/
	}

#mq{
	
	position:absolute;
	top:0px;
	left:0px;		
	visibility:hidden;
	}
/*
#mq_world_title{
	background-image: url(/static/pics/mq_world_title.gif);
	background-repeat: repeat-y;
	font-weight:bold;
	padding:6px;
	}

#mq_world_functions{
	background-image: url(/static/pics/mq_world_functions.gif);
	background-repeat: no-repeat;
	padding-top:15px;
	height:110px;
	}
*/

#login_bg{
	position:absolute;
	right:0px;
	top:0px;
	height:45px;
}
/*
.handle{
	border:1px solid red;
}
*/

.login_button{
	position:relative;
	top:10px;
}
/*
.button_gray{
	background-image: url(/static/pics/button_bg_gray.gif);
	background-repeat: no-repeat;
	width:109px;
	height:28px;
	float:left;
	margin-top:-3px;
	padding-top:6px;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	cursor:hand;
	text-align:center;
	}
*/
#song_list_search{
	padding-top:50px;
	}

#login{
/*	background-image: url(/static/pics/login_bg.gif);
	background-repeat: no-repeat;*/
	position:absolute;
	right:0px;
	top:0px;
	width:560px;
	height:45px;
	text-align:right;
	padding-right:20px;
}

#logo{
	padding-top:50px;
	padding-bottom:20px;
}

#song_table{

	}

#search_text{
	width:480px;
	height:30px;
	border-width:3px;
	border-style:inset;
	border-color:#7eae16;
	padding-top:5px;
	padding-left:5px;
	font-size:14px;
}

a img{
	border-style:none;	
}

#search_options{
	padding-top:5px;
	width:480px;
	text-align:left;
	vertical-align:top;	
}

#search_button{
	padding-top:20px;
	padding-bottom:10px;
}

#content_text{
	padding-top:10px;
	padding-bottom:40px;
	text-align:justify;
	width:600px;
}

table{
	border-spacing:0px;
	border-width:0px;
	border-collapse:collapse;
	padding:0px;

}

td,th{

}

.radio_button{
	position:relative;
	top:3px;
	}

.table_head{
	background-image: url(/static/pics/table_head.gif);
	background-repeat: repeat-x;
	height:33px;
	border-left-style:solid;
	border-left-color:#d3e5ab;
	border-left-width:2px;
	border-right-width:0px;
	padding-left:5px;	
	padding-right:5px;
	
}

.table_head_left{
	background-image: url(/static/pics/table_head_left.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	width:6px;
	height:33px;
	border-right-style:none;
	border-right-width:0px;
}

.table_head_right{
	background-image: url(/static/pics/table_head_right.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	border-left-style:solid;
	border-left-color:#d3e5ab;
	border-left-width:2px;
	width:9px;
	height:33px;
}

.table_light{
	background-image: url(/static/pics/table_light.gif);
	background-repeat: repeat-x;
	height:43px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:white;
	padding-left:5px;	
	padding-right:5px;
}


.table_dark{
	background-image: url(/static/pics/table_dark.gif);
	background-repeat: repeat-x;
	height:43px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:white;
	padding-left:5px;	
	padding-right:5px;	
}

.table_left{
	background-image: url(/static/pics/table_left.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	width:7px;
	height:43px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:white;
}

.table_right{
	background-image: url(/static/pics/table_right.gif);
	background-repeat: no-repeat;
	width:9px;
	height:43px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:white;
}


.table_foot{
	background-image: url(/static/pics/table_head.gif);
	background-repeat: repeat-x;
	height:33px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:white;
	padding-left:5px;	
	padding-right:5px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.table_foot_left{
	/*
	background-image: url(/static/pics/table_head_left.gif);
	background-repeat: no-repeat;
	*/
	width:6px;
	height:33px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:white;
}

.table_foot_right{
	background-image: url(/static/pics/table_head_right.gif);
	background-repeat: no-repeat;
	width:9px;
	height:33px;
	border-top-width:10px;
	border-top-style:solid;
	border-top-color:white;
}
