body{
	background: transparent url(login-bg-overlay.png) repeat;
	min-height:100%; 
}

html{	
	background: url(PL_Hero.jpg) top center;
}
/*---------/ LOGIN /---------*/
#LoginPage
{
	width:100%;
	height: 100%;
}
.text-danger{
	color:#e10174;
	font-weight:bold;
}
#LoginPage #LoginBox
{
	background: url(login-bg.png) no-repeat scroll top center ;
	position:absolute;
	z-index:1;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-width: 500px;
	padding: 0px;
	overflow: hidden;
}

#LoginPage #LoginBox #LoginWrapper
{
	position: relative;
top: 345px;
width: 339px;
margin-right: auto;
margin-left: auto;
margin-top: 0;
margin-bottom: 0;
color: red;
font-size: normal;
font-weight: 14px;
text-align: left;
padding: 0px;
left: 0px;
}

.LoginTableMessage
{
	text-align: center; 
	padding-top: 10px;
	margin-top: 5px;
	color: #ff0000;
}

.ForgotPasswordLink a
{
	font-weight:bold;
	font-style:normal;
	font-size:100%;
	text-decoration:none;
	color: BLACK;
}

.boxheader
{
	height: 24px;
	line-height: 24px;
	background: #9D9D9D url(boxheader.png) repeat-x left bottom;
	font-weight: bold;
	color: #414042;
	padding: 0 10px;
}

/*---------/ BUTTON BAR - NEW BLUE STYLE /---------*/

.ButtonBar
{
	background: #9D9D9D url(boxheader.png) repeat-x left bottom;
	border-bottom: 1px solid #9D9D9D;
	height: 24px;
	line-height: 24px;
	padding: 0 3px;
	color: #414042;
}
.ButtonBar a:link{
	color:#414042;
}
.ButtonBar a.current, .ButtonBar a:hover, .ButtonBar a:active
{
	background: url(buttonbar_current.png) repeat-x left center;
	color: #153157;
}

.ButtonBar span
{
	display: block;
	float: left;
	width: 2px;
	height: 24px;
	background: url(buttonbar_divider.png) no-repeat left center;
}


/*---------/ RESTYLED ASP.NET AJAX TABS /---------*/

/* default layout */
.ajax__tab_default .ajax__tab_header
{
	white-space: nowrap;
}
.ajax__tab_default .ajax__tab_outer
{
	display: -moz-inline-box;
	display: inline-block;
}
.ajax__tab_default .ajax__tab_inner
{
	display: -moz-inline-box;
	display: inline-block;
}
.ajax__tab_default .ajax__tab_tab
{
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
}

/* pl theme */
.pl_tabs .ajax__tab_header
{
	font-family: "Segoe UI", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background: url(ajax__tab_header.gif) repeat-x bottom;
}
.pl_tabs .ajax__tab_outer
{
	background: url(ajax__tab_outer.gif) no-repeat right;
	height: 21px;
}
.pl_tabs .ajax__tab_inner
{
	padding-left: 3px;
	background: url(ajax__tab_inner.gif) no-repeat;
}
.pl_tabs .ajax__tab_tab
{
	height: 13px;
	padding: 4px;
	margin: 0;
	color: #1A2640;
	background: url(ajax__tab_tab.gif) repeat-x;
}
.pl_tabs .ajax__tab_hover .ajax__tab_outer
{
	background: url(ajax__tab_hover_outer.gif) no-repeat right;
}
.pl_tabs .ajax__tab_hover .ajax__tab_inner
{
	background: url(ajax__tab_hover_inner.gif) no-repeat;
}
.pl_tabs .ajax__tab_hover .ajax__tab_tab
{
	background: url(ajax__tab_hover_tab.gif) repeat-x;
	color: #1A2640;
}
.pl_tabs .ajax__tab_active .ajax__tab_outer
{
	background: url(ajax__tab_active_outer.gif) no-repeat right;
}
.pl_tabs .ajax__tab_active .ajax__tab_inner
{
	background: url(ajax__tab_active_inner.gif) no-repeat;
}
.pl_tabs .ajax__tab_active .ajax__tab_tab
{
	background: url(ajax__tab_active_tab.gif) repeat-x;
	color: #333;
}
.pl_tabs .ajax__tab_body
{
	font-family: "Segoe UI", Verdana, Tahoma, sans-serif;
	font-size: 11pt;
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #ededed;
}


/* Button */

.Button2
{
color:#153157;	
font-weight:bold;
 border: 0px #b1e666;
 background: #ddd url(button2.png) repeat-x center center;
 padding: 2px 12px;
 cursor: pointer;
 height: 28px;
}
 
.Button2:hover
{
	color:#153157;	
	font-weight:bold;
	border: 0px #b1e666;
    background: url(button2_hover.png) repeat-x center center;
    padding: 2px 12px;
    cursor: pointer;
    height: 28px;
}


/*---------/ FANCY OVERLAPPING TABS /---------*/

#TabBar
{
	margin-top: -29px; /*Set to -29 if no round corners*/
	margin-left: 170px; 
}

.obtabs
{
	position: absolute;
}

.obtabs a.first
{
	margin-left: 0;
}

.obtabs a
{
	float: left;
	display: block;
	height: 28px;
	width: 89px;
	margin-left: -8px;
	line-height: 28px;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #bbb8a9;
	position: relative;
	background: url(tabright-back.png) 100% 0 no-repeat;
	white-space: nowrap;
}

.obtabs .current
{
	z-index: 10;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	height: 28px;
	background-image: url(tabright.png);
}

.obtabs a
{
	font-weight: bold;
	text-decoration: none;
}

.obtabs a:link, .obtabs a:visited
{
	color: #000000;
}

.obtabs a:active, .obtabs a:hover
{
	color: #153157;
}

.obtabs a.current:link, .obtabs a.current:visited
{
	color: #153157;
}