/* html elements */
body {
    font-family: Helvetica Neue, Helvetica, Arial;
}
a, a:link, a:visited, a:active {
    text-decoration: none;
    color: #2F72A7;
}
a:hover {
    text-decoration: underline;
    color: #2F72A7;
}
/* specific classes */
.header {
    padding-top: 20px;
    border-bottom: 1px solid #D1D1D1;
}
.header img {
    position: relative;
    top: -10px;
}
.defaultContent {
    padding-top: 30px;
    min-height: 400px;
}
.footer {
    height: 100px;
    border-top: 1px solid #D1D1D1;
    color: #808080;
}
.footer ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer li {
    display: inline;
    margin: 0;
    padding: 0px 6px 0px 4px;
    border-right: 1px solid #D1D1D1;
}
.footer li.last {
    border: 0;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
    text-decoration: none;
    color: #808080;
}
.loginBox {
    padding: 0px;
    width: 400px;
    border: 1px solid #BEBEBE;
    margin: 0px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
}
.boxHeader {
    background: url(/images/openx/box_title_bg_grey.jpg) repeat-x scroll 0 0 transparent;
    background: linear-gradient(0deg, #ddd, #fff);
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #CCCCCC;
    color:#626262;
    font-size:13px;
    font-weight:bold;
}
.contentHeader {
    color: #2F72A7;
    font-size: 1.5em;
}
.remember {
    position: relative;
    top: 0.25em;
    color: #8D8D8D;
    padding-left: 10px;
    text-decoration: none;
}
.loginButton {
    height: 26px;
    text-align:right;
}
.loginButton .buttonLeft {
    float: right;
    display: inline;
    background: url(/images/openx/btn_left.png) no-repeat top left;
    width: 5px;
    height: 26px;
}
.loginButton .buttonRight {
    float: right;
    display: inline;
    background: url(/images/openx/btn_right.png) no-repeat top left;
    width: 5px;
    height: 26px;
}
.loginButton input {
    float: right;
    display: inline;
    background: transparent url(/images/openx/btn_tile.png) repeat-x top left;
    height: 26px;
    font-size: 14px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #26292E;
    border: none;
    padding-bottom:4px;
    cursor: pointer;
    margin: 0;
}
.loginButton input:hover {
    color: #2F72A7;
}
.loginButtonTextLine {
    line-height:25px;
    float: right;
}
.welcome {
    list-style-type: none;
}
.copyright {
    position:relative;
    top:6px;
}
.available-int, .unavailable-int, .checking-int, .error-int {
  font-weight: bold;
  margin: 0 0 0 0;
  font-size: 90%;
}
.available-int {
  color: #22b24c;
}
.unavailable-int {
  color: #f15922;
}

.tabular {
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	background: #ECECEC;
}

.tabular th {
	padding-top:10px; 
    padding-bottom:10px;
    border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #ECECEC;
	background: linear-gradient(0deg, #ddd, #fff);;
}

.tabular th.last_cell {
	border-right: 0px;
}

.tabular td {
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.tabular td.last_cell {
	border-right: 0px;
}

.tabular td.paginator_cell {
	color: #999999;
	font-size: 10px; 
	font-family: arial, verdana, sans-serif;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	border-right: 0px;
	background: #ECECEC;
}

.tabular td.end_cell {
  color: #999999;
  border-bottom: 1px solid #CCCCCC;
  background: #ECECEC;
  height: 4px;
  padding: 0;
}

.user {
  padding-top: 55px;
  text-align: right;
}
.forgot {
	padding-right: 10px;
	text-align: right;
	height: 26px;
	line-height: 26px;
}
.forgot a {
    text-decoration: none;
    color: #2F72A7;
    vertical-align:middle;
}
.forgot a:hover {
    text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * search-box styles
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.search-box .sLeft,
.search-box .sMain,
.search-box .sRight {
  display: block;
  float: left;
  height: 21px;
  background: url(/images/openx/search-box-pixie.png) no-repeat;
}
.search-box .sMain input {
  border-width: 0;
  outline: 0 none;
  color: #7E7E7E;
  width: 128px;
  line-height: 14px;
  font-size: 11px;
  height: 10px;
}
.search-box .sMain {
  background-repeat: repeat-x;
  background-position: 0 -21px;
}
.search-box .sLeft {
  width: 20px;
}
.search-box .sRight {
  width: 10px;
  background-position: 0 -42px;
}
.form-select {
	width: 310px;
	padding: 1px;
}

/* standard classes */
.padding-all-big {
    padding: 30px;
}
.padding-all {
    padding: 10px;
}
.padding-lr {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-lr-small {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-all-small {
    padding: 5px;
}
.padding-tb-small {
    padding-top: 5px;
    padding-bottom: 5px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.hide {
    display: none;
}
.clear {
    clear: both;
}
