#alert_err {
	margin:10px 30px;
	padding:10px 30px;
	border:1px solid #900;
	color:#900;
	font-weight:bold;
	text-align:center;
}
#alert_msg {
	margin:10px 30px;
	padding:10px 30px;
	border:1px solid #090;
	color:#090;
	font-weight:bold;
	text-align:center;
}
#page {
	padding-top:10px;
}
table.tabular1 td {
	padding:2px 5px;
}
table.tabular1 tr.row_top td {
	font-weight:bold;
	border-bottom:1px solid #7F7772;
}
#simple_page {
	padding:10px 30px;
}
#bottom_spacer {
	clear:both;
	height:30px;
}


/****************/
/* File Manager */
/****************/

div#browse_left {
	float:left;
	width:148px;
	overflow-x:scroll;
}
div#file_tree {
	margin-top:4px;
}
div#file_tree ul {
	padding:0;
	margin:0 0 0 16px;
}
div#file_tree li {
	list-style-type:square;
	white-space: nowrap;
}
div#file_tree a {
	padding:0 2px;
	margin:2px 0;
}
li.collapsed ul {
	display:none;
}
li.expanded ul {
	display:;
}
div#browse_right {
	float:right;
	width:360px;
}
div#file_list {
	width:360px;
}

/****************/
/*  Row Hover   */
/****************/

tr.alt_row td {
	background-color: #EEE;
}
tr.row_link td {
	cursor:pointer;
	cursor:hand;
}
tr.row_hover td {
	cursor:pointer;
	cursor:hand;
	background-color:#CCC;
	color:#FFF;
}

/****************/
/*  Scroll Div  */
/****************/
div.scroll_400 {
	height:400px;
	overflow-y:scroll;
}

