@charset "utf-8";
/* CSS Document */

/*----------------ALL-----------------------*/

body{
	background-color:#141414;
	font-family: "Trebuchet MS", Trebuchet, helvetica, sans-serif;
	color:white;
}

a:link, a:visited{
	text-decoration:none;
	color:white
}

a:hover{
	text-decoration:underline;
	color:white;
}

#msgContent{
	border:2px solid black;
	background-color:#202020;
	width:850px;
	margin-left:-1px;
	margin-top:20px;
}

img{
	border:none;
}

/*----------------TOP BAR-----------------------*/

#msgTableTopBar{
	margin-bottom:-20px;
}

#msgTableTopBar ul{
	list-style:none;
	text-align:center;
}

#msgTableTopBar li{
	display:inline;
	color:#666
}

#msgTableTopBar a{
	color:#666
}

#topNav{
	text-align:right;
	margin: 25px 11px -10px 0;
}

/*----------------TABLE-----------------------*/

#msgTblCont{
	margin:0 auto;
	width:850px;
	padding-left:-1px;
	margin-top:-8px;
}

#msgTable{
	width:832px;
	text-align:center;
	background-color:#141414;
	font-size:13px;
}

#msgTable a{
	background-color:transparent;
	color:black;
}

#msgTable td{
	padding:2px;
}

.tableHeader td{
	background-color:#333;
	font-weight:bold;
	color:#ea1862;
}

.Rstyle1 td{
	background-color:#cccccc;
	color:black;
}

.Rstyle2 td{
	background-color:#a1a1a1;
	color:black;
}

/*----------------COLUMN WIDTHS-----------------------*/

.date{
	width:95px;
}

.scripture{
	width:130px;
}

.speaker{
	width:100px;
}

.topic{
	width:300px;
}

/*-----------------MESSAGES PAGE---------------------*/

#msgTitle{
	margin-left:15px;
}

#msgTable{
	margin:10px auto;
}

.mh2{
	color:#ea1862;
	font-size:24px;
	height:35px;
	font-weight:100;
	background-image:url(images/barBG.jpg);
	background-repeat:repeat-x;
}

#subText{
	font-size:10px;
}

#picPad{
	margin:0 16px;
}

#picPad2{
	margin:0 0 0 16px;
}

.mh2 p{
	margin-top:-1px;
	padding-top:4px;
	margin-left:10px;
}

.mh1{
	color:#CCC;
	font-size:22px;
	margin-left:30px;
	margin-bottom:-35px;
}

.msh1{
	color:#999;
	font-size:16px;
	margin-left:10px;
	margin-bottom:-20px;
}

.msh2{
	color:#999;
	font-size:16px;
	margin-left:10px;
	margin-bottom:10px;
}

hr {
	height: 1px;
	width: 98%;
	border: 0;
	margin: 4px 0;
}

.msgCaption{
	font-size:15px;
	width:700px;
	margin:0 auto;
	color:#999;
}

#titleBar{
	margin:10px 10px;
	width:830px;
}

#titleBar p{
	padding-left:10px;
}

#msgSubNav{
	list-style:none;
	margin-left:-37px;
}

#msgSubNav a{
	color:#666;
}

#vidDetails{
	width:215px;
	float:right;
	margin-top:-20px;
	margin-left:5px;
}

#msgVideo{
	margin:10px auto;
	width:730px;
	background-color:#333;
	padding:10px;
	padding-right:30px;
}

#msgVideo2{
	margin:10px auto;	
	width:730px;
	background-color:#333;
	padding:10px 25px;
}

msgVideo{
	background-color:#333;
}

.pink{
	font-weight:bold;
	color:#ea1862;
}

#sideNav{
	width:240px;
	margin-top:10px;
}

#sideNav img{
	margin-bottom:4px;
}

.imgPad{
	margin:0px 0 -5px 20px;
}



/*---------------------HELP PAGE-----------------*/

#helpTbl{
	margin:30px 0 40px 100px;
}

.helpImg{
	margin-left:15px;
}

#helpCol{
	padding-left:30px;
}

#helpRow{
	border-bottom:1px solid #999;
}