.italic
{
	font-style:italic;
}
.topAndBottomMargin
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.wideTextField
{
	width: 400px;
}

.shortTextField
{
	width: 120px;
}

.black 
{
	color: Black;
}

.red 
{
	color: red;
}

.left
{
	text-align:left;
}

.blackOnWhite 
{
	background-color: White;
	color: White;
}


.title {font-size: 150%; font-weight:bold; letter-spacing:normal }
.subtitle {font-size: 150%; font-weight:normal; letter-spacing:normal }
.smalltext {font-size: 75%; font-weight:normal; letter-spacing:normal }
.newstitle {font-size: 120%; font-weight:bold; letter-spacing: normal}
.errorMsg {font-size: 150%; font-weight:normal; letter-spacing:normal; color:#FF0000 }
.phonetitle {font-size: 150%; font-weight:bold; letter-spacing:normal }
.topictitle {font-size: 125%; font-weight: bold; letter-spacing:normal; color:#999999 }

.TempltListEdit
{
	border:solid 1px black;
	background-color:#E6E6E6;
	cursor:hand;
	font-size:11px;
}

.fullWidth
{
	width: 100%;
}
.shaded
{
	background-color: #e8eaf1;
}

.centered
{
	text-align: center;
}

.smallText
{
	font-size:90%;
}
.bordered
{
	border-style:solid;
	border-width: thin;
	border-color: Black;
	height: 400px;
	vertical-align:top;
}
.topAligned
{
	vertical-align: top;
}
.simpleBorder
{
	border-style:solid;
	border-width: thin;
	border-color: Black;
}

tr.ContactListItemStyle a
{
	/* This fixes the problem of the contact list iniheriting the a:visited color from the layouts */
	color:black;	
}

.error
{
	background-color: White;
	color: Red;
	font-weight:bold;
}

