/*
	Project: OIC Closure Site
	Created on: 11/Jan/2013
*/

html, body {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #414042; !Important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    background-color: #989898;
}

html {
    background-color: transparent;
}

nav,
header,
footer,
section,
aside,
article {
    display: block;
}

h1,
h2,
h3,
h4, act
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
blockquote,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
}

a {
    cursor: pointer;
    color: #63007D;
    overflow: hidden;
    text-decoration: underline;
}

a:hover,
a:active,
a:visited {
    color: #221E1F;
}

p {
    margin-bottom: 1em;
}

li,
p,
smallfont {
    line-height: 1.5em;
}

.container {
    background-color: #fff;
    margin: 0 auto;
    width: 960px;
    BORDER-RIGHT: #77787A 1px solid;
    BORDER-LEFT: #77787A 1px solid;
    position: relative;
}

.container:before, .container:after {
    display: table;
    content: "";
}

#top_container .container {
}

#content_container .container {
    overflow: auto;
    padding-bottom: .2em;
    overflow: hidden;
}

#content_container .container .main_contents {
    margin-right: 2.5em;
}

#content_container .container > div,
footer .container > div {
    margin: 0.625em .5em;
}

footer .container {
    background-color: #BFBFBF;
    position: relative;
}

footer .horizontal_list > li {
    font-size: 13px;
    margin: 0.3em;
    line-height: 2em;
    color: #E6E7E8;
}

footer .horizontal_list > li a {
    color: #fff;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.float_right:after,
.float_right:before,
.float_left:after,
.float_left:before,
.clearfix:before,
.clearfix:after {
    clear: both;
}

hr {
    background-color: #58595B;
    height: 1px;
}

hr.dash_line {
    border: 1px dashed #58595B;
    background-color: transparent;
}

.hide {
    display: none;
}

/*============  Grid System ================*/

section > .rows {
}

.rows {
    zoom: 1;
    margin-bottom: 0;
}

.rows:before, .rows:after {
    display: table;
    content: "" !important;
    clear: both;
}

.rows [class*="cols"] {
    display: inline;
    float: left;
}

.rows .cols_one_two {
    width: 48%;
}

.rows .cols_one_third {
    width: 30%;
}

.rows .cols_one_fourth {
    width: 20%;
}

.rows .cols_two_third {
    width: 69%;
}

.rows .cols_two_fifth {
    width: 40%;
}

.rows .cols_three_fifth {
    width: 57%;
    margin-left: 1em;
    padding-left: 0.5em;;
}

.rows .cols_three_fourth {
    width: 78%;
}

.prelogin.rows .cols_one_third {
    margin-right: 1em;
    width: 25%;
}

.prelogin.rows .cols_two_third {
    width: 72%;
    border-left: #A7A9AC 1px solid;
}

.rows .cols_two_third > div {
    margin-left: 1em;
}

/* Typrography
================================*/

.strong {
    font-weight: bold;
}

.smallfont {
    font-size: 13px;
}

.emphasisheader {
    font-size: 150%;
    font-weight: bold;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    color: #231F20;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
    line-height: 1em;
}

h1 div,
h1 span,
h1 a,
h1 input {
    font-size: 13px;
    font-weight: normal;
}

ul.unstyled {
    list-style: none;
    margin-left: 0;
}

ul.general,
ol.general {
    margin-left: 1.8em;
}

ul.general li,
ul.unstyled li {
    line-height: 1.8em;
}

/*=================  Navigation  ===================*/

.nav {
    POSITION: relative;
    MARGIN: 0px 8px 0px 0px;
    DISPLAY: block;
    FLOAT: left;
    LEFT: 0px;
}

.nav > li {
    list-style: none;
    vertical-align: top;
}

/*== Prelogin Navigation ==*/
.prelogin .nav {
    width: 17em;
}

.prelogin .nav > li {
    FLOAT: none;
    DISPLAY: block;
    line-height: 1em;
}

.prelogin .nav A,
.tab_nav .horizontal_list a {
    padding: 0.438em 0;
    DISPLAY: block;
    FLOAT: none;
    TEXT-DECORATION: none;
    font-weight: bold;
    color: #231F20; !Important;
}

.tab_nav .horizontal_list a {
    color: #77787B;
    margin-left: 1em;
}

.prelogin .nav .active > A,
.tab_nav .active > a,
.tab_nav .horizontal_list a:focus,
.tab_nav .horizontal_list a:hover,
.prelogin .nav a:focus,
.prelogin .nav a:hover {
    color: #612979;
    background: none;
}

.prelogin .nav .active > A,
.tab_nav .active > a {
    border-bottom: 0.2em #612979 solid;
}

/*=================  Top banner ===================*/
.oic_top_toolbar {
    height: 4em;
}

.oic_top_shortcut ul li > img,
.link_icon {
    margin: -3px;
    cursor: pointer;
}

.oic_logo {
    margin: .5em;
}

.oic_top_banner {
    background: transparent url(../images/Armour_3.jpg) no-repeat top left;
    height: 304px;
    position: relative;
    margin-bottom: 31px;
}

.oic_top_banner .banner_text {
    text-align: center;
    width: 100%;
    height: 54px;
    position: absolute;
    bottom: 0;
    background-color: #d04a03;
    z-index: 10;
}

.oic_top_banner .banner_text span {
    color: #ffffff;
    line-height: 54px;
    font-size: 16px;
    font-weight: bold;
}

.oic_top_banner .banner_text span a {
    color: #ffffff;
    font-weight: bold;
}

.oic_top_banner .stick {
    width: 960px;
    top: 0;
    position: fixed;
}

.oic_loginform {
    width: 327px;
    margin-top: .3em;
}

.oic_loginform form,
.oic_loginform > span,
.oic_loginform > p {
    margin: 0 0.8em 0 0.8em;
}

.login_info {
    width: 242px;
    margin-right: .5em;
    margin-top: .3em;
}

/*============== Table ================== */

.CoolGridViewTable TR TD, .CoolGridViewTable TR TH, .CoolGridViewTable TR TH SPAN, .CoolGridViewTable TR TD SPAN {
    overflow: hidden;
    text-overflow: ellipsis;
}

.CoolGridViewTable TR TH SPAN, .CoolGridViewTable TR TD SPAN {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    display: inline-table;
    border-top: 1px solid #E6E7E8;
    background-color: #ffffff;
    table-layout: fixed;
    font: inherit;
    overflow: hidden;
}

table th, table td {
    padding: 7px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #E6E7E8;
    color: #000;
}

table th.number,
table td.number {
    text-align: right;
}

table thead,
table.pagination td {
    text-decoration: none;
    color: #414042;
    Background: #fff url(../images/table_header_bg.png) left center repeat-x;
}

table th {
    border-bottom-color: #B7B7B7;
}

table.pagination td {
    border-top: 1px solid #B7B7B7;
}

table.pagination .float_right {
    padding-top: 5px;
}

table.pagination .btn {
    height: 24px;
    width: 24px;
    line-height: 20px;
    display: inline-block;
    margin: 0px;
    padding: 0;
}

table.pagination select {
    margin: 0px;
}

table th a {
    text-decoration: none;
    color: #414042;
}

tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

table .header:after {
    padding-top: 5px;
    margin-left: 5px;
}

table .headerdown:after {
    padding-top: 5px;
    margin-left: 5px;
}

table tfoot {
    border-top: 1px #231F20 double;
    background-color: #e9dced;
}

table .highlight {
    background: #e9dced;
}

table tbody tr:hover,
table tfoot tr:hover,
table tr.selected {
    background: rgba(225, 207, 229, 0.9);
    background: #e1cfe5;
}

table thead:hover {
    Background: #fff url(../images/table_header_bg.png) left center repeat-x;
}

table .action_icons,
.accordion table .action_icons {
    margin-left: .5em;
}

/*=============== Icons ===============*/

.action_icons,
input.action_icons {
    background: transparent url(../images/action_icon.png) top left no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: -.2em 0;
    cursor: pointer;
}

.action_icons.download_icons {
    background-position: -19px 0;
    border: none;
}

.hearingdate {
    width: 90%;
    border: 2px solid;
    padding: 4px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #000000;
    border-color: #612979;
    position: relative;
    bottom: 3px;
}

.bannertwo {
    width: 952px;
    border: 2px solid;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    color: white;
    background-color: purple;
    border-color: black;
    position: relative;
    bottom: 27px;
}

.importantupdate {
    padding: 4px;
    color: #000000;
    border: 2px solid #612979;
    position: relative;
}

.importantupdatesub p {
    font-size: 90%;
    font-weight: lighter;
    font-style: italic;
}

ul, ol {
    margin-left: inherit;
}

h2.anchor {
    scroll-margin-top: 80px;
}
