body {
	font-family: arial;
	background-color: white;
}

input, textarea {
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	padding: 8px;
	font-size:12px;
	font-family: Verdana;
}

select {
	border: 1px solid #DFDFDF;
	border-radius: 4px;
	padding: 4px;
	font-size:12px;
	font-family: Verdana;
}

hr {
	background-color: silver;
	height: 1px;
	border: 0px;
}

a {
	text-decoration: none;
	color: gray;
}

.powered_by {
	font-size: 10px;
	padding-top: 10px;
}

.powered_by a {
	font-size: 10px;
	color: gray;
}

.link_generate_page {
	color: silver;
	margin-left: 10px;
	padding: 3px;
}

.smart_content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	color: #464646;
	position: relative;
	font-size: 14px;
}

.ui-tooltip, .ui-dialog .ui-dialog-content, .ui-dialog-title {
	font-size: 12px;
}

.ui-button, .ui-button-text .ui-button {
	font-size: 12px !important;
}

.move_div {
	border: 1px solid transparent;
}

.smart_content_header, .smart_content_footer {
	padding: 10px;
}

.textfield_div {
	margin-bottom:10px;
}

div>img {
	margin: 4px;
}

.smart_content_header {
	background-color: #EEEEEE;
	height: 100px;
}

.smart_content_footer {
	background-color: #EEEEEE;
	height: 100px;
}

#smart_body_left, #smart_body_right {
	min-height: 500px;
}


#smart_body_left {
	float: left;
	width: 70%;
	box-shadow: 1px 0px 0 #EEE;
}

#smart_body_right {
	float: right;
	width: 30%
}

.no_date_in_folder {
	text-align: center;
	padding: 10px;
	color: gray;
	font-size: 16px;
	border: 1px dashed silver;
	border-radius: 4px;
	background-color: #EEE;
}

/* 
 * Menu style
 */
.a_menu_select {
	font-weight: bold;
}