
html, span, body, p, div, h1, h2, h3 {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1b1a1a;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #51B7D0;
	text-decoration: none;
}


#mainContent {
	display:table;
	height:auto;
	background-color:#ffffff;
	width:100%;
}


/* default table cell values */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 1.4em;
}


.superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	vertical-align: super;
}

.tbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16;
}

.toc {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.topicheader {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
}

.validationError {
	font-size: 11px;
	color: Red;
}

a.pageHeaderLink {
	color: #990000;
	font-weight: bold;
}

a:hover.pageHeaderLink {
	color: #000000;
}

.pageHeaderText {
	color: #07235A;
}

.content H1 {
	color: #07235A;
	font: bold 15px;
}

.content H2 {
	color: #2F58AF;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
	margin-top:0px;
}

/* new template styles */
.headerTop {
	width: 100%;
	height: 36px;
}

.headerTop .logo {
	background: url(../images/main/logo.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 245px;
	height: 35px;
}


.headerTop .zoneName {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: 36px;
}

.headerTop, .headerTop A {
	font: 11px verdana;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.headerTop A:hover {
	color: #fff;
	text-decoration: underline;
}

.headerTop .homeLink {
	position: absolute;
	top: 13px;
	right: 10px;
	color: #fff;
}

.headerTop .homeLink:hover {
	color: #fff;
}

.headerTop .separator1 {
	position: absolute;
	top: 13px;
	right: 50px;
	color: #fff;
}

.headerTop .contactUsLink {
	position: absolute;
	top: 13px;
	right: 60px;
	color: #fff;
}

.headerTop .contactUsLink:hover {
	color: #fff;
}


.headerMiddle {
	width: 100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #07235A;
	height: 25px;
}

.headerMiddle A {
	font-family: Verdana;
	font-size: 10px;
	color: #07235A;
}

.headerMiddle A:hover {
	text-decoration: underline;
	color: #07235A;
}

.headerMiddle INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 15;
	color: #07235A;
	width: 100px;
	background-color: #FFFFFF;
	border: solid 1pt #8291A4;
}

.headerMiddle .loginText {
	position: absolute;
	top: 43px;
	left: 10px;
}

.headerMiddle .loginBox {
	position: absolute;
	top: 41px;
	left: 102px;
}

.headerMiddle .passwordText {
	position: absolute;
	top: 43px;
	left: 207px;
}

.headerMiddle .passwordBox {
	position: absolute;
	top: 41px;
	left: 273px;
}

.headerMiddle .loginButton {
	display: block;
	position: absolute;
	top: 41px;
	left: 377px;
	background: url(../images/main/bt_go.gif) no-repeat right center;
	width: 15px;
	height: 16px;
	border:1px none;
	cursor: hand;
}

.headerMiddle .forgotButton {
	position: absolute;
	top: 43px;
	left: 410px;
}

.headerMiddle .invalidUser {
	position: absolute;
	top: 43px;
	left: 540px;
}


.headerMiddle .separator2 {
	position: absolute;
	top: 43px;
	right: 125px;
	display: none;
}

.headerMiddle .registerLink {
	position: absolute;
	top: 43px;
	right: 10px;
}

.headerMiddle .userBox {
	position: absolute;
	right: 0;
	top: 42;
	white-space: nowrap;
}

.headerMiddle .userBox, .headerMiddle .userBox A {
	font-family: Verdana;
	font-size: 10px;
	color: #07235A;
}

.headerMiddle .userBox A:hover {
	text-decoration: underline;
}


.headerBottom {
	height: 23px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.default {
	background-color: #CDD9EE;
}

.headerBottom .rightButtons {
	position:absolute;
	right:0;
	padding-right:5px;
	padding-top:2px;
}

.headerBottom .leftButtons {
	position:absolute;
	left:0;
	padding-top:2px;
	padding-left:5px;
}

.headerBottom .title {
	position: absolute;
	/*width: 100%;*/
	text-align: center;
	padding-top: 5px;
}

.headerBottom .title, .headerBottom .title A, .headerBottom .title TD {
	color: #fff;
	font: italic bold 12px Arial, Helvetica, sans-serif;
}

.headerBottom .title A:hover {
	text-decoration:underline;
}

.headerBottom .contentTitle {
	color: #2F58AF;
	font: italic bold 12px Arial, Helvetica, sans-serif;
}


#popup_content {
	width: 100%;
	background-color: #fff;
}

#popup_header {
	width:100%;
	height: 42px;
	text-align: center;
	color: #2F58AF;
	font: 14px Arial;
	font-weight: bold;
	padding-top: 5px;
	background-color:#ABC7F9;/*2007_02_05 add by sanket pathre)*/
	/*background: #a9c7f9 url(../images/main/popup_lt.gif) no-repeat left top;*/
}

#popup_header .help {
	position: absolute;
	top: 7px;
	right: -7px;
	right:7px;
	padding-right:7px;
	padding-top: 7px;
	text-align:right;
	background: url(../images/main/popup_rt.gif) no-repeat right top;
	
}

#popup_footer {
	width: 100%;
	height: 8px;
	background: #fff url(../images/main/popup_lb.gif) no-repeat left bottom;
	text-align: right;
}

#popup_footer DIV {
	
	background: url(../images/main/popup_rb.gif) no-repeat right bottom;
}
.popUpTable
{
	margin-bottom:5px;
	background-color:#ffffff;
	width:100%;
}
.popup_body 
{
	margin: 5px 5px 5px 5px;
	background: #2f56ae;
	width:100%;
}


.textbox, .textbox-long, .textbox-small, .textbox-number, .dropdownlist, .textarea {
	font: 12px Arial, Helvetica, sans-serif;
	height: 18;
	color: #07235A;
	width: 100px;
	background: #E8F4FF;
	border: solid 1pt #4585BF;
}

.textbox {
	width: 200;
}
.textbox-long {
	width: 400;
}
.textbox-small {
	width: 50;
}
.textbox-number {
	width: 50;
	text-align: right;
}
.dropdownlist {
	background: #E8F4FF;
}
.textarea {
	width: 400;
	height: 80;
}

.plan-subitems, .plan-subitems-view {
	text-align: right;
	margin-top: 20;
	border-collapse: collapse;
}

.plan-subitems td, .plan-subitems-view td; {
	white-space: nowrap;
	padding: 0;
}

.plan-subitems td {
	height: 26;
}

.cs-panel {
	background: #F3F3F3;
	padding: 10 15;
}
.panel-title {
	font-style: italic;
	color: #1D63A8;
	font: bold 18px Verdana;
	white-space: nowrap;
	text-align: left;
}

.form-text {
	text-align: right;
	font-weight: bold;
	padding-right: 3;
	white-space: nowrap;
}

.form-comments {
	font-size: 9px;
	font-weight: normal;
}

.form-h1 {
	width: 100%;
	background: #EEE;
	padding: 2;
	border-top: solid 2px #4585BF;
	margin-top: 10;
	font-weight: bold;
}

.form-buttons {
	text-align: center;
	margin: 10 0;
}

.panel-empty {
	width: 100%;
	height: 400;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.cost-percents {
	float: left;
	margin-top: 3;
}

.header-block {
	border: solid 1px black;
	width: 100%;
	background: #EAEAEA;
	text-align: right;
	margin: 2 0;
}
.alfa-table {
	width: 95%;
	text-align: center;
	border-collapse: collapse;
}
.alfa-table td {
	width: 3.9%;
}
.alfa-table a
{
	font-weight:bold;
	}
.alfa-table a:hover
{
	font-weight:bold;
	}
.data-table {
	border: solid 1px black;
	background: red;
	width: 100%;
}
.steps-table {
	display:inline;
	padding: 0;
	border-collapse: collapse;
	width: 700;
}
.steps-table-left {
	width: 20%;
}
.steps-table-center {
	width: 60%;
	text-align: center;
}
.steps-table-right {
	width: 20%;
	text-align: right;
}

.decor-table {
	width: 100%;
	border-collapse: collapse;
}
.decor-table td {
	padding: 0;
}
.otherservices-table {
	background: white;
	width: 100%;
	vertical-align: top;
}

/* -- Toolbar menu */

.ToolbarMenu {
	font-family: Microsoft Sans Serif;
	font-size: 9pt;
	font-weight: normal;
	border-style: Outset;
	border-width: 0px;
	width: 264px;
	cursor: Default;
}

.TopHoverStyle {
	background: #FBE466;
	border-color: #A0A7CD;
	border-style: Solid;
	border-width: 2px;
	cursor: Default;
}

.TopStyle {
	background: White;
	border-color: #A0A7CD;
	color: #07235A;
	border-style: Solid;
	border-width: 2px;
}

.DisabledStyle {
	color: #D3D3D3;
}

.HoverItemStyle {
	background: #FBE466;
	border-color: #316AC5;
	color: #07235A;
	border-style: Solid;
	border-width: 0px;
	cursor: Default;
}

.IslandStyle {
	font-family: MS Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	background: #BDD1D5;
	border-color: #000000;
	color: #07235A;
	border-style: Solid;
	border-width: 1px;
	cursor: Default;
}

.TopSelectedStyle {
	background: #FBE466;
	border-color: #000000;
	color: #07235A;
	border-style: Solid;
	border-width: 1px;
}

.SeparatorStyle {
	background-image: url(/ig_common/WebNavigator31/ig_menuSep.gif);
	background-repeat: repeat-x;
}

.NotificationsSeperatorStyle
{
	background-image: url(/ig_common/WebNavigator31/ig_menuSep.gif);
	background-repeat: repeat-x;
	background-repeat: repeat-y;
}

/* Toolbar menu -- */

/* -- Toolbar zone */
.ToolbarZone {
	z-index: 1000;
	font-family: Arial;
	font-size: 9pt;
	background-color: White;
	border-style: None;
	height: 22px;
	background-image:url(../images/main/ptblueexplorer.gif);
	
}

.ToolbarZoneDefault {
	border-color: menu;
	border-style: Solid;
	border-width: 0px;
	background-image: url(../images/main/ptblueexplorer.gif);
	text-align: center;
}
.ToolbarZoneSelected {
	background-color: #FBE466;
	border-color: Navy;
	border-style: Solid;
	border-width: 1px;
	cursor: Default;
	background-image: url(none);
	text-align: center;
}

.ToolbarZoneHover {
	background-color: #FBE466;
	border-color: Navy;
	border-style: Solid;
	border-width: 1px;
	cursor: Default;
	background-image: url(none);
	text-align: center;
}

.linkSelectedStyle
{
	 color:Black;
}

.linkSelectedStyle:visited
{
	color:Black;
}
/* Toolbar zone -- */
/*added by sanket pathre 2007_03_16 for Filter div*/
.filterContainer
{
	border:solid 2px #a8bbd9;
	margin-left:10px;
	background-color:#ffffff;
	overflow:auto;	
	font-size:11px;
}
.filterFirstBand
{
	background-color:#dee7f7;
	color:#295aa5;
	margin:5px;
	margin-bottom:0px;
	padding:5px;
	padding-left:20px;
	
	font-weight:bold
}
.filterMiddleBand
{
	background-color:#f9f9f9;
	padding-left:20px;
	padding-top:10px; 
	padding-bottom:10px; 
	margin:5px;
	margin-bottom:0px;
	margin-top:0px;
	overflow:auto;
	display:inline-block;
}
.filterBottomBand
{
	background-color:#e7e7e7;
	margin:5px;
	margin-top:0px;
	padding:5px;
}

/*End  2007_03_16 for Filter div*/

/*Added by nisha on 2007_01_04 to set textboxes of varying widths */
.textboxVaryingWidth{
	font: 12px Arial, Helvetica, sans-serif;
	height: 18;
	color: #07235A;
	background: #E8F4FF;
	border: solid 1pt #4585BF;
}

/*added by sanket pathre 2007_03_16 for Filter div*/
.filterContainer
{
	border:solid 2px #a8bbd9;
	margin-left:10px;
	background-color:#ffffff;
	overflow:auto;	
}
.filterFirstBand
{
	background-color:#dee7f7;
	color:#295aa5;
	margin:5px;
	margin-bottom:0px;
	padding:5px;
	padding-left:20px;
	
	font-weight:bold
}
.filterMiddleBand
{
	background-color:#f9f9f9;
	padding-left:20px;
	padding-top:10px; 
	padding-bottom:10px; 
	margin:5px;
	margin-bottom:0px;
	margin-top:0px;
	overflow:auto;
	display:inline-block;
}
.filterBottomBand
{
	background-color:#e7e7e7;
	margin:5px;
	margin-top:0px;
	padding:5px;
}

/*End  2007_03_16 for Filter div*/
/* Styles added by Nisha - 11/13/07 (New PTC UI)*/

ul.paragraph li {
	list-style-type:none;
	background-image:url(../images/arrow_bullet.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	line-height:18px;
	padding-left:20px;
	color:#014f6f;
}

.divHeightExpand {
	height:1px;
	clear:both;
	font-size:1px;
}



/* the hack for IE6 browsers */
* html .minwidth {border-left:980px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-960px; position:relative; float:left; z-index:2}
/* for all browsers that understand min-width */


/* the hack for IE6 browsers */
* html .minwidth {border-left:980px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-960px; position:relative; float:left; z-index:2}
.width {min-width:980px;}
.container {

}

/* -----------------------header------------------------------*/
#header {
	background-image:url(../images/tile_header.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#e3f5fc;
	height:60px;	
	
}

#clientTestimonials {
	float:right;
	position:absolute;
	top:5px;
	right:10px;
	/*margin-top:14px;
	margin-right:6px;*/
	font-size:11px;
	color:#025c7c;
	text-align:right;
}
	
.clientInfo {
	color:#242525;
}

#logoEmblem {
	position:absolute;
	top:9px;
	left:15px;
}

#logoText {
	position:absolute;
	top:22px;
	left:63px;
}

#loginDetails 
{
	float:right;
	margin-top:27px;
	margin-right:6px;
	font-size:11px;
}

.loginDetailsHeader {
	font-weight:bold;
	color:#025476;
	font-size:11px;
}

#loginDetails a {
	color:#1b1a1a;
}

#pageTitle {
	text-align:center;
	font-size:13px;
	padding-top:42px;
	/*margin:0 auto;
	margin-top:41px;
	padding:0 60px 0 60px;*/
	color:#025476;
}

/* ------------------------header---------------------------*/
/*   -----------mainNav ---------------------*/
.mainNav {
	clear:both;
	height:28px;
	background-image:url(../images/tile_mainNav.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#111111;
}

.mainNav a{
	font-size:13px;
	color:#111111;
}

.mainNav a:link {
	margin-left:6px;
	margin-right:6px;
	color:#111111;
	text-decoration:none;
}

.mainNav a:visited {
	margin-left:6px;
	margin-right:6px;
	color:#111111;
	text-decoration:none;
}

.mainNav a:active {
	margin-left:6px;
	margin-right:6px;
	color:#111111;
	text-decoration:none;
}

.mainNav a:hover {
	margin-left:6px;
	margin-right:6px;
	color:#111111;
	text-decoration:underline;
}

#navLinksContainer {
	float:left;
	clear:none;
	height:15px;
	padding-left:15px;
	font-size:9px;
	font-weight:normal;
	padding-top:6px;
}

#navLinksContainer2 {
	float:right;
	clear:none;
	height:15px;
	padding-left:15px;
	font-size:9px;
	font-weight:normal;
	padding-top:6px;
	padding-right:4px;
}

/* -------------------- mainNav ------------------------*/
/* --------------footer -------------------------*/

#Footer {
	height:43px;
	background-image:url(../images/tile_footer.jpg);
	background-repeat:repeat-x;
/*	color:#ffffff; comment by sanket pathre 23rd jan 2008*/
	font-size:10px;
}


#footerLinksContainer {
	text-align:center;
	height:15px;
	font-size:9px;
	font-weight:normal;
	padding-top:6px;
	color:#ffffff;
	margin-right:142px;
}
.editcontentLink
{
	font-size:11px;
	color:#ffffff;
}
.editcontentLink:hover
{
	font-size:11px;
	color:#ffffff;
}
#footerLinksContainer a {
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	margin-left:6px;
	margin-right:6px;
	text-decoration:none;
}

#copyright {
	text-align:center;
	color:#ffffff;
	font-size:10px;
	padding-top:4px;
	margin-right:142px;
}

/* ------------------------END footer ------------------------------------>
/* SIGN-IN PANEL styles START here. */

#divLogin {
	background-image:url(../images/tile_signInPanel.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.signInHeader {
	position:relative;
	top:-1px;
	font-size:13px;
	padding:6px 15px 10px 20px;
	float:left;
	color:#ff4d33;
	background-image:url(../images/signInHeader_seperator.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.txtBox {
	border:solid 2px #7dc3e0;
	background-color:#ffffff;
	color:#035994;
	padding-left:4px;
	margin-left:2px;
}

.closePanel {
	float:right;
	padding-right:10px;
}

.confirmLabel
{
	font-size:11px;
	color:#099b3b;
}

.formButtonRect {
	font-weight:bold;
	color:#176ca2;
	background-image:url(../images/tile_formBtnRect.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	border:solid 2px #0f72b1;
}

/* SIGN-IN PANEL styles END here. */
/* End of Styles*/

/*Styles added by Nisha on 28th Jan 2008 (CreateNewPTCAccount.aspx)*/
.loginBox 
{
	border:solid 2px #8bcfe5;
	width:620px;
}
	
.loginHeader {
	background-color:#d5eef7;
	height:20px;
	color:#096a92;
	font-size:14px;
	padding:6px 0 3px 10px;
	
}

.loginFields {
	background-color:#f1f1f1;
	border:solid 4px #ffffff;
	padding:9px;
}

.loginBox p {

	margin:6px 0 6px 0;
}

.loginBox label {
	float:left;
	text-align:right;
	width:129px;
	position:relative;
	top:3px;
	padding-right:1px;
	font-size:12px;
}
.loginBox fieldset p small {
	font-size:10px;
	padding-left:136px;
	display:block;
}

.loginBox fieldset p strong {
	display:block;
	margin-left:135px;
	margin-bottom:2px;

	font-weight:normal;
	font-size:10px;
	color:#FF0000;
}

	
.requiredIndicator {
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

.required {
	font-weight:bold;
	color:#FF6600;
}

.instructions
{
	display:block;
	clear:both;
	font-size:11px;
}

.instructionsSmallFont
{
	display:block;
	clear:both;
	font-size:10px;
}

.containerDiv {
	border:solid 2px #80c9e6;
	padding:4px;
	display:table;
	width:680px;
	background-color:#ffffff;
}
.containerDivHeaderText {
	color:#035b89;
	font-weight:normal;
	padding-bottom:10px;
	font-size:13px;
}


.containerInnerDiv {
	background-color:#eaf6fb;
	padding:5px;
	width:705px;
}

.msgSuccessfulAction {
	background-image:url(../images/icon_successfulAction.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:18px;
	margin-top:6px;
}

.msgSuccessfulAction span
{
	color:#128702;
	font-size:12px;
}

.errorMessage2 {
	color:#FF0000;
}

.formInstructions
{
	height:auto;
	padding:1px;
	color:#02549c;
}
.rememberMeDiv {
	margin:0;
	padding:9px;
	background-color:#fafce0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

	border:solid 1px #000000;
	width:220px;
	z-index:10;
	
}

.rememberMeDiv strong {
	color:#FF0000;
	font-weight:normal;


}

.ExtendableInfoboxHeader
	{
		font-weight:bold;
	font-size:14px;
	color:#3673B4;
	background-image:url(../images/infobox_headerbg.gif);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:6px;
	padding-bottom:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.ExtendableInfoText
{
	font-size:12px;
	color:#4F5357;
	background-image:url(../../images/infobox_txtbg.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Styles added by Nisha on 28th Jan 2008 (CreateNewPTCAccount.aspx) */