body, html {
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}

img {
	border: 0px;
}

#sm_header_wrapper {
	width: 790px;
	margin: 0px auto 8px auto;
}

#sm_logo_wrapper {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}
#sm_sitename {
	margin: 10px;
}
#sm_logo_wrapper a {
	text-decoration: none;
	color: #00A;
}

#sm_common_menubar {
	border: 1px solid #000;
	background: #eee;
	padding: 4px;
	text-align: right;
	font-size: 8pt;
}

#sm_common_footer {
	margin: 20px 0 0 0;
	border: 1px solid #000;
	background: #eee;
	padding: 4px;
	text-align: center;
	color: #666;
	font-size: 8pt;
}

#sm_common_footer_ad {
	margin-top: 10px;
	text-align: center;
}

.sm_trail {
	margin: 2px 40px 4px 40px;
	font-size: 9pt;
}

#sm_header_msg_error {
	margin: 6px auto 6px auto;
	border: 1px solid #0c0;
	color: #600;
	font-weight: bold;
	position: relative;
	min-height: 42px;
	padding: 4px 4px 4px 40px;
	position: relative;
}
#sm_header_msg_error img {
	position: absolute;
	top: 5px;
	left: 5px;
}

#sm_header_msg_info {
	margin: 6px auto 6px auto;
	border: 1px solid #0c0;
	color: #060;
	font-weight: bold;
	position: relative;
	min-height: 42px;
	padding: 0px 4px 4px 40px;
	position: relative;
}
#sm_header_msg_info img {
	position: absolute;
	top: 5px;
	left: 5px;
}

table.sm_form {
	width: 789px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #000;
	margin: 6px 0 6px 1px;
}

table.sm_form label {
	font-size: small;
}

table.sm_form td {
	vertical-align: baseline;
	text-align: left;
	margin: 0;
	padding: 2px 6px 2px 2px;
	background: #eee;
}

table.sm_form tr.row1 td {
	background: #ddd;
}

table.sm_form input[type="text"], table.sm_form input[type="password"], table.sm_form textarea {
	border: 1px solid #000;
	padding: 1px;
}

table.sm_form td.sm_form_label {
	background: #ccd;
	font-weight: bold;
	vertical-align: baseline;
	width: 1px;
	white-space: pre;
}

table.sm_form td.sm_form_label_textarea {
	background: #ccd;
	font-weight: bold;
	vertical-align: top;
	width: 1px;
	white-space: pre;
}

table.sm_form tr.row1 td.sm_form_label, table.sm_form tr.row1 td.sm_form_label_textarea {
	background: #bbc;
}

table.sm_form tr.sm_form_title td {
	border-bottom: 1px solid #000;
	background: #ccc;
	font-weight: bold;
	font-family: serif;
}

table.sm_form tr.sm_form_buttons td {
	border-top: 1px solid #000;
	background: #ccc;
}

input.sm_form_delete {
	color: #c00;
	font-weight: bold;
}

table.#sm_split {
	border-collapse: collapse;
	border-spacing: 0;
}

table.sm_list {
	width: 789px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #000;
	margin: 6px 0 6px 1px;
}

table.sm_list td {
	vertical-align: baseline;
	text-align: left;
	margin: 0;
	padding: 4px;
	background: #eee;
}

table.sm_list td.sm_list_icon {
	vertical-align: middle;
}

table.sm_list td.sm_list_title {
	vertical-align: middle;
}
table.sm_list td.sm_list_title .sm_list_subtitle {
	font-size: small;
	color: #666;
}


table.sm_list tr.sm_list_header th {
	font-weight: bold;
	background: #ccc;
	text-align: left;
	padding: 4px;
	font-size: small;
	vertical-align: baseline;
}

table.sm_list tr.row0 td {
	background: #fff;
}
table.sm_list tr.row1 td {
	background: #ddf;
}

table.sm_list td.sm_list_updated {
	font-size: small;
	vertical-align: middle;
	color: #666;
}

table.sm_list td.sm_list_info {
	text-align: center;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	color: #666;
}

img.gravatar {
	border: 1px solid #000;
}
