/* CSS Document */

/*Title Bar*/

#topleftcorner-pol {
	background-image: url(images/polcontainertopL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-pol {
	background-image: url(images/polcontainertopR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-pol {
	background-color: #D7D7EB;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-pol {
	background-image: url(images/polcontainerbottomL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-pol {
	background-image: url(images/polcontainerbottomR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-pol {
	background-color: #D7D7EB;
	height: 20px;
}

#contentleft-pol {
	background-color: #D7D7EB;
}

#contentright-pol {
	background-color: #D7D7EB;
}

#topleftcorner-polDK {
	background-image: url(images/polcontainertopL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-polDK {
	background-image: url(images/polcontainertopR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-polDK {
	background-color: #000099;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-polDK {
	background-image: url(images/polcontainerbottomL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-polDK {
	background-image: url(images/polcontainerbottomR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-polDK {
	background-color: #000099;
	height: 20px;
}

#contentleft-polDK {
	background-color: #000099;
}

#contentright-polDK {
	background-color: #000099;
}

.PolContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 13px;
	padding-bottom: 5px;
}

.PolDKContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-bottom: 5px;
}

.AlignLeft-pol {
	text-align: left;
}

.AlignRight-pol {
	text-align: right;
}

/*Container*/

.PolContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 5px;
}

A.PolContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.PolContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.PolContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

A.PolContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

.PolDKContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	padding-bottom: 5px;
}

A.PolDKContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.PolDKContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.PolDKContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

A.PolDKContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

/*Module Actions*/

.PolActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

