/* @override 
	http://localhost:3000/stylesheets/02_layout.css?1237908469
	http://localhost:3000/stylesheets/02_layout.css?1237909582
*/

/* Layout */
@charset "utf-8";
#header {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#header_in {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	display: block;
	bottom: 0px;
	width: 100%;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	clear: both;
	margin-top: 0px;
}
#footer_in {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer_left {
	float: left;
	width: 50%;
}
#footer_right {
	float: left;
	width: 50%;
}
#content {
	display: block;
	width: 100%;
	margin: -2px auto 0em;
	position: relative;
}
#content_in {
	display: inline-table;
	height: 100%;
}
#content_left {
	display: block;
	float: left;
	width: 20%;
	height: 100%;
}
#content_middle {
	display: block;
	float: left;
	width: 52%;
}
#content_right {
	display: block;
	float: right;
	width: 20%;
	height: 100%;
}
#menu {
}
#menu_in {
}
#menu ul {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	list-style: url(none) none outside;
	margin: 0px 0px 0px 0px;
	display: block;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	margin-top: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: none;
}
#menu ul li a:hover {
}


#submenu {
	display: block;
	margin-top: 1px;
	margin-bottom: 10px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
#submenu ul li {
	list-style: url(none) none outside;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
}
#submenu ul li a {
	text-decoration: none;
	display: block;
	margin-top: 0px;
	border-bottom: 0px none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#submenu ul li a:hover {
}
#flags {
	float: right;
	background: #E1E1E1;
	text-align: center;
	width: 20px;
	margin-top: 0px;
}
#flags a {
	background: #CCC;
	border-style: none;
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flags a:hover {
	background: #F00;
	border-style: none;
	color: #FFF;
}
.tags {
	margin: 1em 10px;
	border-style: none;
}
#tags{
	width: 100%;
}

.navigation {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 1em;
}
.article {
	height: 100%;
}
.bookmarks a {
	text-decoration: none;
	border-style: none;
	display: none;
}
.help_format {
	list-style: none outside;
}
.fieldWithErrors {
	display: inline-block;
	margin-top: -4px;
	margin-bottom: 6px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.fieldWithErrors input {
	border: 3px solid #696;
}
