/* CSS Document */
#portfolio_column_type_1 {
    width: 110px;
}

#portfolio_column_type_0 {
    width: 80px;
} 

body {
    font-size: 11px;
    font-family: verdana;
    line-height: 18px;
    color: #666666;
    margin: 0px;
    background: #ffffff
}
h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: normal;
    color: #000000;
}
h2 {
    font-size: 14px;

    color: #0F4FAC;
}
h3 {
    font-size: 10px;
 
    text-transform: uppercase;
    color: #CCCCCC;
    background: #1F62BD;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    line-height: 16px;
}
h4 {
    font-size: 10px;

    color: #0F4FAC;
    line-height: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-right: 15px;
    background-repeat: no-repeat;
}
h4 button {
    background-color: #ffffff;
    border: none;
    font-size: 10px;
  
    color: #0F4FAC;
    padding: 0px;
}
h5 {
    font-size: 10px;

    color: #0E4EAC;
    line-height: 11px;

    text-align: left;
    padding-right: 10px;
}

button:hover {
    text-decoration: underline;
}

#banner {
    background: #000000;
    color: #ffffff;
    text-align: center;
}
#columns {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#main {
    margin-left: 16em;
    padding-top: 4ex;
    padding-left: 2em;
    background: white;
}
#side {
    float: left;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    background: #ffffff;
}
#footer {
    clear: both;
 
    background: #2062bd;
    color: #aaa;
}
#footer a:link {
    color: #aaa;
}
#footer a:visited {
    color: #aaa;
}
.warning {
    color: red;
    font-size: 11px;
 
    text-transform: uppercase;   
}

a img {
    border: 0;
}

/* Thanks http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ */
table, table.layout table {
    border-collapse: collapse;
}
table th, table.layout td th {
    border-bottom: 2px solid #888;
    padding: 4px 5px;
}
table td, table.layout td td {
    padding: 4px 8px 5px 8px;
    border-left: 2px;
}

table.tight td { padding: 0px }
table.tight th { padding: 0px }

table.layout {
    border-collapse: separate;
    padding: 10px;
    border: black;
}
table.layout td {
    padding: 10px;
    border-left: 2px dotted #ddd;
    vertical-align: top;
}

hr {
    color: #ddd;
    height: 1px;
    width: 90%;
    border-top: 0px;
    border-bottom: 2px dotted #ddd;
}

table.comment {
    border-collapse: collapse;
    padding: 0px;
    border-left: 0px;
    font-size: 10px;


    color: #969696;
}
table.comment td {
    padding: 0px;
    border-left: 0px;
}

div.comment {
    font-size: 11px;
  

    color: #969696;
}

/* Light green bars in tables of data */
tr.even-row {
    background-color: white;
}
tr.odd-row {
    background-color: #b1ffb5;
}
td.ignore {
    color: #444444;
    background-color: #eeeeee;
}

ul {
    list-style-position: outside;
    margin-left: 0px;
    padding-left: 15px;
}
li {
    margin-top: 10px;
    margin-bottom: 10px;
}
a:link {
    text-decoration: none;
    color: #0F4FAC;
}
a:visited {
    text-decoration: none;
    color: #0F4FAC;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
p.flash {
    color: green;
}

/* Forms */

input.required {
    background: #ffff00;
}

/* Fieldset form */
fieldset {
    border: 0px;
}
fieldset p {
    clear: both;
}
fieldset legend {
    font-size: 10px;

    text-transform: uppercase;
    color: #0F4FAC;
    background: #D6DEF3;
    padding: 2px 50% 2px 10px;
    line-height: 16px;
}
fieldset label {
    float: left;
    text-transform: capitalize;
    text-align: right;
    font-size: 11px;
    color: #000;
    font-weight: normal;
    width: 10em;
    margin-right: 1em;
}
fieldset option {
    float: left;
    font-size: 11px;
    color: #000;
    font-weight: normal;
}
fieldset input {
    float: left;
}
fieldset table {
    float: left;
}
fieldset select {
    float: left;
}
fieldset button {
    float: left;
    background-color: #0F4FAC;
    text-transform: uppercase;
    border: none;
    font-size: 10px;
  
    color: #fff;
    padding: 5px;
    margin-left: 12em;
}
fieldset button:hover {
    text-decoration: underline;
    background-color: #0F2F5C;
}
fieldset .formError {
    font-size: 11px;
  
    float: left;
    color: red;
    margin-left: 1em;
    text-transform: uppercase;
}

fieldset img {
    float: left;
}
fieldset div {
    float: left;
}

/* Drop-down menu from http://javascript-array.com */

#menu {
    clear: both;
    margin: 0;
    padding: 0;
    z-index: 30;
}
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
#menu li a {
    display: block;
    margin: 0 1px 0 0;
    padding: 6px 20px;
    background: #18509d;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 10pt;
}
#menu li a:hover {
    background: #1F62BD;
}
#menu li ul {
    position: absolute;
    visibility: hidden;
    margin: 1px;
    padding: 0px;
    background: #d4def0;
    border: none;
    width: 8em;
}
#menu li ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: 14em;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background: #d4def0;
    color: black;
    font: 11px verdana
}
#menu li ul a:hover {
    background: #49A3FF;
    color: #FFF
}

/* Lists of links with icons */

.link-list {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon {
    text-indent: 0;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.pdf { background-image: url(/images/pdf-tiny.png) }

/* Paginator */

.pagination {
  background: #F1F1F1;
  border: 1px solid #E5E5E5;
  text-align: center;
  padding: 1em;
}
.pagination a, .pagination span {
    padding: .2em .3em;
}
.pagination span.disabled {
    color: #AAA;
}
.pagination span.current {
   
    color: black;
    background: transparent url(/images/pagination-circle.png) no-repeat 50% 50%;
}
.pagination a {
    text-decoration: none;
    color: black;
}
.pagination a:hover, .pagination a:focus {
    text-decoration: underline;
}

/* Auto complete popup */

div.auto_complete {
    width: 350px;
    background: #ddd;
    color: #000;
}
div.auto_complete ul {
    border: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}
div.auto_complete ul li {
    margin: 0;
    padding: 3px;
}
div.auto_complete ul li.selected {
    color: #fff;
    background-color: #1F62BD;
}
div.auto_complete ul strong.highlight {
    color: #800;
    margin: 0;
    padding: 0;
}
