/************************************************************************
 * RICS																	*
 ************************************************************************
 * Filename    : custom.css												*
 ************************************************************************
 * Description : Contains custom styles.								*
 ************************************************************************
 * Version     : 1.0													*
 ************************************************************************
 * By 														(c) 2007	*
 ************************************************************************

 Revision History
 ------------------------------------------------------------------------
	1.0.0	
 ------------------------------------------------------------------------
*/
input.search
{
	font-family: arial, sans-serif, verdana;
	color: #888888;
	font-size: 11px;
	padding-left: 5px;
	background-color: #ffffff;
  	border: 1px inset #b2b2b2;
  	width: 120px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatLeftThumb {
	float: left;
	margin-right:10px;
	border: solid 1px #c8c8c8;
	padding: 2px;
}
.floatLeftThumb2 {
	float: left;
	margin-right:10px;
}

.redText {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color:#bf1125;	
	font-size: 11px;
	line-height: 14px;
}


.whiteText {
	color:#ffffff;
	font-size: 10px;
}



/* BULLETED LINKS */

.link_bullet1
{
	text-decoration: none;
	background: url('../images/bullet1.gif') no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 10px;
	display: block;
	color: #414b56;
}







/* UL BULLETED LINKS */

.bulleted_list{	margin: 0px;	padding: 0px;	list-style-type: none;
}
.bulleted_list li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
	.bulleted_list li a{	color: #bf1125 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	padding-left: 16px;
	background: url('../images/bullet.gif') no-repeat 0px 3px;
	line-height:20px;
	display: block;
	text-decoration:none;
}

.bulleted_list li a:hover{	color: #bf1125;
	text-decoration:underline;
}







/* UL NO BULLETED LINKS */

.no_bulleted_list{	margin: 0px;	padding: 0px;	list-style-type: none;
}
.no_bulleted_list li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
	.no_bulleted_list li a{	color: #bf1125 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	padding-left: 16px;
	padding-bottom:5px;
	line-height:20px !importnat;
	display: block;
	text-decoration:none;
}

.no_bulleted_list li a:hover{	color: #bf1125;
	text-decoration:underline;
}



/* DOWNLOAD PDF LINK */

.download_pdf_arrow {
	text-decoration: none;
	background: url('../images/btn_download_pdf.gif') no-repeat 0px 5px;
	margin-top: 6px;
	padding: 6px 0px 0px 20px;
	height: 22px;
	float: right;
	font-size: 10px;
	display: block;
}
.download_pdf_arrow:hover {
	text-decoration: underline;
}






/* CUSTOM INDENTING AND DIMENSIONS */
.indent5 {
	margin-top: 5px;
	margin-left: 10px;
}
.fullWidth {
	width: 100%;
}
.drop5 {
	margin-top: 5px;
}
.drop10 {
	margin-top: 10px;
}
.thirdWidth {
	width: 35%;
}





.songs_col_1 {
	float: left;
	width: 130px;
}
.songs_col_2 {
	float: left;
	width: 50px;
}
.songs_col_3 {
	float: left;
	width: 145px;
}
.songs_col_4 {
	float: left;
	width: 50px;
}





.thirdColumn {
	float: left;
	max-width: 30%;
}
.thirdColumn_second {
	float: left;
	width: 29%;
	margin-left: 5%;
}

.noLeftBorder {
	border-left: 0px !important;
}
.noRightBorder {
	border-right: 0px !important;
}



