@import url("csslegislature.css");
@import url("cssPlain.css");

#lrl_print_banner {
  display: none;
  
}
.hr_print {
  
  height: 3px;
  width: 100%;
  color: #990033;
  background-color: #990033;
  margin: -2px;
}
.gray_border td {border: solid 1px #cccccc;}
/***** Top and Left Nav Specific ******/
#nav_left li {
  color: #ffffff;
}
#nav_left_lrl li {
   margin:.15em 0em 0em .75em;
}
.left_nav_header {
   color: #ffffff;
   margin-top: 1em;
}
.lnav_w_ital {
	color: #ffffff;
	font-style: italic;
}
#footer {
    padding:3em 6em 40em 6em;
}
.masthead_lrl {
  background: transparent url(/graphics/capitolimagelibrary.jpg) no-repeat scroll 0%;
   border-style: none;
}
.masthead_legdb {
  background: transparent url(/graphics/legdbformalbanner.jpg) no-repeat scroll 0%;
   border-style: none;
}
.masthead_legis {
  background: transparent url(/graphics/Leg-&-Bill-Status.jpg) no-repeat scroll 0%;
   border-style: none;
}
.masthead_leg {
background: transparent url(/graphics/StateLegislature.jpg) no-repeat scroll 0%;
 border-style: none;
}
.masthead_youth {
  background: transparent url(/graphics/youthStateLegislature2.jpg) no-repeat scroll 0%;
   border-style: none;
}

/***** Fonts, Tables and Lists ******/
h1, h2, h3, h4, h5, h6, th {
  margin:1em 0em 1em 0em;
}
h1 {
  font-size: 2em;
 }
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.3em;
  margin:1em 0em 0em 0em;
}
p {
  font-size:1.3em;
  margin:1em 0em 1em 0em;
}
.legis_label  {
  font-size: 1.6em;
  font-weight: bold;
}
.small {
  font-size: 1em;
}
sup {
    font-size: 1em;
}
.underline {
	text-decoration: underline;
}
.margin_zero {margin: 0 0 0 0;}
.newsdate
{
  FONT-SIZE: 8pt;
  FONT-FAMILY: Arial, Verdana, Sans-serif;
	COLOR: #333333;
}
.newstitle
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Verdana, Sans-serif;
	COLOR: #000000;
	font-weight: bold;
}
.rednormal  {
  color:#CC0033;
}
.rednormal a:link {
    text-decoration:none;
    color:#CC0033;
}
.rednormal a:hover {
    text-decoration:none;
    color:#CC0033;
}
.rednormal a:visited {
    text-decoration:none;
    color:#CC0033;
}
.rednormal a:active {
    text-decoration:none;
    color:#CC0033;
}
.green  {
  color:#009900;
}
.black {
background-color: #000000;
}
.tbodygray {
background-color:#CCCCCC;
}
.bg_lighgray {
background-color:#d6d6d6;
}
.redsmall  {
  color:#CC0033;
  font-family:Arial,Verdana,Sans-serif;
  font-size:8pt;
}
.redbright  {
  color:#FF0000;
  font-family:Arial,Verdana,Sans-serif;
  font-size:10pt;
}
.linkworld  {
  color:#990033;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14pt;
  font-weight:bold;
}
.linkworld a:link {color:#990033; text-decoration: none;} /* unvisited link */
.linkworld a:visited {color:#990033; text-decoration: none;} /* visited link */
.linkworld a:hover {color:#990033; text-decoration: underline;} /* mouse over link */
.linkworld a:active {color:#990033; text-decoration: none;} /* selected link */

.italic {
   font-style: italic
}
#ask
{
  font-size: 1.4em;
  z-index: 1;
  margin:0em auto;
  width:200px;
  position: relative;
}
.bold
{
  font-weight: bold;
}
#content {
  * overflow: visible;
 *  zoom: 1;
}
table {
  border: 1px solid #000000;
  border-collapse: collapse;
}
#content table {
    width: 95%;
}
td  {
  font-size:1.3em;
  border: 1px solid #000000;
  border-collapse: collapse;
  padding: 2px;
}
.td_wide_pad td {
padding: 4px 5px;
}
td td {
   font-size: 1em;
}

.padded td  {
padding: 3px;
}
.noborder, .noborder td {
  border: none !important;
  border-collapse: collapse;
}
.contact {
 width: 95%;
}

#history th, #fifty th, #legdb th, #legdbgroups th  {
  background-color:#CCCCCC;
  font-size: 1.3em;
  font-weight:bold;
  color:#000000;
  text-align:left;
  vertical-align: middle;
  padding: 2px;
}
th {
  background-color:#CCCCCC;
  font-weight:bold;
  text-align:left;
  vertical-align: middle;
  border: 1px solid;
  font-size: 1.3em;
  padding: 2px;
}

.Unsym  {
  text-align:left;
  vertical-align:middle;
  width:90%;
  border: 0px;
}
.Unsym td  {
  vertical-align:middle;
  border: 0px;
}

td li {
  font-size:.7em;
}


#content ul, #content_plain_legdb ul {
  font-size:1.3em;
  list-style-type: disc;
}
#content ol {
  font-size:1.3em;
  list-style-type: decimal;
}
#content dt {
  font-size: 1.3em;
}
li p {
  font-size: 1em; 
}

.center {
   text-align: center;
   margin-right:auto;
margin-left:auto; 
}
table#center {
   margin-left:auto; 
   margin-right:auto;
}


.fifty {
   text-align: center;
   width:50% !important;
   margin-right:auto;
   margin-left:auto; 
}



.print {
   margin-top: -1.5em;
   font-size: 1.2em;
}



img.floatLeft { 
    float: left; 
    padding: 2px; 
    margin: 0 7px 2px 0; 
    display: inline;
    position: relative;
}
.floatright {
   float:right;
}
img.left { 
   padding: 4px; 
   margin: 0 7px 2px 0; 
   display: inline; 
}
img.middle 
{
    vertical-align:middle
}
.right  { 
  float: right; 
}
.left  { 
  float: left; 
}
caption h2 {
margin: 1em 0 0 0;
}
caption p {
margin: 0;
}
.veto_caption {
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	
}

/***** EDocs ******/
#edocs_content {
width: 600px;
}
.edocs, .edocs td, .edocs tr
{
  border:2px solid #ffffff !important;
    text-align: left;
    background-color: #FFFFCC;
}
.edocs_title, .edocs_title td {
  border: none !important;
  border-collapse: collapse;
  width: 500px;
  text-align: center;
}
.edocs th  {
background-color: #FFFFFF;
border:2px solid #ffffff;
}
.edocs hr  {
   width: 100%;
   text-align: left;
  }
/***** Agencies ******/
.agencies_search_fieldset  {
  border: 1px solid #000000;
  padding: 10px 6px 10px 6px;
  width: 600px;
  margin-bottom: 15px;
}
.agencies_search_fieldset legend {
  color: #000000;
  padding: 2px 6px;
  font-size:1.3em;
  font-weight: bold;
}
.agencies_left_col {
text-align: left;
width: 122px;
white-space:nowrap;
}
.agencies_right_col {
text-align: left;
}

/***** LegDB Specific ******/
tr.PagerStyleGridView td table   {
        border: none !important;
     }

#content_mask_plain_legdb {
   float:left;
   position:relative;
   background:#fff;
   top: 8em;
   width: 100%;
}
#content_legdb {
    height: 1%;
  overflow: visible;
  padding:0 0 0 210pt;
  
}
#content_wrapper_plain_legdb {
	margin-left: 0px;
	
	height: 1%;
}
#content_plain_legdb {
  background: #fff ;
  height: 1%;
  padding: 0em 4em 4em 1em;
  
}
#bio  {
   
   width: 75%;
   padding: 0 0 0 0px;
}
#bio_low  {
   float: left; 
   width: 95%;
   padding: 0 0 0 0px;
}
#bioright  { 
  float: right; 
  
  text-align: center;
  right:2em;
  position:relative;
}
.termtable  {
  border: 0px solid #f2f0f1 !important;
  border-style: none;
  text-align: left;
  background-color: #f2f0f1;
  width: 95%;
  margin: 0em;
  font-size: 10pt ! important;
}
.termtable tr {
  height: 22px;
  font-size: 10pt ! important;
}
.termtable td {
  border-style: none;
  font-size: 10pt ! important;
}

.othertable  {
  border: 0px solid #f2f0f1 !important;
  border-style: none;
  text-align: left;
  background-color: #f2f0f1;
  width: auto;
  margin: 0em;
}
.othertable td {
  border-style: none;
  padding: 2px;
  font-size: 1em;
}
.legdb_resultstable, .legdb_resultstable td, .legdb_resultstable tr {border: none !important;}
.term  {
   
   width: 100%;
   padding: 0 0 0 0px;
   background-color: #f2f0f1;
   font-size: 10pt ! important;
   border-style: none;
   clear:both;
}
.term_w_nav  {
   
   width: 100%;
   padding: 0 0 0 0px;
   background-color: #f2f0f1;
   font-size: 10pt ! important;
   border-style: none;
   float:left;
}
#termright  { 
  float: right; 
  padding: 4px 40px 0 0;
  text-align: center;
  background-color: #f2f0f1;
}
.legdb_headers  {
   float: left; 
   width: 100%;
   padding: 20px 0 20px 0;
   background-color: #ffffff;
   font-size: 1.7em;
   color:#990033;
   font-weight:bold;
}
.termphototd  {
  vertical-align: top;
  text-align: right;
}
.termphoto  {
  width: 126px;
  height: 162px;
}
.topphoto  {
  width: 170px;
  height: 232px;
}
.maroonFont  {
  color:#990033;
  font-size:16pt;
  font-weight:bold;
}
.maroon {
  color:#990033;
}
#legdb {
  border-width: 0px;
  text-align: left;
  color: #000000;
  width: 90%;
}
#legdb td  { 
  border-width: 0px; 
  padding: 5px 2px 0px 0px;
  color: #000000;
}
#legdbgroups {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #000000;
  width: 90%;
}

#legdbgroups td  { 
  border-width: 0px; 
  padding: 5px 0px 0px 5px;
  color: #000000;
  border-collapse: collapse;
}
.ninety {
   width: 90%;
 }
.narrow {
  width: auto ! important;
}
.lgFont  {
  color:#000000;
  font-size:24px;
  font-weight:bold;
}
.nowrap {white-space:nowrap;}

/***** Just In Specific ******/
.justin_table td {
padding: 0 0 10px 0;
}

.justintopic {
  font-size:14px;
  font-weight:bold;
  color: #990033;
  margin: 0 0 0 -20px;
}
.justintopic_print {
  margin: 0 0 0 0px;
}
.justin_nav {
  float:left;
  overflow:hidden;
  padding:1em 0em 1em 2em;
  width:200px;
  background-color: #C6E7DE;
  font-size: 12px;
  float:left;
  width:16em;
  right:17em;
  top: 2em;
  border-radius: 10px;
   border-width: 1px 1px 1px;
}
#content_mask_plain_ji {
   float:left;
   position:relative;
   background:#fff;
   top: 11em;
}
#content_ji {
   background: #fff ;
   letter-spacing: .02em;
   height: 1%;
   padding: 0em 0em 4em 0em;
}
.justin_articles {
   padding: 0em 0em 0em 25em;
}
.justin_article_box {
   padding: 1em;
   border-style: solid;
   border-width: 1px;
}
#content_wrapper_plain_ji {
   margin-left: 0px;
   height: 1%;
}
#content_plain_ji {
  background: #fff ;
  height: 1%;
  padding: 0em 4em 4em 1em;
}

/***** Youth Specific ******/
TABLE#youth  {
  border-style: solid;
  border-width: thin;
  border-color:#99FF33;
  width: 90%;
}
TABLE#youth TD {
    VERTICAL-ALIGN: middle;
    border-style: none;
}
#youth_title {
  position:relative;
  left:200px
}

/***** OverLib******/
.overlib
{
  margin: 0em;
  width: 200px;
  border-collapse: collapse;
  border: none; 
  
}
/***** Execorders******/
#execorders {
  width: 75%;
  float: left; 
}
div.img
{
  margin: 2px;
  border: none;
  height: auto;
  width: 200px;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 1px;
  border: 2px solid #ffffff;
}
div.img a:hover img {
  border: 2px solid #990033;
}
#nav_right {
  float:right;
  padding-top:1em;
  width:170px;
}
.execorders_nav_right {
  float:right;
  padding-top:1em;
  width:170px;
}
/***** Magazines******/
#mag_subj_nav  {
  width: 160px;
  background-color: #FFE7C6;
}
#mag_subj_list  {
  padding-left: 15px;
  
}
.magsubj_nav_left {
  float:left;
  padding:1em;
  width:170px;
  border: solid 2px #990033;
  font-size:1.3em;
  margin: 0 10px 0 -50px;
}
.mag_subj_ul {
margin-left: 0 !important;
margin-bottom:1em;
font-weight: bold;
word-wrap: break-word;
-ms-word-wrap: sWrap;

}
.mag_subj_ul li {
margin-left: 0 !important;
font-weight: normal;
list-style-type: none;
word-wrap: break-word;
-ms-word-wrap: sWrap;
width:100%;left:0
}
.break-word {
  word-wrap: break-word;
  -ms-word-wrap: sWrap;
}
.magagentitle {
margin: 0 0 0 40px;
}
/***** TOC ******/
.toc_graphic {
  margin: 0 120px 0 0;

}
/***** Inside Issue ******/
.ii_other {
  margin: 0 0 0 75px;
border:solid 1px black;
padding: 0 10px;
}

/***** Members******/
#nav_right_red {
float:right;
padding-top:1em;
width:270px;
background: #990033 ;
color: #ffffff;
margin: 30px 0 0 0;
}

.nav_right_red_bottom {
   padding: 0 0 10px 5px;
   background: #990033 ;
   
}
/***** Anniversary******/
.logo {
vertical-align: middle;
padding: 10px;
}
/*****SONAR*****/
#sonar_image {
border-style: solid;
border-width: 1px;
border-color: #990033;
width: 432px;
height: 30px;
background-color: #FFFFCC;
font-size: 1.7em;
font-weight: bold;
padding: 12px 4px 0;
}
.sonar_font_1 {
color: #990033;

}
.cat_search button {
background:transparent url(../graphics/button_go_red.jpg) no-repeat scroll center center;
border:0 none;
height:25px;
margin-left:5px;
padding-top:5px;
width:25px;
}
/****SESSIONS****/
.nomargin {margin: 1em 0 0 0;}
.sess_data {margin:0 0 3em 0;width:auto;height:auto;overflow: none; border: none; color:#000000; background-color: #ffffff;}
a.sess_full_link:link {color:#000000;}
a.sess_full_link:visited {color:#000000;}
a.sess_full_link:hover {color:#990033;}

#sess_supp  {
  border-style: solid;
  border-width: 1px;
  border-color:#000000;
  width: 500px;
  padding: 5px 0;
}



/****ONE MINNESOTA****/
#oneMN_table_2010 {
}
.oneMN_table_2010_left_col {
padding: 0 30px 0 0;
}


.twtr-bd {font-size:.8em;}

/****Form entry spacing****/
.formlabel {
    position: absolute;
    text-align: right;
    width: 140px;
    font-size:1.3em;
}
.forminput {
    margin-left: 144px;
}

/****shutdown****/
.div_shutown_timeline {
border: solid 1px black;
width:800px;
padding:10px 0px 10px 10px;

}

.shutdow_gray {
background-color:#cccccc;
}
.shutdown_image_td {
width:100px;
}
.shutdown_text_td {
vertical-align:top;
}
.shutdown_date {
margin:0;
font-size:1.4em;
color:#990033;
}
.textbox_watermark {
color:Gray;
font-style:italic;
}

.email a {
  display: block;  
  padding: 5px 0em 5px 25px;
  background: url(../graphics/envelope_icon.gif) no-repeat left center;
 
   
}
.email { margin-top: -1.5em; font-size: 1.2em;}

.newtable {
  border: none !important;
  border-collapse: collapse;
  
}
.newtable tr {
  border-bottom: 1px solid black;
 
  
}
.newtable th {
     border: none !important;
  border-collapse: collapse;
  background-color:#2B2B2B;
  color:#ffffff;
  padding: 4px;
}
.newtable th.th_evenrow {
     background-color:#585858;
}
.newtable td {
     border: none !important;
  border-collapse: collapse;
}
.newtable th a:link {color:#ffffff;}      /* unvisited link */
.newtable th a:visited {color:#ffffff;}  /* visited link */
.newtable th a:hover {color:#ffffff;}  /* mouse over link */
.newtable th a:active {color:#ffffff;}  /* selected link */

.table_td_leftalign td {
text-align:left;
}
