@import 'reset.css';
@import 'layout.css';
@import 'type.css';
@import 'color.css';

.right								{float: right;}
.left								{float: left;}
.overflow 							{overflow: auto; zoom: 1;}
.clear 								{clear: both;}
a:focus								{outline: 0;}

.error {
  font-weight: bold;
  color: #990000;
}

.failure {
  background: #FFF url(/shareholders/images/warning.gif) no-repeat center left;
  border-top: 1px solid #F00;
  border-bottom: 1px solid #F00;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin: 5px 0px 20px 0px;
  min-height: 70px;
  height: auto !important;
  height: 70px;
}

ul.postError {
  margin: 0;
  padding: 0 0 0 100px;
  list-style: none;
}

ul.postError li {
  margin: 2px 0px !important;
  padding: 0px !important;
}

.loginAlert {
  background: url(/shareholders/images/exclamation.gif) no-repeat 10px center #FFE1E1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #990000;
  border-bottom-color: #990000;
  padding: 10px 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #990000;
  width: 50%;
  margin: 0 auto 20px auto;
}

.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.bottomBorder{
	border-bottom:1px solid black;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.gridHeader th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom:1px solid #000000;
	padding-bottom: 5px;
	text-align:left;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.tabPageHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom:15px;
}

.success {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1A928C;
	border-bottom-color: #1A928C;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	width: 80%;
}

.center{
    text-align:center;
}

.searchInvoices td{
    padding:10px !important;
}

div.searchOptions{
    padding:3px 0 0 0;
}

.searchOptions input{
    margin:0px 3px 0 0 !important;
}

.searchBox{
    width:160px;
}

.staples{
    margin-top:15px;
    text-align:center;
    position:relative;
    _height:130px;
}

.staplesQuestion{
    position:absolute;
    bottom:-5px;
    right:-6px;
}

.floatRight{
    float:right;
    margin:0 0 15px 15px;
}

