@import url("common.css");

/*
Action Envelope
- Created: 9/20/07
*/

#content {
	padding: 0 17px 38px 24px;
}

	#myaccount {
		width: 100%;
		background: url(../img/rc/bColAccount/bg.gif) repeat-y top right;
	}
	#myaccount img.rcBtm {
	 clear: both;
	}
	
		#aCol {
			width: 188px;
			float: left;
		}
			#sideNav {
				width: 100%;
			}
			#sideNav h2 {
				height: 33px;
				font-size: 1.3em;
				color: #f60;
				background: url(../img/tab/sideNav.category.gif) no-repeat 0 0;
				line-height: 32px;
				text-indent: 5px;
			}
			#sideNav ul.sideNav {
				list-style: none;
			}
			#sideNav ul.sideNav li {
			}
			#sideNav ul.sideNav li a {
				height: 36px;
				padding: 0 0 0 15px;
				display: block;
				font-size: 1.1em;
				line-height: 36px;
				text-decoration: none;
				background: url(../img/tab/sideNav.gif) no-repeat 0 -47px;			
			}
			#sideNav ul.sideNav li.last a {
				height: 37px;
			}
			#sideNav ul.sideNav li a.active {
				background-position: 0 0;
				font-weight: bold;
			}
			
			#sideNav div.comment {
				width: 100%;
			}
			#sideNav div.comment .content {
				padding: 10px;
				background: url(../img/rc/accountSideNav/bg.gif) repeat-y 0 0;
			}
			#sideNav div.comment textarea {
				width: 156px;
				height: 118px;
				margin: 0 0 13px 0;
				padding: 5px;
				border: 1px solid #d7d7d7;
				overflow: auto;
				font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
				color: #666;
			}
			#sideNav div.comment h1 {
				margin: 0 0 5px 0;
				font-size: 1.2em;
				color: #0a86e5;
			}
			#sideNav div.comment p {
				line-height: 16px;
			}
			
		
		#bCol {
			width: 751px;
			float: left;
		}

			#throughYears {
				padding: 13px 41px 0 36px;
			}
			#throughYears h1.header {
				padding: 0 0 17px 0;
				color: #f60;
				font-size: 1.8em;
				border-bottom: 1px solid #d7d7d7;
			}
			#throughYears div.block {
				padding: 22px 0 22px 0;
				border-bottom: 1px solid #d7d7d7;
			}
			#throughYears div.block.last {
				border: none;
			}
			#throughYears div.block img {
				float: left;
			}
			#throughYears div.block .description {
				width: 310px;
				padding: 0 0 0 30px;
				float: left;
			}
			#throughYears div.block h1 {
				margin: 0 0 10px 0;
				font-size: 2.0em;
				color: #0a86e5;
				font-weight: normal;
			}
			#throughYears div.block p {
				margin: 0;
				padding: 0 0 0 2px;
				font-size: 1.4em;
				line-height: 20px;
			}
			
