/*
Name: IEEE SA Membership
URI: http://standards.ieee.org/sa-mem/
Version: 1.0
Author: gotomedia, llc.
*/

/* Initialize HTML
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body, p, blockquite, pre, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, fieldset, legend, form, input { 
	margin: 0; 
	padding: 0; } 
	
h1, h2, h3, h4, h5, h6, input, select, textarea { 
	font-size: 100%; } 

a img, fieldset { 
	border: none; }

a:focus, a:active { 
	outline: none; }

adderss, abbr { 
	font-style:  normal; }	

/* Body & Stucture Elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	background: #CCCCCC url(/images/ieeeSA_bgTile.gif);
	margin: 2px; }

div.banner {
	background: url(/images/header-home.jpg) no-repeat;
	height: 45px;
	margin: 0 0 3px 3px; }
	
div.home-box {
	border: 1px solid #CCE9F9;
	background: #E8F2FC url(/images/bg-box.png) repeat-x;
	width: 270px;
	margin-bottom: 15px; }

div.home-box-last {
	border: 1px solid #CCE9F9;
	border-bottom: 5px solid #336699;
	background: #E8F2FC;
	width: 100%; }
	
div.login {
	width: auto;
	border-bottom: 5px solid #336699; }	
	
div.apply-box {
	border: 1px solid #CCE9F9;
	background: #E8F2FC; 
	padding: 10px;
	width: 250px; }	

div.glossary {
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 2px; }
		 
/* Headers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1 {
	color: #FF6600;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC; }

	#sa-home h1 {
		font-size: 18px;
		font-weight: bold;
		border: none; }
		
	#sa-compare h1 {
		margin-bottom: 15px; }	

h2 {
	font-size: 14px;
	color: #336699;
	margin-bottom: 10px; }
	
	div.feature h2 {
		color: #FF6600; }
		
	div.home-box h2 {
		color: #FFFFFF;
		padding: 10px 0 10px 15px;
		background: #336699;
		 }
		
		div.home-box h2 img {
		 	float: left;
			margin-right: 10px; }
			
	div.home-box-last h2 {
	 	margin: 10px; }
	 
	table#compare tr.highlight td h2 {
		margin: 0; }
	
	div.apply-box h2 {
		margin: 0; }	

h3 {}
	

/* Paragraph & Text
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body, input, p, li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000; }

a {
	color: #006699; }

	a:hover {
		text-decoration: none; }	
	
p { 
	margin-bottom: 15px; }
	
	p.intro {
		font-size: 14px;
		color: #336699; }

div.home-box p {
	margin: 15px 10px; }
	
div.home-box-last p {
	margin: 0 10px 15px 10px; }	
	
table#compare td p {
	font-size: 11px;
	margin: 0; }	

div.apply-box p {
	margin-top: 10px; }

form#login p {}
	
	form#login p.notes {
		color: #999999;
		text-align: center; }

/* Navigation & Lists
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
ul, ol { 
	list-style: none; }

td.col-right li {
	background: url(/images/bullet-arrow.png) no-repeat 0 4px;
	padding-left: 15px;
	margin: 10px 0; }
	
	td.col-right li.pdf {
		background: url(/images/bullet-pdf.png) no-repeat 0 1px;
		padding-left: 22px; }

ul.checklist {
	margin-bottom: 20px; }

	ul.checklist li {
		border-bottom: 1px solid #EFEFEF;
		background: url(/images/bullet-checkmark.png) no-repeat 5px 5px;
		padding: 5px 5px 5px 33px;
		margin: 0 20px; }

ol.steps {}
	
	ol.steps li {
		margin: 10px 0;
		padding-left: 30px; }
		
		ol.steps li.s1 {
			background: url(/images/bullet-number-1.png) no-repeat; }
			
		ol.steps li.s2 {
			background: url(/images/bullet-number-2.png) no-repeat; }
			
		ol.steps li.s3 {
			background: url(/images/bullet-number-3.png) no-repeat; }
			
		ol.steps li.s4 {
			background: url(/images/bullet-number-4.png) no-repeat; }			

/* Tables
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
td.content {
	padding: 20px;


	vertical-align: top; }
	
td.header {
	padding: 20px 5px 0 20px; }	

td.col-right {
	width: 200px;
	background: #F0EBD1;
	border-right: 5px solid #FFFFFF;
	vertical-align: top; }
	
	td.col-right div.col-block {
		padding: 20px 10px 10px 10px;
		border-bottom: 2px solid #E1DBB9; }
	
	td.col-right div.feature { 
		background: #DAD3AB; 
		border-bottom: none; }
		
	td.col-right div.single { 
		padding: 10px; }	

td.fee {
	color: #336699;
	font-size: 16px; 
	font-weight: bold;}
		
table#compare {
	border-collapse: collapse;
	border: 1px solid #CBD4ED; }
	
	table#compare th {
		background: #336699;
		text-align: left;
		border-left: 1px solid #CBD4ED; }
		
		table#compare th.checklist {
			width: 200px; }
		
		table#compare th a {
			color: #FFFFFF; }
			
		table#compare th img {
			margin: 6px 10px;
			vertical-align: middle; }	
	
	table#compare td {
		font-size: 11px;
		border: 1px solid #CCE9F9;
		padding: 10px; }
		
		table#compare td.fee {
			font-size: 16px; }
	
	table#compare tr.highlight {
		background: #E8F2FC; }
		
		table#compare tr.highlight td.fee {
			text-align: center; }

table#ind-fee {
	border-collapse: collapse;
	border-top: 1px solid #CCE9F9;
	border-bottom: 1px solid #CCE9F9;
	margin: 10px 0 15px;
	width: 100%;
	 }
	
	table#ind-fee tr {
	background: #E8F2FC; }
	
		table#ind-fee tr.alt {
			background: #FFFFFF; }
	
	table#ind-fee td {
		padding: 10px; }

table#corp-fee {
	border-collapse: collapse;
	border-top: 1px solid #CCE9F9;
	border-bottom: 1px solid #CCE9F9;
	margin: 10px 0 15px; }
	
	table#corp-fee th {
		background: #336699;
		color: #FFFFFF;
		border-right: 1px solid #CCE9F9;
		font-weight: normal;
		text-align: left;
		vertical-align: top;
		padding: 10px; }
		
		table#corp-fee th.top {
			background: #336699 url(/images/border-dotted.gif) repeat-x bottom; }
	
	table#corp-fee tr {
		background: #E8F2FC; }
		
		table#corp-fee tr.alt {
			background: #FFFFFF; }
	
	table#corp-fee td {
		padding: 10px;
		border-right: 1px solid #CCE9F9; }
		
		table#corp-fee td.fee {
			width: 120px;
			text-align: center; }
			
		table#corp-fee td.last {
			border-right: none; }	
		
		table#corp-fee td strong {
			color: #FF6600; }		

div.glossary table#corp-fee {
	width: 100%; }
	
	div.glossary table#corp-fee td.fee {
		width: 90px; }	
		
/* Form & UI Elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */			
a.action {
	background: url(/images/bullet-arrow.png) no-repeat right;
	padding-right: 15px; }

a.pdf {
	background: url(/images/bullet-pdf.png) no-repeat 0 1px;
	padding: 2px 0 5px 22px; }

input.text {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	width: 260px; 
	/* make input box looks like Safari */
	border: 1px solid #C3C3C3;
    border-top-color: #7C7C7C;
    border-bottom-color: #DDDDDD;
    background: #FFFFFF url(/images/bg-input.gif) repeat-x; }

input.checkbox {
	margin-left: 170px; }

input.submit-button {
	background: url(/images/button-submit.png) no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	width: 126px;
	height: 46px;
	border: none;
	padding: 0 0 4px 7px;
	cursor: pointer; }

label {
	font-weight: bold;
	padding: 5px 10px 0;
	float: left;
	width: 150px;
	text-align: right; }
	 
	 label.checkbox {
		padding: 0 10px;
		font-weight: normal;
		float: none; }

.loginBox label {
	float: none;
}

form#login {}

	form#login input.submit-button {
		margin: 0 10px 0 170px;
		vertical-align: middle; /* for IE */ }

/* Other Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.left {
	float: left; }
	
.right {
	float: right; }
	
.clear {
	clear: both; }

.center {
	display: block;
	margin: 0 auto; }

.middle {
	vertical-align: middle; }		

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
