/* legacy perl invoice CSS */
body {
  font-family: verdana, arial, helvetica, sans-serif;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: .9em;
}
div#header {
  background-color: #4d9999;
  border-bottom: 1px solid #468b8b;
  padding: 10px 0px 0px 0px;
  width: 100%;
  xmin-height: 100%;
  xheight: auto !important;
  xheight: 100%;
  xtext-align: center;
}

#footer {
  border-top: 1px solid #CCCCCC;
  padding: 10px 0px 0px 0px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  background-color: #EEEEEE;
  /* height: 120px; */
  /* margin-top: 200px; */
}


div#header span {
  color: #fff;
  font-size: 1.7em;
  padding-left: 10px;
}
div#content {
	font-size: .9em;
	margin: 0 auto; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 700px;
	padding: 20px;
}
div#wice-grid-content { /* mostly a clone of div#content, less width elem */
	font-size: .9em;
	margin: 0 auto; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	Xwidth: 700px;
	padding: 20px;
}
div#links {
	background-color: #eee;
	padding: 4px;
	font-size: .9em;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

img{ border:none; }

.message h1{ font-size: 18px; text-align: center;}

div.loginerror { 
	float: left; 
	width: 300px;
	padding: 10px;
	margin-top: 36px;
}

div.loginwelcomeleft { 
	float: left; 
	text-align: left;
	background-color: #eee;
	border: 2px dashed #ccc;	
	width: 300px;
	padding: 10px;
	margin-top: 36px;
}

div.loginwelcomeright { 
  margin-left: auto;
  margin-right: auto;
	width: 330px;
	padding: 20px;
}

div.login { 
	width: 330px;
}

div.login fieldset, div.register fieldset, div.forgot_password fieldset {
	background-color: #eee;
	color: #000;
	border: 2px solid #ccc;
}
div.login fieldset legend, div.register fieldset legend, div.forgot_password fieldset legend {
	font-weight: bold;
}

div.register, div.forgot_password {
	margin-top: 25px;
	width: 75%;
}

div#links a, div#links a:link, div#links a:visited, div#links a:active {
	text-decoration: none;
	color: #333;
}

div#links a:hover {color: #027272; background-color: #E7E7E7; font-weight:700; }

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}

a:hover {color:#027272;}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	color: #777;
	font-weight: normal;
}

table.listing {
	font-size: 1em;
	border-collapse: collapse;
	width: 100%;
	border: 2px solid #ccc;
	color: #333;
}

table.listing thead tr {
	font-weight: bold;
	background-color: #badcdc;
	border-bottom: 2px solid #a8a8a8;
}

table.listing thead tr td {
	padding: 3px;
}
                                                                                                  
table.listing tbody tr {
	border-bottom: 1px dotted #ccc;
}                                                                                                 
                                                                                                  
table.listing tbody tr td {
	padding: 5px;
	text-align: center;
}                                                                                                 

span.pagetext {
	color: #333;
	font-size: 12px;
}
table.contact_telephone {
	color: #333;
}
table.contact {
	font-size: 1em;
}
table.contact tr td {
	padding-right: 100px;
}

.email{ text-decoration: underline;}

.answer{ font-size: 14px;}

table.listing tr.odd {
	background-color: #99cccc;
}

table.listing tr.even {
	background-color: #80cccc;
}

/* patch for table header wraping */

table.listing th {
	white-space: nowrap;
}

table.listing td.text {
	text-align: left;
}

/* imported rails invoice app css */

table.account-listing {
	border-collapse: collapse;
	width: 400px;
	border: 2px solid #ccc;
}

table.account-listing thead tr {
	background-color: #badcdc;
	border-bottom: 1px solid #a8a8a8;
}

table.account-listing thead tr {
	background-color: #badcdc;
	border-bottom: 1px solid #a8a8a8;
}

table.account-listing thead tr td {
	padding: 3px;
	font-weight: bold;
	font-size: 1em;
}

table.account-listing tbody tr {
	border-bottom: 1px dotted #ccc;
}

table.account-listing tbody tr td {
	padding: 5px;
}

table.auth-listing {
	border-collapse: collapse;
	border: 2px solid #ccc;
}

table.auth-listing thead tr {
	background-color: #badcdc;
	border-bottom: 1px solid #a8a8a8;
}

table.auth-listing thead tr td {
	padding: 3px;
	font-weight: bold;
	font-size: 1em;
}

table.auth-listing tbody tr {
	border-bottom: 1px dotted #ccc;
}

table.auth-listing tbody tr td {
	padding: 5px;
	text-align: center;
}

table.auth-listing td.text {
	text-align: left;
}

/* misc/scaffold rails CSS */

.flash {
	font-size: 15px;
	color: green;
}

.flash_red {
	font-size: 15px;
	color: red;
}

pre {
	background-color: #eee;
	padding: 10px;
	font-size: 11px;
}

.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
	margin-left: 20px; /* patch so it fits with rest of theme */
}

div.uploadStatus {
	margin: 5px;
}

div.progressBar {
	margin: 5px;
}

div.progressBar div.border {
	background-color: #fff;
	border: 1px solid grey;
	width: 100%;
}

div.progressBar div.background {
	background-color: #333;
	height: 18px;
	width: 0%;
}

#auth_codes {
	width: 66%;
	text-align: center;
}

.flag {
	color: #FF0000;
}

#acct_nav {
	text-align: right;
}

.inactive {
	background-color: #CCC;
}

.footer {
	text-align: center;
}

#email { color#027272;}

div#buttonto { display:inline;}

.pagetext {font-size: 12px;}

#disclaimer {
	font-size: 11px;
}
