body   { font-size: 11px; font-family: sans-serif, Verdana; background-color: #f5f5f5 }
p {}
td {}
.table_navigation   { border: solid 1px #000 }
.table_add { border: solid 1px #000 }
.table_login { border: solid 1px #000 }
.table_edit { border: solid 1px #000 }
.selectedpage { font-weight: bold }
.page { }
.navigation_selectedtable     { color: #fff; font-size: 13px; font-family: sans-serif, Verdana; font-weight: bold; text-decoration: underline; padding-right: 2px }
.navigation_table       { color: #fff; font-size: 12px; font-family: sans-serif, Verdana; font-weight: bold; text-decoration: none }
.tr_navigation_tables     { color: #fff; font-family: sans-serif, Verdana; background-color: #99cc33; border-bottom: 1px none }
.tr_line { color: #fff; font-family: sans-serif, Verdana; background-color: #000; height: 1px; border-bottom: 1px }
.tr_navigation_tables:hover { color: #ff0; font-family: sans-serif, Verdana; background-color: #99cc33 }
.tr_navigation_explaination     { font-size: 11px; font-family: sans-serif, Verdana; font-style: italic; background-color: #fff }
.tr_navigation_pages    { font-size: 11px; font-family: sans-serif, Verdana }
.tr_navigation_iteminfo    { font-size: 11px; font-family: sans-serif, Verdana }
.fieldtype_text { font-size: 11px; font-family: sans-serif, Verdana }
.fieldtype_text_bold { font-size: 11px; font-family: sans-serif, Verdana; font-weight: bold }
.select_navigation_itemsperpage  { background-color: #82B2ED }
.tr_add_explaination   { font-size: 11px; font-family: sans-serif, Verdana; font-style: italic; background-color: #f5f5f5 }
.tr_edit_explaination  { font-size: 11px; font-family: sans-serif, Verdana; font-style: italic; background-color: #f5f5f5 }
.tr_add_title   { color: #fff; font-size: 12px; font-family: sans-serif, Verdana; font-weight: bold; background-color: #99cc33 }
.tr_login_title  { color: #fff; font-size: 12px; font-family: sans-serif, Verdana; font-weight: bold; background-color: #99cc33 }
.tr_edit_title   { color: #fff; font-size: 12px; font-family: sans-serif, Verdana; font-weight: bold; background-color: #99cc33 }
.tr_add_fields  { background-color: #f5f5f5 }
.tr_add_row_light { background-color: #ffffff }
.tr_login_username { font-size: 11px; font-family: sans-serif, Verdana;background-color: #f5f5f5 }
.tr_edit_row_light  { background-color: #fff }
.tr_edit_row_light_edited   { color: #fff; background-color: #316ac5 }
.tr_edit_row_dark  { background-color: #f5f5f5 }
.tr_login_password { font-size: 11px; font-family: sans-serif, Verdana;background-color: #ffffff }
.tr_edit_row_dark_edited   { color: #fff; background-color: #316ac5 }
.tr_add_row_dark { background-color: f5f5f5 }
.tr_edit_fields  { background-color: #f5f5f5 }
.tr_add_footer  { background-color: #f5f5f5; border-bottom: #fff }
.tr_edit_footer  { background-color: #f5f5f5 }
.tr_login_footer { background-color: #f5f5f5 }
.edit_kop { color: #000; font-size: 12px; font-family: sans-serif, Verdana; font-weight: bold }
.add_kop { color: #000; font-size: 12px; font-family: sans-serif, Verdana; font-weight: bold }
.pre_text { font-size: 11px; font-family: sans-serif, Verdana }
.post_text { font-size: 11px; font-family: sans-serif, Verdana }
input, select { font-size: 11px; font-family: sans-serif, Verdana }
a.navigation_table:hover { text-decoration: underline }
a.navigation_selectedtable:hover { text-decoration: none }
a { color: #000; text-decoration: none }
a:link { color: #000; text-decoration: none }
a:visited { color: #000; text-decoration: none }
a:hover { color: #000; text-decoration: underline }
a:active { color: #000; text-decoration: none }

ul {
    list-style-type: none;
    width: 400px;
	display:inline;
	background-color:#f5f5f5;
	border:1px dashed black;
}

ul li {
    float: left;
    margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	padding-bottom: 10px;
	color:black;
	width:100px;
}
