/************************************************************************************
 * LEFT FRAME
 ************************************************************************************/

/**
 * Add styles for positioned layers
**/

div{
    font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-size:        10px;
    color:            #000000;
}

/* Always enabled stylesheets (left frame) */

body{
    font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-size:        10px;
    background-color: #ffffff;
    margin: 0px;
	color: #000000;
//    padding: 0px 2px 2px 0px;
}
input{
    font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-size:        10px;
}
select{
    font-family:      Verdana, Arial, Helvetica, sans-serif;
    font-size:        10px;
    background-color: #ffffff;
    color:            #000000;
    width:            150px;
}

a:link,a:visited { color: #05213F; text-decoration: none; }
a:hover,a:active { color: #779BBF; text-decoration: none; }

h1 {font-color: #000000; font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none;}
h2 {font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none;}
h3 {font-color: #000000; font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none;}

hr{
    color:            #ffffff;
    background-color: #ffffff;
    border:           0;
    height:           1px;
}

img, input, select, button {
    vertical-align: middle;
}

img {
  border: 0px;
}

.nowrap {
    white-space: nowrap;
}

div.nowrap {
    margin: 0px;
    padding: 0px;
}

li {
    padding-bottom: 1em;
}

li form {
    display: inline;
}

ul.main {
    margin: 0px;
    padding-left:2em;
    padding-right:2em;
}

button {
    /* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */
    display: inline;
}

/* Tabs */

/* For both light and non light */
.tab {
    white-space: nowrap;
    font-weight: bolder;
}

/* For non light */
td.tab {
    width: 64px;
    text-align: center;
    background-color: #dfdfdf;
}

a.tuttitle {
font-size:        12px;
}

td.tab a {
    display: block;
}

/* For light */
div.tab { }

/* Highlight active tab */
td.activetab {
    background-color: silver;
}

/* Textarea */

textarea {
    overflow: auto;
}

.nospace {
    margin: 0px;
    padding: 0px;
}


.submenu {
	background: #DAE3EC;
	padding: 0;
	border-bottom: 0px solid #ffffff;
	color; #000000;
}

.submenu a {
	display: block;
	padding: 3px;
	margin: 0px;
	font-size: 10px;
	color: #000000;
	border-style:none;
}
.submenu a:hover { 
	background: #082644; 
	color: #ffffff;
}

a:active, a:hover {
    border: 0px;
}


.menu {
	background: url(http://www.totaltutorials.com/img/tbl_header.gif);
	height: 20px;
	font-weight: bold;
	vertical-align: middle;
	color: #ffffff;
	padding-left: 5px;
}

.rightside {

}