/* Start of CMSMS style sheet 'default' */
body
{
    /* font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif'; */
    font-family: Arial, Verdana, sans-serif, Helvetica;
    font-size: 0.9em;
    background-color: #CCCCCC;
}

#width
{
    width: 80%;
    min-width: 55em;
    margin-left: auto;
    margin-right: auto;
}

#container
{
    background-color: #732222;
    border: 1px solid #999999;
}

#header
{
 /*   background-color: #222222;*/
    background-color: #FF0000;
    height: 110px;
}

#header-left
{
    position: absolute;
    left: 0.75em;
    top: 1.25em;
    color: white;
}

#header-right
{
top: 4.5em;
}

#counter
{
text-align: right;
font-size: x-small;
}


#logo-text
{
    font-weight: normal;
    font-size: 2.5em;
    padding: 0;
    margin: 0;
}


#logo-text2
{
    font-weight: normal;
    font-size: 2.5em;
    padding: 0;
    margin: 0;
}

#menu
{
    color: #732222;
    font-weight: bold;
    font-size: 1.05em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;

    padding-right: 2em;
}

#submenu
{

    font-weight: bold;

}

#submenu li
{
  list-style-type:none; 
}
#submenu ul
{
  margin-left: 10px;
  padding: 0px;
}

ul.tab-menu li
{
    background-color: #732222;
    color: white;
    border: 1px solid black;
    border-bottom: 1px solid black;
  list-style-type:none; 
}

ul.tab-menu li.tab-selected
{
    background-color: #F6ECCA !important;
    color: black !important;
    border-bottom: 1px solid #F6ECCA !important;
  list-style-type:none; 
}

#sidebar
{
    color: white;
    background: url("uploads/images/templates/tabbed/shadow-top-maroon.png") repeat-x top;
    border-right: 1px solid black;
}

#main
{
    border-top: 1px solid black;
    border-left: 1px solid black;
    /*background: url("uploads/images/templates/tabbed/shadow-left-white.png") repeat-y left;*/
    background: url("uploads/images/templates/tabbed/shadow-top-white.png") repeat-x top;
}

#content
{
    background-color: white;
}

#header-right a:link
{        text-decoration: none;
    color: white;
}

#header-right a:visited
{
    text-decoration: none;
    color: white;
}

#header-right a:active
{
    text-decoration: none;
    color: #cccccc;
}

#header-right a:hover
{
    color: #cccccc;
}

a:link
{
    text-decoration: underline;
    color: #732222;
}

a:visited
{
    text-decoration: underline;
    color: #732222;
}

a:active
{
    text-decoration: none;
    color: #ff3300;
}

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

#menu a
{
	display: block;
    padding: 0.5em 1em;
}

#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover
{
    text-decoration: none;
    color: white;
}

#menu a:hover
{
    background-color: #B47979;
}

#menu li.tab-selected a:hover
{
    background-color: #F6ECCA !important;
}

#menu li.tab-selected a:link,
#menu li.tab-selected a:visited,
#menu li.tab-selected a:active,
#menu li.tab-selected a:hover
{
    text-decoration: none;
    color: black;
}

#submenu a:link
{
    text-decoration: none;
    color: black;
}

#submenu a:visited
{
    text-decoration: none;
    color: black;
}

#submenu a:active
{
    text-decoration: underline;
    color: black;
}

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

#sidebar a:link
{
    text-decoration: underline;
    color: white;
}

#sidebar a:visited
{
    text-decoration: underline;
    color: #CCCCCC;
}

#sidebar a:active
{
    text-decoration: none;
    color: #FF3300;
}

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

#header-left a:link, 
#header-left a:visited,
#header-left a:active,
#header-left a:hover
{
    text-decoration: none !important;
    color: white !important;
}

/* End of 'default' */

