body {
	background: no-repeat scroll left top #202c38;
	font-family: 'Open Sans Regular',Verdana, Arial, Sans-serif;
	
	font-size: 0.8em;
	
}

 #logo{
        /*
	background: url(../img/icon.png) no-repeat;
	background-position: left;
	padding-top: 50px;
	width: 530px;
	display: table-cell;
	position: absolute;
	top: 5px;
        */
}

#portalNameHeader{
	margin-left: 183px;
	margin-top: 2px;
	font-size: 18px;
	font-weight: bolder;
	display: inline;
            color: white;
            !important;
            font: bold 32px "GE Sentinel Script","Helvitica", Sans-Serif;
}

#registerLogo{
	padding-left: 0px;
    background: url(../img/guidewell_logo_0.gif) no-repeat;
    background-position: left;
    padding-top: 55px;
    width: 1175px;
    display: table-cell;
    position: absolute;
    top: 10px;
        margin-left: 20px
}

#registerPageHeader{
	margin-left: 225px;
    margin-top: 0px;
    font-size: 15px;
    padding-top: 21px;
    vertical-align: text-bottom;
    text-align: right;
    padding-right: 12px;

} 
 
 #console-header .cont {
	/*background-color: #efefef;*/
}

#console-header .cont #brand {
	padding: .5em 0 0 1em;
}
#console-header .cont #angle {
	float: right;
	width: 38px;
	height: 38px;
	overflow: hidden;
	border: none;
}

/* #console-header .cont #my-console {
	float: right;
	padding: 2px 15px 5px 5px;
} */

#console-header .cont #my-console ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#console-header .cont #my-console ul li {
	display: inline;
	border-left: 1px solid black;
	padding: 0 .75em 0 .75em;
	margin: 0;
}

#console-header .cont #my-console div.logged-in {
	border: none;
	margin-top: .5em;
	margin-bottom: 3px;
	margin-left:0px;
	display: block;
}

#console-header .cont #my-console ul li.logged-in {
	border: none;
}

#console-header .cont #my-console ul li.current-realm {
	border: none;
	margin-top: .5em;
	display: block;
	text-align: right;
}
 
/*---System Settings link---*/

.default_button {
	font-family:  tahoma, verdana, geneva, arial, lucida, sans-serif;
	padding: 1px 25px 0px 8px;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-right: 15px;
	background-position: 100%;
	background-image: url(../../images/bt_caret.gif);
}
.default_button_cancel{
	font-size: 8px;
	font-family:  tahoma, verdana, geneva, arial, lucida, sans-serif;
	padding: 1px 25px 0px 8px;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-right: 15px;
	background-position: 100%;
	background-image: url(../../images/bt_cancel.gif);
	
}
.default_button_up {
	font-family:  tahoma, verdana, geneva, arial, lucida, sans-serif;
	padding: 1px 25px 0px 8px;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-right: 15px;
	background-position: 100%;
	background-image: url(../../images/bt_caret_up.gif);
}
.default_button_down {
	font-family:  tahoma, verdana, geneva, arial, lucida, sans-serif;
	padding: 1px 25px 0px 8px;
	border: 1px solid #000000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-right: 15px;
	background-position: 100%;
	background-image: url(../../images/bt_caret_down.gif);
}
.btnhov {
	color: #C00;
}
.clickeduser {
	background-color: #B7CCFB;
}
.up {
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-left: 15px;
	background-position: 100%;
	background-image: url(../../images/icn_move_up.gif);
}

.down {
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-left: 15px;
	background-position: 100%;
	background-image: url(../../images/icn_move_dn.gif);
}

.right {
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-left: 15px;
	background-position: 100%;
	background-image: url(../../images/icn_move_right.gif);
}
.sort_asc {
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-left: 15px;
	background-position: 100%;
	background-image: url(../../images/sort_caret_up.gif);
}

.sort_desc {
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-left: 15px;
	background-position: 100%;
	background-image: url(../../images/sort_caret_down.gif);
}

.hide {
	display: none;
}
.eventsuccess{
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	background-position: 100%;
	background-image: url(../../images/icn_information.gif);
}
.eventfailure{
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	background-position: 100%;
	background-image: url(../../images/icn_error.gif);
	
}
#tokenActDiv {
	min-height: 5cm;
	min-width: 15cm;
	border: .5px solid #707581;
	border-radius: 5px;
}

#tokenActDiv .tablehead {
	background-color: #819FB6;
	border-left: none;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap !important;
	vertical-align: middle;
	min-height: 1cm;
	min-width: 23.3cm;
	float: left;
}

#tokenActDiv h2 {
	background-color: #819FB6;
	border-left: none;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap !important;
	vertical-align: middle;
	min-height: 1cm;
	min-width: 25cm;
	max-width: 25cm;
	float: left;
}

#tokenClearPINBT {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#tokenRSBT {
	position: relative;
	float: left;
	margin-top:10px;
}

#assignToken {
	position: relative;
	float: left;
	margin-top: .5cm;
}
#tablehead {
	text-align: left;
	min-width: 1cm;
}
#footer{
	font-family: tahoma, verdana, geneva, arial, lucida, sans-serif;
	font-size: 11px;
	color: white;
}

.upArrow {
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-left: 15px;
	background-position: 100%;
	background-image: url(../../images/icn_move_up.gif);
}

.downArrow {
	background-repeat: no-repeat;
	overflow: visible;
	cursor: pointer;
	margin-left: 15px;
	background-position: 100%;
	background-image: url(../../images/icn_move_dn.gif);
}

a.button_permissible
{
    color: grey; 
}

.userdatatable tr:hover {
    cursor: pointer;
}

#logged_in_user{
	padding-right: 10px; 
	padding-left: 6px; 
	font-weight: bold;
}
#userStatusBarSeparator{
	color: white;
}
.logoutspan{
	color: white;
}

.portalNameHeaderClass{
   /*  padding-left: 50% */
}
