﻿.alignTop
{
	vertical-align: top;
}

.alignBottom
{
	vertical-align: bottom;
}

.errorText
{
	color: Red;
	font-weight: bold;
}

.errorTextBox
{
	color: Red;
	border-style: none;
	width: 100%;
	overflow: auto;
}

.strong
{
	font-weight: bold;
}

.noBorder
{
	border-style: none;
	width: 100%;
	height: 80px;
	background-color: Transparent;
}

.hidden
{
	visibility: hidden;
}

.visible
{
	visibility: visible;
}

.displayNone
{
	display: none;
}
/*
Links
*/

a.user_control_link
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.user_control_link:visited
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.user_control_link:hover
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
a.user_control_link:active
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.appearAsLink
{
	background-color: Transparent;
	border: none;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	font-family: "Helvetica Neue" , "Lucida Grande" , Helvetica, Arial, Verdana, sans-serif;
}

.appearAsLink:hover
{
	background-color: Transparent;
	border: none;
	text-decoration: underline;
	cursor: pointer;
}


/* 
Width
*/

.width1
{
	width: 1%;
}


.width1
{
	width: 3%;
}

.width10
{
	width: 10%;
}

.width13
{
	width: 13%;
}

.width12
{
	width: 12%;
}

.width18
{
	width: 18%;
}

.width15
{
	width: 15%;
}

.width20
{
	width: 20%;
}

.width25
{
	width: 25%;
}


.width27
{
	width: 27%;
}

.width30
{
	width: 30%;
}

.width40
{
	width: 40%;
}

.width50
{
	width: 50%;
}

.width60
{
	width: 60%;
}

.width61
{
	width: 61%;
}

.whiteBg
{
	background-color: White;
}

.successText
{
	color: #4D2577;
	margin: 0 0 1.3em;
	font-size: 1em;
	font-weight: bold;
}

.padding10
{
	padding-left: 10px;
}

.padding15
{
	padding-left: 15px;
}

.floatLeft
{
	float: left;
}

.floatLeftWidth300
{
	float: left;
	width: 250px;
}

.floatLeftWidth150
{
	padding-left: 10px;
	float: left;
	width: 150px;
}

.paddingTop3
{
	padding-top: 3px;
}