/* header, content, navigation 在 prosilver 重覆 */
/* 1) Main ******** */
body {
	margin: 0 30px 30px 30px;
	color: #333;
	line-height: 140%;
	background: #fff url("devmo/body_back.gif") repeat-x;
	font-size: 1.05em;
}
#container {
	width: 100%;
	margin: 0 auto 4px auto;
}
#w_content {
	margin: 0;
	background: url("devmo/page-background.gif") repeat-x top left;
}

/* 3) Mozilla ******** */
#mozilla-org {
	position: relative;
	height: 25px;
}
#mozilla-org a {
	position: absolute;
	right: 0; 
	top: 0;
	display: block;
	width: 110px; 
	height: 25px;
	background: url("devmo/mozilla-org.gif") no-repeat;
	text-decoration: none;
	text-indent: -5000em;
}

/* 4) Header ******** */
#w_header {
	clear: both;
	position: relative;
	margin: 10px 0 0 0;
	height: 38px;
}
#w_header h1 {
	position: absolute;
	top: 0; 
	left: 0;
	margin: 0;
}
#w_header h1 a,#w_header h1 a:hover {
	display: block;
	width: 481px; height: 38px;
	background: url("devmo/title.gif") no-repeat;
	font-size: 1px;
	text-indent: -7000em;
	text-decoration: none;
}

/* Search box ----------------- */
#w_search {
	position: absolute;
	top: 4px; 
	right: 0;
	color: #FFFFFF;
	font-size: 0.7em;
	white-space: nowrap; /* For Opera */
}
#w_search #keywords {
	width: 95px;
	background-color: #FFF;
}
#w_search input {
	border: 1px solid #b0b0b0;
}

/* 5) Navigation ******** */
#w_navigation {
	margin: 0;
	padding: 0;
	/* background: #1e4176 url("devmo/navigation-background.gif") repeat-x bottom right; */
	height: 2.7em;
}
#w_navigation div#bar {
	padding: 0; 
	margin: 0;
	background: #1e4176 url("devmo/navigation-top-right.gif") no-repeat top right; 
	height: 2.7em; 
	white-space: nowrap; 
}
#w_navigation div#bar div {
	position: relative;
	padding: 0; 
	margin: 0;
	background: url("devmo/navigation-top-left.gif") no-repeat top left; 
	height: 2.7em; 
}
#w_navigation #contenttypes {
	position: absolute;
	bottom: 0; 
	left: 0;
	margin: 0; 
	padding: 0 0.7em 0 0.7em;
	list-style-type: none;
	background: url("devmo/navigation-bottom-left.gif") no-repeat bottom left; 
}
#w_navigation #contenttypes li {
	margin: 0 2px 0 0; padding: 0; 
	float: left;
	background-image: url("devmo/tab-right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	height: 1.7em;
}

#w_navigation #contenttypes li:hover ,
#w_navigation #contenttypes li.selected {
	background-image: url("devmo/tab-right-selected.gif");
}
#w_navigation #contenttypes li a {
	display: block;
	float: left;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	height: 2em;
	line-height: 2em;
	background-image: url("devmo/tab-left.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 6px;
	_width: 1%;
}
#w_navigation #contenttypes li a:hover ,
#w_navigation #contenttypes li.selected a {
	color: #003366;
	background-image: url("devmo/tab-left-selected.gif");
}
#w_navigation #personal {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0; 
	padding: 0 0.4em 0 0;
	height: 1.8em;
	list-style-type: none;
	background: url("devmo/navigation-bottom-right.gif") no-repeat bottom right; 
}
#w_navigation #personal li {
	margin: 0 4px;
	padding: 0;
	float: left;
	line-height: 2em;
}
#w_navigation #personal a {
	font-family: tahoma, arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	_width: 1%;
}
#w_navigation #personal a:hover {
	text-decoration: underline;
}

/* 6) Ssdebar ******** */
#sidebar {
	padding: 0.4em 0 0.4em 0;
	text-align: center;
	background: #fff;
	font-size: 85%;
}

/* ******** */
.skipLink {
	position: absolute;
	left: -1200px;
	width: 990px;
}
.hide {
	display: none;
}

/* MediaWiki:Devmo.css */
#w_navigation {
	height: 2.4em;
}
#w_navigation div#bar {
	height: 2.4em;
}
#w_navigation div#bar div {
	height: 2.4em;
}

