/************************************************************
* styleportal.css - Default Style Sheet for EchoQuote Portals
*
* Copyright 2008 EchoQuote, LLC
************************************************************/
body, td, p, a {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, "sans-serif";
	font-size: 12px;
	}

a {
	text-decoration: underline;
	}
 
a:link {
	color: blue;
	}

a:hover {
	color: red;
	}

a:visited {
	color: purple;
	}

h1, p {
	background: transparent;
	color: #000000;
	font: arial;
	}

h1 {
	font-size: 14pt;
	}

h2 {
	font-size: 12pt;
	}

td {
	vertical-align: top;
	}

td.lookup {
	padding: 2px;
	vertical-align: top;
	font-size: 11px;
	}

th {
	background: #CCCCCC;
	font-size: 90%;
	color: #222;
	padding: .2em 0;
	}

.infotable {
	width: 85%;
        margin: auto;
        background: #BFBFBF;
        /* font-size: 100%; */
        color: #222;
        border-collapse: collapse;
/*
	width: 85%;
	margin: auto;
	padding: 3px;
	background-image: url('img/contactbackground.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 90%;
	color: #222;
*/
	}


.smalllink {
	font-size: 90%;
	}

.smalltext {
	font-size: 80%;
	}

.shutdownnotice {
	border: 2px solid red;
	margin: auto;
	font-size: 100%;
	font-weight: bold;
	color: red;
	width: 700px;
	text-align: center;
	padding: 3px;
	}

.statusmsg {
	margin: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
	}

.form {
	border: 1px solid grey;
	font-family: arial, "sans-serif";
	font-size: 95%;
	background: #FFF;
	}

.formlabel {
	font-family: arial, "sans-serif";
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	white-space: nowrap;
	}

.formlabelsuffix {
	font-family: arial, "sans-serif";
	color: #000;
	font-size: 80%;
	text-align: left;
	white-space: nowrap;
	}

/* Image size */

.imagesize {  
	width: 100px;  
	height : auto;  
	}  

/* Green Button */

a.green-button {
 	padding:3px 8px 3px 6px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
        font-weight:bold;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        border:1px solid #e4e4e4;
        color:#fff;
	}

a.green-button:link {
	background-color: #4B8A08;
	}

a.green-button:hover,
a.green-button:focus {
	background-color: #04B404;
	}

a.green-button:active {
	background-color: #04B404;
	}

a.green-button:visited {
	background-color: #a6a6a6;
	}

/* Red Button */

a.red-button {
 	padding:3px 8px 3px 6px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
        font-weight:bold;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        color:#fff;
	}

a.red-button:link {
	background-color: #c00000;
	}

a.red-button:hover,
a.red-button:focus {
	background-color: #da0000;
	}

a.red-button:active {
	background-color: #da0000;
	}

a.red-button:visited {
	background-color: #a6a6a6;
	}

/* Action Button for Next Step(s) */

a.actionbutton {
 	padding:3px 6px 4px 6px;
	background-color: #c00000;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
        font-weight: normal;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        color:#fff;
	}

a.actionbutton:hover,
a.actionbutton:focus {
	background-color: #da0000;
	cursor: pointer;
	}

/* Submit Button for Next Step(s) */

.submitbutton {
 	padding:0px 4px 2px 4px;
	/*background-color: #8B1A1A;*/
	background-color: #c00000;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
        font-weight: normal;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        border:1px solid #c00000;
        color:#fff;
	}

.submitbutton:hover,
.submitbutton:focus {
	background-color: #da0000;
	cursor: pointer;
	}


