﻿/**** -- basic positional divs -- ****/

#sys_main_body { float:left; display:inline; margin-bottom: 1em; }

/*#sys_content { float:left; margin-left: 15em; margin-top: .2em; } */
#sys_content { float:left; /*margin-top: -20px;*/ width:590px  } 

/* styles for the section menus that run down the left side of each page 
#sys_menu UL { margin-top:0px; margin-left:3.0em; margin-bottom:0px } 
#sys_left_menu { float:left; font-size: 90%; width: 14em; margin-left: .2em;
margin-bottom: 3em; top: .7em; }*/

#sys_left_menu { float:left; width: 180px; margin-left: .2em;
padding-bottom: 3em; top: .7em; }
#sys_left_menu a { border: none; text-decoration: none;
display: block; padding: .5em; padding-left: .7em; padding-right: .7em;}
#sys_left_menu a:hover, #sys_left_menu a:active { 
text-decoration: underline; }
#sys_left_menu a:visited { text-decoration: none; color: purple; }

/* Cookie popup
*********************/ 

#cookieDiv { padding: 8px; width: 94%; color: black; background-color: #FFF5DA; 
text-align: center; border: solid 2px #737373; margin: auto; }  

#cookieButton { background: #f8b100; border:none; color:#737373; font-weight:bold; height:26px;
padding:3px; width:70px; margin-left: 1.5em; vertical-align: middle; } 

#cookieButton:hover {background:#737373;; cursor:pointer; color: #fff; } 


/* fix for IE */
* html div#sys_URhere { margin:0; padding: 0 0 0 0; width: 100%; position: relative;
bottom: -3px;
height: 2.5em; }
