 /*Stylesheet by: Dave @ 149design UK */
/*URL: http://www.149design.co.uk */

body {
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
}

a {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

  .copyright {
  color: #FFFFFF;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9pt;
}

/*Stylesheet by: Dave @ 149design UK */
/*Below is for the login form styling*/

  .forminput
{
color: #781351;
background: #FFE7C1;
border: 1px solid #666666
}

.submit
{
color: #000;
background: #ffa20f;
border: 2px outset #666666
}

/*Stylesheet by: Dave @ 149design UK */
/*Below is for a slightly bigger text as just below the login box */


 .bigger {
  color: #000000;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12pt;
}

.bigger .a {
  color: #008000;
  text-decoration: none;
}

.bigger .a:visited {
  color: #008000;
}

.bigger .a:hover {
  color: #00CC00;
  text-decoration: underline;
}

    .149 {
  color: #000000;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9pt;
}

.149 .a {
  color: #000000;
  text-decoration: none;
}

.149 .a:visited {
  color: #000000;
}

.149 .a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/*Stylesheet by: Dave @ 149design UK */
/*Beneath is for top tabs */

  #invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Tahoma, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #FF6600;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #CCFF00;
}

#invertedtabs a:hover span{
background-color: #CCFF00;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #d50509;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #FF6600;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/*Stylesheet by: Dave @ 149design UK */
/*Beneath is for left side menu */


  #list-menu {
width: 150px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
}
  #list-menu li {
margin: 2px 0 0;
}
  #list-menu a {
display: block;
width:150px;
padding: 2px 2px 2px 10px;
border: 1px solid #999999;
background: #EDEDED;
text-decoration: none; /*lets remove the link underlines*/
}
 #list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #999999;
background: #000000;
color: #ffffff;
}

