/*!
 *
 * 	Main Components Stylesheet - main2.css 
 * 	Copyright 2012 	Dealertrack Technologies
 *  http://www.Dealertrack.com
 *	Version 1.0.0 - Updated: October 5th, 2012
 *
 *  -----------------------------------------------
 *
 *	Table Of Contents:
 *		1. Main Page Image Slider
 *			a. Slider Containers
 *			b. Slider Content
 *			c. Slider Pagination
 *		2. Main Page Video Scroller Carousel
 *			a. Scroller Containers
 *			b. Hover Effects
 *			c. Video Details
 *		3. News Updates & News Spotlight
 *			a. News Containers
 *			b. News Updates
 *			c. News Spotlight
 *		4. Banners
 *			a. Page Image Banner 
 *			b. Welcome Page Banner
 *			c. Landing Page Banner
 *		5. Inline Navigation
 *		6. What This Product Does For You
 *			a. Positioning Statments
 *			b. WTPDFY
 *		7. Features & Benefits
 *		8. Feature Showcase
 *			a. Feature Showcase Double Column
 *		9. Resources
 *		10. Related Products
 *		11. Forms
 *			a. Side Module Form
 *		12. Buttons
 *			a. Action Buttons
 *      13.Side Modules
 *          a. Stock Quote
 *      14.Login
 *          a. Home Page
 *		
 *  -----------------------------------------------
 *
 *	Developer Note: [#] !important; 
 *	1. Main Page Image Slider: [3]
 *	2. Main Page Video Scroller Carousel: [5]
 *	3. News Updates & News Spotlight
 *	4. Banners [2]
 *	5. Inline Navigation [0]
 *	6. What This Product Does For You [0]
 *	7. Features & Benefits [0]
 *	8. Feature Showcase [0]
 *	9. Resources []
 * 	10. Related Products [0]
 *	11. Forms [0]
 *	12. Buttons [1]
 *
 *  -----------------------------------------------
 *
 */

/*------------------------------------------------------------------------------------------------>*/

/* Main Page Image Slider */
/*****  Slider Containers ******/
div#main-slider-container {
	height: 385px;
	width: 960px;
}
div#main-slider-wrapper {
	position: relative;
	z-index: 0;
	height: 385px;
	width: 960px;
	margin: 0px;	
}
div#home-slider {
	position: relative;
	height: 385px;
	width: 960px;
}
#slides {
	position: absolute;
	z-index: 100;
	left: 0px;
}

.slides_container {
	position:relative;
	display:none;
	height: 385px;
	width:960px;
	overflow:hidden;
	background-color:#000;
}

/*****  Slider Content ******/
.slides_container a {
	width:960px;
	height:385px;
	display:block;
	text-decoration:none;
}
.slides_container a img { display:block; }
.slide-information {
	position: absolute;
	top: 100px;
	z-index: 200;
	width: 370px;	
	margin: 0px 0px 0px 50px;
}
.slide-information .slide-copy {
	width: 385px;
	padding: 10px 0px 10px 10px;
}
.slide-information .slide-copy h1 {
	font-size: 37px;
	line-height: 38px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;	
}
.slide-information .slide-copy h2 {
	margin:-10px 0px 0px 0px;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;	
}
.slide-action {
	position: absolute;
	left: 0px;
	height: 35px;
	width: 395px;
	text-decoration: none;
	background-image: url(../images/ui/45opacity-WhiteBG.png);
}
.slide-action-text {
	float: left;
	height: 25px;
	width: 350px;
	padding: 10px 10px 0px 0px;
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;	
}
.slide-action-icon {
	float: left;
	height: 35px;
	width: 35px;		
}

/*****  Slider Pagination ******/
.pagination {
	position:absolute;
	right: 15px;
	bottom: 15px;
	z-index:500;
	width:100px;
}
.pagination li {
	float:left;
	margin:0px 1px;
	list-style:none;
}
.pagination li a {
	float: left;
	display: block;
	width:10px;
	height:10px;
	font-size: 0px !important;
	color: transparent !important;
	text-indent: -100000px !important;
	overflow: hidden;
	background-image:url(../images/1x1-ZeroOpacity.png);
	background-repeat:repeat;
	border: 2px solid #FFF;
}
.pagination li.current a {
	background-color: #6dcff7;
	border: 2px solid #6dcff7;
}

.home-image-slider-title-container { height:30px; }
.home-image-slider-icon-box {
	float:left;
	height:30px;
	width:30px;
	background-color:#7ca9da;
}
.home-image-slider-icon-box img {
	height:30px;
	width:30px;
}
.home-image-slider-title {
	float:left;
	height:18px;
	background-color:#fff;
	padding: 7px 10px 5px;
}
.slide-information .black-opacity-80 h1 { color:#fff; }
.slide-information .black-opacity-80 h2 {
    color:#fff;
    font-weight:normal;
}
.slide-information .white-opacity-90 h1 { color:#000; }
.slide-information .white-opacity-90 h2 {
    color:#494f55;
    font-weight:normal;
}

/*------------------------------------------------------------------------------------------------>*/

/* Main Page Video Scroller Carousel */
/*****  Scroller Containers ******/
.main-video-item-container {
	height: 165px;
	/* width: auto !important;*/ /*BEING CONTROLLED BY INLINE STYLE VIA JS */
	margin: 0px 0px 20px 0px;
	overflow: hidden !important; /* Hides Image Glitch */
	background-color: #FFF;
}
.main-video-item {
	float: left;
	height: 165px;
	width: 225px;
	background-color: #EEE;
	overflow: hidden !important;
	margin-right: 20px !important;
}

.main-video-item-last {
	float: left;
	height: 165px;
   	width: 225px;
	background-color: #EEE;
	overflow: hidden !important;
	}

/*****  Hover Effects ******/			
.vid1 { 
	height:55px; 
	width:225px; 
	overflow: hidden !important; /* Hides Watch Video Glitch */
}
.btn1 {
	position: absolute;
	bottom: 0px;
	background-color: transparent;
	background-image: url(../images/ui/80opacity-BlackBG.png);
	background-repeat: repeat;
	cursor: pointer;
}
.vieo-plus-open {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:18px;
	line-height: 0px;
	color: #5bb5e4;
	padding: 13px 9px 0px 0px !important;
}

/***** Video Details ******/
.video-details {
	width: 225px;
	height: 50px;
	padding: 5px 0px 0px 8px;
}	
.video-details ul {
	margin: 0px;
	padding: 0px;
}
.video-title {
	margin: 0px;
	font-size: 17px !important;	
}				
.video-details li {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FFF;
	list-style: none;
}
.watch-video {
	width: 225px;
	height: 30px;
}
.watch-video-title {
	float: left;
	width: 195px;
	padding: 3px 5px 0px 0px;
	font-size: 11px;
	text-align: right;
	color: #FFF;
}
.watch-video-arrow {
	float: right;
	height: 30px;
	width: 25px;
	background-image: url(../images/ui/watch-video-arrow.png);
	background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------------------>*/

/* News Updates & News Spotlight */
/***** News Containers ******/
#main-news-container{
    margin:0 0 20px 0;
}
.home-news-container {
	width: 960px;
	height: 220px;
}
.main-news-update-wrapper {
	float: left;
	width: 540px;
	margin-top:10px 0px 0px 0px;	
}

/***** News Updates ******/
.main-news-updates {
	float: left;
	width: 540px;
	margin: 0px 10px 0px 0px;
}
.main-news-updates ul li {
	float: left;
	height: 50px;
	width: 540px;
	color: #FFF;
	list-style:none;
	overflow:hidden;
	background-color: #e6e8e9;
}
.main-news-updates ul li:hover {
	color: #FFF;
	background-image: url(../images/ui/news-update-hover-arrow.png);
	background-repeat: no-repeat;
	background-position: right;	
	background-color: #091b26;
}
.main-news-updates ul li:hover div, .main-news-updates ul li:hover div a { color: #FFF;	}
.main-news-updates ul li:hover .article-description { color: #47545c; }
.main-news-updates ul li .news-update-date {
	float: left;
	height: 50px;
	width: 60px;
}
.date-month {
	margin: 12px auto 0px auto;
	font-size: 10px;
	line-height: 1px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #979a9e;
}
.date-day {
	margin: 0px auto;
	font-size: 25px;
	text-align: center;
	color: #979a9e;
	font-weight: bold;
}
.main-news-updates ul li .news-update-article {
	float: left;
	padding: 7px 0px 0px 5px;
}
.article-title, 
.article-title a {
	width: 425px;	
	font-size: 13px;
	color: #333;
	font-weight:bold;	
	text-decoration:none;
}
.article-description {
	width: 425px;
	font-size: 10px;
	white-space:nowrap;
	color: #666;
	overflow: hidden;
}

/***** News Spotlight ******/
.main-news-spotlight-wrapper {
	float: right;
	width: 385px;
}
.main-news-spotlight {
	float: left;
	width: 385px;
}

/*------------------------------------------------------------------------------------------------>*/

/* Banners */
/***** Page Image Banner ******/
.image-wrapper {
	position:relative;
	top: 0;
	left: 0;
	width: 100%;
	margin:-20px 0px 0px 0px;
	background-color:#F00; 
	background-position:center;	
}
.image-container {
	#position: relative; 
	clear:both;
	display: table; 
	height: 300px;
	width: 960px; 
	margin: 0px auto; 
	overflow: hidden;
}
.image-ref-point {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle; 
}
.image-copy {
	position:relative;
	left:50px;
	#position: relative; 
	#top: -50%; 
	width: 650px;
	padding: 10px;
}
.image-copy h1, .image-copy h1 p {
	clear: both;
	margin-top: 0px;
	font-size:23px;
	line-height: 18px;
	color: #FFF;
	font-weight: 900;
}
.highlight {
	display: inline-block !important;	
	margin-right: 0px 1px 0px 0px;
	padding: 9px 10px 10px 9px !important;
}
.image-copy p {
	margin:10px 0px 0px 0px;
	font-size:14px;
	line-height:14px;
	color:#808080;
}
.text-container { clear:both; }
.image-title-container { height:30px; }
.image-banner-icon-box {
	float:left;
	height:30px;
	width:30px;
	background-color:#5bb5e4;	
}
.image-banner-icon-box img {
	height:30px;
	width:30px;
}
.image-banner-title {
	float:left;
	height:18px;
	padding: 7px 15px 5px 10px;
	background-color:#FFF;	
}
div.page-image-banner-wrapper {
	height: auto;
    width:100%;
	z-index:5;
    margin:5px 0px 0px 0px;
}
 div.page-header-image {
	z-index: 100;
	width: 960px;
	min-height: 380px;
	height: auto;
	margin:0px auto;	
}
div.header-image {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;	
}
.page-header-image-copy {
	z-index: 200; 
	position: absolute;
	top: 70px;
	left: 0px;
	height: 155px;
	width: 385px;
	padding: 10px 0px 0px 10px;
	background-color: #000;
}
.page-header-image-copy h1 {
	font-size: 37px;
	line-height: 39px;
	color: #FFF;
	font-weight: 900;
}
.page-header-image-copy h1 p {
	font-size: 37px;
	line-height: 39px;
	color: #FFFFFF;
	font-weight: 900;
}

.text-container h1 .black-opacity-80 { color:#fff; }
.text-container h1 .white-opacity-90 { color:#000; }

/***** Welcome Banner ******/
.welcome-container {
	width:660px;
    margin:0px auto; 
}

/***** Landing Banner ******/
.youtube-banner {
    width: 960px;
    margin: 0px auto;
    overflow: hidden;
    text-align:center;
}

/*------------------------------------------------------------------------------------------------>*/

/* Inline Navigation */

/*
.nav-container {
    float:left;
	width:300px;
	margin: 0px 10px 15px 0px;
}
.icon-container {
	float:left;
	width:25px;
	margin: 3px 15px 0px 0px;
}
.nav-content {
	float:left;
	width:260px;
}
.nav-content div a {
	color: #7b7b7b;
	font-weight: bold;
	text-decoration:none;
}
.nav-content div a:hover,
.nav-content div a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
*/

.inline-nav-container {
    margin:25px 0px;
}
.inline-nav-item {
	float:left;
	height:50px;
	width:315px;
	margin:0px 25px 25px 0px;
}
.inline-nav-icon {
	float:left;
	height:50px;
	width:50px;
	margin: 0px 15px 0px 0px;
}
.color-box {
	height:50px;
	width:50px;
}
.inline-nav-content {
	position:relative;
	float:left;
	height:50px;
	width:250px;
	overflow:hidden;	
}
 .inline-nav-content ul li.inline-nav-header {
	color: #535353;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-top: -3px;
}
.inline-nav-item:hover .inline-nav-content ul li.inline-nav-link {
	color:#000;
	font-weight:bold;
}
.inline-nav-content ul li {
	color: #7B7B7B;
	font-size: 10px;
	line-height: 13px;
	overflow: hidden;
	width: 250px;
}
.inline-nav-action {
	position:absolute;
	bottom:0px;
}
.inline-nav-content ul li.inline-nav-link {
	color:#535353;
	font-weight:bold;
}

/*------------------------------------------------------------------------------------------------>*/

/* What This Product Does For You */
/***** Positioning Statments ******/
.positioning-statement-container { margin-bottom:20px; }
.positioning-statement {
	font-size:16px;
	color:#535353;
	font-weight:bold;
}
.positioning-statement-subtext{}

/***** WTPDFY ******/
.whatThisDoes-container {
	float: left;
	width:695px;
	padding: 0px 0px 25px 0px;
	margin-left:0px 0px 0px -10px;
	color: #5f6168;
}
.what-this-product-does-item {
	float:left;
	height:70px;
	width: 180px;
	margin-top:5px 0px 0px 0px;
	padding: 0px 15px 0px 35px;
	overflow:hidden;
	border-right:1px solid #ccc;
}
.what-this-product-does-action-arrow {
	float: left;
	height: 20px;
	width: 20px;
	margin: 0px 0px 0px -20px;
	font-size: 18px;
	background-repeat: no-repeat;
	display:none;
 }
.what-this-product-does-action-arrow img {
	position: relative;
	left: -5px;
	top: 1px;
}
.what-this-product-does-point-title {
   	font-size:18px;
	font-weight:bold;
}
.what-this-product-does-point {
	font-size:11px;
	line-height:14px;
}

/*------------------------------------------------------------------------------------------------>*/

/* Features & Benefits */
.features h2 { color:#1d2b34;}
.features ul {
   margin: 0px 0px 0px 15px;
   list-style-type: square;
}
.features li  { margin-top:7px 0px 0px 0px; }

/*------------------------------------------------------------------------------------------------>*/

/* Feature Showcase */
/***** Feature Showcase Double Column ******/
div.feature-showcase-container { margin-bottom:20px; }
.feature-showcase-title {
	font-size: 16px;
	color: #1D2B34;	
}
div.feature-showcase-item {
	float: left;
	height: 90px;
	margin: 0px 0px 25px 0px;
	color: #5F6168;
	background-color: #F3F4F4;
}
div.feature-showcase-2-col {
	width: 315px;
	margin: 0px 25px 25px 0px;
}
div.feature-showcase-1-col {
    width: 685px;
}
 div.feature-showcase-item:hover {
	color:#FFF;
	background-color: #1d2b34;
}
div.feature-showcase-item:hover .feature-showcase-action { background-color: #FFF; }
div.feature-showcase-item:hover .feature-showcase-action .feature-showcase-actionType { color: #1d2b34; }
div.feature-showcase-item:hover .feature-showcase-action .feature-showcase-actionArrow { background-image: url(../images/MoreInfo_FS_Button_Hover.ashx); }
div.feature-showcase-image {
	float: left;
	margin: 0px 15px 0px 0px;
}
div.feature-showcase-content {
	position:relative;
	float:left;
	height:80px;
	padding: 10px 15px 0px 0px;	
}
div.feature-showcase-content-2-col {
    width:195px;
}
 div.feature-showcase-content ul li {
	font-size: 10px;
	line-height:14px;
}
div.feature-showcase-content ul li.feature-showcase-header {
	margin: 0px 0px 3px 0px;
	font-size: 12px;
	font-weight: 700;
}
div.feature-showcase-action {
	position:absolute;
	bottom: 10px;
}

/*------------------------------------------------------------------------------------------------>*/

/* Resources */

.page-resources-container {
	float: left;
	display: block;
	height: auto;
	width: 685px;
	margin: 0px 0px 25px 0px;
}
.page-resources-container h2 {
	margin-bottom: 0px 0px 10px 0px;
    color: #1D2B34;  
}
.jcarousel-skin-tango .jcarousel-container { /* Main Structural Container for Carousel */ }
.jcarousel-skin-tango .jcarousel-item { /* Controls Carousel Item */
	height: auto;
	width: 143px;
	margin: 0px 15px 0px 0px;
	overflow:hidden;
}
.jcarousel-item-image { /* Controls Carousel Item */
	border: 1px solid #d6d6d6 !important;
	width: 141px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 617px; /* Due to Padding */
}
.jcarousel-skin-tango .jcarousel-clip {
    margin-right: 27px;
    margin-left: 31px;
    position: relative;
    overflow: hidden;
    width: 617px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  617px;
    height: auto;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	width: 143px;
}
.jcarousel-skin-tango .jcarousel-item {
	position: relative;
	height: auto;
	width:143px; 
}
.action-video { background: url("/~/media/F218D5CE35E04CB8A52579B74DB7898D.ashx") no-repeat 0 0; }
.action-pdf { background: url("/~/media/170B5E80DEC04C0E9ABA9DA004713673.ashx") no-repeat 0 0; }
.action-page { background: url("/~/media/FCE651820C0345EF93B17A79A1634D03.ashx") no-repeat 0 0; }

.jcarousel-item .jcarousel-action-button {
	position: absolute;
	top: 76px;
	left: 13px;
	display: block;
	height: 21px;
	width: 122px;
	background-position: 0 0;
	cursor:pointer;
}
.jcarousel-item:hover .jcarousel-action-button {
    background-position:0 -21px;
}
.carousel-item-image {
	width: 143px;
	border-right: 1px solid #F00;
}	
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	color: #000;
}
.resources-item-title{
    margin: 4px 0 0 0;
    width: 143px;
    height:auto;
    color:#899298;
    font-size:10px;
    overflow:hidden;
    line-height:14px;
}


/**
  Horizontal Buttons
**/


/* 
 Next Button
*/
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 0;
	right: -64px;
	width: 22px;
	height: 117px;
	cursor: pointer;
	background-image: url(../images/carousel/resources-next-arrow.ashx);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #E6E7E9;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus 
{
    background-image: url(../images/carousel/resources-next-arrow-hover.ashx);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #091b27;
    
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
}



/* 
 Previous Button
*/
.jcarousel-skin-tango .jcarousel-prev-horizontal 
{
    position:absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 117px;
	cursor: pointer;
	background-color: #666;
	background-image: url(../images/carousel/resources-previous-arrow.ashx);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #E6E7E9;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-image: url(../images/carousel/resources-previous-arrow-hover.ashx);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #091b27;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {  
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
}

/*------------------------------------------------------------------------------------------------>*/

/* Related Products */

.page-related-products-container {
    float: left;
	width: 685px;
    margin: 0px 0px 20px 0px;    
}
.page-related-products-container h2 {
	 margin: 0px;
	color: #1D2B34;
	font-size: 16px;
}
.page-related-products-container li {
	float: left;
	list-style: none outside none;
	margin-right: 15px;
	margin-bottom: 10px;
}
.page-related-products-container li a {
	line-height:14px;
	vertical-align:top;
	color:#909090;
	font-weight:bold;
}
.page-related-products-container li a:hover {
	color:#909090;
	font-weight:bold;
}
.related-product-node {
	float: left;
	height: 13px;
	width: 13px;
	margin: 0px 5px 0px 0px;	
}

/*------------------------------------------------------------------------------------------------>*/

/* Forms */
/***** Side Module Form ******/
.form-container {
    float: left;
	width: 220px;
    margin: 0px 0px 25px 0px;
	background-color: #F2F2F1;
}
.message-container {
	height:100%;
	width:100%;
	text-align:center;
}
.form-header {
	height: 27px;
	width: 210px;
	font-size: 16px;
	font-weight: 300;
	color: #132530;
	padding: 3px 0px 0px 10px;
	background-color: #D0D2D3;
}
.form-content {
	width: 200px;
	margin: 10px auto 15px;
}
.form-fields {
	width: 200px;
	margin:15px 0px 0px 0px;
}
.human-readable {
	height:0px;
	width:0px;
	display:none;
}
.field-container {
	float:left;
	margin: 5px 0px;
}
.hidden { display:none; }
.field-container input, .field-container textarea, .field-container select {
	font-size:12px;
	color:#5F6168;
	/*font-family: Arial,sans-serif;*/
}
.required-identifier{
	margin: 0px 5px 0px 0px;
	vertical-align:top;
}
.not-required
{
    margin-left:13px;
}
.field-container input.validation-error, .field-container textarea.validation-error { border-color:#f00; }
.form-btn-container {
	clear:both;
	height: 23px;
	width: 200px;
	padding: 15px 0px 0px 0px;
}
.form-btn-commit-container {
	position:absolute;
	right: 20px;
	height: 21px;
	width: 83px;
	padding: 2px 0px 0px 5px;
    font-size: 12px;
	color: #132530;
	font-weight: 300;
}
.form-btn-commit {
	height: 23px;
	width: 88px;
	text-align: left;
	background-color:transparent;
	background: url("/~/media/cta-buttons/Submit-Form_Button.ashx") no-repeat 0 0;
	border:0;
	cursor:pointer;
}
.form-btn-commit:hover {
	background-image: url("/~/media/cta-buttons/Submit-Form_Button.ashx");
	background-position:0 -23px;
}
.form-btn-clear-container {
	float: right;
	height: 21px;
	width: 83px;
	padding: 2px 10px 0px 0px;
    font-size: 12px;
	color: #132530;
	font-weight: 300;
}
.form-btn-clear {
	height: 23px;
	width: 88px;
	text-align: left;
	background-color:transparent;
	background-image: url(../images/Forms/form-btn-clear.ashx);
	border:0;
	cursor:pointer;
}
.required { border:1px solid #0000ff;}
		
/*------------------------------------------------------------------------------------------------>*/

/* Buttons */
/***** Action Buttons ******/
div.action-button {
   	height: 20px;
    min-width: 65px;
	background-color:#bdc0c2;
}  
div.action-button .action-type {
	float: left;
	padding: 2px 15px 0px 7px;
	color: #1D2B34;
	font-weight: normal !important;
}
div.action-button .action-arrow {
	float: right;
	height: 20px;
	width: 20px;
	background-image: url(../images/MoreInfo_FS_Button.ashx);
	background-repeat: no-repeat; 
}

/*------------------------------------------------------------------------------------------------>*/

/* Side Modules */
/***** Stock Quote ******/
.stock-price-container{
    font-weight:bold;
    font-size:16px;
    margin:0 0 10px 0;
}
.stock-down-text{
    color:#f00;
}
.stock-up-text{
    color:#0f0;
}
div.stock-info-container{
    margin:0 0 10px 0;
}
div.stock-info{
    float:left;
    width:100px;
    margin:0 0 2px 0;
}
div.stock-updated-date-container{
    clear:both;
}
/*------------------------------------------------------------------------------------------------>*/

/* Login */
/***** Home Page ******/
#loginForm
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;
	top:100px;
	z-index:999;
}
#page
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
/*------------------------------------------------------------------------------------------------>*/