body {
  background-color: white;
  color: #444;
  height: 100%;
  width: 100%;
  font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
  text-align: left;
  padding: 0px;
  font-size: 10pt;
  margin: 0px;
}
body .clear {
  clear: both;
}
body textarea {
  width: 400px;
  height: 100px;
}
body a {
  text-decoration: none;
  /*color: #0B3366;*/
  font-weight: bold;
}
body a:hover {
  text-decoration: underline;
}
.goog-te-menu-frame {
max-width:95% !important; //or whatever width you want
}
.goog-te-menu2 { //the element that contains the table of options
max-width: 95% !important;
overflow: scroll !important;
box-sizing:border-box !important; //fixes a padding issue
height:auto !important; //gets rid of vertical scroll caused by box-sizing
}
/*
body table {
}
body table tbody {
}
body table tbody tr {
}*/
body table tbody tr td, body table tbody tr th {
  font-size: 10pt;
  vertical-align: top;
}


body .error {
  border: 1px solid black;
  padding: 10px;
  background-color: red;
  color: black;
  margin: 10px;
}

body .error_message {
  font-size: 9pt;
  color: red;
}

body .error_field {
  border: 2px solid red;
}

body .mainArea {
  text-align: center;
}

body .top {
}
body .top .navigation {
  font-size: 8pt;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #113366;
  height: 20px;
  -moz-border-radius-bottomleft:  6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #aaa;
  font-weight: normal;
}
body .top .navigation a {
  color: white;
  padding: 8px 10px 4px;
}

body .top .navigation a:hover {
  background-color: #224477;
  text-decoration: none;
  -moz-border-radius-bottomleft:  6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

body .top .navigation .title {
  float: left;
  font-size: 10pt;
  font-weight: bold;
  padding-right: 30px;
  padding-left: 10px;
}

body .top .navigation .links {
  margin-top: 5px;
  float: left;
}

body .top .navigation .widgets {
  margin-top: 5px;
  float: right;
}

body .top .navigation .search {
  margin-top: 5px;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
body .middle {
  margin-top: 10px;
  width: 1000px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  border: none;
}
body .middle .left {
  font-size: 8pt;
  min-width: 150px;
  width: 150px;
  min-height: 600px;
  background-color: #aaccee;
  -moz-border-radius-topleft:  6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
body .middle .left .profileSidebar {
  width: 100%;
}
body .middle .left .profileSidebar td {
  width: 100%;
  text-align: center;
}
body .middle .left .item {
  background: white;
  border: 1px solid black;
  margin: 3px;
  padding: 3px;
}
body .middle .left .item .title {
  text-align: center;
  font-size: 12pt;
}

body .middle .left .item .body {
  font-size: 8pt;
}
body .middle .content {
  font-size: 9pt;
}
body .middle .content .help {
  width: 100%;
}
body .middle .content .help .button {
  background-color: #EC8123;
  border: 1px solid #AAAAAA;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 70px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: auto;
}

body .middle .content .help .body {
  border: 1px solid #AAAAAA;
  background-color: #FFF4D6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/*
body .middle .content table.horizontal {
  border-spacing: 0px;
}
body .middle .content table.horizontal tr.head {
}
body .middle .content table.horizontal tr.head th {
  padding: 5px;
  border-bottom: 1px solid black;
}
body .middle .content table.horizontal tr.body {
}
body .middle .content table.horizontal tr.body td {
  border-bottom: 1px solid #888;
  padding: 5px;
}
body .middle .content table.horizontal tr.body:hover {
  color: blue;
}
body .middle .content table.horizontal tr.body:hover td {
}
body .middle .content table.horizontal tr.body:hover td a {
  color: blue;
}
body .middle .content table.horizontal tr.foot {
}
body .middle .content table.horizontal tr.foot th {
  padding: 5px;
}
body .middle .content table.vertical {
}
body .middle .content table.vertical tr {
}
body .middle .content table.vertical tr th {
  padding: 5px;
  text-align: right;
}

body .middle .content table.vertical tr td {
  padding: 5px;
}
body .middle .content .flash {
  background-color: #F2F5AA;
  padding: 10px;
  margin: 10px;
  border: 1px solid #DBAAAA;
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body .middle .content .flash .title {
  background: none;
}*/


body .middle .content .panel {
  padding: 10px;
}
/*
body .middle .content .panel .tab {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border: 1px solid #aaa;
  margin-left: 2px;
  margin-right: 2px;
}
body .middle .content .panel .tab .section {
  border: none    ;
}
body .middle .content .item {
  -moz-border-radius: 3px;;
  -webkit-border-radius: 3px;;
  border: 1px solid #bbb;
  margin: 5px;;
}
body .middle .content .item .title {
  font-size: 10pt;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  padding: 3px;
  background: #aaccee;
}

body .middle .content .item .alert {
  background: #FF5555;
}

body .middle .content .item .status {
  font-size: 8pt;
  margin-left: 5px;
  color: #888;
}

body .middle .content .item .body {
  font-size: 9pt;
  padding: 10px;
}

body .middle .content .item .footer {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #e2e2e2;
  color: #A2A2A2;
  font-size: 8pt;
  padding: 5px;
}

body .middle .content .item .flash {
}
body .middle .content .item .flash .title {
  background: none;
}
body .middle .content .footer {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #e2e2e2;
  color: #A2A2A2;
  font-size: 8pt;
  padding: 5px;
}

body .middle .content .title {
  font-size: 12pt;
  font-weight: bold;
}
body .middle .content .title .title_left {
  float: left;
}

body .middle .content .title .title_right {
  float: right;
  font-size: 8pt;
}

body .middle .content .section {
  margin-bottom: 20px;
}
body .middle .content .section .body {
  margin-left: 5px;
}

body .middle .content .section .title {
  border-bottom: 1px solid black;
}
body .middle .content .description {
  font-size: 11pt;
}

body .middle .content .footer {
}
body .middle .content .footer table {
}
body .middle .content .footer table tr {
}
body .middle .content .footer table tr td {
  padding: 3px;
}
body .middle .content .photo {
  margin-left: auto;
}

body .middle .content form {
}
body .middle .content form fieldset {
  border: none;
}
body .middle .content .icon {
  padding: 0px;
  width: 16px;
  height: 16px;
  float: left;
  margin: 2px      ;
}
*/

body .middle .content img {
  vertical-align: top;
}

/*
body .middle .right {
  min-width: 150px;
  width: 150px;
  min-height: 600px;
  background-color: #aaccee;
  -moz-border-radius-topleft:  6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}
body .middle .right .button {
}
body .middle .right .button a {
  border: 1px solid black;
  background: #E99400;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 10px;
}

body .middle .right .button a:hover {
  text-decoration: none;
  background: #C77E00;
}
body .middle .tab_bar {
}
body .middle .tab_bar ul {
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  height: 30px;
  -moz-border-radius-bottomleft:  6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  background: #0F468D;
  padding-left: 5px;
}
body .middle .tab_bar ul li {
  float: left;
  margin-left: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  list-style: none;
}
body .middle .tab_bar ul li a {
  color: white;
}

body .middle .tab_bar ul li a:hover {
  text-decoration: none;
}
body .middle .tab_bar ul li:hover {
  background-color: #1255AB;
}
body .middle .section_link_bar {
}
body .middle .section_link_bar ul {
  font-size: 8pt;
  margin: 10px;
  padding: 0px;
  height: 20px;
  -moz-border-radius:  6px;
  -webkit-border-radius: 6px;
  background: #90A7B9;
  padding-left: 5px;
}
body .middle .section_link_bar ul li {
  float: left;
  margin-left: -1px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  list-style: none;
}
body .middle .section_link_bar ul li a {
  color: white;
}

body .middle .section_link_bar ul li a:hover {
  text-decoration: none;
}
body .middle .section_link_bar ul li:hover {
  background-color: #9CB5C8;
}
*/
body .bottom {
  clear: both;
  text-align: center;
}
body .bottom .footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 400px;
  border-top: 1px solid black;
  font-size: 8pt;
  text-align: center;
  color: #113366;
  height: 15px;
  padding: 10px;
}
body .bottom .footer a {
  color: #113366;
  font-weight: normal;
}

/*
body .bottom .footer .links {
}
body .bottom .footer .links a {
  padding: 5px;
}
.top-menu-navigation {
}
.top-menu-navigation .links {

}
.bottom-menu-navigation {
}
.bottom-menu-navigation .links {

}
*/
table.job_listing {
  border: none;
  background-color: white;
  margin-bottom: 10px;
}

/*
body {
}
body .middle {
}
body .middle .content {
}
body .middle .content .button {
  width: 120px;
  padding: 0px;
  margin-right: 5px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
  color: #0B3366;
  font-weight: bold;
  white-space: nowrap;
}
body .middle .content .button a {
  color: #0B3366;
  font-weight: bold;
}
*/

body .middle .content .wizard {
  border: 1px solid #D3D3D3;
  min-height: 600px;
  background-color: #FFFFFF;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 10px;
}
body .middle .content .wizard .nav {
  border-right: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  background-color: #FFFFFF;
  width: 200px;
  min-height: 600px;
  float: left;
}

/*
body .middle .content .wizard .nav .steps {
}
*/


body .middle .content .wizard .nav .steps .step {
  margin: 5px;
  padding-left: 20px;
}
body .middle .content .wizard .nav .steps .step a {
  font-size: 11pt;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none
}
body .middle .content .wizard .nav .steps .current {
  border-top: 1px solid #002554;
  border-bottom: 1px solid #002554;
}


body .middle .content .wizard .nav .steps .current a {
  color: #002554;
  font-weight: bold;
}


body .middle .content .wizard .nav .steps .complete {
  background: url(/styles/images/check.gif) no-repeat ;
}

/*
body .middle .content .wizard .nav .steps .complete a {
  color: #77818D;
}
body .middle .content .wizard .nav .steps .incomplete {
}
body .middle .content .wizard .nav .steps .incomplete a {
  color: #426B9F;
}
*/

body .middle .content .wizard .body {
  float: left;
  width: 70%;
  padding: 10px;
  border-top: 1px solid #D3D3D3;
  position: relative;
}

body .middle .content .wizard .body .instructions {
  color: #666;
  padding: 5px;
}

body .middle .content .wizard .body .footer {
  margin: 10px;
  background-color: transparent;
  text-align: right;
}

/*
body .middle .content .wizard .body .big {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  border: 1px solid black;
  background-color: #dadada;
}
body .middle .content .wizard .body .big a {
  font-size: 15pt;
}*/


body .middle .content .wizard .body .step {
  min-height:600px;
  margin-left:-10px;
  margin-top:-11px;
  padding-left:15px;
  padding-top:10px;
  margin-bottom:-9px;
}

/*
body .middle .content .wizard .body .step table {
  border-spacing: 0px;
}
body .middle .content .wizard .body .step table tr.head {
  border: 1px solid black;
  background-color: #dadada;
}
body .middle .content .wizard .body .step table tr.head th {
  margin: 0px;
  white-space: nowrap;
}
body .middle .content .wizard .body .step table tr {
}
body .middle .content .wizard .body .step table tr th {
  background-color: transparent;
  padding: 5px;
}

body .middle .content .wizard .body .step table tr td {
  padding: 5px;
}

body .middle .content .wizard .body .step table tr td.controls {
  width: 150px;
  white-space: nowrap;
}
body .middle .content .wizard .body .step table tr td.controls .button {
  width: 50px;
  float: left;
}
body .middle .content .wizard .status_bar {
  width: 570px;
  float: left;
  border-bottom: 1px solid #333;
  background-color: #f5f5f5;
}
body .middle .content .wizard .status_bar .caption {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-size: 12pt;
  font-weight: bold;
  color: #666;
}

body .middle .content .wizard .status_bar .meter {
  margin: 3px;
  background-color: #888;
  border: 1px solid blue;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
body .middle .content .wizard .status_bar .meter .progress {
  background-color: blue;
  text-align: right;
  color: orange;
  padding: 3px;
}

*/

.application-container label {
  font-weight: normal !important;
}