/* CSS Document */

body { 
margin:0px;
}

.normal_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.table_border {
	border: 1px solid #999999;
}

.table_menu {
	margin: 10px;
	width: 200px;
	border: 1px solid #999999;
}

.table_menu thead tr td{
	background:#fff url(../images/users.png) no-repeat;
	background-position:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:30px;
	border-bottom:1px dotted #999999;
	font-size:16px;
	font-weight:bold;
	text-indent:35px;
	color: #993300;
}

.table_menu tbody tr td div{
	padding-top:5px;
	margin-left:10px;
	margin-right:10px;
	height:25px;
	border-bottom:1px dotted #999999;
}

.table_menu tbody tr td .out{
	background:#fff url(../images/rightarrow.png) no-repeat;
	background-position:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:25px;
}

.table_menu tbody tr td .over{
	background:#ddd url(../images/rightarrow.png) no-repeat;
	background-position:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:25px;
	cursor:pointer;
}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC33;
}