﻿/*Version #4 - 24-06-08*, see changecontrol.doc*/



/* Smoky application specific  */

/*-- DECC main content (MC) form styles --*/

#DECCMCForm
{
}

#DECCMCForm p
{
    margin: 10px 0 10px 0;
}

#DECCMCForm fieldset
{
    border: 1px solid #cc9;
    margin: 6px 0;
    padding: 5px; /*width: 715px;* for fixed width forms*/
}

#DECCMCForm fieldset p.note
{
    clear: left;
    margin: 0 0 0 220px;
    font-size: 85%; /*width: 250px; */
}

#DECCMCForm legend
{
    color: #d66b03;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 6px;
}


#DECCMCForm label.label_error
{
    color: #f00;
    font-weight: bold;
}


/*
#DECCMCForm label { 
	float: left;
	width: 200px;
	cursor: pointer;
	text-align: right;
	font-size: 95%;
	clear: left;
	margin: 5px 0 0 0;
}

#DECCMCForm p.labelRow { 
	float: left;
	cursor: pointer;
	text-align: right;
	font-size: 95%;
	margin: 50x 0 0 0;
}

#DECCMCForm p.LabelShort {
	float: left;
	width: 200px;
	cursor: pointer;
	text-align: right;
	display: inline;
	font-size: 95%;
	clear: left;
	margin-top: 10px;
}

#DECCMCForm p.LabelLong {
	float: left;
	width: 520px;
	cursor: pointer;
	text-align: left;
	display: block;
	font-size: 95%;
	clear: left;

}

#DECCMCForm p.LabelLongWide {
	float: left;
	width: 720px;
	cursor: pointer;
	text-align: left;
	display: block;
	font-size: 95%;
	clear: left;
}

#DECCMCForm p.LabelLongWideLge {
	float: left;
	width: 720px;
	cursor: pointer;
	text-align: left;
	display: block;
	font-size: 100%;
	clear: left;
}
*/

/*
label.LabelRightFirst {
	width: auto!important;
	text-align: left;
	clear: none!important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 110%;
}

label.LabelRight {
	width: auto!important;
	text-align: left;
	clear: none!important;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

label.LabelRightRow {
	width: auto!important;
	text-align: left;
	clear: none!important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

*/


p.formtext
{
    margin: 20px 0;
}
p.formtext span, #deccForm label span
{
    color: #f00;
}
p.ErrorMessage
{
    color: #f00;
    padding: 0 0 0 30px;
    background: url(/images/admin/icons/error.jpg) no-repeat;
}

/*
#DECCMCForm input {
	
	height: 22px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	margin: 5px 0 5px 20px;
	padding: 0;
	--vertical-align: text-top; 
	vertical-align: middle;
	border: 1px solid #add;
}      
*/

#DECCMCForm textarea
{
    float: left; /*width: 250px;*/ /*height: 84px;*/
    overflow: auto;
    font-family: arial, helvetica, sans-serif;
    color: #666;
    padding: 3px;
    margin: 10px 0 5px 20px;
    vertical-align: text-top;
    border: 1px solid #add;
    background-color: #fff;
    font-size: 100%;
}


#DECCMCForm select
{
    float: left; /*width: 250px;*/
    margin: 10px 0 10px 10px;
    padding: 0;
    vertical-align: text-top;
    border: 1px solid #add;
}

#DECCMCForm select.row
{
    float: left; /*width: 250px;*/
    margin: 5px 0 5px 20px;
    padding: 0;
    vertical-align: text-top;
    border: 1px solid #add;
}

input.optcolfirst
{
    display: inline;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin: 10px 0 2px 17px !important;
    padding: 0 !important;
}
input.optcol
{
    clear: left;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin: 0 0 2px 217px !important;
}

input.optrow
{
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    margin: 10px 0 2px 20px !important;
    display: inline;
}


#DECCMCForm input.input_error
{
    background-color: #ff9;
}


#DECCMCForm input.submit
{
    float: right;
    width: 55px;
    height: 22px;
    background: url(/images/admin/form_button.gif) no-repeat;
    border: none;
    font-size: 90%;
    color: #006666;
    font-weight: bold;
    margin: 0 0 30px 10px;
    padding: 0;
}




form fieldset div.help
{
    float: right;
    width: 158px;
    height: auto;
    margin: 0 0 10px 10px;
    padding: 5px;
    border: 1px solid #cccc99;
    background-color: #ffffe1;
    color: #666666;
    font-size: 88%;
}

form fieldset div.help h4
{
    background-image: url(/images/admin/icons/form_help.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 3px 0 3px 27px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cccc99;
    color: #666666;
    font-size: 110%;
}

form fieldset div.help p
{
    margin: 0em 0em 1.2em 0em;
    color: #666666;
}

form fieldset div.help p.last
{
    margin: 0em;
}

/* ----             */

.SVBodyDiv
{
    padding: 0px;
    color: #000000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 100%;
    font-weight: normal;
    text-decoration: none;
}

.SVTable
{
    font-size: 100%;
}

.SVGreenTable
{
    font-size: 100%;
    background: #eeffff;
}

.tabletext
{
    font-family: Arial, Helvetica, san-serif;
    font-size: 100%;
}

/*
.button 
{	font-family: Arial, Helvetica, san-serif;
	font-size:  100%;
	border: none;
	font-weight: bold;
	margin: 0 0 30px 10px;
	padding: 0;
	color: #008899
}
*/

.Labelnote
{
    float: left;
    height: 22px;
    font-family: arial, helvetica, sans-serif;
    color: #666;
    margin: 5px 0 5px 20px;
    font-size: 85%;
    vertical-align: text-top;
}

#DECCMCForm span
{
    font-family: arial, helvetica, sans-serif;
    margin: 5px 0 5px 0px;
    padding: 0;
    vertical-align: middle;
}


.MiddleInput
{
    height: 22px;
    font-family: arial, helvetica, sans-serif;
    color: #666;
    margin: 5px 0 5px 20px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #add;
}


.Label1
{
    float: none;
    height: 22px;
    font-family: arial, helvetica, sans-serif;
    margin: 50px 0 50px 20px;
    font-size: 100%;
    vertical-align: text-top;
}

.input1
{
    font-family: arial, helvetica, sans-serif;
    color: #666;
    padding: 0; /* vertical-align: text-top; */
    vertical-align: middle;
    border: 1px solid #666;
}


/*
.textbox {
	
	 height: 22px; 
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	margin: 5px 0 5px 20px;
	padding: 0;
	
	vertical-align: middle;
	border: 1px solid #add;
}    
*/

.checkbox
{
    font-family: arial, helvetica, sans-serif;
 
    margin: 5px 0 5px 5px;
    padding: 0;
    vertical-align: middle;
}

.rblist
{
    height: 22px;
    font-family: arial, helvetica, sans-serif;
    margin: 5px 0 5px 16px;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
}

.ddlist
{
    font-family: arial, helvetica, sans-serif; /*margin: 5px 0 5px 20px;*/
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
    border: 1px solid #add;
}

.okBtn
{
    font-family: Arial, Helvetica, san-serif;
    font-size: 100%;
    border: none;
    font-weight: bold;
    margin: 0 0 30px 10px;
    padding: 0;
    color: #089;
}


.gridheader
{
    background: #eec;
    font-weight: normal;
    height: 25px;
    border-top: 1px solid #92c9cb;
    padding: 6px;
    vertical-align: top;
    min-height: 30px;
}

.gridfooter
{
    background: #FFFFFF;
    font-weight: normal;
    font-size: 100%;
    height: 25px;
    border-top: 1px solid #92c9cb;
    padding: 6px;
}










/*  CONTENT AREA ------------------ */
#container
{
    max-width: 970px;
    min-width: 768px;
}

/*
#ISEMSContent {
font-size: 100%;
line-height:155%;
margin: 0 5px 10px 5px;
}
*/

#ISEMSTabContent
{
    font-size: 100%;
    line-height: 150%;
    margin: 0 10px 10px 10px;
}

/*
#ISEMSContent h1, #mainContent3 h1 {
color: #099;
font-size: 160%;
font-weight: normal;
border-bottom: 1px dotted #666;
padding-bottom: 6px;
margin-bottom: 6px;
}
*/

#ISEMSInfoBar
{
    font-size: 100%;
    height: 25px;
    border-top: 2px solid #e90;
    background: #cd2;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

/*
#pageTools {
float: right;
margin-top: -30px;
margin-right: 7px;
}
*/

.label
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 0;
    vertical-align: middle;
}

.Headerlabel
{
    font-family: Helvetica, sans-serif;
    font-size: 100%;
    padding: 0;
    vertical-align: middle;
    margin: 300px 0 300px 300px;
}

.lblnoindent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 0;
    vertical-align: middle;
    margin: 3px 0 3px 0px;
}
.LabelTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
    color: #d66b03;
}

.ddlistwithoutindent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666;
    padding: 0;
    vertical-align: middle;
}

.newslabel
{
    font-size: 100%;
    vertical-align: middle;
}

.textbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000;
    margin: 3px 0 3px 10px;
    padding: 0;
    vertical-align: middle;
}

.txtnoindent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666;
    margin: 3px 0 3px 0px;
    padding: 0;
    vertical-align: middle;
}

.dropdownlist
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666;
    margin: 0px 0px 3px 10px;
    vertical-align: middle;
}

.listBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666;
    margin: 3px 0 3px 0px;
    padding: 0;
    vertical-align: middle;
}

.ddlnoindent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666;
    margin: 3px 0 3px 0px;
    padding: 0;
    vertical-align: middle;
}

.rblist
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: -3px 0 0px 13px;
}

.checkbox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 3px 0 3px 18px;
}

.checkboxNoIndent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 3px 0 3px 0;
}
.gridview td
{
    height: 30px;
    vertical-align: top;
}
.acompanytitle 
{
    text-decoration: none !important;
}
 
.gridview td A
{
    text-decoration: underline;
}
.gridview td A:hover
{
    text-decoration: underline;
}

.linkbutton
{
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    padding: 0;
    vertical-align: middle;
    margin: 0 0 0 0px;
}

.linkbuttonnoindent
{
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    padding: 0;
    vertical-align: middle;
    margin: 0 0 0 0px;
}
.linkbuttonforsystemcondition
{
    font-family: arial, helvetica, sans-serif;
    color: #0000FF;
    font-size: 100%;
    padding: 0;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.labelforinformation
{
    font-family: arial, helvetica, sans-serif;
    padding: 0;
    font-size: 110%;
    vertical-align: middle;
    margin: 3px 0 3px 0;
}

.labelWithoutIndent
{
    font-family: arial, helvetica, sans-serif;
    padding: 0;
    font-size: 100%;
    vertical-align: middle;
    margin: 0 0 0 0;
}

.treeviewroot
{
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
    font-size: 110%;
}


.fieldset
{
    font-size: 100%;
    line-height: 150%;
    margin: 0 5px 10px 5px;
}

.fsShow
{
    visibility: visible;
    display: block;
}

.fsHide
{
    visibility: hidden;
    display: none;
}

.actionpan
{
    background: #eed;
    margin: 0 5px 0 0px;
}

.summarypan
{
    background: #eed;
    margin: 0 5px 0px 0px;
}

.shadow
{
/*   background: url('../images/shadow_forms.jpg') repeat-x 50% top;*/
    height: 77px;
    margin: 0 15px 0 15px;
}

.shadow1
{
  /*  background: url(../images/shadow_forms.jpg) top repeat-x;*/
    height: 4px;
    margin: 0 15px 0 15px;
}

.alerttitle
{
    padding: 0px 0 0px 3px;
    border-bottom: 1px solid #008899;
    background-color: #008899;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: White;
    vertical-align: bottom;
    height: 15px;
    line-height: 15px;
}

.alerttitle1
{
    padding: 0px 0 0px 3px;
    border-bottom: 1px solid #008899;
    background-color: #008899;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: White;
    vertical-align: bottom;
    height: 15px;
    line-height: 15px;
    width: 565px;
}

.alerttable
{
    border: 1px solid #008899;
    vertical-align: top;
}

#tvSystem
{
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    color: #00FF00;
    margin: 3px 0 3px 20px;
    padding: 0;
    vertical-align: middle;
}


#tvSystem a
{
    color: #0000FF;
}



/*
#Message {
float: none;

background: #fff;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px;
font-size: 100%;
}


#Message  fieldset {
border: 1px solid #cc9;
	margin: 0 0;
	padding: 10px ;
}


#Message legend {
	color: #089;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 6px;
	font-size: 110%
}
*/

/*
#News {
float: none;
width: 96%;
background: #fff;
margin-left: 18px;
margin-right: 18px;
}



#News  fieldset {
border: 1px solid #cc9;
	margin: 0 0;
	padding: 10px ;
}


#News legend {
	color: #089;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 6px;
	font-size: 110%
}
*/

/*
#TeamInstrument {
float: none;
width: 97%;
background: #fff;
margin: 0 18px 10px 18px;
font-size: 100%;
}

*/

/*

#TeamInstrument  fieldset {
border: 1px solid #cc9;
	margin: 0 0;
	padding: 6px ;
}

#TeamInstrument legend {
	color: #089;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 6px;
	padding-bottom: 8px;
	font-size: 110%
}
*/

/*
#TeamSumarry {
font-size: 100%;
line-height: 150%;
margin: 0 18px 10px 18px;
}



#TeamSumarry  fieldset {
border: 1px solid #cc9;
	margin: 0 0;
	padding: 0px ;
}

#TeamSumarry legend {
	color: #089;
	font-weight: bold;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-size: 110%
}

*/

fieldset
{
    border: 1px solid #cc9;
    margin: 0 0;
    padding: 8px;
}

legend
{
    color: #d66b03;
    font-weight: bold;
    padding-right: 7px;
    padding-left: 6px;
    padding-bottom: 6px;
    font-size: 110%;
}

#parameterlist
{
    float: none;
    background: #fff;
    margin-left: 50px;
    margin-right: 100px;
    margin-bottom: 10px;
    font-size: 100%;
}


/*
.gridheader {
	background:	url(../Images/th_back.gif) repeat-x scroll center bottom;
	font-weight:normal;
	height:25px;
	border-top: 1px solid #92c9cb;
}

*/




.griditem
{
    padding: 6px;
}


.gvnostyle
{
}

.gvnostyle td
{
    border: 1px solid #f1f1dd;
}

.gvnostyle tr
{
    border: 1px solid #f1f1dd;
}

.gvnostyle th
{
    border: 1px solid #f1f1dd;
}

.StatusMessage
{
    color: Red;
    font-size: 2.0em;
    font-weight: bold;
}

.MsgText
{
    font-family: Verdana, Arial;
    font-size: small;
    text-align: left;
    font-weight: normal;
}


/* Lock Screen-related CSS Classes */
.LockOff
{
    visibility: hidden;
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
}
.LockBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 105%;
    height: 105%;
    background-color: white;
    z-index: 999;
    filter: alpha(opacity=75);
    opacity: 0.75;
    padding-top: 20%;
}

.LockPane
{
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 25%;
    visibility: visible;
    display: block;
    text-align: center;
    width: 100%;
    background-color: White;
}

.LockPane div
{
    width: 55%;
    background-color: Transparent;
    color: yellow;
    font-size: large;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
}

.divPoints
{
    z-index: 1000;
    position: absolute;
    display: none;
    border-style: none;
    background-color: white;
    padding: 0px;
}

.divPopUp
{
    z-index: 1000;
    position: absolute;
    display: none;
    border-style: none;
    background-color: white;
    padding: 0px;
}
/*POEO Monitor Tabs Styles*/

.divWeightedLoad
{
    z-index: 1000;
    position: absolute;
    height: 250px;
    width: 150px;
    display: none;
    border-style: none;
    background-color: white;
    padding: 5px;
}


td.ASPtabon A
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #2bc;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.0em;
}

td.ASPtaboff A
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #2bc;
    text-decoration: none;
    font-size: 1.0em;
}

td.ASPtaboff
{
    background-color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #22bbcc;
    border-left: 1px solid #22bbcc;
    border-top: 1px solid #22bbcc;
    border-bottom: 1px solid #22bbcc;
}
td.ASPtaboff1 A
{
    color: #0099ee;
    text-decoration: none;
}
td.ASPtaboff A:hover
{
    color: #089;
    text-decoration: none;
    background: #ffffff;
}

td.ASPtab3 A
{
    color: #0099ee;
    text-decoration: none;
}
/*td.ASPtab3 A:hover {COLOR: #003366;TEXT-DECORATION: none;} */

td.ASPtabon
{
    background-color: #cceeee;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #22bbcc;
    border-left: 1px solid #22bbcc;
    border-top: 1px solid #22bbcc;
}

td.ASPtab2
{
    background-color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    border-left: 1px solid #22bbcc;
}
td.ASPtab3
{
    background-color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    border-right: 1px solid #22bbcc;
}


/*End of POEO Monitor Tabs Styles*/


.MsgBox
{
    margin: 10px 10px 0px 10px;
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #CFD3D8;
    border-bottom: 1px solid #CFD3D8;
    border-left: 1px solid #CFD3D8;
    border-right: 1px solid #CFD3D8;
    color: blue;
    background-color: #FFFFFF;
}

.MsgBox1
{
    margin: 10px 10px 0px 10px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #ddc;
    overflow: auto;
    color: blue;
    background-color: #eed;
}


.TopTable td
{
    vertical-align: top;
    padding: 2px;
}

h6
{
    font-family: Georgia, Times New Roman, Times, serif;
    color: #0066FF;
    font-size: 85%;
    font-weight: normal;
}


test
{
    padding: 6px;
}


.textboxBottom
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666;
    margin: 0px 0 0px 20px;
    padding: 0;
    vertical-align: middle;
}


/* The following classes are used for AJAX autocomplete in suburb auto completion
/* AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}



/* to fix the global content changes */
#mainContainer02 #contentArea
{
    width: auto;
}

table
{
    border-collapse: separate;
    border-spacing: 0px;
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0;
    width: auto;
}


legend
{
    display: inline;
    color: #d66b03;
}


/* to fix the drop down list vertical alignment issue */
tr
{
    display: table-row;
    vertical-align: middle;
}
.tdtip
{
    font-size: small;
    font-weight: normal;
 
}
.imagepopup
{
    border-bottom: #1a1a1a 1px solid;
    position: absolute;
    text-align: left;
    border-left: #1a1a1a 1px solid;
    padding-bottom: 0px;
    margin-top: -150px;
    padding-left: 13px;
    width: 240px;
    padding-right: 13px;
    display: none;
    background: #eeeeee;
    color: #000000;
    font-size: 90%;
    border-top: #1a1a1a 1px solid;
    border-right: #1a1a1a 1px solid;
    padding-top: 0px;
}
.tdhead
{
    
    font-weight: bold;
}
.LabelforError
{
    color: #f00;
    font-weight: bold;
}
.tableWebForm
{
    width: 97%;
    display: block;
    border-collapse: collapse;
    border: 1px solid gray;
}


.mapparent
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 610px;
    height: 630px;
    margin-top: -315px; /*set to a negative number 1/2 of your height*/
    margin-left: -305px; /*set to a negative number 1/2 of your width*/
    border: 1px solid gray;
    background-color: white;
}
.maptitle
{
    width: 610px;
    vertical-align: middle;
    height: 30;
    background: #008899;
    margin: 0px !important;
    padding: 0px !important;
    color: White;
    font-size: large;
    font-weight: bold;
}



.accordionLink
{
    color: White;
    text-decoration: underline !important;
}

#tdchart
{
    vertical-align: top;
    text-align: center;
}
.gvhighlight
{
    background-color: #F6F9Fb  !important;
}
.sortascheader
{
    background: url(../images/asc.gif) right center no-repeat;
    text-decoration: none;
}
.sortdescheader
{
    background: url(../images/desc.gif) right center no-repeat;
    text-decoration: none;
}

.sorttwowayheader
{
    text-decoration: none;
}
TH A
{
    padding-right: 20px;
}

.invisible
{
    position: absolute;
    left: -500;
    top: -400px;
}
.heritagepager
{
    margin:0px;
    padding:0px;
}
.heritagepager a
    {
	    border: 1px solid #EDF5FF;
	    color: #0067A5;
	    text-decoration: underline;
	    padding: 2px 5px;
    }
    .heritagepager span
    {
	    background-color: #0067A5;
	    border: 1px solid #DBEAFF;
	    color: #FFFFFF;
	    padding: 2px 5px;
    }


    .heritagepager a:hover
    {
        color: #1E90FF;
    }


/* override the following styles */
.label {
    font-size: unset !important;
    font-weight: unset !important;
    line-height: unset !important;
    color: unset !important;
    text-align: unset !important;
    display: contents !important;
}

.no-padding {
    padding: 0px !important;
}

label.error {
    display: contents !important;
}

span.checkbox {
    margin: 8px 23px 8px 28px;
}

span.checkbox:checked {
    margin-right: 5px;
}

.checkbox input[type=checkbox]:checked + label::after {
    content: '✔';
}

/*input[type="checkbox"]:checked + label:after {
    content: '✔';
    display: inline-block;
    font-size: 1.6em;
}*/
/*
.checkbox:checked label::after {
    font-family: "Webdings";
    content: "\61";
    color: blue;
    font-size: 200%;
    margin-top: -14px;
    margin-left: -28px;
    background-color: white;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: none !important;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background: transparent;
    display: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "Webdings";
    content: "\61";
    color: blue;
    font-size: 200%;
    margin-top: -14px;
    margin-left: -28px;
    background-color: white;
    height: 0px;
    width: 0px;
}*/

input#ContentPlaceHolder1_RadioButtonNew, input#ContentPlaceHolder1_RadioButtonChange, input#ContentPlaceHolder1_RadioButtonRemove {
    margin-right: 10px;
}

.reset-style label {
    margin-left: 5px !important;
    font-weight: normal;
}

/*/.long-text span {
    word-break: normal;
    white-space: normal;
}*/