/* -----------------------------------------------	CSS Document	------------------------------------------ */

/* General Styles */
/* Used for response page header */ 
.caption {
	font-size: 16px;
	font-family: Consolas,Menlo;
	font-weight: bold;
}
body{
	font-family:Menlo,Consolas;
	}

.normaltext {
	font-size: 13px;
	font-family: Consolas,Menlo;
	font-weight: normal;
}

.multi-line-text {
	font-size: 13px;
	font-family: Consolas,Menlo;
	font-weight: normal;
	display: inline; 
}

/* Used for the all the text fields */
.txtfld {
	height: 15px;
	width: auto;
	border: 1px solid;
	font-family: Consolas,Menlo;
	font-size: 13px;
	/*font-style: normal;*/
	border-top-color: #D8E1FC;
	border-right-color: #D8E1FC;
	border-bottom-color: #D8E1FC;
	border-left-color: #D8E1FC;
}

/* To define the background color of the pages */
.bodybackground{
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* To define the background color of the iframe */
.iframebackground{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F7F2F5;
}

.createPopupPage .iframebackground,
.createPopupPage #tooltip{
		width: 100% !important;
	}

/* To display the error message */
.content_error {  
	font-family: Consolas,Menlo;
	font-size: 8pt; 
	font-weight: bold; 
	color:red;
}
.content_Success {  font-family: Consolas,Menlo;font-size: 10pt; font-weight: bold; color:green;}

/* To display the data in the table cell */ 
.tblcell{  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: normal; 
	text-align: left;
}


/* WEB-INF\jsp\configurationmanagement\* */
.tblheaderwithlink{
	font-family: Consolas,Menlo; 
	font-size: 10pt;  
	color: #0000ff; 
	text-decoration: none;
	font-weight: bold
}

.tblheaderwithlink:hover{
	font-family: Consolas,Menlo; 
	font-size: 10pt;  
	color: #0000ff; 
	text-decoration: underline; 
	font-weight: bold
}

/* For error messages */
.messages {  
	font-family: Consolas,Menlo;  
	font-size: 9pt; 
	font-weight: normal; 
	font-weight: bold; 
	color:red
}

/* used in configurationmanagement jsps */
/* To display text data */
.content {  
	font-family: Consolas,Menlo;
	font-size: 10pt; 
	font-weight: normal
}

.labels {  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: left 
}

.labels_normal {  
	font-family: Consolas,Menlo; 
	font-size: 9pt; 
	color:#0B0B85; 
	text-align: left;  
	font-weight: bold;
}

.labelshighlight_bld {  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: bold; 
	color:#000080
}

/*WEB-INF\jsp\SuccessMessage.jsp*/
.success_message {  
	font-family: Consolas,Menlo, verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	color:#008000
}

/* It used for menu's */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* It used for menu's */
body.center{
	font-family: Consolas,Menlo;
	background-attachment: fixed; 
}

/* It used for menu's */
body.left{
	font-family: Consolas,Menlo;
	background-color:#F6F1F3
}

/* It used for menu's */
body.top{
	font-family: Consolas,Menlo;
	background-color:#F6F1F3
}


/* pager related styles */

/* WEB-INF\classes\com\wisor\common\taghandler */
.pager_labels_normal{  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	color:0B0B85; 
	text-align: left;
}

/* WEB-INF\classes\com\wisor\common\taghandler */
.pager_link { 
	COLOR: maroon; 
	font-family: Consolas,Menlo; 
	FONT-SIZE: 8pt; 
	FONT-WEIGHT: bold;
}


/* Form GUI Styles */

/* WEB-INF\classes\com\wisor\vfo\common\taghandler */
.txtfld_section {
	font-family: Consolas,Menlo;
	font-size: 13px;
	border: 1px solid #98B0F8;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
.formGUI_formBorder{
	border-color:#EAE9F3;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\ */
.formGUI_formTitleCell{
	background-color:#EAE9F3;
	padding-right:10;
	padding-left:10;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\ */
.formGUI_formSubTitleCell{
	background-color:#EAE9F3; 
	padding-left:6; 
	padding-right:6; 
	vertical-align:baseline;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\ */
.formGUI_formSubTitleText{
	font-size: 9px;
	font-family: Consolas,Menlo;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
.formGUI_sectionBorder{
	border-color:#EAE9F3;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
.formGUI_sectionTitleCell{
	background-color:#EAE9F3;
	padding-right:10;
	padding-left:10;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler */
.formGUI_fieldSectionContainer{
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
}
.formGUI_fieldSectionContainer_ForeditabltTextField{
	padding-bottom:2px;
	padding-right:2px;
	padding-left:2px;
	position: relative;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler */
.formGUI_fieldTitle {
	font: 11px Consolas,Menlo; 
	color:#023C6A;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
.formGUI_print{
    border: 1px solid;
    height:auto;
    width: auto;
    font-family: Consolas,Menlo;
    font-size: 13px;
    font-style: normal;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java
WEB-INF\jsp\order\request\templateform.jsp */
.formGUI_textField{
    height:auto;
    width: auto;
    border: 1px solid;
    font-family:Consolas,Menlo;
    font-size: 13px;
   /* font-style: normal;*/
    border-top-color: #D8E1FC;
    border-right-color: #D8E1FC;
    border-bottom-color: #D8E1FC;
    border-left-color: #D8E1FC;
}
.formGUI_editabltTextField{
   height:auto;
    width: auto;
    border: 1px solid;
    font-family:Consolas,Menlo;
    font-size: 13px;
	position: absolute;
    z-index: 2 !important;
    width: 680px !important;
	 border-top-color: #D8E1FC;
    border-right-color: #D8E1FC;
    border-bottom-color: #D8E1FC;
    border-left-color: #D8E1FC;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java
WEB-INF\jsp\order\request\cancelPage.jsp
WEB-INF\jsp\order\request\dddChange.jsp */
.formGUI_textAreaField{
    height:auto;
    width: auto;
    border: 1px solid;
    font-family: Consolas,Menlo;
    font-size: 13px;
    /*font-style: normal;*/
    border-top-color: #D8E1FC;
    border-right-color: #D8E1FC;
    border-bottom-color: #D8E1FC;
    border-left-color: #D8E1FC;
    resize: none;
    white-space: pre-wrap;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java
WEB-INF\jsp\order\request\CustomForm.jsp
WEB-INF\jsp\order\request\updateProtectedCkt.jsp */
select.formGUI_selectField{
    border: 1px;
    font-family: Consolas,Menlo;
    font-size: 13px;
    font-style: normal;
    border-top-color: #D8E1FC;
    border-right-color: #D8E1FC;
    border-bottom-color: #D8E1FC;
    border-left-color: #D8E1FC;     
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
.formGUI_labelshighlight_b{ 
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: bold; 
	color:#000080;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
.formGUI_labelshighlight {  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight:bold; 
	color:black;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
.formGUI_linkhighlight_b{ 
	font-family: Consolas,Menlo; 
	font-size: 12pt; 
	font-weight: bold; 
	color:#000080;
}

/* WEB-INF\classes\com\wisor\vfo\common\taghandler\WebVFOGUITagHandler.java */
/* form background(lines) color*/
.form_tblmainbk {
	background-color:D8C7C5
}

a.formGUI_linkhighlight{ 
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	color:#000080;
}

a.formGUI_linkhighlight:hover{
	font-weight: bold;
}


/*Login Page Related */

.login_header { 
	COLOR: maroon; 
	font-family: Consolas,Menlo; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold;
}

.login_label { 
	COLOR: black;
	font-family: Consolas,Menlo; 
	font-size: 13px; 
	FONT-WEIGHT: bold;
}


/* Page Header, like ("Order List", "PreOrder List") */

.pgheader {  
	font-family: Consolas,Menlo, verdana; 
	font-size: 13pt; 
	font-weight: bold; 
	color:#000099
}


/* It is used in TA files 
	WEB-INF\ta
	WEB-INF\jsp\order\request\OrderResponseSummary.jsp */

.subtitle {
	font-family: Consolas,Menlo;
	font-size: 12pt;
	font-weight: bold
}


/* Colors for Tables and Forms */


/* WEB-INF\jsp\EONOrderList.jsp
WEB-INF\jsp\OrderList.jsp
WEB-INF\jsp\e911\e911HistoryList.jsp
WEB-INF\jsp\e911\e911List.jsp
WEB-INF\jsp\e911\template\e911TemplateList.jsp
WEB-INF\jsp\preorder\PreOrderList.jsp */
/* Table background(lines) color */

.tbl_mainNav {
	background-color:#EAE9F3
}

/* WEB-INF\jsp\e911\e911HistoryList.jsp
WEB-INF\jsp\e911\e911List.jsp
WEB-INF\jsp\e911\template\e911TemplateList.jsp
WEB-INF\jsp\preorder\PreOrderList.jsp */
/* Table row(data) background color */

.tr2nav{ 
	background-color: #F4F4F4
} 

/* WEB-INF\jsp\e911\e911HistoryList.jsp
WEB-INF\jsp\e911\e911List.jsp
WEB-INF\jsp\e911\template\e911TemplateList.jsp
WEB-INF\jsp\preorder\PreOrderList.jsp */
/* Table row(data) background color */

.tr3nav{ 
	background-color: #FFFFFF
} 


/* List related styles (Ex: "Order List", "PreOrder List") */

.list{  
	font-family: Consolas,Menlo; 
	font-size: 9pt;  
	color: #0000ff; 
	text-decoration: none
}

.list:hover{  
	font-family: Consolas,Menlo; 
	font-size: 9pt;    
	color: #0000FF; 
	text-decoration: 
	underline
}

.colheading{  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center
}

.colheading_withlink{  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none; 
	color:#000099
}

.colheading_withlink:visited{  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: none; 
	color: #000099
}

.colheading_withlink:hover{  
	font-family: Consolas,Menlo; 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	text-decoration: underline; 
	color:#000099
}


/* WEB-INF\jsp\order\request\OrderResponseSummary.jsp */
.tbldata_circuitwithnotn{  
	font-family: Consolas,Menlo; 
	color:brown; 
	font-size: 9pt; 
	font-weight: bold; 
}


/*	Navigation links in TA pages. 
	WEB-INF\classes\com\wisor\tagui\presentationTier\* */

.bulkChange{
	font-family: Consolas,Menlo; 
	font-size: 13px; 
	font-style: normal;  
	font-variant: normal; 
	color: brown; 
	text-decoration: none;
	font-weight:bold
}

.bulkChange:hover{
	font-family: Consolas,Menlo; 
	font-size: 13px; 
	font-style: normal;  
	font-variant: normal; 
	color: #0000FF; 
	text-decoration: underline;
	font-weight:bold
}

/* Cursore type */
.hand {
   cursor:pointer;
}
/* Filter GUI Styles */

.showSwitch {
	display: block;
}

.hideSwitch {
	display: none;
}

.expandMenu {
  width: 99%;
  margin: 0px 3px 12px;
}

.expandMenu dt {
	background-color: #EAEAFF;
    padding: 2px;
    margin: 0px 0px 1px;
    color: #000099;
    cursor: hand;
    font-family: Consolas,Menlo;
    font-size: 13px;
}

.expandMenu a {
	color: #000000;
}

.expandMenu a:hover {
	color: #333333;
	background-color: transparent;
}

.expandMenu dd {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.expandMenu ul {
	background-color: #FFFFFF;
	margin:  12px;
	padding: 0px;
	list-style-type: none;
}

.expandMenu table {
	border-collapse: collapse;
	width: 100%;
}

.expandMenu td {
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #FFFFFF;
	border-width: 1px 0;
	font-family: Consolas,Menlo;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.expandMenu thead td {
	background-color: #F4F4F4;
	border-top-style: none;
}


.serviceSelect{
font-family:Menlo,Consolas;
	 min-width:240px;
}


/* Used for drop down in the topframe.jsp */

.droplist {
    height: 2pt;
    width: auto;
    font-family: Consolas,Menlo;
    font-size: 13px;
    font-weight:bold;
}


/* Used for print pages */

.breakhere {
	page-break-after: always
}

.prnPageBottom{
	position:relative; 
	width:100%; 
	height:100%; 
	z-index:2; 
	visibility: visible
}

.prnPage{
	position:relative; 
	width:100%; 
	height:100%; 
	z-index:1; 
	visibility: visible
}

/* Newly Added CSS */
.formGUI_fieldTitleCell{
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
}

.droplist{
	height:20px;font-family: Consolas,Menlo;
}

.searchTable td:nth-child(2n){
word-wrap: break-word;
 word-break: break-all;
}

.labelOIdropDown{
	font-family:Menlo,Consolas;
	font-size: 13px;   
}

.labelOIdropDown div b{
	font-family:Menlo,Consolas;
	font-size: 13px;	
}
.nextnextSectionAttributes
{
	position: absolute;
	left: 0px;
	top: -20px;
	width: 100%;
	height: 24px;
	display: none;
}
.nextnextSectionAttributesForRemove
{
	position: absolute;
	left: 0px;
	top: -20px;
	width: 100%;
	height: 24px;
	display: none;
}

.disableNextClick .nextnextSectionAttributes{
	display: block;
	top: -7px;
	cursor: wait;
}

.label_password-username_link_bld {
	font-family: Consolas,Menlo;
	font-size: 7pt;
	color:#000080;
	font-style: italic
}
