body {
	SCROLLBAR-FACE-COLOR: #CCCCCC;
  	SCROLLBAR-HIGHLIGHT-COLOR: #ADADAD;
  	SCROLLBAR-SHADOW-COLOR: #ADADAD;
  	SCROLLBAR-3DLIGHT-COLOR: #E6E6E6;
  	SCROLLBAR-ARROW-COLOR: #8E8E8E;
  	SCROLLBAR-TRACK-COLOR: #E6E6E6;
  	SCROLLBAR-DARKSHADOW-COLOR: #E6E6E6;
  	SCROLLBAR-BASE-COLOR: #E6E6E6;
}

.itemlight {
	background-image: url(../images/menuinside_center_light.gif);
	padding:3px;
	padding-left:10px; 
	overflow:hidden; 
	width:120px;
}
.itemdark {
	background-image: url(../images/menuinside_center.gif);
	padding:3px;
	padding-left:10px; 
	overflow:hidden; 
	width:120px;
}

.tab_up {
	background-color: #FFFFFF;
	width: 100px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.tab_down {
	width: 100px;
	text-align: center;
	background-image: url(../images/tab_back.gif);
	background-repeat: repeat-x;
}
.content {
	background-image:url(../images/content_back.gif);
	background-repeat:repeat-x;
	padding:17;
	line-height: 16px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D7D7D;
}
.inframe_top_large{
	background-image: url(../images/inframe_top_large.gif);
	background-repeat:no-repeat;
	height:25px;
	vertical-align: middle; 
	padding-left:8px;
}
.inframe_content_large{
	height:25px;
	padding:8px;
	background-color:#FFFFFF;
	border: 1px solid #C4C4C4;
}
.ok{
	background-image: url(../images/ok.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	height:18px;
	vertical-align: middle; 
}
.error{
	background-image: url(../images/error.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	height:18px;
	vertical-align: middle; 
}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
	text-decoration: underline;
}
ul {
	list-style-type: square;
	margin-left: 15px;
	line-height: 16px;
	margin-bottom:0px;
}	
a.tab {
	text-decoration: none;
}
a2    {
	font-size: 12px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
	border: 1px solid #CCCCCC;
	width: 180px;
	height: 16px;
}
input.check {
	color: #7D7D7D;
	border: 1px solid #CCCCCC;
	width: 15px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
	border: 1px solid #CCCCCC;
	width: 180px;
	height: 16px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 80px;
}
form {
	margin:0px;
}
