/*
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
Styles moved over from PM Site by MSimmons:
*/


.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearBoth {
	clear: both;
}
.floatWrapper {
	height: 100%;
	overflow: auto;
}

.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}

.left,
.txtAlignLeft {
	text-align: left;
}
.right,
.txtAlignRight {
	text-align: right;
}
.center,
.txtAlignCenter {
	text-align: center;
}

/* testing */
th, td {
	vertical-align: top;  /* this affects the Email Buttons in the request page Advisors list */
	/*font-size: 0.9em;*/
}

.paddingNone {
    padding: 0;
}

/* -------- Paddding Small -------- */

.paddingSmall {
	padding: 10px;
}

.paddingTopSmall {
	padding-top: 10px;
}
.paddingBottomSmall {
	padding-bottom: 10px;
}
.paddingRightSmall {
	padding-right: 10px;
}
.paddingLeftSmall {
	padding-left: 10px;
}

/* -------- Paddding Mini -------- */
.paddingMini {
	padding: 5px;
}

.paddingTopMini {
	padding-top: 5px;
}
.paddingBottomMini {
	padding-bottom: 5px;
}
.paddingRightMini {
	padding-right: 5px;
}
.paddingLeftMini {
	padding-left: 5px;
}

/* -------- Margin Small -------- */
.marginSmall {
	margin: 10px;
}

.marginTopSmall {
	margin-top: 10px;
}
.marginBottomSmall {
	margin-bottom: 10px;
	_margin-bottom: 10px;
}
.marginRightSmall {
	margin-right: 10px;
}
.marginLeftSmall {
	margin-left: 10px;
}

/* -------- Margin Mini -------- */
.marginMini {
	margin: 5px;
}

.marginTopMini {
	margin-top: 5px;
}
.marginBottomMini {
	margin-bottom: 5px;
}
.marginRightMini {
	margin-right: 5px;
}
.marginLeftMini {
	margin-left: 5px;
}

.displayNone,
.hidden {
	display: none;
}

.displayInline,
.inline {
	display: inline;
}

.displayBlock,
.block {
	display: block;
}

.displayTableRow {
    display: table-row;
}

.visibilityVisible {
    visibility: visible;
}

.visibilityHidden {
    visibility: hidden;
}



/* FORMS */
input, select, textarea {
	/*border: solid 1px #bdbbbb;*/
	color: #666666;
}
select {
	/*height: 17px;*/
}
select {
	/*padding: 2px;*/
	font-size: 12px;
}

textbox.short {
	width: 150px;
}

textbox.medium {
	width: 250px;
}

textbox.long {
	width: 450px;
}

input.short {
	width: 30px;
}

input.medium {
	width: 150px;
}

input.long {
	width: 300px;
}

input.extralong {
	width: 400px;
}

select.short {
	width: 50px;
}

select.medium {
	width: 150px;
}

select.long {
	width: 300px;
}

option.disabled {
    background: #dfdfdf;
    color: #999999;
}


.leftMargin {
	margin-left: 15px;
}

.lftBorder1px {
	border-width: 1px;
	border-bottom-style: solid;
}

.topBtmWhiteBorders {
	border-top: 1px solid white;
	border-bottom: 1px solid white;


}

/*
-------(general classes)-------
-------(END)-------
*/


.posAbsolute {
	position: absolute;
}
.posRelative {
	position: relative;
}
.posFixed {
	position: fixed;
}


/*
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
TEMPORARY BLOCK:
*/

/* Ivan, 2/25/08 */
.ivansClass {
	background: red url(/images/hammer_and_sickle.jpg) no-repeat top left;
}

.overflowAuto {
    overflow: auto;
}

.overflowHidden {
    overflow: hidden;
}

.overflowXHidden {
	overflow-x: hidden;
}

.overflowXAuto {
	overflow-x: auto;
}

.overflowYHidden {
	overflow-y: hidden;
}

.overflowYAuto {
	overflow-y: auto;
}

.bold {
	font-weight: bold;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

.textDecorationNone {
    text-decoration: none;
}

.whiteSpaceNoWrap {
    white-space: nowrap;
}

