/*** Web Config styles
These style can be used anywhere, but primarily to replace inline css style=".." from Web Config tool
***/

.red-text
{
	color:red;
}

.hr-gray-bar-1px
{
	border-top:1px solid gray;
}

.hr-gray-bar-2px
{
	border-top:1px solid gray;
}

.yellow-highlight
{
	background-color: yellow;
}

.list-center-inside
{
	text-align: center;
	list-style-position: inside;
}

.list-style-none
{
	list-style-type: none;
}