/* -------- Worship Plan Styles ---------------*/

#worship_plan_header {
	background: url(../../images/header_bg.jpg) no-repeat;	
	height:33px;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	padding-top:9px;	
	margin-bottom:12px;
}

#worship_plan_list_header {
	padding-top: 11px;
	font-size:16px;
	font-weight:bold;
}

#worship_plan_top {
	width:861px;
	height:53px;
	background: url(../../images/header_bg.jpg) no-repeat; 
}

#worship_plan_title {
	height:26px;
	padding-left:12px;
}

#worship_plan_middle {
	width:845px;
	background: url(../../images/worship_plan_middle.jpg); 
	background-repeat:repeat-y;
	font-size:12px;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:-10px;
	font-size:1.3em;
}

#worship_plan_middle th { /* Gives the grey bar appearance behind header row */
	background: url(../../images/worship_plan_th.png); 
	height:22px!important;
	text-align:left;
	padding: 0px 7px 0px 25px;
}

#worship_plan_middle td {
	text-align:left;
	padding: 7px;
}

.list_td {
	padding-left:40px;
}

#worship_plan_bottom {
	width:861px;
	height:29px;
	background: url(../../images/worship_plan_bottom.jpg) no-repeat;
}

#cust_serv_wrap {
	padding:20px;
	text-align:center;
}

.text_left{
	text-align:left!important;
	padding-left:40px!important;
}

.header_border {  /* Places white borders on header row */
	border-left:2px solid #fff;
}

.worship_plans_more{ /* Styles worship plan expanded table */
	padding:3px!important;
	font-size:.9em;
	text-align:left!important;
}

.short_row td {  /* removes padding from a hidden first row */
	height:0px!important;
	padding:0px!important;
}


.alt{  /* Every other row color in main worship plan table */
	background:#F0F0F0;
}

.alt_blue{ /* Selected row color */
	background:#D2E7FC;
}

.alt_blue2{ /* Every other row color in expanded worship plan table */
	background:#E9F2FB;
}
th.forwardSortrr {
	background-position:10px 12px;
	background-image: url("../../images/grey_arrow.jpg");
	background-repeat:no-repeat;
}
th.reverseSortrr {
	background-position:10px 12px;
	background-image: url("../../images/grey_arrow_up.gif");
	background-repeat:no-repeat;
}

.dottedline {
	background-image: url("../../images/dotted_border.gif");
	background-repeat:no-repeat;
}
.dottedlinebottom {
	background-position:0% 100%;
	background-image: url("../../images/dotted_border.gif");
	background-repeat:no-repeat;
}

.songMapLegend {
	font-size: 10px;
	font-weight: normal;
	margin-left: 10px;
	font-family: Lucida Sans Unicode;
}

.notDownloadable {
	font-weight: normal;
}

#song_keys {    
    font-weight: bold;
    font-size: 1.0em;
    border: 1px solid gray;
    height: 17px;
}