/* CSS Document */

/*Title Bar*/

#topleftcorner-fire {
	background-image: url(images/firecontainertopL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-fire {
	background-image: url(images/firecontainertopR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-fire {
	background-color: #F5D7D5;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-fire {
	background-image: url(images/firecontainerbottomL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-fire {
	background-image: url(images/firecontainerbottomR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-fire {
	background-color: #F5D7D5;
	height: 20px;
}

#contentleft-fire {
	background-color: #F5D7D5;
}

#contentright-fire {
	background-color: #F5D7D5;
}

#topleftcorner-fireDK {
	background-image: url(images/firecontainertopL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-fireDK {
	background-image: url(images/firecontainertopR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-fireDK {
	background-color: #CC0000;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-fireDK {
	background-image: url(images/firecontainerbottomL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-fireDK {
	background-image: url(images/firecontainerbottomR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-fireDK {
	background-color: #CC0000;
	height: 20px;
}

#contentleft-fireDK {
	background-color: #CC0000;
}

#contentright-fireDK {
	background-color: #CC0000;
}

.FireContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 13px;
	padding-bottom: 5px;
}

.FireDKContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-bottom: 5px;
}

.AlignLeft-fire {
	text-align: left;
}

.AlignRight-fire {
	text-align: right;
}

/*Container*/

.FireContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 5px;
}

A.FireContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.FireContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.FireContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

A.FireContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

.FireDKContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	padding-bottom: 5px;
}

A.FireDKContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.FireDKContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.FireDKContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

A.FireDKContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

/*Module Actions*/

.FireActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

