body 
{
	background-image:url(grey-pixel.png);
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

img
{
	border-width:0px;
	border-style:none;
}

a:link,a:visited
{
	cursor:pointer;
	color: #0000FF; 
	text-decoration: none;
}

a:hover,a:active
{
	cursor:pointer;
	color: #0000FF;
	text-decoration: underline;
}

input,button
{
	font-size: 10px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

input[type=submit],input[type=button],button
{
	margin:1px;
	padding:1px;
	cursor: pointer; 
	cursor: hand;
}

input[type=image]
{
	cursor: pointer; 
	cursor: hand;
	border: 0px #bbbbbb none;
}
select 
{
	font-size: 10px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

td
{
	font-size: 11px;
}

.divSidebox
{
	position:relative;
	width: 165px;
	min-height: 450px; 
	border: #9c9c9c 1px solid;
	background-color:#A2C9FF;
}

#divMain
{
	background-color:#DFE9FF;
	margin-top: 0px;
	padding:9px;
	border-color:#7e7e7e;
	border-width:1px;
	border-style:solid;
}

#divAppIconBar
{
	background-color:#DFE9FF;
	border-top-color:#9c9c9c;
	border-top-width:1px;
	border-top-style:solid;
	background-repeat: repeat-x
}

#tdSideboxLeft,#tdSideboxRight
{
	width:170px;
	background-color:white;
	overflow:visible;
	vertical-align: top;
}

#tdSideboxLeft
{
	padding-right:5px;
	background-color:#DFE9FF;
}

#tdAppbox
{
	background-color:white;
	vertical-align: top;
	width: 100%;
}

#divAppboxHeader
{
	background-repeat: repeat-x;
	line-height:20px;
	text-align:center;
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	border-top-color:#9c9c9c;
	border-top-width:1px;
	border-top-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
}

#divAppbox
{
	padding:10px;
	border-bottom-color:#9c9c9c;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
	min-height:420px;
}

hr {
   color: #000;
background-color: #000;
height: 1px;
}

#content {
   width: 800px;
} 
