/* CSS Document */

.YesButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #0033FF;
	/*padding: 5px;*/
}

.NoButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FF3300;
	/*padding: 5px;*/
}
.MsgBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFCC;
	margin: 5px;
	padding: 5px;
	border: thin double #333333;
	left: 303px;
	top: 201px;
}
.msgBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.msgButtonNav:link
	{	color:							#ffffff;
		text-decoration:				none;
	}
a.msgButtonNav:visited
	{	color:							#ffffff;
		text-decoration:				none;
	}

a.msgButtonNav:active
	{	color:							#ffffff;
		text-decoration:				none;
	}
a.msgButtonNav:hover
	{	color:							#ffff00;
		text-decoration:				none;
	}
a.msgButtonClose:link
	{	color:							#000000;
		text-decoration:				none;
	}
a.msgButtonClose:visited
	{	color:							#000000;
		text-decoration:				none;
	}

a.msgButtonClose:active
	{	color:							#00000;
		text-decoration:				none;
	}
a.msgButtonClose:hover
	{	color:							#ff0000;
		text-decoration:				none;
	}

