
html {
height:100%; 
max-height:100%;
min-height:100%;  
padding:0;
margin:0; 
border:0; 
background:#fff; 
font: 75%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
#content {overflow:auto; position:absolute; border: 1px solid #EDEDED; z-index:3; top:0px; bottom:0px; left:210px; right:0; padding:5px; background:#eee;}

* html #content {top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; overflow:auto; position:absolute; z-index:3; border-top:0px solid #fff; border-bottom:0px solid #fff; border-left:210px solid #fff;}

#head {position:absolute; margin:0; top:0; background: #FFF; left:0; display:block; width:100%; height:0px; z-index:5; padding-left: 170px; overflow:hidden; color:#DBDBDB;}

#left {position:absolute; margin-top: 10px; left:0px; top:0px; bottom:0px; width:210px; z-index:6; overflow:auto; background:#fff;}

* html #left {height:100%; top:0; bottom:0; border-top:46px; border-bottom:0px; color:#fff;}

#content p {padding:0px;}

.sideDiv {
	margin: 0px auto;
	padding: 14px 0px 0px;
	width: 188px;
	list-style: none;
	background: #FFF;
	border: 0px;
	color: #000000;
	text-align:center;
}
.sideDivAction {
	color: #111111;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 14px 0px 0px;
	width: 188px;
	list-style: none;
	background: #FFF;
	border: 1px solid #999999;
	text-align:center;
}


.menu {
	margin: 0px auto;
	padding: 2px 4px 10px 10px;
	width: 160px;
	background: #fff;
	border: 0px solid #999999;
	color: #000000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}


.catmenu {
	color: #444444;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding: 1px;
}
.catmenu a {
	color: #444444;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding: 1px;
}
.catmenu a:hover {
	color: #000000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
}
.subbmenu {
	color: #444444;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 150px;
	padding: 1px;
}
.subbmenu a {
	color: #444444;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	width: 150px;
	padding: 1px;
}
.subbmenu a:hover {
	color: #000000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	padding: 1px;
}

.suggestions a {
	color: #6699FF;
	display: block;
	text-align: left;
	font-weight: bold;
	background: #EDEDED;
}
.suggestions a:hover {
	text-decoration: underline;
	color: #6699FF;
	background: #EDEDED;
}
.SelectInput
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: tahoma;
    BACKGROUND-COLOR: #EEEEEE;

}
.ButtonInput
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #339933;
    height: 19px;
}
.ButtonInputCancel
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: verdana;
    BACKGROUND-COLOR: #990000;
    height: 19px;
}
.TextInput
{
    FONT-SIZE: 11px;
    FONT-FAMILY: tahoma;
    BACKGROUND-COLOR: white
}