BODY.VIT{
	 Background-Image:url("/images/bg.jpg");
	 margin:0;
	 padding:0;
	 overflow:hidden;
}

#leftbox {margin:0; padding:0; height:100%; width:120px; position:absolute; left:0; top:0;}
#mainbox {margin:0 0 0 120px; padding:0; height:100%; overflow:auto;}

#leftnavi {margin:0 0 0 8px; width:110px;}
#mainin { width:80%; margin:0 0 0 8px; padding: 4px 0 30px 0;}


#bleh ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}

#bleh li { 
display : inline; 
padding :0; 
margin:0; 
}

#bleh a {
display:block; 
border:3px double #aac;
background-color:#dde;
font-size:x-small;
padding:0.1em 0 0.1em 0.5em;
text-decoration:none;
color:#557;
width:8em; 
margin:2px 0px;
height:1.7em;
}

#bleh a:hover{
display:block; 
border:3px double #aac;
background-color:#e5e5f5;
font-size:x-small;
padding:0.1em 0 0.1em 0.5em;
text-decoration:none;
color:#557;
width:8em; 
margin:2px 0px;
height:1.7em;
}

#ID {
width:50em;
height:3em;  
margin: 0; 
padding :0;
}

#ID ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}

#ID li { 
display : inline; 
padding :0; 
margin:0; 
float:left 
}

#ID a {
display:block; 
border-bottom:1px solid #aac; 
border-top:1px solid #aac; 
border-left:1px solid #aac;
background-color:#dde;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#557;
width:7em;
height:1.5em;
margin:1px 0px;
text-align:center;
}

#ID a:hover {
display:block; 
border-top:1px solid #aca; 
border-bottom:1px solid #aca; 
border-left:1px solid #aca; 
background-color: #ded;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#575;
height:1.5em;
text-align:center;
}

#ID #menu_left a {
display:block; 
border:1px solid #aac;
background-color:#dde;
font-size:x-small;
padding:1px 0px 1px 0px;
text-decoration:none;
color:#557;
width:7em;
height:1.5em;
margin:1px 0px;
text-align:center;
}

#ID #menu_left a:hover {
background-color:#ded;
display:block; 
border1px solid #aca;
background-color:#ded;
font-size:x-small;
padding:1px 0px;
text-decoration:none;
color:#575;height:1.5em;
text-align:center;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}	











/* BUTTONS2 */

.buttons2 a, .buttons2 button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons2 button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons2 button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons2 button img, .buttons2 a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* STANDARD */

button:hover, .buttons2 a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons2 a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons2 a.positive{
    color:#529214;
}
.buttons2 a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons2 a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons2 a.negative, button.negative{
    color:#d12f19;
}
.buttons2 a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons2 a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}	