
body {
	width: 364px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-align: left;
}

#wrap {
	margin: auto;
	/*border: 1px solid blue;*/
}

div.gutter {
	margin-left: 20px;
}

/* same as facebook .inputbutton, .inputsubmit */
button {
	background-color: #3B5998;
	border-color: #D9DFEA rgb(14, 31, 91) rgb(14, 31, 91) rgb(217, 223, 234);
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	padding: 2px 15px 3px;
	text-align: center;
	font-size: 11px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover, a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	/*color: #666;*/
	color: #3B5998;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-size: 12px;
	margin-top: 20px;
}

.errorlist {
	color: #F33;
}

div.shadow_bg {
	margin-top: 4px;
	margin-left: 4px;
	width: 268px;
	background: #919191;
}

div.small_shadow_bg {
	width: 168px;
	background: #919191;
}

.contentbox, .editbox, .small_editbox, .listbox {
	position: relative;
	top: -4px;
	left: -4px;
	border: 1px solid #666;
	margin: 0;
	background: #fff;
	padding: 10px;

	color: #555;
}

.contentbox {
	background: #f1f1f1;
	width: 246px;
}

.contentbox .preview h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.editbox {
	width: 246px;
}

.small_editbox {
	width: 146px;
}

.listbox {
	width: 366px;
	padding: 0px;
}

.contentbox th,.editbox th {
	font-weight: bold;
}

.preview li input {
	margin-right: 10px;
	margin-top: 12px;
	margin-bottom: -3px;
}

.contentbox .advert {
	text-align: right;
}

table {
	width: 100%;
}

table.contentlist th, table.contentlist td {
	margin: 0;
	padding: 6px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

table.contentdetail th, table.contentdetail td {
	margin: 0;
	padding: 6px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
}

table.contentlist th {
	font-weight: bold;
	background: #cccccc;
	border-bottom: 1px solid #666;
}

table.contentdetail th {
	font-weight: bold;
	background: #cccccc;
	border-right: 1px solid #666;
}

table.contentdetail td {
	background: #f1f1f1;
}


table.contentlist .title {
	text-align: left;
}

table.contentlist .left_align {
	text-align: left;
}

table.contentlist tr {
	background: #e6e6e6;
}

table.contentlist tr.alt {
	background: #f1f1f1;
}

table.contentlist td.title a {
	display: block;
	font-weight: bold;
}

table.contentlist td.action a {
	display: block;
	line-height: 1.5em;
}

form table .text_input {
/*	height: 1.5em; */
	width: 99%;
	width: 300px;
}

