/*------------------------------------------------------------------------------
RemoteDepositCapture.com
Homepage Screen Styles
Copyright (c) RemoteDepositCapture.com. All Rights Reserved
------------------------------------------------------------------------------*/

@import url("rdc_global.css");

/*- Heading Definitions -------------------------------------------------------------------
h1: <ALWAYS TOP NAV> - see global.css
h2: RDC Highlights
h3: News Headlines
h4: Section Headings
h5: Webinar Titles
h6: Forum Topics
*/

body
{
	font-size: 11px;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	color: #004276;
	line-height: 16px;
	padding-bottom: 3px;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	color: #004276;
	line-height: 12px;
	margin-bottom: 3px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	color: #ca0002;
	padding-bottom: 3px;
}

h5
{
	font-size: 12px;
	font-weight: bold;
	color: #3b5d14;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h6
{
	color: #b63600;
	font-weight: bold;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 8px;
	text-align: left;
}

.subtitle
{
	font-size: 11px;
	font-weight: bold;
	color: #004276;
	line-height: 16px;
	padding-bottom: 3px;
}

h2 a
{
	color: #004276;
	font-weight: bold;
	font-size: 15px;
}
h3 a
{
	color: #004276;
	font-weight: bold;
	font-size: 12px;
}
h4 a
{
	color: #ca0002;
	font-weight: bold;
	font-size: 14px;
}
h5 a
{
	color: #3b5d14;
	font-weight: bold;
	font-size: 12px;
}
h6 a
{
	color: #b63600;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 8px;
}


#leftColContainerHome
{
	padding: 10px 0px 0px 5px;
	background-image: url(../images/nav/nav_gradient_shadow.jpg);
	background-repeat: repeat-x;
}

#rightColContainerHome
{
	padding-top: 10px;
	background-image: url(../images/nav/nav_gradient_shadow.jpg);
	background-repeat: repeat-x;
}

#centerColContainerHome
{
	background-image: url(../images/home/news_bg_gradient.jpg);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
}

#centerInnerColContainerHome
{
	padding: 10px 0px 0px 15px;
}


.hlHorizonal
{
	border: 0;
	border-top: 1px dotted #d9d9d9;
	height: 0;
	background: #d9d9d9;
	margin: 5px 0px 10px 0px;
}

.hlVertical
{
	background-image: url(../images/nav/nav_gradient_shadow.jpg);
	background-repeat: repeat-x;
	width: 10px;
}

.secondaryLink
{
	font-size: 11px;
	font-weight: bold;
	color: #2a8cbd;
	text-decoration: none;
}


#latestNewsContainer
{
}

.ulLatestNews
{
	list-style-type: none;
}

.ulLatestNews li
{
	padding-bottom: 15px;
}

.newsTeaser
{
	text-align: justify;
	color: #252525;
	line-height: 13px;
}
.newsSource
{
	font-size: 11px;
	color: #b0b0b2;
	white-space: nowrap;
}
.forumsDate
{
	font-size: 11px;
	color: #b0b0b2;
	white-space: nowrap;
}

.ulSecondaryLinks
{
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	color: #2a8cbd;
	text-decoration: none;
}


#otherNewsHeader
{
	background: url(../images/home/tab_blue_right.gif) left top no-repeat;
	text-align: left;
	color: white;
	font-weight: bold;
	width: 225px;
}
#recentrForumsHeader
{
	background: url( '../images/home/tab_blue_right_new.gif' ) no-repeat left top;
	text-align: left;
	color: white;
	font-weight: bold;
	width: 225px;
}
#recentrForumsActiveTopics
{
	background: url( '../images/home/tab_blue_right_new.gif' ) no-repeat left top;
	text-align: left;
	color: white;
	font-weight: bold;
	width: 225px;
}
#marketplaceSection
{
	max-width: 400px;
	margin-top: 8px;
	margin-right: 10px;
}

.marketplaceTable
{
	background: url(../images/home/marketplace_handshake_bg.jpg);
	background-repeat: repeat-y;
}

.marketplaceDescription
{
	color: #2656a7;
	font-weight: bold;
	font-size: 12px;
}

.marketplaceDescriptionDark
{
	color: #3a373d;
	font-size: 12px;
}

.marketplaceTypes
{
	color: #153453;
	font-size: 12px;
}


.ulMarketplace
{
	list-style-image: url(../images/home/marketplace_li.jpg);
	list-style-position: outside;
	color: red;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
	margin-top: 0;
}

.ulMarketplaceLi
{
	color: #26561a;
}


.ulOtherNews
{
	list-style-type: square;
	list-style-position: outside;
	margin-top: 10px;
	margin-left: 15px;
}

.ulOtherNews li, a
{
	font-size: 12px;
	font-weight: normal;
	color: #004276;
	line-height: 14px;
	padding-bottom: 5px;
}



.hlOtherNews
{
	border: 0;
	border-top: 1px solid #004276;
	height: 0;
	background: #004276;
	margin: 0px 0px 0px 0px;
}

.hlRecentForums
{
	border: 0;
	border-top: 1px solid #004276;
	height: 0;
	background: #004276;
	margin: 0px 0px 0px 0px;
}

#webinarHeader
{
	background: url(../images/home/tab_green_left.gif) right top no-repeat;
	text-align: right;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 10px;
	width: 125px;
}

#webinarHeader a
{
	color: white;
	font-size: 11px;
	padding-right: 5px;
}

#webinarDate
{
	float: left;
	vertical-align: text-bottom;
	text-align: left;
	color: #fe6404;
}

.hlWebinar
{
	border: 0;
	border-top: 1px solid #589346;
	height: 0;
	background: #589346;
	margin: 0px 0px 0px 0px;
}

.webinarDescription
{
	color: #3b5d14;
}

.webinarOther
{
	color: #fe6404;
	font-size: 12px;
	font-weight: bold;
}

.webinarOtherAlt
{
	color: #004276;
	font-size: 12px;
}


#forumContainer
{
	background-image: url(../images/home/forum_bg_gradient.jpg);
	background-repeat: repeat-y;
	width: 100%;
}

.forumUl
{
	margin: 5px 0px 0px 15px;
	padding: 0;
	text-align: left;
	border-spacing: 0;
	list-style-type: circle;
	list-style-position: inside;
	font-size: 12px;
	color: #004276;
	line-height: 18px;
}


.toolBoxItem
{
	font-size: 14px;
	font-weight: bold;
	color: #004276;
}

.commentCount
{
	background-image: url(../images/home/comment_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 16px;
	height: 15px;
	text-align: center;
	font-size: 9px;
	color: #fff;
	letter-spacing: -1px;
	padding-right: 2px;
	padding-bottom: 1.5px;
}

.commentCountText
{
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}

.newsTabRed
{
	background-image: url(../images/home/news_tab_red.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 88px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}

.newsTabBlue
{
	background-image: url(../images/home/news_tab_blue.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 88px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.tabText
{
	font-size: 11px;
	color: #fff;
	margin-bottom: 3px;
}



