/*
Generic HTML elements
---------------------
*/
body {
	margin: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFCC73;
}
a {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #339900;
	text-decoration: underline;
}
ul {
	margin-top: 20px;
	margin-bottom: 0px;
}
li {
	margin-bottom: 4px;
}
p {
	margin-top: 0px;
}

#hiddentags {
	display: none;
}

/*
Page layout elements
--------------------
*/
#PopUpContentBorder {
	display: block;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	overflow: hidden;
	padding-bottom: 5px;
}
#PopUpContentHeader {
	display: block;
	height: 40px;
	background-color: #7398E2;
	background-image: url(../images/common/popup_header_tile.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #343399;
}
#PopUpClose {
	position:absolute;
	z-index: 10;
	display: block;
	top: 10px;
	right: 14px;
	font-size: 10px;
	color: #FFFFFF;
}
#PopUpClose a {
	color: #FFFFFF;
	text-decoration: none;
}
#PopUpClose a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#PopUpClose a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#PopUpContentArea {
	display: block;
	padding: 8px;
	font-size: 12px;
}

/*
Elements for editing page content
---------------------------------
*/
.BlueBold {
	color: #343399;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 4px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #343399;
	margin-top: 8px;
	margin-bottom: 4px;
}