/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 21 August 2008 04:44:31
*/


#tool_box {
display: none;
position: fixed;
z-index: 5;
right: 2px;
top: 10px;
overflow: hidden;
width: 125px;
border: 1px solid #666;
padding:0;
font-size: 1em;
text-align: left;
}
* html #tool_box {position: absolute;}

#tool_box h1  {
background-color:#666;
color:#DDD;
border: 3px solid #000;
font-size:1.5em;
font-weight:bold;
margin:0;
padding:0.4em;
font-style:italic; font-family:"Trebuchet MS", verdana, arial, sans-serif;
}
#tool_box h2 {
background-color:#000;
color:#DDD;
font-size:1.1em;
font-weight:bold;
margin:0;
padding:0.2em;
font-style:italic; font-family:"Trebuchet MS", verdana, arial, sans-serif;
}
#tool_box_bg {
position: absolute;
z-index: -1;
left:0;
top: 0;
width: 200px;
height: 500px;
background-color: #FFF;
opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
}
#tool_box a, #tool_box a:visited {
display:block;
z-index: 2;
padding: 0.9em 0.2em 0.9em 0.9em;
padding-left: 31px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #CCC;
border-left: 1px solid #FFF;
background-repeat: no-repeat;
background-position: 3px 1px;
color: #000000;
text-decoration: none;
}
#tool_box a:hover {
background-color: #DDD;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}
#tool_box a img {border: none;}

.edit_mode {
position: relative;
}
.edit_mode h5 {
    margin:0;
    font-size: 1em !important;

    /*font-size: 2em;
    font-weight: bold;
    color: #000;*/
}

#new_mode {
color: #000;
}
#new_mode textarea {
width: 400px;
}