body {
	font-family: tahoma;
	background-color: #eee;
}

table {
	font-size: 12px;
}

.red {
	color: red;
}

hr {
	width: 100%;
	display: block;
	background-color: black;
	height: 1px;
	border: solid 0px black;
}

a {
	color: #3A6FCC;
}

h2 {
	text-align: left;
	padding-left: 32px;
	padding-right: 32px;
	font-size: 16px;
	color: navy;
}

pre {
	text-align: left;
}

/*----------------------------------------------------------------------------*/
#article {
	padding: 16px;
}

#article div {
	text-align: left;
}

/*----------------------------------------------------------------------------*/
#notification {
	width:50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDECEB;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

#notification div.title{
	color: white;
	background-color: #8BAFDC;
	font-weight: bold;
	font-size: 16px;
	padding: 4px;
	border-width: 1px;
	border-color: black;
	border-style: none none solid none;

}

#notification div.text{
	padding: 32px;
	text-align: left;
}

/*----------------------------------------------------------------------------*/

#main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: white;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#main .header {
	background-color: #aaa;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background-image: url(background.png);
	background-repeat: repeat;
	background-position: left top;
}

#main .footer {
	background-color: #aaa;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background-image: url(background.png);
	background-repeat: repeat;
	background-position: left top;
}

#main .contents {
	border-color: black;
	border-width: 1px;
	border-style: solid none solid none;
	width: 100%;
}

#main .menubox{
	background-color: inherit;
	width: 192px ! important;
	min-width: 192px ! important;
	max-width: 192px ! important;
	height: 100%;
	text-align: center;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;

	background-image: url(menu-background.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#main .content {
	background-color: inherit;
	height: 100%;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}

#main .sidebar{
	background-color: inherit;
	width: 192px;
	height: 100%;
	text-align: center;
	vertical-align: top;
}

/*----------------------------------------------------------------------------*/

#menu {
	display: block;
	width: 192px;
	list-style-type: none;
	padding: 4px;
	padding-bottom: 16px;
	margin: 0px;
}

#menu li {
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu .me_header {
	display: block;
	width: 100%;
	color: black;
	background-color: inherit;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-width: 1px;
	border-color: #ddd;
	border-style: none none solid none; 
}

#menu .me_item {
	background-color: inherit;
	text-align: center;
}

/*----------------------------------------------------------------------------*/

#list {
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 8px;
	color: black;
}

#list li {
	display: block;
	padding: 4px;
}

#list .li_header {
	display: block;
	border-width: 1px;
	border-color: #ddd;
	border-style: none none solid none; 
	text-decoration: none;
	font-weight: bold;
	color: black;
	text-align: center;
}

#list .li_item {
	display: block;
	color: black;
}

/*----------------------------------------------------------------------------*/
#pages a {
	padding-left: 2px;
	padding-right: 2px;
}

#pages {
	text-align: center;
	background-color: inherit;
	margin: 8px;
	padding: 8px;
	overflow: auto;
}

#messages {
	display: table;
	background-color: inherit;
	padding: 5%;
	padding-bottom: 16px;
	width: 90%;
	text-align: left;
}

#messages .mm_date {
	font-size: 12px;
	width: 100%;
	font-style: italic;
}

#messages .mm_header {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
}

#messages .mm_preview {

	width: 100%;
}

#messages .mm_body {

	width: 100%;
}

#messages .mm_source {
	padding-top: 12px;
	font-size: 12px;
	width: 100%;
	font-style: italic;
}

/*----------------------------------------------------------------------------*/

#search {
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#search input.search {
	width: 100%;
} 

#search input.submit {
	width: 128px;
} 

/*----------------------------------------------------------------------------*/

a.seo_link {
	display: block;
	white-space: nowrap;
}

#seo_links a {
	display: block;
	white-space: nowrap;
}
