@charset "utf-8";

body {
    background: none repeat scroll 0 0 #111;
    color: #666666;
    font-family: Arial,'Nimbus Sans L',sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

a {
    color: #5A088C;
    text-decoration:none;
}

a:hover {
    color:#666;
    text-decoration:none;	
	
}

ul, ol {
    margin:0;
    padding:0;
    list-style: none;
}

img { 
    border: 0;
    margin: 0 0 0 0;
    vertical-align: middle;

}

INPUT, SELECT, BUTTON { vertical-align: middle; font-family: inherit; font-size: 1em; } 
TEXTAREA { font-family: inherit; font-size: 1em; overflow: auto; resize: none; }
INPUT[type="checkbox"] { vertical-align: bottom; }
INPUT[type="button"], BUTTON { cursor: pointer; padding:4px; }
INPUT[type="submit"], BUTTON { cursor: pointer; padding:4px; }
INPUT[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; }

input, select, button {
    font-family: inherit;
    font-size: 1em;
    vertical-align: middle;
}

input.submit {
    -webkit-box-shadow:inset 0px 1px 0px 0px #8345a4;
    box-shadow:inset 0px 1px 0px 0px #8345a4;
    background-color:#542179;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #4b2269 !important;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none !important;
    width:auto !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
}

input.cfesubmit {
    -webkit-box-shadow:inset 0px 1px 0px 0px #8345a4;
    box-shadow:inset 0px 1px 0px 0px #8345a4;
    background-color:#542179;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #4b2269 !important;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none !important;
    width:auto !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
}

input.searchsubmit {
    -webkit-box-shadow:inset 0px 1px 0px 0px #8345a4;
    box-shadow:inset 0px 1px 0px 0px #8345a4;
    background-color:#542179;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #4b2269 !important;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none !important;
    width:auto !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:20px;
}

input.submit:hover {
    background:-moz-linear-gradient( center top, #5f2c7c 5%, #542179 100% );
    background-color:#5f2c7c;
}

input.submit[disabled] {
    color:#909090;
    background-color:#e0e0e0;
    border:solid 1px #e0e0e0;
    cursor: default;
    -webkit-box-shadow:inset 0px 1px 0px 0px #e0e0e0;
    box-shadow:inset 0px 1px 0px 0px #e0e0e0;
    border:1px solid #e0e0e0 !important;
}

input.cfesubmit[disabled] {
    color:#909090;
    background-color:#e0e0e0;
    border:solid 1px #e0e0e0;
    cursor: default;
    -webkit-box-shadow:inset 0px 1px 0px 0px #e0e0e0;
    box-shadow:inset 0px 1px 0px 0px #e0e0e0;
    border:1px solid #e0e0e0 !important;
}

input.submit:hover[disabled] {
    background:-moz-linear-gradient( center top, #e0e0e0 5%, #e0e0e0 100% );
    background-color:#e0e0e0;
}

input.submit:active {
    position:relative;
    top:1px;
}

input.reset {
    -webkit-box-shadow:inset 0px 1px 0px 0px #706870;
    box-shadow:inset 0px 1px 0px 0px #515151;
    background-color:#343434;
    -webkit-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #3d3c3d !important;
    display:inline-block;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none !important;
    width:auto !important;
    overflow: visible !important;
    padding:1px 3px 2px 3px !important;
    height:30px;
    cursor: pointer;
}

input.reset:hover {
    background-color:#423f42;
    background:-moz-linear-gradient( center top, #423f42 5%, #343434 100% );
}

input.reset:active {
    position:relative;
    top:1px;
}

select.list {
    border: 1px solid #ccc;
    width:80px;
    padding:5px;
}

#topMenu {
    background: none repeat scroll 0 0 #111;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    height: 20px;
    border-bottom:1px solid #644278;
}

#topMenu #topContent {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#topContent #user {
    float: right;
    font-size: 12px;
    color:#CCC;
}

#topContent #login {
    float: right;
}

#main_wrapper {
    background:#fff;
    width:100%;	
    margin: 0;
}

#wrapper {
    width: 1075px;
    margin-right: auto;
    margin-left: auto;
}

#masthead{
    background: #57068c;
    padding: 0;
    height: 73px;
}

#masthead #mastheadContent{
    margin: 0 auto;
    position: relative;
    width: 1000px;
}


#masthead #appTitle {
    border-left: 1px solid #fff;
    float: left;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 16px;
    position: relative;
    top: 21px;
    color:#fff;
}

#masthead #logo {
    float: left;
    width: 172px;
}
#masthead #content_header {
    width: 770px;
    text-align: right;
    float: left;
    height: 53px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#wrapper #masthead #content_header h1 {
    font-family: "Proxima Nova Condensed Light", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
}
#wrapper #h_nav {
    background-color: #fff;
    clear: both;
    width: 1000px;
}

#nav_Holder {
    background: #F1F1F1;
    padding: 0;
    height: 57px;
    border-bottom: 1px solid #E5E3E3;
}

#nav_Holder #breadcrumbs {
    padding:14px 0;
    font-size: 14px;
}

#nav_Holder #nav_content {
    width:1000px;
    padding: 5px 0 5px 0;
    margin: 0 auto;
}

#nav_content #topMain_menu {
    float: left;
    height: 20px;
    margin:0;
}
 
li.active-link a, li.active-link a:visited, li.active-link a:active {
    background: none repeat scroll 0 0 #111111;
    border-color: #000000 #353535 #353535 #000000;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    float: left;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.breadcrumbs a {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
    color: #9E9E9E;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #5A088C;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

.breadcrumbs a:hover {
    color: #222222;
}

.breadcrumbs a.currentb, .breadcrumbs a.currentb:hover {
    color: #9E9E9E;
    cursor: default;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

.breadcrumb_divider {
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url(/cfe/static/images/breadcrumb_divider.gif) no-repeat;
    float: left;
    margin: 0 5px;
}

#wrapper #main_content {
    background-color: #fff;
    margin: 0;
    padding:0;
}

#wrapper #main_content #content{
    width: 1000px;
    margin:0;
    padding:0;
    border:0;
    background:#fff;
}

#content #right_content {
    float:left;
/*    margin:0 0 0 15px; */
    padding:0;
/*    width:1000px; */
}

#content #left_content {
    float:left;
    background:#fff;
    margin: 0;
    padding: 0;
    width:190px;
}

#left_content #left_nav {
    background:#fff;
    float: left;
    margin:0;
    width: 190px;
    padding:0;
}

#left_content #leftNav_header {
    background: url(/cfe/static/images/bg-content-box.gif) repeat-x scroll left top #E5E5E5;
    margin:0; 
    padding:0;	
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
    height: 40px;
    width:190px;
}

#main_content  h1 {
    color: #666;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-size-adjust: 0.488;
    font-style: normal;
    font-weight: 200;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
    right: 10px;
    top: 87px;
    z-index: 1;
}

#main_content h2{
    font-family: Arial,'Nimbus Sans L',sans-serif; 
    font-size: 18px;
    font-size-adjust: 0.488;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 5px;
/*    color: #666; */
    color: #000;
}

#main_content h3{
    font-family: Arial,'Nimbus Sans L',sans-serif;
    font-size: 14px;
    font-size-adjust: 0.488;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 5px;
/*    color: #666; */
    color: #000;
}

.separator {
    color: #ffffff;
    padding: 0 7px;
    margin:0;
}

a.tooltip {
    margin:0 !important;
    padding:0 !important;
}

a.tooltip:hover {
    background:#fff; 
    text-decoration:none !important;
    margin:0 !important;
    padding:0 !important;
}
	
a.tooltip span {
    display:none; 
    padding:3px; 
    margin:0 0 0 8px; 
    width:115px;
}
	
a.tooltip:hover span{
    display:inline;
    position:absolute;
    border:1px solid #ccc;
    background:#efefef; 
    color:#501a77;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.tooltip img {
    border:0;
    padding:0 3px 0 3px !important;
    margin:0 !important;	
    vertical-align: middle;
    display:block;
}

ul.menu, ul.menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
}

ul.menu, ul.menu ul li a {
    padding: 0 0 2px 0;
    margin: 0 0 5px 0;	
    -webkit-border-radius: 0;
    border-radius: 0;
}

ul.menu a {
    display: block;
    text-decoration: none;	
    color: #5A088C;
}

ul.menu li a {
    list-style-type: none;
    background: url(/cfe/static/images/bg-content-box.gif)repeat-x;
    padding: 5px;
    border: 1px solid #ccc;
    margin:0 0 5px 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position:relative;
}

ul.menu li a span {
    background: url(/cfe/static/images/sort.gif) no-repeat scroll center center transparent;
    display: block;
    height: 8px;
    width:5px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;	
}

ul.menu ul.menu li  {
    margin:0 !important;
    background: #57068c	;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
    text-decoration:none;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
    background: #fff;
    color: #5A088C;
    border:none !important;
    padding-left: 32px;
    border-bottom: 1px solid #fff;
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
    background: #fff;
    text-decoration:underline;
}

ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    background: none repeat scroll 0 0 #57068c;
    border: 0 none !important;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: none;
}

div.panel {
    border: 1px #000 solid;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}

#footer {
    background-color: #111;
    color: #666666;
    font-size: 12px;
    height: 80px;
    padding: 12px;
    border-top:1px solid #282828;
    margin:0;
}

.last_menu_item {
    border-bottom: 1px solid #aaa !important;	
}

#footer #footerContent {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#footer #footerContent .logo {
    float: right;
    width: 300px;
    text-align: right;
}
#footer #footerContent  p {
    float: left;
    width: 400px;
    margin: 0px;
}

.active_link {
    color:#666 !important;
    font-weight:bold;   
}

#cfeform select {
    border: 1px solid #CCCCCC;
    font-family: Arial,sans-serif;
    font-size: 1em;
    line-height: 1.6;
    margin: 3px 0;
    padding: 4px;
}

#content label {
    color: #111111;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

#message_container {
    margin: auto;
    width: 500px;
    padding:60px 0 80px 0;
}

.message_container {
    margin:0;
    padding:10px 0 20px 0;
}

.alert_error {
    background: #FFCECE;
    border: 1px solid #DF8F8F;
    color: #E3302C;
    font-weight: bold;
    margin: 10px 0;
}

.alert_success {
    background: #D5FFCE;
    border: 1px solid #9ADF8F;
    color: #508600;
    font-weight: bold;
    margin: 10px 0;
}

.alert_info {
    background: #DBE3FF;
    border: 1px solid #A2B4EE;
    color: #0888C3;
    font-weight: bold;
    margin: auto;
}

.alert_warning {
    background: #FFFBCC;
    border: 1px solid #E6DB55;
    color: #69610A;
    font-weight: bold;
    margin: 10px 0;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p, .alert_reportSummary p {
    margin: 8px;
}

.alert_error li {
    list-style-type: disc;
    color: #E3302C;
}

#accordion .ui-state-default {
    background: url(/cfe/static/images/bg-content-box.gif) repeat-x scroll 50% 50% #E6E6E6 !important;
    border: 1px solid #ccc !important;
    color: #555555;
    font-weight: normal;
}

table.display {
    clear: both;
    width: 100%;
    color:#111;
}

table.data {
    border: 0 none;
    border-collapse: collapse;
    margin-bottom: 2em;
    width: 100%;
}

table.display thead th {
/*    background-color: #333333 !important; */
}

table.data thead th {
    background-color: #333333;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 4px;
    text-align: left;
    height: 40px;
}

table.data thead th a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

table.data tbody tr td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    height: 40px;
}

table.data th {
    padding: 4px 0;
}

table.data tbody td {
    padding: 4px;
}

table.data tr.even td {
    background: none repeat scroll 0 0 #F9F9F9;
}

.label {   
    color: #000000;
    text-align: right;
    font-weight: bold;
}

.label span {
    color: #303030;
    font-style: italic;
    font-weight: normal;
}

.field {
    color: #000000;
}

.listing td {
    height: 40px;
}

.needtofill td {
    height: 40px;
}

#nav {
    bottom: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 36px;
    float:right;
}

#nav li {
/*    background: url(/cfe/static/images/tab_bg.png) repeat-x scroll 0 0 #333333; */
    background-color: #333333;
    border-color: #333333 #333333 #333333;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: left;
    list-style-type: none;
    margin: 0 0.1em;
    position: relative;
}

#nav a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 20px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#nav li.nav_dropdown a {
    background: url(/cfe/static/images/down_arrow.png) no-repeat scroll 90% center transparent;
    padding-right: 32px;
}

#nav li.nav_current.nav_dropdown a {
    background-image: url(/cfe/static/images/down_arrow_333333.png);
}

#nav .nav_icon a {
    padding-left: 32px;
}

#nav .nav_icon_only a {
    background-position: 50% center !important;
    padding: 8px 0;
}

#nav a span {
    background-image: url(/cfe/static/images/ui-icons_ffffff_256x240.png) !important;
    height: 16px;
    left: 8px;
    position: absolute;
    top: 9px;
    width: 16px;
}

#nav li.nav_current span {
    background-image: url(/cfe/static/images/ui-icons_222222_256x240.png) !important;
}

#nav li:hover {
    background-color: #444444;
}

#nav li.nav_current {
    background-color: #F1F1F1 !important;
}

#nav li.nav_current a {
    color: #333333;
    text-shadow: none;
    cursor: default !important;
    pointer-events: none;

}

#nav li:hover .nav_menu {
    display: block;
}

#nav .nav_menu {
    background: none repeat scroll 0 0 #444444;
    border-color: #333 #333 #333;
    border-right: 1px solid #333;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: none;
    padding: 8px 8px 5px;
    position: absolute;
    right: -1px;
    top: 100%;
    width: 168px;
    z-index:400;
}

#nav .nav_menu * {
    background: none repeat scroll 0 0 transparent;
    border: medium none !important;
    float: none !important;
    margin: 0 !important;
}

#nav .nav_menu li {
    background: none repeat scroll 0 0 #444 !important;
    margin-bottom: 0.5em !important;
}

#nav .nav_menu li:hover {
    background-color: #444 !important;
}

#nav .nav_menu a {
    background-image: none !important;
    color: #fff !important;
    padding: 7px 10px !important;
    text-shadow: none !important;
}

#nav .nav_menu a:hover {
    text-decoration:underline;
}
#nav .nav_menu li > ul {
    background: none repeat scroll 0 0 #444444;
    display: none;
    padding: 8px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 160px;
}
#nav .nav_menu li:hover > ul {
    display: block;
}

h6 {
    color:#333;
    margin: 8px 0 8px 0;
    padding:0;
    font-size: 18px;
}

.table {
    width: 100%;
}

.table .th {
    background-color: #57068c;
    color: #fff;
    font-weight: bold;
    border: 1px solid #644278;
    padding:2px 0 2px 0;
}

.table .td {
    float: left;
    width: 20%;
    padding:5px 0 5px 30px;
}

#table_wrapper {
    margin: 0;
    padding: 5px 0 15px 0;
    width: 970px;

}

#entries {
    float:left;
    width: 40%;
}

#search_filter {
    float: right;
    text-align: right;
    width: 50%;
}

.dataTable_info {
    width:50%;
    float:left;
}

.dataTable_paginate {
    float: right;
    text-align: right;
    border-right: 1px solid #CCCCCC;
    margin:2px 0;
}

.dataTable_paginate .disable {
    color: #555555;
    background:#dcdcdc !important;
    cursor:text !important;
}

.dataTable_paginate .pageNumbers {
    border-left: 1px solid #ccc;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    padding: 2px 8px;
    background:#ECECEC;
    cursor:pointer;
}

.sidebyside {
    text-align: left;
    display: table-cell;
    min-width: 20px;
    padding-right: 15px;
}

.sidebysidegraph {
    text-align: left;
    display: table-cell;
    min-width: 310px;
    max-width: 310px;
    padding-right: 25px;
    vertical-align: top;
}

.notclickable {
    pointer-events: none;
    cursor: default;
}

@media all {
    .page-break{ display: none; }
}

@media print {
    .page-break{ display: block; page-break-before: always; }
}

#content .headrow { 
    background-color: #57068c; 
    color: #fff;
    font-weight: bold;
}

#content .headrow2 { 
    background-color: #ffffff; 
    color: #000;
    font-weight: bold;
}

.answer {
    vertical-align: top;
    font-size: 18px;
    font-weight:bold;
}

.tablealtrow1 { 
    background: #eee;
    background-color: #d6d6d6;
    height: 25px;
}

.tablealtrow2 { 
    background: #eee;
    background-color: #ffffff;
    height: 25px;
}

.textresults {
    color: #000;

}

.altscale {
    background-color: #e2e4ff;
    color: #000;
    font-weight: bold;
    height: 35px;
}

.mean {
    width:20px;
    display:inline-block;
    text-align: center;
}

::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}

.menubutton_disabled:hover {
    cursor: default;
}

.currentview {
    cursor: default;
    opacity: 0.4;
    border: 2px solid #57068c;
}

.altview {
    opacity: 1.0;
}

.altview:hover {
    opacity: 1.0;
}

.accessibility a{
    color: #fff;
    text-decoration: underline !important;
    font-size: 11px;
}
