/* styles for PSA.Net */

html, body {
    height: 100%;
}

body {
    font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
    font-size: 0.8em;
    background: #346083 url(../images/bg.jpg) no-repeat center top;
    color: #333; 
    margin:0; 
    padding:0;
    line-height: 1.5;
}

a  {
    color: #27699F; 
    text-decoration: none; 
}
a:hover  {
    text-decoration: underline; 
}

fieldset {
    margin: 1.0em;
}

fieldset legend {
    font-size: 1.2em;
    font-weight: bold;
}

img  {
    border: none; 
    padding: 6px; 
} 
img a {
    border:none;
} 

#page {
    height: 100%;
    min-height: 100%;
}

#header  {
    width: 100%;
}
#header h1 {
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 0 20px;
    letter-spacing: -1px;
}
#header h1 a {
    color: #fff;
}
#header h1 a:hover {
    border-bottom: 1px solid #fff; text-decoration: none;
}
#header h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
    padding: 0 0 0 20px;
}

#menu {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../images/menu.png) repeat-x;
    height: 40px;
    line-height: 40px;
}
#menu ul {
    list-style-type: none;
    margin: 0;
}
#menu ul li {
    display: block;
    float: left;
}
#menu ul li a {
    background: #2E4A6B url(../images/menudiv.png) 100% 0 repeat-y;
    display: block;
    padding: 0 10px 0 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
#menu ul li a.active, #menu ul li a.active:hover {
    color: #000;
    background: #fff;
}

#menu ul li a.hilite, #menu ul li a.hilite:hover {
    color: #000;
    background: #ffc;
}

#menu ul li a:hover {
    color: #fff;
    background: #000;
}

#content-wrapper {
    padding: 10px;
    margin: 0 10px;
    background: #fff;
}

#content-area {
    padding: 20px;
}

#content {
    display: block;
}

.footer {
    color: #fff; 
    padding-left: 10px;
}

.footer a  {
    color: #fff; 
    text-decoration: none; 
}
.footer a:hover  {
    text-decoration: underline; 
}

#sidebar img  {
    padding: 0; 
    margin: 0; 
}
#sidebar ul {
    list-style-type: none; 
    padding: 10px 0 5px 20px;
}
#sidebar h2 {
    background: #374B5C;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    margin: 20px 0 0 0; padding: 0 0 0 10px; 
    color: #fff;
}
#sidebar ul li {
    background: url(../images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 25px;
}
#sidebar ul li a  {
    font-size: 12px; 
}

.loginDisplay {
    padding: 10px;
    color: White;
    background: #000;
    width: 300px;
    margin-right: 10px; 
    position: absolute;
    top: 0;
    right: 0;
}

.loginUserName {
    float: left;
    font-size: 1.0em;
}

.logoutLink {
    float: right;
}

.logoutLink a:link {
    color: white;
}

.logoutLink a:visited {
    color: white;
}

.logoutLink a:hover {
    color: white;
}

/* table elements */

tbody {
    border: none;
}

table {
    font-size: 1em;
}

tbody th {
    border-bottom: 1px solid #ccc;
}

thead th {
    text-align: left; 
    padding: 12px 20px;
    border-bottom: 3px solid #ccc;
}

tr.odd td, tr.even td {
    padding: 0.3em;
}

tr.odd {
    background: #eee;
}

tr.even {
    background: #ccc;
}

td {
    vertical-align: top;
    padding: 15px 20px;
    text-align: left;
}

td.active {
    background-color: #ddd;
}
td.checkbox, th.checkbox {
    text-align: center;
}

.table {
    width: 100%;
    margin: 25px 0 40px;
}


.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.table-striped-dark > tbody > tr:nth-of-type(odd) {
  background-color: #c9c9c9;
}

.clear {
    clear: both;
}

.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.1em;
  margin-bottom: 0.1em;
}
.error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.site-error {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: xx-large; 
    font-weight: bold; 
    text-align: center;}
.form-required {
    color: #ff0000;
}

.submitButton {
    background-color: #008CBA;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.breaking {
    background-color: crimson;
}
.breaking-news {
    background-color: coral;
    color : #ffffff;
    float:left;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-left: 16px;
}
.breaking-item {
    color: #ffffff;
    float:left;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.breaking-item a{
    text-decoration: none;
    color: #ffffff;
}

a.link-button {
  background-color: #008CBA;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
a.link-button:hover {
  background-color: #555;
}

a.link-button-green {
  background-color: #1fb226;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

a.link-button-green:hover {
  background-color: #555;
}

a.link-button-info {
  background-color: #721fb2;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

a.link-button-info:hover {
  background-color: #555;
}


