/* Main CSS Document for Our Journey Of Hope
   
   Originally Created By: Dhaval Parekh (dhaval.parekh@ctca-corp.com)
*/
/******************* Begining of Message Board Topics Box *******************/

#messageBoardMainTopics{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#messageBoardMainTopics h3{
	background-color: #ffffff;
	padding:0px;
	margin:0px;
}

#messageBoardMainTopics h3 a{
	
	text-decoration: underline;
	font-size:20px;
}



#messageBoardMainTopics a{
	
	text-decoration: underline;
	font-size: 13px;
}



#messageBoardTopicsColumn{
	margin: 15px 0px 15px 0px;
	padding:0px;
	float:left;
	width: 30%;
}

#messageBoardTopicsColumn div h4 {
	margin: 0px;
	padding:0px;
}

#messageBoardTopicsColumn div h4 a{
	color: #336699;
	text-decoration: underline;
	font-size:16px;
}

#messageBoardTopicsColumn div h4 a:hover{
	color: #D27D1A;
}

#messageBoardTopicsColumn div a{
	color: #336699;
	text-decoration: underline;
	font-size: 13px;
}

#messageBoardTopicsColumn div a:hover{
	color: #D27D1A;
}
/********************Specific Styles for Messages page******************/
#messagebox
{
	border:solid 1px #cccccc;
	margin: 0px;
	padding: 1px;
	float: left;
	width: 501px;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 497px;
} 

html>body #messagebox
{ 
    width: 497px;  /* Ending Win IE Fix */ 
} 
#messageparagraph{
	float: left;
	margin:0px;
	padding: 5px;	
}
#replymessagebox
{
	border:solid 1px #cccccc;
	margin: 0px;
	padding: 1px;
	float: left;
	width: 487px;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 483px;
} 

html>body #replymessagebox
{ 
    width: 483px;  /* Ending Win IE Fix */ 
} 

#membernavigation
{
	background-color: #cccccc;
	padding: 5px 3px 5px 3px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 497px;
	font-weight:bold;
	vertical-align:middle;
	height: 18px;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 491px;	
} 

html>body #membernavigation
{ 
    width: 491px;  /* Ending Win IE Fix */ 
} 
#replymessagelink 
{
	float: right;
	
}
#recommendmessagelink
{
	float:left;
	color:#999999
}
#messageheader1
{	
	background-color:#c5cfea;
	padding: 5px 3px 5px 3px;
	margin: 1px 0px 0px 0px;
	float: left;
	width: 497px;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 491px;
} 

html>body #messageheader1
{ 
    width: 491px;  /* Ending Win IE Fix */ 
} 
#replymessageheader1
{	
	background-color:#c5cfea;
	padding: 5px 3px 5px 3px;
	margin: 0px;
	float: left;
	width: 487px;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 483px;
} 

html>body #replymessageheader1
{ 
    width: 483px;  /* Ending Win IE Fix */ 
} 
#messageheaderinside
{
	float: left;
	background-color:#c5cfea;
}
#messageheaderinside1
{
	float:right;
	background-color:#c5cfea;
}
#mbnavigationbar
{
	background-color: #cccccc;
	padding: 5px 3px 5px 3px;
	float: left;
	width: 497px;
	height: 17px;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 491px;	
} 

html>body #mbnavigationbar
{ 
    width: 491px;  /* Ending Win IE Fix */ 
} 
#mbviewtypelink
{
	float:left;
	font-weight:bold;
	color:#999999
}
#mbforwardbackwardlinks
{
	float:right;
	font-weight:bold;
	color:#999999
}
#singleviewtop
{
	padding: 5px 3px 5px 3px;
	float: left;
	width: 501px;
	font-weight:bold;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 495px;
} 

html>body #singleviewtop
{ 
    width: 495px;  /* Ending Win IE Fix */ 
}
#singleviewbottom
{
	float:left;
	padding: 5px 3px 5px 3px;
	font-weight:bold;
	width: 501px;
	voice-family: "\"}\"";  /* Begin Win IE Fix */ 
    voice-family:inherit; 
	width: 495px;
} 

html>body #singleviewbottom
{ 
    width: 495px;  /* Ending Win IE Fix */ 
} 
#singleviewlinktop
{
	float:left;
	color:#004187;
}
#singleviewlinkbottom
{
	float:left;
	color:#004187;
}
#viewallpagesbottom
{
	float:right;
}
#viewallpagestop
{
	float:right;
}
#messagetreebox
{
	float:left;
	width:100%
}
#messagetreebox ol
{   background-image: none;
	background-color:#ffffff;
	font-weight:bold;
	padding:0px;
	margin: 0px;
	list-style-position: inside;
	
}
#messagetreebox ol li
{
	padding: 2px;
	margin: 3px 0px 0px 0px;
	background-color: #ffffff;

}

#startnew a{
	color: #D27D1A;
	margin:0px;
	padding: 2px 0px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}
#startnew a:hover{
	color: #D27D1A;
	margin:0px;
	padding: 2px 0px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline
}

/******************* End of Message Board Topics Box *******************/

/******************* Begin of Left Arrow Tip Box *******************/

#tipBoxLeftArrow{
  	margin: 0px 0px 5px 5px;
  	padding: 10px;
  	background-color: #c5cfea;
}

#tipBoxLeftArrow h6{
	background-image: url(/message-board/images/arrow-left-light-blue.gif);
	background-repeat:no-repeat;
	background-color: #c5cfea;
	color: #004187;
	margin: 0px;
	padding:1px 0px 1px 25px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.25px;
}

#tipBoxLeftArrow p {
	color: #004187;
	font-size: 11px;
	margin: 0px;
	padding:9px 0px 9px 10px;
}
/******************* End of Left Arrow Tip Box *******************/



/******************* Begin of Content Container *******************/
#clickStream{
	margin: 0px;
	padding: 5px 5px 5px 0px;
	font-size: 11px;
	font-weight: bold;
}

#clickStream a{
	text-decoration: underline;
}

#clickStream a:hover{
	text-decoration: underline;
}

#clickStream strong{
	margin: 0px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	color: #999999;
}
/******************* End of Content Container *******************/

/*******************Journey Of Hope Specific *******************/
.leftMenu {
	color:#D27D1A;
	font-size:18px;
	padding-left:5px;
	font-family: Arial;
}

#tableheading5 {

	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#navmenu a{
	
	color:#ffffff;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	
}
#navmenu a:hover{
	
	color:#D27D1A;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	
}
#navmenu ul{
	margin: 0px 0px 0px 17px;
	padding: 5px 5px 5px 8px;
	list-style-image: url(/images/bullet-off.gif);
}
#onPage {
	list-style-image: url(/images/bullet-on.gif);
	color: #999999;
	font-weight: bold;
}

#onPage a{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#navmenu li{
	margin: 0px;
	padding: 2px;
	font-weight: bold;
}
h1 {

	font-weight: bold;
	margin: 0px;
	padding: 10px 5px 3px 0px;
	border-bottom: 1px solid #004187;
	text-transform: capitalize;
}
h2 {
	color: #D27D1A;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 5px 5px 0px;
	text-transform: capitalize;
}
h3 {
	color: #724D92;
	margin:0px;
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

h4 {
	color: #004187; 
	margin:0px;
	padding: 2px 5px 2px 5px;
	background-color: #ffffff; 
	font-size: 12px;
	text-transform: capitalize;
}


/*******************End Of Journey Of Hope Styles **************/
