/* @override 
	http://localhost:3000/stylesheets/base.css
	http://asset4.worldonahanger.com/stylesheets/base.css?1240959823
	http://127.0.0.1:3000/stylesheets/base.css
*/

body {
}

img { -ms-interpolation-mode:bicubic; }

/* yui grids overrides */
#doc3 {
  margin:auto 0px; /* no side margins */
}

.yui-t2 .yui-b {float:left;width:194px;}
.yui-t2 #yui-main .yui-b {margin-left:195px;}

.yui-t4 .yui-b {float:right;width:194px;}
.yui-t4 #yui-main .yui-b {margin-right:195px;}

a:link { text-decoration: underline; color: #0c567d; }
a:visited { text-decoration: underline; color: #0c567d; }
a:hover { text-decoration: underline; color: #c33; }
a:active, .container a:focus { text-decoration: underline; color: #000; }

p {
  margin: 0.8em 0;
}

p.last {
  margin-bottom: 0;
}

p.first {
  margin-top: 0;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

form input[type='text'],
form input[type='password'],
form textarea {
	padding: 2px;
    border: 1px solid #a8a69d;
    border-bottom-color: #ddd;
    border-right-color: #ddd;
    background: white;
    color: black;
}

form input[type='text'][disabled='disabled'],
form input[type='password'][disabled='disabled'],
form textarea[disabled='disabled'] {
  border-color: #ddd;
}

form input[type=text]:focus,
form input[type=password]:focus,
form textarea:focus{
  background-color: #edf3fe;
}

/* Files */
a.pdf {
  padding: 2px 20px 2px 0;
  margin: -2px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/stylesheets/img/icons/pdf.png);
}

a.email {
  padding: 2px 20px 2px 0;
  margin: -2px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/stylesheets/img/icons/email.png);
}

a.feed {
  padding: 2px 20px 2px 0;
  margin: -2px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/stylesheets/img/icons/feed.png);
}

a.print {
  padding: 2px 20px 2px 0;
  margin: -2px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/stylesheets/img/icons/print.gif);
}

a.vcard{
  padding: 2px 20px 2px 0;
  margin: -2px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/stylesheets/img/icons/vcard.gif);
	
}
a.spreadsheet {
  padding: 2px 20px 2px 0;
  margin: -2px 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/stylesheets/img/icons/spreadsheet.gif);
}

/* errors/validation */

form .fieldWithErrors input {
  border: 2px solid red;
}

form div.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px 7px 4px 7px;
  margin: 1em auto;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 0.4em 0.8em;
  margin: -7px -7px 0 -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin: 7px 0;
}

#errorExplanation ul {
  list-style:none;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

#errorExplanation ul li {
}


/* general global layout stuff */

table.data {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

table.data td, table.data th {
  padding: 4px 0.4em 3px 0.4em;
}

table.data td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}

table.data tr:last-child td {
  border-bottom-width: 0;
  border-bottom: none;
}

table.data {
  border-bottom-width: 0;
}

table.data th {
  color: #fff;
  background-color: #555;
  font-size: 92%;
  padding: 4px 0.55em 4px 0.55em;
  border-right: 1px solid #666;
  /*background-image: url(/images/dark_grad.png);*/
  white-space: nowrap;
}

table.data.mini th {
  background-color: #777;
  background-image: none;
  border-top: 1px solid #777;
  padding: 2px 0.55em 2px 0.55em;
  font-size: 85%;
  text-transform: uppercase;
}

table.data.mini td {
  font-size: 92%;
  padding: 4px 0.45em 3px 0.45em;
}

table.mini.data tr.even td {
  background-color: #f3f3f3;
}

table.data th a {
  color: #fff;
}

table.data th a.ordered {
  background: url(/images/descending-white.png) no-repeat right 0.3em;
  padding-right: 12px;
  font-weight: bold;
}


table.data table th {
  background-image: none;
  background-color: #eee;
  color: #555;
  border-top: none;
  padding: 0.2em 0.5em;
}

table.data td.last, table.data th.last {
  border-right: none;
  border-right-width: 0;
}

table.data td.no-border {
  border-bottom: none;
}

table.data td.smaller {
  font-size: 92%;
  padding: 2px 0.5em 1px 0.5em;
  line-height: 1.55em;
}

table.data td.thin {
  width: 1%;
  white-space: nowrap;
}

table.data td.wide {
  width: 99%;
}

table.data tr.even td {
  background-color: #edf3fe;
}

table.data tr.odd td {
  background-color: #fff;
}


/* table form */

table.form {
  border-top: none;
  border-left: none;
}

table.form.wide {
  width: 100%;
}

table.form.centered {
  margin-left: auto;
  margin-right: auto;
}

table.form td {
  border-bottom: none;
  border-right: none;
  padding: 0.3em 0.3em;
}

table.form td.label {
  white-space: nowrap;
  text-align: right;
  font-weight: normal;
  padding-left: 0;
}

table.form tr.tall td.label {
  vertical-align: top;
}

table.form td.label label {
  
}
