﻿body
{	
	font-size:medium;
	line-height:150%;
}
.center{
	text-align:center;
}
.top
{
	vertical-align:top;
}
.right{
	text-align:right;
}
.white {
	color:white;
}
.gray
{
	color:#E6E6E6;
}
a {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
}
a:active {
	color: #336699;
}
a:hover {
	color: #336699;
	text-decoration:underline;
}
.aWhite {
	color: #ffffff;
	text-decoration: none;
}
.aWhite:visited {
	color: #ffffff;
}
.aWhite:active {
	color: #ffffff;
}
.aWhite:hover {
	color: #ffffff;
	text-decoration:underline;
}
.padding1
{
	padding:6px;
}
.padding2
{
	padding:4px;
}
.borderAll
{
	border:solid 1px #E6E6E6;
}
.borderLeft
{
	border-left:solid 1px #E6E6E6;
}
.borderRight
{
	border-right:solid 1px #E6E6E6;
}
.borderTop
{
	border-top:solid 1px #E6E6E6;
}
.borderBottom
{
	border-bottom:solid 1px #E6E6E6;
}
.width10px
{
	min-width:10px;
	width:10px;
	max-width:10px;
}
.width50px
{
	min-width:50px;
	width:50px;
}
.width100px
{
	min-width:100px;
	width:100px;
}
.width150px
{
	min-width:150px;
	width:150px;
}
.width200px
{
	min-width:200px;
	width:200px;
}
.width300px
{
	min-width:300px;
	width:300px;
}
.width100percent
{
	width:100%;
}
.ServiceListContainerLayout
{
	min-width:200px;
	width:200px;
	max-width:200px;
	vertical-align:top;
	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:10px;
}
.backgroundColorHeader
{
	background-color:#EFF4FA;
}
.backgroundColorGray
{
	background-color:#E6E6E6;
}
.backgroundColorSelectedOrEdit
{
	background-color:#FFF4FF;
}