﻿html, body
{
    background-color: #eee;
    min-width: 920px;
    font-size: 10pt;
    font-family: Arial;
    margin: 0;
    padding: 0;
    cursor: default;
}

/*Headings*/
h1
{
    font-size: 120%;
    color: #0a2649;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 6px 6px 3px 0px;
    margin: 0;
    margin-bottom: 5px;
    margin-right: 2px;
    text-transform: uppercase;
}

h2
{
    font-size: 115%;
    color: #0a2649;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 6px 8px 3px 8px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.nomargin
{
    margin: 0;
}

a
{
    color: #0a2649;
    outline: none;
}

a img
{
    border: 0;
}

p
{
    margin: 8px 1px;
}

div.layout
{
    width: 920px;
    margin: 0px auto;
}

div.placeholder
{
    background-color: #fff;
    margin-bottom: 8px;
    padding: 8px;
    
}

div.pod
{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #ddd;
}


div.pod p
{
    margin: 8px 5px;
    font-size: 90%;
}

div.podtext
{
    margin: 8px;
    margin-top: 3px;
    padding: 5px;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

table.whiteboxes
{
    border-spacing: 8px;
    font-size: 90%;
    width: 100%;
}

table.whiteboxes td
{
    padding: 12px 10px;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
}


.roundedcorners
{
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.bottomrounded
{
   -moz-border-radius-bottomleft: 8px;
   -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
   -webkit-border-bottom-right-radius: 8px;
}

.toprounded
{
   -moz-border-radius-topleft: 8px;
   -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
   -webkit-border-top-right-radius: 8px;
}

div#menubar
{
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px; 
    background-color: #0a2649;
    color: #fff;
    height: 98px;
    padding: 0;
}

div#menubar div.lefticons
{
   float: left; 
   width: 35px;
}

div#menubar div.lefticons ul
{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

div#menubar div.lefticons ul li
{
    width: 35px;
    text-align: center;
}

div#menubar div.logo
{
    float: left;
    background-color: #fff;
    height: 62px;
    padding: 18px 0;
    width: 320px;
    text-align: center;
}

div#menubar div.menuitems
{
    float: left;
    height: 98px;
}

div#menubar div.menuitems a
{
    float: left;
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
    height: 98px;
    width: 113px;
    text-decoration: none;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div#menubar div.menuitems a:hover, div#menubar div.menuitems a.selected
{
    background-position: 0px -98px;
}


div.footer
{
    background-color: #0a2649;
    color: #fff;
    padding: 0;
}

div.footer ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

div.footer ul li
{
    float: left;
    margin-right: 1px;
}

div.footer ul li a
{
    display: block;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    padding: 11px 10px 9px 10px;
    text-decoration: none;
}

div.footer ul li:first-child a
{
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
}

div.footer ul li a:hover
{
    background-color: #d40716;
}

div.footer ul li.selected a
{
    background-color: #d40716;
}

div#topbar
{
    overflow: auto;
    font-size: 95%;
}


.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

div.banner
{
    margin-bottom: 6px;
    text-align: center;
}

div.banner img
{
    max-width: 670px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* Column layout */
ul.columnlayout
{
    list-style: none;
    overflow: auto;
    margin: 0;
    padding: 0;
}

li.column
{
    float: left;
    margin-right: 8px;
}

li.lastcol
{
    margin-right: 0;
}

li.onehalf
{
    width: 444px;
    position: relative;
}

li.onethirdcol
{
    width: 296px;
}

li.onefourthcol
{
    width: 224px;
}

li.threefourthcol
{
    width: 672px;
}

/* Pods */

/* List view */
ul.listview
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.listview li
{
    border-bottom: 1px solid #ccc;
    padding: 6px;
    background-image: url("/Content/images/web/list/itembg.gif");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
    font-size: 95%;
}

ul.listview li p
{
    margin: 5px 0;
}

ul.listview li a
{
    font-weight: bold;
}

ul.listview li.blocklink
{
    padding: 0;
}

ul.listview li.blocklink a
{
    display: block;
    padding: 6px;
    text-decoration: none;
}

ul.listview li.blocklink a:hover
{
    background-color: #fff;
}

ul.listview li.footer
{
    text-align: center;
    border: 0;
    background: none;
    padding-top: 5px;
}

ul.listview li.footer a
{
    font-size: 85%;
    text-decoration: underline;
}

/* Side menu */

ul.sidemenu
{
    list-style: none;
    padding: 0;
    margin: 8px 5px;
}

ul.sidemenu li
{
    margin-bottom: 2px;
}

ul.sidemenu li a
{
    display: block;
    padding: 7px 6px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
    background-color: #0a2649;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: url("/Content/images/web/menuitem_bg.gif");
    background-position: top;
    background-repeat: repeat-x;
}

ul.sidemenu li a:hover, ul.sidemenu li.selected a
{
    background-color: #d40716;
    background-image: url("/Content/images/web/menuitem_bg_over.gif");
    background-position: top;
    background-repeat: repeat-x;
}

/* Forms */
form
{
    margin:0;
    padding: 0;
}

input[type=text], input[type=password], textarea
{
    background-image: url("/Content/images/web/textbox_bg.gif");
    background-position: top;
    background-repeat: repeat-x;  
    border: 1px inset #ccc;
    padding: 3px 5px;
}

table.form
{
    width: 100%;
}

table.form th
{
    text-align: right;
    width: 20%;
    padding: 5px;
}

table.form td
{
   padding: 5px;
   vertical-align: middle;
}

table.form td input[type=text], table.form td select
{
    width: 200px;
}

table.form td input.medium, table.form td select.small
{
    width: 145px;
}  
table.form td input.small, table.form td select.small
{
    width: 40px;
}

table.form td textarea
{
    width: 400px;
    height: 100px
}
input.error { color: #8a1f11 }
label.error 
{
    background:#FBE3E4;
    color:#8A1F11;
    border: 1px solid #FBC2C4;
    line-height: 24px; 
    margin-top: 2px; 
    padding: 0px 8px; 
    font-weight: bold; 
    display: block;
    width: 50%;
    clear: both;
}

label.error:first-letter
{
    text-transform: uppercase;
}

table.listing
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

table.listing th
{
    text-align: left;
    background-color: #eee;
    padding: 5px;
    border-bottom: 1px solid #222;
}

table.listing td, table.listing th
{
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
}

table.listing tr:hover
{
    background-color: #eee;
}

table.norowhover tr:hover
{
    background-color: #fff;
}

table.listing th.small
{
    width: 50px;
}

table.listing th.medium
{
    width: 150px;
}

input[type=submit], input[type=button], a.button
{
    display: inline-block;
    background-color: #0a2649;
    color: #fff;
    font-weight: bold;
    border: none;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    overflow: visible;
    font-family: Arial;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

input[type=submit]:hover, input[type=button]:hover, a.button:hover
{
    background-color: #d40716;
    color: #fff;
}

a.greenbutton
{
    background-color: #50b05e;
    color: #fff;
}

ul.errors
{
    background-color: #ddd;
    padding: 5px 5px 5px 5px;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.errors li
{
    background-color: #fff;
    padding: 5px 10px;
    color: #f00;
    font-weight: bold;
    margin: 3px 0px;
}

/* Listing */
ul.listing
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.listing li
{
    padding: 10px;
    border: 1px solid #aaa; 
    margin-bottom: 10px;
    background-image: url("/Content/images/web/list/itembg.gif");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
    font-size: 90%;
    position: relative;
    cursor: pointer;
    overflow: auto;
    line-height: 23px;
}

ul.listing li.open
{
    cursor: default;
}

ul.listing li.open:hover
{
    border: 1px solid #aaa; 
}

ul.listing li:hover
{
    
    border: 1px solid #222;
}

ul.listing li:hover a.button
{
    background-color: #d40716;
}

ul.listing li div.topbar
{
    clear: both;
    margin-top: 15px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0px;
    font-size: 90%;
}

ul.listing li div.topbar div
{
   margin: 0px 10px;
}

ul.paging
{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

div.paging
{
   clear: both; padding: 5px 0px; overflow: auto; margin: 5px;
   line-height: 24px; 
}

ul.paging li
{
    float: left;
    margin-left: 2px;
}

ul.paging li.page a
{
    display: block;
    background-color: #0a2649;
    color: #fff;
    text-decoration: none;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 80%;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

ul.paging li.page a.selected, ul.paging li.page a:hover
{
    background-color: #d40716;
}

div.titlebox
{
    padding: 10px;
    border: 1px solid #aaa; 
    margin-bottom: 10px;
    background-image: url("/Content/images/web/list/itembg.gif");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
    overflow: auto;
}

/* Loader */
.loading-indicator {
	height: 34px;
	width: 170px;
	background-image: url("/Content/images/web/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #fff;
	opacity: 0.6;
    filter: alpha(opacity = 60);
}

/*Bottom links*/
div#bottomlinks
{
    font-size: 80%;
    padding: 0px 10px;
    line-height: 13pt;
    padding-bottom: 40px;
}
ul.bottomlinks
{
    clear: both;
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.bottomlinks li
{
    float: left;
    margin-right: 20px;
}

span.reqfield
{
    color: #f00;
}

div.textualcontent ul
{
    list-style-type: disc;
    margin-top: 20px;
}

div.textualcontent ul li
{
    margin-bottom: 15px;
}

ul.liststyle
{
    list-style-type: disc;
    margin: 0 10px;
    padding: 0;
}

ul.liststyle li
{
    padding: 10px;
    border: 1px solid #aaa; 
    margin-bottom: 10px;
    background-image: url("/Content/images/web/list/itembg.gif");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
    font-size: 90%;
    position: relative;
    cursor: default;
    overflow: auto;
    line-height: 23px;
}