body {
	font-size: 12px;
	line-height: 150%;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	
}
td {
	font-size: 12px;
	line-height: 150%;
}
.myInput {
	color: #990000;
	background-color: #FFEBE6;
	border: 1px solid #990000;
}
.myButton {
	background-color: #FFDFDF;
	font-size: 12px;
	border-top: 1px outset #FFE8E8;
	border-right: 1px outset #990000;
	border-bottom: 1px outset #990000;
	border-left: 1px outset #FFE8E8;
	vertical-align: bottom;
	height: 20px;
}
.rightline {
	border-top: 0px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 0px solid #990000;
	border-left: 0px solid #990000;
}
.bottomline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	
}
a:visited {
	color: #000000;
	text-decoration: none;
}
.album-folder-bg {
	background-color: #CEE7FF;
	border: 1px solid #3399FF;
}
.photo-roundline {
	border: 1px solid #000000;
	background-color: #D7EBFF;
}
.td-location {
	color: #FFFFFF;

}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.font-14px {
	font-size: 14px;
	line-height: 150%;
}
.input-disabled {
	background-color: #F4CECE;
	border: 1px dashed #000000;

}
.td-changebg {
	background-color: #F4CACA;
	border: 1px solid #990000;
	margin: 1px;
	padding: 4px;
}
.articleTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

