/********************************************************************
 * CIRCLE Screen Styles                                             *
 *                                                                  *
 * These styles include graphics and layout directives for screen   *
 *  renderings of the CIRCLE website.                               *
 *                                                                  *
 ********************************************************************/
 
body {
  margin: 0px;
  padding: 0px;
  background: #888;
  text-align: left;
  font-family: "Arial","Verdana",sans-serif;
  color: white;
  font-size: 14px;
  min-width: 1010px;
}

.txt {
  font-size: 14px;
}

h1, h2, h3, h4, h5, .subheading {
  margin: 0px;
  color: #508eb2;
  font-weight: bold;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

hr {
  line-style: dashed;
}

img {
  border: 0px;
}

a {
  color: #508eb2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*******************************************************************
 * General class styles                                            */

.box, .bbox {
  color: black;
  background: white;
  margin: 10px;
  padding: 0px;
  position: relative;
}

.box.tools {
/*  background: #e7e7e7 !important;*/
  background-color: #fff;
  background-color: rgba(231,231,231,0.8) !important;
}

.dp {
  padding: 10px;
}

.bbox {
  border: 1px solid black;
}

.boxheader {
  position: relative;
  text-align: right;
  padding: 10px;
  border-bottom: 1px dashed gray;
  min-height: 20px;
}

.boxheader h3 {
  display: inline;
  float: left;
}

.boxheader span {
  position: relative;
  display: inline-block;
  margin: 3px;
}

.boxcontent {
  text-align: left;
  padding: 10px;
}

.sm {
  font-size: 12px;
}

.boxcontent strong {
  color: #508eb2;
}

.tb {
  border-top: 1px dashed gray;
}

.ce {
  text-align: center;
}

.bold {
  font-weight: bold;
}

a.button {
  display: inline-block;
  padding: 3px 20px 3px 3px;
  margin: 3px;
  background-color: #508eb2;
  color: white;
  font-size: 13px;
  line-height: 15px;
  min-width: 60px;
  font-weight: bold;
}

a.larrow {
  background-image: url(/images/arrowLeft.png);
  background-position: 95%;
  background-repeat: no-repeat;
}

a.rarrow {
  background-image: url(/images/searchArrow.png);
  background-position: 95%;
  background-repeat: no-repeat;
}  

a.popup {
  background-image: url('/images/popupBox.png');
  background-position: 97% 55%;
  background-repeat: no-repeat;
  cursor: pointer;  
}

ul.tofloat li {
  float: left;
  width: 275px;
}

ul.tofloats, ul.tofloatm, ul.tofloato {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tofloats li, ul.tofloatm li, ul.tofloato li {
  float: left;
  margin: 0px;
  padding: 0px;
}

ul.tofloats li {
  width: 225px;
}

ul.tofloatm li {
  width: 275px;
}

ul.tofloato li {
  width: 375px;
}

/*******************************************************************
 * Main Area                                                       */
 
#mainArea {
  background-color: #888;
  background-color: #5d432c;
  width: 1000px;
  height: 612px;
  position: relative;
  padding: 0px;
  margin: 5px auto;
  z-index: 20;
}

#mainArea a {
  color: white;
}

#header {
  position: relative;
  top: 0px;
  width: 100%;
  min-width: 800px;
  height: 80px;
  background: #68bae9 url('/images/headerGradient.png') repeat-y scroll top left;
  z-index: 20;
  clear: both;
  overflow: hidden;
}

#header a {
  color: white;
}

#headerleft {
  position: absolute;
  height: 80px;
  width: 300px;
  top: 0px;
  left: 17px;
}

#headerright {
  position: absolute;
  right: 0px;
  width: 600px;
  height: 100%;
}

#headertop {
  position: relative;
  margin-top: 7px;
  margin-right: 110px;
  line-height: 12px;
  text-align: right;
}

#headertop .spans {
  min-width: 95px;
  display: inline-block;
  border-right: thin solid white;
  position: relative;
  padding: 0px 5px;
  margin: 0px;
  font-size: 13px;
  text-align: center;
}

#languages {
  display: inline-block;
  float: right;
  position: relative;
  margin: 0px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 10px;
  background-color: transparent;
  font-size: 13px;
}

#langbox {
  min-width: 325px;
  height: auto;
  position: absolute;
  right: 9px;
  top: 24px;
  font-size: 13px;
  color: black;
  z-index: 200;
  display: none;
  text-align: center;
  overflow: hidden;
}

#langbox span {
  width: 90px;
  margin-top: 5px;
  
}

#langbox div {
  float: left;
  width: 205px;
  background: transparent;
}

#langbox ul {
  border-left: 1px solid black;
  margin: 0px;
  padding: 0px;
  float: right;
  color: black;
  list-style: none;
  background: transparent;
}

#langbox ul li {
  margin: 0px 10px;
  margin-right: 7px;
  padding: 0px;
  background: transparent none;
  z-index: 200;
  list-style: none;
  display: block;
  max-height: 22px;
}

#langbox .current {
  font-weight: bold;
}

#langbox ul li:hover {
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  white-space: nowrap;
  left: 0px;
}

#langbox ul li:hover > a, #langbox ul li a:hover {
  background-color: #68bae9;    
  text-decoration: underline;
  z-index: 300;
}

#langbox a {
  color: black;
  width: 100%;
  display: block;
  display: inline-block;
  position: relative;
  padding: 3px;
}

#headersearch {
  position: absolute;
  top: 29px;
  right: 0px;
  font-size: 12px;
}

#headersearch span {
  margin-right: 13px;
  margin-left: 12px;
}

#headersearch #search_query {
  height: 13px;
  background-color: #eee;
  font-size: 11px;
}

#search_go {
  position: relative;
  top: 4px;
}

#headerbottom {
  position: absolute;
  bottom: 0px;
  right: 10px;
}

#headerbottom ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  padding-right: 1px;
  float: left;
  white-space: nowrap;
}

#headerbottom ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px;
  margin: 0px;
  margin-left: 20px;
  height: 20px;
  min-width: 50px;
  background-image: url('/images/dropDownArrow.png');
  background-position: 97% 30%;
  background-repeat: no-repeat;
  list-style: none;
  text-align: right;
  float: left;
}

#headerbottom ul li:hover {
  display: inline-block;
  background-color: white; /*#5d432c;*/
  color: #508eb2;
  padding: 2px 21px 0px 4px;
  margin: -2px -6px -5px 21px;
  left: -5px;
  background-image: url('/images/dropDownArrow.png');
  background-position: 96% 30%;
  background-repeat: no-repeat;
  cursor: pointer;
}

#headerbottom li.left {
  float: left;
  width: 187px;
  margin-top: 0px;
}

#headerbottom li.left:first-child {
  margin-top: 3px;
}

#headerbottom li.right {
  margin-left: 200px;
  width: 187px;
}

#headerbottom ul li:hover > a {
  color: #508eb2;
}

#headerbottom ul ul {
  position: absolute;
  display: none;
  margin: 0px;
  padding: 0px;
  top: 22px;
  right: 0px;
  list-style: none;
  z-index: 200;
  min-width: 100%;
  max-width: 500%;
  background-image: url('/images/menubg.png');
  color: white;
  text-align: right;
}

#mainArea #headerbottom ul ul {
  background-image: url('/images/homepagemenubg.png');
}

#headerbottom ul ul li {
  display: block;
  margin: 3px 3px;
  padding: 3px 6px 3px 9px;
  padding-right: 3px;
  height: auto;
  font-size: 12px;
  z-index: 200;
  white-space: nowrap;
  background: transparent none;
  text-align: right;
  float: none;
}

#headerbottom ul ul li:first-child {
  border: none;
}

#headerbottom ul li:hover > ul {
  display: block; 
  position: absolute; 
  cursor: pointer;
}

#headerbottom ul ul li:hover {
  background: transparent;
  border: none;
  padding: 0px 3px;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  left: 0px;
  margin: 3px;
  z-index: 200;
}

#headerbottom ul ul li:hover:first-child {
  border: none;
}

#headerbottom ul ul li:hover > a {
  background: white;
  color: #355d78;
  padding: 3px;
  width: 100%;
  position: relative;
  left: -3px;
  text-decoration: none;
}

#headerbottom ul ul li a {
  display: inline-block;
}

/*******************************************************************
 * Body Styles
 *******************************************************************/
 
#page {
  background-position: top left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0px;
  z-index: 10;
  text-align: left;
}

#imageFader {
  position: absolute;
  width: 1000px;
  height: 500px;
  top: 0px;
  left: 0px;
}

#leftboxback {
  background-color: #4d331c;
  filter:alpha(opacity=80);
  opacity: .8;
  width: 470px;
  height: 380px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}

#leftbox {
  position: relative;
  left: 10px;
  width: 450px;
  height: 375px;
  text-align: left;
  margin: 0px;
  padding-top: 5px;
  padding-left: 5px;
  z-index: 25;
}

#leftbox h1 {
  position: relative;
  margin: 15px 0px 10px 10px;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

#leftbox h2 {
  font-size: 32px;
  font-weight: normal;
  margin: 0px 0px 0px 10px;
  color: white;
}

#leftboxfloat {
  font-size: 12px;
  border-left: 3px white solid;
  float: right;
  padding-left: 10px;
  margin-top: -30px;
  margin-right: 16px;
  width: auto;
}

#portalbox {
  display: none;
  position: absolute;
  width: 425px;
  padding: 0px;
  padding-left: 0px;
  margin-left: 0px;
  top: 315px;
  left: -10px;
  text-align: center;
}

#portalbox ul {
  margin: auto;
  display: inline-block;
  padding-left: 0px;
}

#portalbox li {
  dispaly: inline-block;
  float: left;
  margin: 0px 10px 0px 15px;
}

#portalbox li:first-child {
  list-style: none;
  margin: 0px 10px 0px 0px;
}

#portalbox li a {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 8pt;
  font-weight: bold;
}

#searchbox {
  position: absolute;
  background: #68bae9 url('/images/shortGradient.png') repeat-y scroll top left;
  width: 375px;
  margin: 0px;
  margin-top: 20px;
  padding: 10px;
  padding-left: 25px;
  left: -10px;
  top: 185px;
}

#searchbox h4 {
  color: white;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

#searchbox p {
 margin: 10px 0px 0px 0px;
 font-size: 13px;
 text-align: right;
}

#searchGuide {
  min-width: 80px;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 3px;
  position: relative;
  margin: 0px;
  margin-right: 45px;
  height: 12px;
  background: transparent; /*#365e79;*/
  background-image: url('/images/popupBox.png');
  background-position: 97% 0%;
  background-repeat: no-repeat;  
  float: left;
  clear: right;
}

.guideBox {
  margin: 10px;
  white-space: nowrap;
}

.guideBox select {
  margin-left: 5px;
  min-width: 255px;
  font-size: 12px;
}

#searchGuideBox {
  position: absolute;
  min-width: 500px;
  z-index: 500;
  color: black;
  top: 140px;
  font-size: 12px;
  left: 50%;
  margin-left: -275px;
  display: none;
}

#searchGuideBox a {
  color: #508eb2;
}

#searchGuideTips {
  float: right;
  width: 200px;
  padding: 0px 10px;
}

#searchGuideTips strong {
  color: #508eb2;
}

#searchGuideOptions {
  margin: -1px;
  padding: 1px;
  margin-right: 220px;
  border-right: 1px dashed gray;
  min-width: 240px;
  text-align: right;  
}

#searchGuideQuery {
  width: 250px;
  font-size: 12px;
}

#searchGuideBox #pageheader {
  float: left;
  text-align: left;
  margin-bottom: 0px;
  margin-left: 10px;
}

#searchGuideBox .boxheader {
  height: 40px;
}

#guideboxfooter {
  border-top: 1px dashed gray;
  text-align: center;
}

#advsearch {
  margin-right: 25px;
}

#searchSubmit {
  position: relative;
  top: 3px;
  left: 2px;
}

#search_query {
  width: 300px;
}

#infoboxback {
  background: #68bae9 url('/images/headerGradient.png') repeat-y scroll top left;
  height: 120px;
  width: 1000px;
  opacity: .8;
  filter:alpha(opacity=80);
  position: absolute;
  z-index: 20;
}

#infobox {
  height: 70px;
  width: 950px;
  padding: 25px;
  margin: 0px;
  position: relative;
  z-index: 25;
}

.infoboxes {
  height: 50px;
  width: 240px;
  padding: 10px;
  margin: 0px;
  background: white;
}

#imagedate {
  position: absolute;
  right: 10px;
  width: 125px;
  margin: 0px;
  text-align: center;
}

#imagedate img {
  margin: 0px 35px;
}

#date {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
}

#leftinfo {
  float: left;
}

#midinfo {
  margin-left: 285px;
}

#rightinfo {
  float: right;
  margin-right: 120px;
}

.infoboxes div {
  border-left:  4px solid black;
  text-align: left;
  margin-left: 7px;
}

.infoboxes h4 {
  margin-left: 10px;
  margin-bottom: 0px;
  white-space: nowrap;
}

#infobox a {
  color: #508eb2;
}

.infoboxes p {
  color: black;
  font-size: 11px;
  margin: 0px;
  margin-left: 10px;
  margin-top: 2px;
}

.infoboxes p a {
  color: #5d432c;
}

#footer {
  background-color: #5d432c;
  height: 16px;
  margin: 0px;
  min-width: 784px;
  position: relative;
  padding: 8px;
  font-size: 13px;
  text-align: left;
  z-index: 10;
  white-space: nowrap;
  clear: both;
}

#footer a {
  color: white;
}

#footer div {
  float: right;
  clear: right;
  margin-right: 5px;
}

#footer span {
  display: inline-block;
  min-width: 100px;
  border-right: 1px solid white;
  line-height: 12px;
  text-align: center;
  padding: 0px 10px 2px 12px;
  margin: 0px -4px 0px 0px;
  background-color: inherit;
}

#copyright {
  width: 600px;
  left: 50%;
  position: relative;
  margin-left: -300px;
  margin-bottom: 10px;
}

#sda_logo {
  width: 35px;
  height: 25px;
  float: left;
  clear: left;
}

#nad_logo {
  width: 35px;
  height: 25px;
  float: right;
  clear: right;
}

#copyright p {
  font-size: 11px;
  text-align: center;
  margin: 3px;
  padding: 0;
  padding-top: 8px;
  color: black;
}


#toolscontent {
  padding: 0px;
}

#toolscontent p {
  display: none;
}

#toolsheadertext {
  display: none;
}

#toolsheader {
  border-bottom: 1px dashed gray;
}

.tools .boxcontent div {
  border-top: 1px dashed gray;
  padding: 10px;
  font-size: 14px;
  min-height: 20px;
}

.tools .boxcontent div:first-child {
  border: none;
}

.tools .img {
  display: inline-block;
  width: 26px;
  margin-right: 10px;
  float: left;
}

.tools .boxcontent p {
  font-size: 12px;
  margin: 0px;
  margin-left: 50px;
  padding: 0px;
  white-space: normal;
}

.tools .boxcontent div img {
  max-height: 20px;
  max-width: 26px;
}

.tools {
  overflow: hidden;
  white-space: nowrap;
}

.tools form input {
  margin: -3px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 12px;
  width: 180px;
  height: 16px;
  padding: 0px;
}

#addFilter {
  float: right;
  margin-top: 3px;
  display: none;
}

#addFilter img {
  width: auto;
  height: auto;
  margin-right: 0px;
}

#popbox {
  position: absolute;
}

#popbox .boxcontent {
  padding: 10px;
}

#subbox {
  white-space: nowrap;
  overflow: hidden;
  display: none;
}

#subtool {
  padding: 0px;
  margin: -5px -5px -5px 13px;
  border: none;
  font-size: 12px;
  white-space: normal;
  display: none;
}

#vwbx, #shbx, #ManDlHelp {
  display: none;
}

#arbx, #hdManDlHelp {
  display: block;
}

.myfilter {
  float: left;
  width: 270px;
  margin: 10px;
}

.myfilter .filters {
  margin: 5px;
}

.myfilter .filters .filter {
  margin-left: 10px;
}

#filters .filter, .filters .filter {
  margin: 0px;
  padding: 3px;
  font-size: 12px;
  position: relative;
}

.filter span {
  line-height: 20px;
  max-width: 173px;
  overflow: hidden;
  display: inline-block;
}

.filter ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  padding-left: 10px;
  margin-left: -10px;
}

.filter ul ul {
  margin: 0px;
}

.filter ul ul li {
  max-width: 200px;
  overflow: hidden;
}

#filterbox_content {
  text-align: right;
  white-space: nowrap;
}

#filterbox_content select {
  width: 150px;
}

#filterbox_content input[type=text] {
  width: 80px;
}

#filterbox_content fieldset {
  text-align: left;
}

#filterbox_content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 13px;
}

#filters {
  position: relative;
  padding: 0px;
  margin-left: 38px;
  margin-top: 5px;
  margin-right: -5px;
  margin-bottom: -5px;
  display: none;
}

#filters img {
  width: auto;
  height: auto;
  margin-right: 3px;
  margin-left: 2px;
}

#filters .filter-right {
  position: absolute;
  right: 0px;
  max-height: 15px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 40px;
}

.filter-scroll {
  border: 1px solid gray;
  overflow: auto;
  max-height: 225px;
  font-size: 13px;
}

#filtersSidebar {
  background: rgba(255,255,255,0.6);
}

#filtersSidebar ul {
  list-style: none;
  padding-left: 10px;
}

#filtersSidebar ul li {
  margin-bottom: 14px;
}

#filtersSidebar ul ul li {
  margin-bottom: 3px;
  color: gray;
  font-size: 12px; 
  background-repeat: no-repeat;
  padding-left: 16px;
  margin-left: -10px;
}

#filtersSidebar div.clear {
  float: right;
  width: 80px;
  text-align: right;
  margin-bottom: 0px;
  margin-right: 10px;
  font-size: 12px;
}

#filtersSidebar div.clearAll {
  float: right;
  width: 90px;
  text-align: right;
  font-size: 12px;
  margin-top: 3px;
  margin-right: 3px;
  font-weight: bold;
}

#filtersSidebar .inactive {
  margin-bottom: 0px;
}

#filtersSidebar .active a {
  //color: red;
}

#filtersSidebar ul li h2 {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: black;
  font-size: 14px;
}

#filtersSidebar a {
  cursor: pointer;
}

#filtersSidebar .active {
  font-weight: bold;
  margin-bottom: 0px;
  background-image: url('/images/check.png');
}

.filtersMoreLink {
  font-weight: bold;
  font-size: 13px;
}

.filtersMoreLink span {
  width: 15px;
  float: left; 
  display: block;
  text-align: center;
  margin-left: -15px;
  padding: 0px;
}

#customDate {
  display: none;
}

#customDate label {
  float: left;
  width: 42px;
  text-align: right;
  margin-right: 5px;
}

#customGrade label {
  float: left;
  width: 75px;
  text-align: right;
  margin-right: 5px;
}

#customDate input, #customGrade select {
  font-size: 10px;
}

#categoryTree {
  padding: 10px;
  font-size: 13px;
}

#categoryTree span {
/*  background-color: white;*/
/*  background-color: rgba(231,231,231,0.8);*/
}

#categoryTree .gray {
  color: gray;
}

#categoryTree ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
/* background-color: #fff;
 background-color: rgba(231,231,231,0.8);*/
}

#categoryTree ul ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-image: url('/images/treeLine.png');
  background-repeat: repeat-y;
}

#categoryTree  li li {
  padding-left: 16px;
  background-image: url('/images/treeOption.png');
  background-repeat: no-repeat;
}

#categoryTree li .last {
  background-image: url('/images/treeLast.png');
  background-color: #d3d3d3;
}

#sidebar {
  width: 65px;
  float: right;
}

#leftBar {
  width: 290px;
  float: left;
}

#pagecontent {
  margin-right: 65px;
  text-align: left;
  padding: 10px;
  position: relative;
  overflow: visible;
  white-space: normal;
  font-size: 14px;
  padding-left: 30px;
}

#singlecolpage #pageheader {
  margin-left: 10px;
}

#pagecontentsingle {
  padding-left: 20px;
}

#scopenote {
  display: inline-block;
  font-size: 12px;
}

#pageheader {
  border-left: 4px solid black;
  margin-left: -10px;
  margin-bottom: 20px;
  padding: 0px;
  padding-left: 10px;
  position: relative;
}

#pageheader p {
  float: right;
  margin: 5px;
}

#resourceCount {
  float: right;
  margin-top: -60px;
  margin-right: 10px;
}

#resources ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-left: -10px;
}

.resource-entry {
  font-size: 14px;
  margin: 10px;
}

.resource-entry a {
  font-size: 14px;
  font-weight: bold;
  color: #508eb2;
}

.icon {
  margin-left: 10px;
}

.grades, .newR {
  font-size: 10px;
  white-space: nowrap;
}

.newR {
  color: #DAA520;
  font-weight: bold;
  padding-left: 3px;
}

.abstract {
  margin-left: 10px;
}

#pagenator {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

#pagenator img {
  position: relative;
  top: 3px;
}

#pagenator span {
  margin: 0px 2px;
  display: inline-block;
}

#pagenator a {
  color: #355d78;
  font-weight: normal;
}

.resource-left, .rl {
  float: left;
  width: 170px;
  text-align: right;
  margin: 0px 0px;
}

.resource-right, .rr {
  margin: 0px 0px 5px 185px;
}

.resource-group, .rg, .rs {
  margin: 15px 0px;
  padding: 0px 5px 0px 5px;
}

.rg .rl, .rs .rl {
  color: #355d78;
}

.res-sep, .rs {
  border-bottom: 1px gray dashed;
  padding-bottom: 5px;
}

#resource-publisher, .rp {
  position: relative;
  margin-bottom: 5px;
/*  white-space: nowrap; */
}

#resource-address, .ra {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0px 15px;
}

#resource-pubinfo, .ri {
  margin-left: 15px;
  display: inline-block;
}

#resource-morelink, #resource-lesslink {
  background-image: url('/images/dropDownArrow.png');
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 15px;
  margin-right: 0px;
}

#resource-moreinfo, #resource-lesslink {
  display: none;
}

#scrollBox {
  width: 100%;
  height: 6em;
  padding: 2px;
  overflow: auto;
  border: 1px solid #aaa;
}

#scrollBoxLarge {
  width: 50em;
  height: 10em;
  padding: 2px;
  overflow: auto;
  border: 1px solid #aaa;
}

#tagContextHighlight {
  border: 2px solid red;
}

#translationPopBox {
  position: absolute;
  width: 425px;
  height: 400px;
  z-index: 1000;
  display: none;
}

#adv_search {
  width: 730px;
  margin-left: -365px;
  left: 50%;
}

.fl, .ml {
  float: left;
  width: 200px;
  text-align: right;
  margin: 0px;
  margin-left: -30px;
  color: #508eb2;
  font-weight: bold;
  line-height: 20px;
}

.fr,.mr {
  margin: 0px 0px 5px 185px;
}

.fr span {
  font-size: 12px;
}

.fg, .fs {
  margin: 5px 0px 10px 0px;
  padding: 10px 5px 0px 5px;
}

.fg h4, .fs h4 {
  margin-bottom: 5px;
  margin-left: 20px;
  display: inline-block;
}

.fs h3 {
  background-image: url(/images/dropDownArrow.png);
  background-position: 100% 4px;
  background-repeat: no-repeat;
  padding-right: 18px;
}

.fs {
  border-bottom: 1px gray dashed;
  padding-bottom: 5px;
  overflow: hidden;
}

#submitSide b, #submitSide strong {
  color: #508eb2;
}

#submitSideurl, #submitSidedoc, #submitSidetra {
  padding: 0px;
  margin: 0px;
  margin-top: 12px;
}

#submit_url_sec, #submit_doc_sec, #submitSidedoc, #submitSidetra {
  display: none;
}

#submitForm input[type=text] {
  width: 250px;
}

#submitForm input[type=file] {
  margin-bottom: 20px;
}

#submitForm input[type=submit] {
  margin-top: 10px;
}

/* Filter stuff */
#popbox {
  z-index: 2000;
  position: absolute;
  display: none;
  min-width: 200px;
}

.al {
  float: left;
  width: 220px;
  text-align: right;
  margin: 0px;
  margin-top: 0px;
  color: #508eb2;
  font-weight: bold;
  white-space: normal;
  line-height: 22px;
}

.ar {
  margin: 0px 0px 5px 235px;
}

.ag, .as {
  margin: 0px 0px 5px 0px;
  padding: 5px 10px 0px 0px;
}

.ag h4, .as h4 {
  margin-bottom: 5px;
  margin-left: 20px;
  display: inline-block;
}

.as {
  border-bottom: 1px gray dashed;
  padding-bottom: 5px;
  overflow: hidden;
}

.mg { 
  margin: 0px 0px 5px 0px;
  padding: 5px 10px 5px 0px;
  overflow: hidden;
}

.ml {
  width: 120px;
  padding: 0px;
}

.mr {
  margin-left: 135px;
  padding: 0px;
}

#loginbox {
  display: inline-block;
  min-width: 300px;
  width: auto;
}

#newsidebar ul, #newsidebar ol {
  padding-left: 25px;
  margin: 10px 0px;
}

#filterSave {
  margin: -10px;
  padding: 0px;
}

#filterSave p {
  margin-left: 10px;
  margin-right: 10px;
}

#filterMsg {
  color: red;
  margin: 0px;
  padding: 0px 10px;
}
