#loginSplashWelcomeHeader {
	height: 50px;
	color: #006699;
	font-weight: bold;
	font-size: 14pt;
}

#loginSplashCoreHeader {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #0099CC;
}

#loginSplashCore {
	margin-top: 1.5em;
}

#loginSplashCoreTable {
	width: 100%;
}

#loginSplashCoreLeftContent {
	width: 50%;
}

#innerLoginSplashCoreLeftContent {
	margin-bottom: 2em;
}

#innerLoginSplashCoreRightContent {
	border-left-color: #006699;
	border-left-width: 2px;
	border-left-style: solid;
	margin-bottom: 2em;
}

#loginSplashCoreRightContent {
	width: 50%;
}

#loginSplashWelcomeMessage {
	margin-left: 5%;
	margin-right: 5%;
	font-style: normal;
	font-size: 11pt;
	color: #000000
}

#loginSplashCoreHeaderFormAndSupportedBrowsers {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#loginSplashForm .loginSplashFormLabel {
	width: 115px;
	height: 25px;
	color: #006699;
	font-weight: bold;
	font-size: 11pt
}

#loginSplashForm #loginButtonPositioningContainer input {
	border-width: 0;
	padding-left: 0;
	margin-left: 0;
}

#loginSplashCoreHeaderFormAndSupportedBrowsers #sessionInactivityNotice {
	margin-bottom: 1em;
}

#innerForgotLoginLinkContainer.notice {
	background-image: url( "../../../static/images/icon_exclamation.gif" );
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#forgotLoginLinkContainer {
	margin-left: 115px;
	margin-top: .5em;
}

#supportedBrowsersNotice {
	margin: 1em;
}

#brandHeader {
	padding-top: 0;
	padding-left: .7em;
	padding-right: .7em;
}

#brandHeaderRightContainer {
	text-align: right;
}

#innerInnerPageCore {
	margin-left: auto;
	margin-right: auto;
	min-height: 325px;
	width: 750px;
	margin-top: 12px;
}

#pageHeaderAndSubHeader {
	font-weight: bold;
	font-size: 14pt;
	color: #000000
}

#pageHeader {
	font-weight: bold;
	font-size: 14pt;
	color: #999999
}

.biggerButton tr td {
	vertical-align: middle;
}

#brandFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8D8D8D;
}

.brandFooterCenter {
	text-align: center;
}

.largeBold {
	font-size: 10pt;
	font-weight: bold;
}

.largerBold {
	font-weight: bold;
}

.buttonBigText {
	font-size: 1.6em;
	text-align: center;
	text-decoration: none;
}

/* Button Attributes */
.button_mouseOut {
	background-color: #FFFFFF;
	background-image: url( ../../../static/media/button_fade.gif );
	background-position: bottom;
	background-repeat: repeat-x;
	display: table;
}

.button_mouseOver {
	background-color: #C2E7A5;
	background-image: url( ../../../static/media/button_fade2.gif );
	background-position: top;
	background-repeat: repeat-x;
	display: table;
	cursor: pointer;
}

.button_TL {
	width: 2px;
	height: 2px;
	background-image: url( ../../../static/media/button_TL.gif );
	background-position: top left;
	background-repeat: no-repeat;
}

.button_TC {
	height: 2px;
	background-image: url( ../../../static/media/button_TC.gif );
	background-position: top center;
	background-repeat: repeat-x;
}

.button_TR {
	width: 2px;
	height: 2px;
	background-image: url( ../../../static/media/button_TR.gif );
	background-position: top right;
	background-repeat: no-repeat;
}

.button_ML {
	width: 2px;
	height: 2px;
	background-image: url( ../../../static/media/button_ML.gif );
	background-position: left;
	background-repeat: repeat-y;
}

.button_MC {
	text-align: center;
}

.button_MR {
	width: 2px;
	height: 2px;
	background-image: url( ../../../static/media/button_MR.gif );
	background-position: right;
	background-repeat: repeat-y;
}

.button_BL {
	width: 2px;
	height: 2px;
	background-image: url( ../../../static/media/button_BL.gif );
	background-position: bottom left;
	background-repeat: no-repeat;
}

.button_BC {
	height: 2px;
	background-image: url( ../../../static/media/button_BC.gif );
	background-position: top center;
	background-repeat: repeat-x;
}

.button_BR {
	width: 2px;
	height: 2px;
	background-image: url( ../../../static/media/button_BR.gif );
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Miscellaneous Attributes */

.nospace {
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

.Text_Button {
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	padding: 0 4px 0 4px;
	cursor: pointer;
}

.bkwhite {
	background-color: #FFFFFF;
}

.biggerButton {
	height: 50px;
	width: 100px;
}

