﻿@charset "utf-8";
@import "myMoney.css";
/***********************************************************************************
 *
 * Styles specific to the Portal Page
 * The Below overwrites anything conflicting with myMoney.css
 ************************************************************************************/
dl { font-size: .8em; margin-left: 32px;}
dt { font-weight: bold;}
dd { margin-left: 32px;	margin-bottom: 1em;}

div#wrapper-content {
  padding: 0px 30px 30px;
}
	div#header {
		height: 227px;
		width: 870px;
		background: transparent url('../images/home/header.png') no-repeat;
		margin-left: -30px;
	}

	.box {
		background: white no-repeat center center;
		border: solid 2px #5986a7;
		padding: 5px;
	}
	.box , div#freeDemo {
		margin-bottom: 16px;
	}

	div#freeDemo {
		height: 100px;
		width: 807px;
		background: transparent url('../images/home/bannerads/demobanner.png') no-repeat;
	}
		div#freeDemo a {
			position: absolute;
			display: block;
			width: 807px;
			height: 100px;
		}

/* Scroll Areas */

.scroll, .scroll div { position: relative }
.contentEl {
	padding-right: 16px !important;
}
.scrollControlsY {
	position: absolute !important;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 100%;
}
.scrollBar{
	display:block;
	position: absolute !important;
	top: 0px;
	right:0;
	padding: 0 0 0 0;	
	bottom:41px;
	width: 100%;
	height: 100%;
}
.scrollHandle {
	background: #5986a7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/* Intro Copy */
#intro .bookmarks, #intro .copy {
	height: 240px;
}

#intro .bookmarks {
	width: 268px;
	margin-right: .6em;
	border-right: solid 2px #5986a7;
	float: left;
	list-style: none;
	color: #5986a7;
	padding-bottom: 0px;
}
	#intro .bookmarks .bookmark {
		margin-bottom: 1.5em;
		padding: 0px 32px 0px 0px;
		cursor: pointer;
		text-decoration: underline;
	}
	#intro .bookmarks .selected {
		font-weight: bold;
		list-style: disc outside;
	}

#intro .copy {
	overflow: scroll;
	font-size: .9em;
}

/* Software Info Box */
#softwareInfo {
	padding: 0px;
	overflow: hidden;
}
	#softwareInfo .tabs {
		width: 820px;
	}
		#softwareInfo .tabs .tab {
			display: inline-block;
			height: 52px;
			width: 268px;
			margin-right: 1px;
			background: transparent no-repeat 0 0;
		}
		#softwareInfo .tabs .suite {
			background-image: url(../images/home/Software/suitetab.png);
		}
		#softwareInfo .tabs .manager {
			background-image: url(../images/home/Software/managertab.png);
		}
		#softwareInfo .tabs .collections {
			background-image: url(../images/home/Software/collectionstab.png);
		}

	#softwareInfo .canvas {
		overflow: hidden;
		position: relative;
	}
	#softwareInfo .canvas, #softwareInfo .canvas .slide {
		width: 803px;
	}
		#softwareInfo .canvas .slide {
			position: relative;
			height: 346px;
			background: transparent no-repeat 0 0;
		}
		#softwareInfo .canvas .selected {
			display: block;
		}
		#softwareInfo .canvas .suite {
			background-image: url(../images/home/Software/suitebackground.png);
		}
		#softwareInfo .canvas .manager {
			background-image: url(../images/home/Software/managerbackground.png);
		}
		#softwareInfo .canvas .collections {
			background-image: url(../images/home/Software/collectionsbackground.png);
		}

			#softwareInfo .canvas .slide .sidebar {
				height: 346px;
				width: 252px;
				padding: 0px 7px;
				position: relative;
				float: left;
				margin-right: 36px;
			}

				#softwareInfo .canvas .slide .sidebar .screenshot {
					margin: 0px 5px;
				}

#register,  #news {
	height: 260px; 
}
#register {
    width: 474px;
}

#news {
    width: 300px;
}

.finePrint {
    font-size: .7em;
}

input[type="submit"] {
    background: #9FBFDF;
    color: white;
    border: 2px #003366;
    padding: 1.5px;
    height: 20px;
    width: auto;
    font-size: .8em;
    margin-bottom: 3px;
    font-weight: normal;
    cursor: pointer;
}

/* Style editing */
ul {
    padding-top: 3pt;
    padding-left: 25pt;
    color: #414747;
}