/* === Standard HTML Elements ============= */
body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #333;
	line-height:16px;
	text-align:left;
}
input, select { font-size: 13px; color: #333333; padding:1px; }
label {	font-size:0.9em; font-weight:bold; margin-bottom:3px; }
li { line-height:17px; }

h1 { 
	font-size: 2em; 
	color: #036; 
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif; 
	margin: 10px 0;
}
h2 { 
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;  
	font-size:1.6em; color: #333; background: #EBEBEB; font-weight:normal;
	border-bottom:1px solid #666;
	padding:7px 7px 3px 7px; width:650px;
}
h3 { font-size:1em;	color: #000000; padding:0 0 0 5px; }
h4 { font-size:1.2em; } 

a { color: #003366; }
a:hover { color: #003366; text-decoration: none; }

table {text-align:left; }
td { padding:0 0 22px 5px; text-align:left; }

#grdApplications { font-size:11px; }

big { border-bottom:3px solid #EBEBEB; color:#4B8408; font-size:1.4em;}
/* === Global ID's ============= */
#wrapper { width:650px; text-align:left; }



/* === Global Classes ============= */
.clear { float:none; clear:both; }
.smtext { font-size: 0.8em;	color: #333333; }
.desc { font-size:0.5em; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		color:#999999; margin: 3px 0 3px 5px; }
.readonly { color: #333333;	background-color: #F5F5F5; 
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.normal {font-weight:normal; }
.no-pad { padding-bottom:0; }

.left { float: left; }
.right { float: right; }
.indent { margin:3px 0 3px 20px; }

.notice {
	background-color: #FFFFEE;
	border: 1px solid #666666;
	padding: 3px;
	line-height: 15px;
	font-size:1.3em;
}
.li-steps {
	font-size:1em;
	line-height:16px;
	padding: 5px 0;
}

/* === Custom ID's ============= */
#already-acct { 
	background:#D0E2FC; 
	border:1px solid #4E92F4; 
	padding:6px;
	margin:10px 0 0 0;
}
#already-acct p {
	padding:3px;
	margin:0;
}
