﻿/*Elements Definitions========================================================*/
img
{
    border: none;
}

/*End Element Definitions=====================================================*/

/*Anchor Definitions==========================================================*/
a {
	color: #39C;
	font-size: .9em;
	}
/*End Anchor Definitions======================================================*/


/*Class Definitions===========================================================*/
.watermark 
{
	color:#cccccc;
}

.bold
{
    font-weight: bold;
}

.alert
{
    color: #c04000;
}

.OrthoTealColor
{
    color: #39C;
}

.alignTop
{
    vertical-align: top;
}

.alignBottom
{
    vertical-align: bottom;
}

.alignRight
{
    text-align: right;
}

.alignLeft
{
    text-align: left;
}

.alignCenter
{
    text-align: center;
}

.alignMiddle
{
    vertical-align: middle;
}

.EmailAddress
{
    text-transform: lowercase;
}

.AddressPWD
{
	text-transform: capitalize;
	width:275px;
	
}
.boldRed
{
	color:Red;
	font-weight:bold;
}

.ProperCase
{
    text-transform: capitalize;
}
/*End Class Definitions=======================================================*/

.fiftyPercent
{
	width: 50%;
}

