/* CSS Document */

/* TAGs */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #666666;
	line-height: 140%;
}

h1 {
	color: #14749C;
	font-size: 160%;
}

h2 {
	font-size: 125%;
	color: #A2EA25;
}

h3 {
	font-size: 110%;
	color: #A2EA25;
}

h4 {
	font-size: 100%;
	color: #A2EA25;
	font-weight: bold;
}

hr {
	border-top: 1px dashed #14749C;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 15px 0px;
}

hr.a {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 80%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	margin: 15px 0px 5px 0px;
}

label.inline {
	display: inline;
	width: 150px;
}

 
fieldset {
            border: 1px solid #CCCCCC;
            padding: 10px;
            margin: 5px 0px;
}
 
legend {
            color: #14749C;
            font-weight: bold;
            margin: 0px;
            padding: 0px;
}



/* LINKs */

a {
	color: #14749C;
	text-decoration: underline;
}

a:hover {
	color: #14749C;
	text-decoration: none;
}

a.termslink {
	color: #cccccc;
	text-decoration: none;
}

a.termslink:hover {
	color: #cccccc;
	text-decoration: underline;
}

a.loginMore {
	color: #B9EE5C;
	text-decoration: none;
}

a.loginMore:hover {
	color: #B9EE5C;
	text-decoration: underline;
}

/* IDs */

#publicNav a {
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 0px 3px;
}

#publicNav a:hover {
	text-decoration: underline;
}

#loginContent h2 {
	color: #ffffff;
}

/* styles */

.grabberButton {
	vertical-align: top;
	margin: 0px 0px 0px 40px;
}

.indented20 {
	padding-left: 10pt;
    padding-right: 5pt;
   	border-top: 1px solid #14749C;
	border-right: 1px solid #14749C;
	border-bottom: 1px solid #14749C;
	border-left: 1px solid #14749C;
}

.registerButton {
	margin: 45px 0px 0px 0px;
}

.loginButton {
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
}

.terms {
	color: #cccccc;
	font-size:90%;
}

.quoteStart {
	padding: 0px 3px 2px 0px;
}

.quoteEnd {
	padding: 0px 0px 0px 5px;
}

.questionStart {
	padding: 20px 0px 0px 0px;
}

.answerStart {
	padding: 5px 0px 0px 0px
}

.publicNav {
	height: 40px;
	background-image: url(../images/publicnav_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.sideStep {
	margin: 0px 0px 9px 35px;
}

.loginWelcome {
	margin: 0px 0px 5px 0px;
}

.loginLine {
	clear: left;
	margin: 15px 0px;
}

.registerPoints {
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
	line-height: 150%;
}
.favSell {
	font-size: 110%;
	font-weight: bold;
	color: #14749C;
	line-height: 150%;
}

.registerStepOn {
	color: #82CFEF;
	font-weight: bold;
	padding: 0px 3px;
}

.registerStepOff {
	color: #cccccc;
	font-weight: bold;
	padding: 0px 3px;
}

.error {
	color: #E40202;
	font-weight: bold;
}

.q {
	color: #14749C;
	font-weight: bold;
}

.a {
	color: #A2EA25;
	font-weight: bold;
}

.legend {
	color: #14749C;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 60px;
}

/* CSS Document */

/* -- SYSTEM styles -- */

#systemNav a {
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 0px 3px;
	color: #ffffff;
}

#systemNav a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#systemNavUnreg  a{
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 0px 3px;
	color: #999999;
}

#systemNavUnreg a:hover {
	text-decoration: none;
	color: #999999;
	cursor: text;
}


a.sysLink {
	text-decoration: none;
}

a.sysLink:hover {
	text-decoration: underline;
}

a.sysLinkStrong {
	text-decoration: none;
	font-weight: bold;
}

a.sysLinkStrong:hover {
	text-decoration: underline;
}

.sysButton {
	vertical-align: middle;
}

.control {
	font-size: 120%;
	margin: 25px 0px;
}

#sysTable {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#sysTable th {
	background-color: #CBF285;
	border-bottom: 1px solid #C3E686;
	color: #14749C;
	text-align: left;
}

#sysTable th.center {
	background-color: #CBF285;
	border-bottom: 1px solid #C3E686;
	color: #14749C;
	text-align: center;
}

#sysTable th.right {
	background-color: #CBF285;
	border-bottom: 1px solid #C3E686;
	color: #14749C;
	text-align: right;
}

#sysTable td {
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 8px 2px;
}

.colHeading {
	font-weight: bold;
	color: #14749C;
}

.welcome {
	font-size: 120%;
	font-weight: bold;
	color: #14749C;
	text-align: center;
	line-height: 170%;
}

#sysHomeGroup h2 {
	color: #14749C;
	height: 30px;
	margin: 8px 0px 10px 0px;
}

#sysHomeBox4 h2 {
	color: #14749C;
	margin: 0px 0px 10px 0px;
}

.bigboxTop {
	margin: 0px;
}

/* -- Sys MyHome styles --*/

#sysHomeGroup ul {
	margin: 0px 10px 10px 25px;
	padding: 0px;
}

#sysHomeGroup li {
	list-style-image: url(../images/system/bullet.gif);
	padding: 4px 0px;
	margin: 0px 0px;
	vertical-align: middle;
}

.listGroup {
	float: left;
	border-bottom: 1px dashed #cccccc;
	padding: 10px 0px;
}

.listGroupTop {
	float: left;
	border-bottom: 1px dashed #cccccc;
	padding: 0px 0px 10px 0px;
}

.listName {
	float: left;
	width: 190px;
}

.listNumber {
	float: left;
	width: 25px;
	text-align: right;
}

#sysHomeBox4 ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sysHomeBox4 li {
	margin: 0px;
	padding: 3px 0px;
}

.emailAddress {
	float: left;
	display: block;
	width: 200px;
}

.outdent {
	text-indent: -24px;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom: 6px;
}

.listing {
	margin-top: 0px;
	margin-bottom: 6px;
}

/* -- Sys Gen styles --*/
#sysGenBullet li {
	list-style-image: url(../images/system/bullet.gif);
	padding: 4px 0px;
	margin: 0px 0px;
	vertical-align: bottom;
}

