/*cope with inheritance bugs*/
body, table, th, td{
color:#808080;
font-size: 8pt;
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
}

/*body specific*/
body{
background-color:#808080;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a:link{
color:#808080;
text-decoration:underline;
font-weight:bold;
}

a:visited{
color:#808080;
text-decoration:underline;
font-weight:bold;
}

a:hover{
color:#808080;
text-decoration:underline;
font-weight:bold;
}

a:active{
color:#808080;
text-decoration:underline;
font-weight:bold;
}

li{
color:#808080;
list-style-type:square;
}

ol{
color:#808080;
}

ul{
color:#808080;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
}

h1, h2 {
font-size:12pt;
}

SELECT {
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
}

INPUT {
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
}

textarea {
	FONT-FAMILY: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
}

.actCHECKOUTEM {background-color:#ffffff;}
.actCHECKOUTBG {background-color:#ffffff;}

.actlarger{
font-size: larger;
color:#808080;
}

.actsmaller{
font-size: smaller;
color:#808080;
}

.actsmall{font-size:small;color:#808080;}
.actlarge{font-size:large;color:#808080;}
.actxlarge{font-size:x-large;color:#808080;}
.actxxlarge{font-size:xx-large;color:#808080;}

.actwarningcolor{color:#000000;}
.actrequiredcolor{color:#000000;}
.actsearchhighlightcolor{color:#ff8a8a;}
.actrequired{color:#000000;}
.actwarning{font-size:x-large;color:#000000;}
.actwelcome{font-size:medium;color:#808080;}

.actlogotext {font-family:Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;color:#808080;}

.smdXSmall{font-size:7pt;color:#808080;}
.smdSmall{font-size:8pt;color:#808080;}
.smdMedium{font-size:9pt;color:#808080;}
.smdSmallLabel{font-weight:bold; font-size:8pt;color:#808080;}
.smdMediumLabel{font-weight:bold; font-size:9pt;color:#808080;}
.actxxsmall{font-size:8pt;color:#808080;}
big{font-size:8pt;color:#808080;}

.smdSmallwhite{font-size:8pt;color:#ffffff;}

.smdProduct{font-size:9pt;color:#808080;}
.smdProductSmall{font-size:8pt;color:#808080;}

.stdButton
{
	 FONT-WEIGHT: bold; 
	 FONT-SIZE: 8pt; 
	 COLOR: #808080; 
	 FONT-FAMILY: Verdana, Arial; 
	 BACKGROUND-COLOR: #F3F1CD;
}

.window {
  height:30px; 
  overflow-y: scroll;
  color:white;
  margin-bottom:10px;
  scrollbar-base-color: #808080;
  scrollbar-arrow-color: #808080;
  scrollbar-3dlight-color: #808080;
  scrollbar-darkshadow-color: #808080;
  scrollbar-face-color: #808080;
  scrollbar-highlight-color: #808080;
  scrollbar-shadow-color: #808080;
  scrollbar-track-color: #808080;
}

.window a, .window a:visited {color:white;}

/* CSS Document */

body {
background-color:#808080;
margin:0px;
}


p{
color:#808080;
font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
font-size:8pt;
}

#wraper {
width:762px;
}

#header{
width:100%;
}

#sidebar{
width:20%;
height:100%;
float:left;
}

#content{
width:80%;
float:right;
min-height:500px;
}