﻿/*
 * Common.css
 */
/*** Elements ***/
html, body, table, H1, H2, H3, H4, div {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica;
}

html {
	position: relative;
	height: 100%;
}

form {
	position: relative;
	height: 100%;
}

body {
	position: relative;
	height: 100%;
	min-width: 1000px;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #9CB6D9;
	background: url( '/Images/bg_FadeIn1.png' ) repeat-y center black;
}

a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #F2F2F2;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #C9DBF2;
}

a.Light:link, a.Light:visited, a.Light:active {
	font-weight: normal;
	text-decoration: none;
	color: White;
}

a.Light:hover {
	font-weight: normal;
	text-decoration: underline;
	color: White;
}

H1, H2, H3 {
	color: #C9DBF2;
}

b {
	color: #C9DBF2;
}

/*** Elements Ids ***/
/*  Container Style  */
#container {
	position: relative;
	min-height: 100%;
	width: 1000px;
	margin: 0px auto 0px auto;
	border-top: none;
	border-bottom: none;
	background-color: #000000;
	background-image: url('/Images/BRepeater2.png');
}

/*  Content Style  */
#content {
	position: relative;
	width: 744px;
	min-height: 550px;
	padding: 20px 50px 20px 35px;
	z-index: 100;
}

/*  Header style */
#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 1000px;
	padding: 2px 0px 0px 16px;
	color: White;
	background-image: url('/Images/bg_PLEHeader.jpg');
	background-repeat: no-repeat;
	z-index: 1;
}

#header a:link, #header a:visited {
	font-weight: normal;
	color: #c9dbf2;
}

#header a:hover {
	color: #f2f2f2;
}

#headermenu {
	height: 23px;
	font-weight: bold;
	color: #141c26;
}

/*  Footer Style  */
#footer {
	position: relative;
	left: 0px;
	width: 739px;
	font-size: 8pt;
	color: #9cb6d9;
	z-index: 1;
}

#footermenu {
	height: 23px;
	font-size: 8pt;
}

#footer a:link, #footer a:visited {
	color: #f2f2f2;
}

#footer a:hover {
	color: #C9DBF2;
}

/* LeftSideBar Style  */
#leftsidebar {
	position: relative;
	top: 0px;
	left: 0px; /* 30px;*/
	min-height: 426px;
	width: 164px;
	padding-top: 0px;
	z-index: 1;
}

#leftsidebar a:link, #leftsidebar a:visited {
	color: #f2f2f2;
}

#leftsidebar a:hover {
	color: #C9DBF2;
}

/*  Other  */
#loginstatus {
	font-size: 8pt;
	height: 23px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 3px;
}

/* Classes */
.smalltext {
	font-size: 8pt;
}

.clickable {
	cursor: hand;
}

.alert {
	color: #FF5654;
	font-size: 10pt;
}

.notify {
	color: #FFFF99;
	font-size: 8pt;
}

.inactive {
	color: Gray;
}

.datagrid {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.grid {
	padding: 10px 0px 10px 0px;
}

.grid td {
	border-bottom: solid 1px #333333;
	padding: 10px 5px 10px 5px;
}

.gridleader {
	color: #9CB6D9;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #9CB6D9;
}

.gridleader td {
	color: #9CB6D9;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #9CB6D9;
	font-weight: bold;
}

.txt_n {
	height: 18px;
	width: 196px;
	border-color: #C9DBF2;
	border-style: solid;
	border-width: 1px;
}

.ddl_n {
	border-color: #C9DBF2;
	border-style: solid;
	border-width: 1px;
}

.validatorCalloutHighlight {
	background-color: #FFFACD;
	color: #000000;
	z-index: 1000;
}

.validatorCalloutSpan, .validatorCalloutSpan b {
	color: #000000;
}

.regularValidator, .regularValidator b {
	color: #FF5654;
}

.plelogo {
	height: 95px;
	width: 122px;
}

.centerdiv /*IE method of centering a relative div*/ {
	text-align: center;
}

.centerdiv > div /*Proper way to center a relative div*/ {
	margin: 0 auto;
}

.headbullet {
	width: 6px;
	height: 17px;
	margin: 2px 6px 0px 6px;
	border-width: 0px;
	vertical-align: top;
}

/* Modal popup classes */
.modalBackground {
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #ffffff;
	color: #000000;
	z-index: 100;
}

.popupHeader {
	width: 100%;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: right;
	color: #000000;
	background-color: #6983A6;
}

.popupHeaderTable {
	width: 100%;
	padding: 0px 2px 0px 5px;
}

.popupContent {
	padding: 5px 20px 5px 20px;
	text-align: left;
	height: 100%;
}

.popupContent a {
	color: #6983A6;
}

.popupHeader a {
	font-weight: bold;
	color: #000000;
}

/* Working div style */
.workingDiv {
	height: 100px;
	left: 310px;
	position: absolute;
	top: 250px;
	visibility: hidden;
	width: 100px;
	z-index: 200;
}

.workingDiv_NoSide {
	position: absolute;
	left: 450px;
	top: 250px;
	visibility: hidden;
	z-index: 200;
}

/* Styles for PNG icons */
/* Must specify width/height so the PNG hack for IE 6 will work */
.quote {
	width: 475;
	height: 170;
}

.btn {
	height: 25px;
	width: 120px;
	border-width:0px;
}

.longbtn {
	height: 25px;
	width: 175px;
	border-width:0px;
}

.minibtn {
	height: 14px;
	width: 65px;
	border-width:0px;
}

.title {
	height: 55px;
}

.servicethumb {
	width: 192px;
	height: 142px;
	border-width: 0px;
}

.servicegridhorz {
	width: 192px;
	height: 6px;
}

.servicegridvert {
	width: 6px;
	height: 160px;
}

.servicearrowleft {
	width: 7px;
	height: 7px;
	margin-top: 6px;
	border-width: 0px;
	vertical-align: top;
}

.icon8 {
	height: 8px;
	width: 8px;
}

.icon10 {
	height: 10px;
	width: 10px;
}

.icon12 {
	height: 12px;
	width: 12px;
}

.icon16 {
	height: 16px;
	width: 16px;
}

.icon24 {
	height: 24px;
	width: 24px;
}

.icon32 {
	height: 32px;
	width: 32px;
}

.icon48 {
	height: 48px;
	width: 48px;
}

.icon128 {
	height: 128px;
	width: 128px;
}

.img-m {
	vertical-align: middle;
	border-width: 0px;
}

.img-t {
	vertical-align: top;
	border-width: 0px;
}

/*  Help Style  */
.flyout {
	display: none;
	border: solid 1px #D0D0D0;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 2;
}

.helpstyle {
	display: none;
	padding: 0px;
	border: solid 1px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	color: #000000;
	background-color: #ffffff;
	z-index: 2;
}

.helpstylestatic {
	display: none;
	padding: 0px;
	border: solid 1px #6983A6;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	color: #000000;
	background-color: #ffffff;
	z-index: 2;
}

.helpHeaderTable {
	width: 100%;
	padding: 0px 2px 0px 5px;
}

.helpHeader {
	width: 100%;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: right;
	color: #000000;
	background-color: #6983A6;
}

.helpHeader a:link {
	font-weight: bold;
	color: #000000;
}

.helpHeader a:hover {
	font-weight: bold;
	color: #000000;
}

.helpContent {
	padding: 5px 20px 5px 20px;
	text-align: left;
}

.helpContent b {
	color: #6983A6;
}

/*Stylesheet to print page in a printer friendly view*/
@media print {	
	body {
		background-color: #ffffff;
		color: #000000;
	}
	
	#header {
		display: none;
	}

	#footer {
		display: none;
	}

	#content {
		margin:0px auto 0px auto;
		padding: 0px 0px 0px 0px;
	}

	#leftsidebar {
		display: none;
	}

	.noprint {
		display: none;
	}
	
	/*tell manually when to use a page-break*/
	.breakbefore {
		page-break-before: always;
	}
}
