/* =========== common styles ============== */

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
	line-height:140%;
	border: 0px solid black;
	text-align: justify;
}

P {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1B4298;
	cursor: pointer;
	text-decoration : none;
}

A:hover {
	color : #FC3C02;
	text-decoration : underline;
}

DIV {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px dashed black;
	margin: 0px;
	padding: 0px;
}

FORM {
	margin: 5px 0px 5px 0px;
}

UL, OL {
	border: 0px dotted red;
}

H4 {
	font-size: 100%;
	text-decoration: underline;
}

/* ================= header ================= */

DIV.header {
	border: 0px solid red;
	line-height: 0px;
	font-size: 0px;
}

DIV.search-container {
 	position: absolute;
	top: 0px;
	min-width: 970px;
	width: 99.5%;
	border: 0px solid aqua;
}

DIV.search-spacer {
	float: right;
	width: 970px;
	right: 0px;
	border: 0px solid red;
}

DIV.search {
	float: right;
	padding: 0px 25px 0px 20px;
	border: 0px solid lime;
}

IMG.flag {
	margin: 0px 0px 3px 3px;
}

/* ================= top ================== */

DIV.top {
	min-width: 970px;
	width: 100%; 
	border: 0px solid red;
	background: white url('../img/layout/top/pattern.jpg') repeat-x scroll 0px 1px;
}

DIV.flags-container {
	position: absolute;
	top: 85px;
	left: 0px;
	min-width: 970px;
	width: 99.5%;
	border: 0px solid aqua;
}

DIV.flags-spacer {
	float: right;
	width: 970px;
	right: 0px;
	border: 0px solid red;
}

DIV.flags {
	float: right;
	width: 300px;
	padding-right: 25px;
	text-align: right;
	border: 0px solid red;
}

/* =========== main window & content ========== */

DIV.window {
	width: 950px;
	float: left;
	display: block;
	border: 0px solid red;
}

DIV.menu {
	padding: 10px 10px 15px 15px;
	float: left;
	display: block;
	width: 185px;
	border: 0px solid yellow;
}

DIV.content {
	margin: 10px 0px 15px 15px;
	float: left;
	display: block;
	width: 720px;
	border: 0px solid yellow;
}

/* =============== footer =============== */
DIV.footer-spacer {
	clear: both;
	height: 30px;	
}

DIV.footer {
	clear: both;
	margin: 0px 55px 0px 265px;
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid #CBCBCB;
}

/* ================ menu =================*/

DIV.menu-item, DIV.menu-item-expanded, DIV.menu-item-colapsed {
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #CBCBCB;
		padding: 4px 3px 4px 0px; 
}

DIV.menu-item {
}

DIV.menu-item-expanded {
	border-right: 2px dotted #DEDEDE;
	background: white url('../img/layout/icons/menu-expanded.gif') no-repeat scroll 166px 3px;
}

DIV.menu-item-colapsed {
	background: transparent url('../img/layout/icons/menu-colapsed.gif') no-repeat scroll 169px 3px;
}

A.menu-item {
	font-weight: bold;
	padding-left: 10px;
	background: transparent url('../img/layout/icons/menu-item-bullet.gif') no-repeat scroll left center;
}

A.menu-item:hover {
	background: transparent url('../img/layout/icons/menu-item-bullet-hover.gif') no-repeat scroll left center;
}

DIV.submenu {
	width: 100%;
	padding: 7px 0px 1px 1px;
}

DIV.submenu-item {
	padding: 2px 1px 2px 9px;
	border: 0px dashed blue;
}

A.submenu-item {
	color: #6b6b6b;
}

A.submenu-item:hover {
	color: #fc3c02;
}

/* ================ history =============== */

DIV.history {
	margin: 4px 0px 25px 0px;
	border: 0px dotted red;
}

H1.history {
	display: inline;
	white-space: nowrap;
	color: #1B4298;
	font-weight: bold;
	font-size: 100%;
	border: 0px dotted blue;
}

A.history {
	font-weight: normal;
}



/* ============== buttons ============= */

A.arrow-lightblue, A.arrow-darkblue, A.arrow-green, A.arrow-orange {
	padding: 2px 22px 2px 0px;
	background: transparent url('') no-repeat scroll right -2px;
	border: 0px dotted red;
}

A.arrow-lightblue {
	background-image: url('../img/layout/buttons/lightblue.gif');
}

A.arrow-lightblue:hover {
	background-image: url('../img/layout/buttons/lightblue-hover.gif');
}

A.arrow-darkblue {
	background-image: url('../img/layout/buttons/darkblue.gif');
}

A.arrow-darkblue:hover {
	background-image: url('../img/layout/buttons/darkblue-hover.gif');
}

A.arrow-green {
	background-image: url('../img/layout/buttons/green.gif');
}

A.arrow-green:hover {
	background-image: url('../img/layout/buttons/green-hover.gif');
}

A.arrow-orange {
	background-image: url('../img/layout/buttons/orange.gif');
}

A.arrow-orange:hover {
	background-image: url('../img/layout/buttons/orange-hover.gif');
}

A.arrow-dotted {
	padding: 2px 0px 2px 10px;
	background: transparent url('../img/layout/icons/menu-item-bullet.gif') no-repeat scroll left center;
	border: 0px dotted red;
}

A.arrow-dotted:hover {
	background-image: url('../img/layout/icons/menu-item-bullet-hover.gif');
}

.text-darkblue {
	color: #1B4298;
}
	
.text-darkblue:hover {
	color: #3854C3;
}

.text-lightblue {
	color: #378BC0;
}

.text-lightblue:hover {
	color: #3C96F0;	
}

.text-green {
	color: #028326;
}

.text-green:hover {
	color: #03AA2E;	
}

.text-red {
	color: #CE3500;
}

.text-red:hover {
	color: #EE3A01;	
}

/* ============= wikitext ============ */
DIV.wiki-img, DIV.wiki-img-left {
	margin: 2px 15px 3px 0px;
}

DIV.wiki-img-left {
	clear: left;
	float: left;
}

DIV.wiki-img-center {
	clear: both;
	text-align: center;
}

DIV.wiki-img-right {
	clear: right;
	float: right;
	margin: 2px 0px 3px 15px;
}

IMG.wiki-img-frame {
	border: 1px solid #CBCBCB;
}

TABLE.wiki-table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

TABLE.wiki-table TD {
	vertical-align: top;
	text-align: justify;
	border: 0px dotted red;
}

/* ============== common ============= */

DIV.center {
	width: 100%;
	text-align: center;
	border: 0px dotted red;
}

DIV.msg {
	width: 100%; 
	background-color: #FFF3BF; 
	padding:12px 20px; 
	border: 1px solid #FFCC00; 
	text-align: center;
}