/* CSS Document */

/*Title Bar*/

#topleftcorner-village {
	background-image: url(images/tancontainertopL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-village {
	background-image: url(images/tancontainertopR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-village {
	background-color: #ddc1a3;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-village {
	background-image: url(images/tancontainerbottomL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-village {
	background-image: url(images/tancontainerbottomR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-village {
	background-color: #ddc1a3;
	height: 20px;
}

#contentleft-village {
	background-color: #ddc1a3;
}

#contentright-village {
	background-color: #ddc1a3;
}

#topleftcorner-villageDK {
	background-image: url(images/browncontainertopL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-villageDK {
	background-image: url(images/browncontainertopR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-villageDK {
	background-color: #51513f;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-villageDK {
	background-image: url(images/browncontainerbottomL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-villageDK {
	background-image: url(images/browncontainerbottomR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-villageDK {
	background-color: #51513f;
	height: 20px;
}

#contentleft-villageDK {
	background-color: #51513f;
}

#contentright-villageDK {
	background-color: #51513f;
}

#topleftcorner-invisible {
	width: 20px;
	height: 25px;
}

#toprightcorner-invisible {
	width: 20px;
	height: 25px;
}
#topmiddle-invisible {
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-invisible {
	width: 20px;
	height: 20px;
}

#bottomrightcorner-invisible {
	width: 20px;
	height: 20px;
}

#bottommiddle-invisible {
	height: 20px;
}

#contentleft-invisible {
}

#contentright-invisible {
}

.VillageContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 13px;
	padding-bottom: 5px;
}

.VillageDKContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-bottom: 5px;
}

.AlignLeft-village {
	text-align: left;
}

.AlignRight-village {
	text-align: right;
}

/*Container*/

.VillageContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 5px;
}

A.VillageContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.VillageContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.VillageContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

A.VillageContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

.VillageDKContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	padding-bottom: 5px;
}

A.VillageDKContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.VillageDKContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.VillageDKContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

A.VillageDKContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

/*Module Actions*/

.VillageActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

