/*
  TVET Matrix Upgrade
  Content (c) Copyright 
  Running Squiz MySource v3.14.3 (Matrix) - http://matrix.squiz.net/
  Developed by Squiz  - http://www.squiz.net
  (c) Copyright 2008. All rights reserved.
  Page generated: 21 November 2008 14:59:17
  Warranty key: ZWIxY2UyMDAzNTgyYXUyMDA4MDIyNg==
*/


/******* SIMPLE EDIT TABS ********/

#content {
    float:left;
    /*ok this is my hack to make the content wider eh!!
    width:570px !important;*/
    padding: 0px 10px 10px 20px;
}



#simple-edit-tabs
{
padding: 8px 0 3px 0;
margin-left: -3px !important;
border-bottom: 1px solid #778;
font-size: .8em;
}
#simple-edit-tabs li
{

list-style: none !important;
margin-left: 0 !important;
display: inline;
}

#simple-edit-tabs ul
{

list-style: none !important;
margin-left: 0 !important;
display: inline;
}


#simple-edit-tabs li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}

#simple-edit-tabs li a:link { color: #448; }
#simple-edit-tabs li a:visited { color: #667; }

#simple-edit-tabs li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}

#simple-edit-tabs li a#current
{
background: white;
border-bottom: 1px solid white;
}



