
/***************************************
  Layout
***************************************/
html {
	height: 100%;
    background-color: #DFDFDF;
}

.tdWidth
{
    width: 5000px !important;
    background-color:Blue;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000000;
    font-family: Arial, Vendana, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: #DFDFDF;
}

h1, h2, h3 {
	font-family: Arial, Vendana, Helvetica, sans-serif;
    color: #3c4f99;
}

hr {
	border-color : #3c4f99;
	background-color: #3c4f99;
}

.content{
    height: 500px;

}

/***************************************
  Container
***************************************/
#container {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 912px;
}

#mainLeft {
    position: absolute;
    width: 30px;
    height:100%;
    float: left;
    top: 0px;
   	background-image: url(images/backgroundLeft.gif);
}
#mainContent {
    position: relative;
    background-color: #FFFFFF;
    height:1000px;
    width:796px;
    top: 0px;
    left: 30px;
}
#mainRight {
    position: absolute;
    width: 30px;
    float: right;
    height:100%;
    top: 0px;
    left: 826px;
   	background-image: url(images/backgroundRight.gif);
}

#header {
	padding: 10px 5px 00px 5px;
}

#footer {
    height: 20px;
    background-image: url(images/Balk1.jpg);
    text-align:center;
    font-size: 7pt;
    color: #FFFFFF;
    padding-top: 5px;
}

#footer a{
    color: #FFFFFF
}

#body {
	padding: 0px 5px 0px 5px;
	height: 100%;
}

#body #leftMenu{
    position: relative;
    width: 195px;
    float:left;
}

#body #leftMenu #loginForm{
    background-image: url(images/backgroundLogin.jpg);
    padding: 5px;
    height: 170px;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight:bold;
    text-align: right;
}

#body #leftMenu #newsLetter{
        background-image: url(images/backgroundTextfield.gif);
}
.right{
    text-align: right;
}
#body #leftMenu #searchReseller{
    text-align: center;
}
#body #content{
    position: relative;
    top: 0px;
    float:left;
    width: 576px;
    padding: 10px 5px 5px 5px;
    
}
#body #content h1{
     color: #3c4f99;
     font-size: 12pt;
}
#body #content h2,
#body #content h3,
#body #content h4{
    font-size: 10pt;
    color: #3c4f99;

}


#body #content div{
    padding: 5px 10px 25px 10px;
    background-image: url(images/backgroundTextfield.gif);
}


form ul {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

form ul li {
	padding-top: 2px;
}


.boxText{
    padding: 5px;
    color: #3c4f99 !important;
}
#changingroom
{
    position:relative;
    top: -25px;    
}

#wrapperChangingroom
{
    width: 100%;
    top: -10px;
    text-align: center;
}
#wrapperChangingroom .toolbar
{
    vertical-align: middle;
}
/* Folder Tree */

.tree {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0px;
}

.tree ul {
	margin: 0;
	padding: 0px;
	
}

.tree li {
	list-style-type: none;
	white-space: nowrap;
	padding: 0px;
	
}

.tree li a {
	color: #3f3f3f;	
}	

.tree li img {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	overflow: hidden;
}

.tree li span {
	padding-left: 2px;
}

#ads
{
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}
#ads img
{
    border: none;    
}