#bodycontainer {
    width: 880px;
	display: table;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#enrollcontainer {
    width: 880px;
	display: table;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#errorcontainer {
    width: 880px;
	display: table;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

/* Page layout divs */
#errorbody {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#endbody {
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
    line-height: 0px;
}

#stabilizer {
	float: left;
}
#mainbody {
    float: left;
    width: 630px;
	padding-left: 10px;
	padding-right: 10px;
    text-align: left;
	display: block;
}

#mainbodyflush {
    float: left;
    width: 640px;
	padding-left: 0px;
	padding-right: 10px;
    text-align: left;
	display: block;
}

#sidenav {
    float: right;
	width: 230px;
	display: block;
	text-align: left;
}

#infobar {
	width: 630px;
	display: block;
}

#header {
    width: 880px;
    padding: 0px;
	display: block;
}

#footer {
    width: 880px;
    padding: 0px;
	display: block;
}

#headerlinks {
	float:right;
}

#bannervip {
	display: block;
}

#errors {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

#errorbanner {
	width: 880px;
	padding: 0px;
	display: block;
}

#errors-primary {
	width: 880px;
	padding: 0px;
	display: block;
}

#errors-secondary {
	width: 878px;
	padding: 0px;
	display: block;
}

#errors-inpage {
	/* min-width: 628px; */
	width: 100%;
	padding: 0px;
	display: inline-block;
}

#client-errors-inpage {
    width: 628px;
    padding: 0px;
    display: block;
}

.errorgap {
	width: 100%;
	display: block;
}

.sidenav-hilight {
    background-color: #FFFFFF;
	padding: 3px;
	width: 97%;
	text-align: center;
}

.sidenav-hilight-dim {
	padding: 3px;
	width: 97%;
	text-align: center;
}

.sidenav-hilight-text {
	padding: 6px;
	text-align: left;
}

.sidenav-hilight-divider {
    font-size: 0px;
	line-height: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	text-align: center;
}

#getstarted {
	width: 620px;
}

.smallselect {
    font-size: 90%;
}

.helpbullet {
	vertical-align: bottom;
}

.explicitlink {
	cursor: pointer;
}

.explicitlinkhover {
	cursor: pointer;
	text-decoration: underline;
}

.continuous {
	white-space: nowrap;
}

.imagegap {
	padding-left: 2px;
	padding-right: 2px;
}

.sortarrow {
	padding-top: 0px;
}

.maxwidth-wide2 {
	overflow: hidden;
	word-wrap: break-word;
	max-width: 90px;
	text-overflow: ellipsis;
}

.maxwidth-wide3 {
	overflow: hidden;
	word-wrap: break-word;
	max-width: 400px;
	text-overflow: ellipsis;
}

.maxwidth-wider {
	overflow: hidden;
	word-wrap: break-word;
	max-width: 125px;
	text-overflow: ellipsis;
}

.fixedwidth-small {
	overflow: hidden;
	word-wrap: break-word;
	width: 50px;
	text-overflow: ellipsis;
}

.fixedwidth-medium {
	overflow: hidden;
	word-wrap: break-word;
	width: 60px;
	text-overflow: ellipsis;
}

.fixedwidth-wide {
	overflow: hidden;
	word-wrap: break-word;
	width: 70px;
	text-overflow: ellipsis;
}

.fixedwidth-wide2 {
	overflow: hidden;
	word-wrap: break-word;
	width: 90px;
	text-overflow: ellipsis;
}

.fixedwidth-wider {
	overflow: hidden;
	word-wrap: break-word;
	width: 125px;
	text-overflow: ellipsis;
}

.fixedwidth-verywide {
	overflow: hidden;
	word-wrap: break-word;
	width: 150px;
	text-overflow: ellipsis;
}

.fixedwidth-verywide2 {
	overflow: hidden;
	word-wrap: break-word;
	width: 175px;
	text-overflow: ellipsis;
}

.fixedwidth-email {
	width: 125px;
    word-wrap: break-word;
}

.fixedwidth-xtrawide {
	overflow: hidden;
	word-wrap: break-word;
	width: 490px;
	text-overflow: ellipsis;
}

.fixedheight-medium {
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

.fixedheight-large {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

form {
    margin: 0px;
}

/* Display style redefined to support IE and Firefox on PC.
   Display: table supports Safari 2+ only */

#bodycontainer {
	display: table-caption;
}

#errorcontainer {
	display: table-caption;
}

#mainbodydash {
    float: left;
    width: 640px;
	padding-left: 10px;
	padding-right: 0px;
    text-align: left;
	display: block;
}

/* Redefine display style again for Safari 3 since it now ignores
   the Safari 2 "#" workaround */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	html {
		list-style-image:none;
	}

	#bodycontainer {
		display: table;
	}

	#errorcontainer {
		display: table;
	}
}

.tooltip{
	position:absolute;
	left:-2000px;
	background-color:#ccc;
	padding:3px;
	border:1px solid #fff;
}

.tooltip p{
	margin:0;
	padding:0;
	color:#222;
	background-color:#EDEDED;
	padding:2px 7px;
}

.breaklong-word{
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}

#imgText img{
	padding:5px 0px;
}