﻿/*@import '/App_Themes/Global/oic_nav.css';
*/
/*@import '/App_Themes/Global/user.css';*/
/*@import '/App_Themes/Global/tabs.css';*/

*
{
    padding: 0;
    margin: 0;
    font-size: 100%;
}

a:link
{
   color: #0376ae; /*  border-bottom: 1px dotted #999999;*/
    text-decoration: none;
     border-bottom: 1px dotted #008fd5;
    
}
a:visited
{
    color: #0376ae; /*  border-bottom: 1px dotted #999999;*/
    text-decoration: none;
     border-bottom: 1px dotted #008fd5;
}
a:active
{
   color: #0376ae;  /*  border-bottom: 1px dotted #999999;*/
    text-decoration: none;
}
a:hover
{
   color: #0376ae; 
    border-bottom: 1px solid #41698d;
    text-decoration: none;
}
a:focus
{
    outline-color: #999999;
    outline-style: dotted;
    outline-width: thin;
}

a.linkNoUnderline, a.linkNoUnderline:hover
{
    text-decoration: none;
     border-bottom: none;
     color:black;
}
/* IE7 and below doesn't support this.*/

html, body
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 9pt;
    background-repeat: repeat-x;
    background-color: white;
}
.h1
{
    font-family:  Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
   color: #444;
   font-weight: normal;
   font-size: 2.7em;
text-align: left;
margin-top: 12px;
}


h1
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
     color: #444;
   font-weight:  normal;
   font-size: 2.7em;
   margin-top: 12px;
 
}

.h2
{
	 font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #444;
	font-weight: normal;
	font-size:1.8em;
	padding: 0.5em 0;  
  
    
}

h2
{
 	 font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
 	color: #444;
	font-weight: normal;
	font-size:1.8em;
	padding: 0.5em 0;
  
    
}


.h3
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
  	color: #444;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.5em 0;
    text-align: left;

}

.SectionSubHeading
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    margin-top: 14px;
    margin-bottom: 4px;
    display: inline-block;
}

p
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 12px;
    margin-right: 0px;
    text-align: left;
}

hr
{
    border: 1px solid #ccc;
    color: #CCC;
    height: 0;
    border-width: 1px 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

a img
{
    border: 0 none;
}

img
{
    border: 0 none;
}

.breadcrumbs
{
    display: block;
    width: 100%;
   
padding: 4px 0px 4px 2px;

    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #f2f2f2;
    	font-size: 1.2em;
	line-height: 2.0em;
	
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.PageBanner
{
    display: block;
    width: 99%;
  
    padding-bottom: 1em;
    padding-top: 0.5em;
    padding-left: 0.3em;

    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #008fd5;
    font-size: 1.2em;
	line-height: 2.0em;
    
    	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin-left: 11px; 
    cursor:pointer; 
}

div.PageBanner:hover
{
   background-color:#11b1ff;
}

.white
{
    color:white;
    font-size: 2em;
    text-align: center
}

.breadcrumbs a
{


    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;

	    text-decoration: none;
     border-bottom: 0px dotted #008fd5;
    
	color: #555555;
	padding-right: 16px;
		padding-left: 16px;
	

}


.breadcrumbs a:hover
{


    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;

	    text-decoration: none;
     border-bottom: 0px dotted #008fd5;
     	color: #333333;
	border-bottom:  3px solid #d9d9d9 ;


	padding-bottom: 8px;
	padding-right: 16px;
	padding-left: 16px;
}

ul
{
    list-style-type: circle;
}

.ccHeader
{
    height: 65px;
    padding: 0px;
    
    margin-top: 30px;

    background-repeat: no-repeat;
    border-bottom: 0px solid #24618E;
    text-decoration: none;
    border-bottom: 0px;
}

.logo a
{
    cursor: pointer;
    display: block;
    width: 90%;
    max-width: 230px;
    height: 60px;
    background-image: url('../../images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: 90%;
    -moz-background-size: 90%;
    -webkit-background-size: 90%;
    background-size: 90%;
    margin: 5px 10px;
    text-decoration: none;
}
.no-svg .logo a {
   background-image: url('../../images/logo.png');
   max-width: 335px;
   height: 55px; 
   width: 40%;
}
.logo a:hover{
    opacity:0.8;
    text-decoration: none;
    border-bottom: 0px;
}

.logoContainer
{
    width: 49%; 
    float:left;
}

.helpContainer
{
    width: 49%;
    float:left;
    text-align:right;
    padding-top:38px
}
.headerbackhome a
{
    display: block; 
     background-image: url(../../images/logo.png);
       background-repeat: no-repeat;
    float: left;
    width: 400px;
    height: 70px;
    border-bottom: 0px;
    text-decoration: none;
    border-bottom: 0px;
}

.headerbackhome a:hover {
	opacity: 0.7;
}  

.nodisplay {
	display: none;}


.ccFooter
{
    position: relative;
    display: block;
    clear: both;
    color: #000000; /*background-image:url('../../images/footer_bg.jpg');*/
    text-align: left;
    font-size: .9em;
    margin: 0px 0px 0px 0px;   
    width: 100%;
}
.ccFooterHyperLink
{
    /*color:#FFFFFF;*/
}

.ccUtility
{
   font-size: 1.4em;
    color: #555555; 

}

.ccPage
{
    width: 960px;
    border: 0px;
    border-collapse: collapse;
}

.ccPageBody
{
    min-height: 53em;
    padding: 0px 10px 0px 10px;
}


.UtilityItem
{
    position: relative; /*top: 1em; */ /*50px*/
    float: right; /*vertical-align: middle; /*color: #ffffff;   */
    background-color: Transparent;
}
.UtilityFooterAdj
{
    position: relative;
 
    left: -1em;
   display:block;
   height: 20px;
   color: #42688d;

  
}

.UtilityHeaderAdj
{
    position: relative;
    top: 4.5em;
    display: block;
}

.UtilityItemLeft
{
    position: relative;
    float: left;
    text-align: left;
    vertical-align: middle;
    background-color: Transparent;
    padding-top: 4.5em; /*color: #ffffff;*/
}
.UtilityItemRIght
{
    position: relative;
    float: left;
    text-align: right;
    background-color: Transparent; /*color: #ffffff;*/
    
}

.TabFrame
{
    border-width: 0px;
    background-color: Transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
}

.Tabs
{
    top: 1px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-align: left;
    width: 100%;
}


.ProfileTabs
{
    top: 1px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    text-align: left;
    width: 100%;
}

.AlignLeft
{
    text-align: left;
}

.TabActive
{
    /*position: relative;*/
    width: 10em;
    height: 40px;
    text-align: center;
    background-image: url(../../images/tab_background_active.png);
    border-right: 0px solid #AAA;
    border-top: 0px solid #AAA;
    border-left: 0px solid #AAA;
    border-bottom: 3px solid #0376ae;
    color: #0376ae;
    padding: 0px 0px 0px 0px;
   
}

.TabActive:hover
{
    /*position: relative;*/
    width: 10em;
    height: 40px;
    text-align: center;
    background-image: url(../../images/tabbackground_hover.png);
    border-right: 0px solid #AAA;
    border-top: 0px solid #AAA;
    border-left: 0px solid #AAA;
     border-bottom: 3px solid #0376ae;
    color: #993333;
    padding: 0px 0px 0px 0px;
}

.TabInactive
{
    /*position: relative;*/
    width: 10em;
    height: 40px;
    text-align: center;
    background-image: url(../../images/tab_background_inactive.png);
    border-right: solid 0px #AAA;
    border-top: solid 0px #AAA;
    border-left: solid 0px #AAA;
   border-bottom: 3px solid #AAA;
   color: #444;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.TabInactive:Hover
{
    background-image: url(../../images/tabbackground_hover.png);
     
}

.TabButtonActive
{
    /*position: relative;*/
    width: 100%;
    height: 100%;
    color:#0376ae;
    font-weight: bold;
      
}
.TabButtonInactive
{
    /*position: relative;*/
    width: 100%;
    height: 100%;
   color: #444;
    font-weight: bold;
    cursor: pointer;
}

.TabSpacer
{
    display: block;
    width: 5px;
    color: White;
}


.ProfileTabActive
{
    width: 100px;
    min-height: 28px;
    text-align: center;
    background-image: url(../../images/profile_tab_active.png);
    color: black;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-right: solid 0px #AAA;
    border-top: solid 0px #AAA;
    border-left: solid 0px #AAA;
     border-bottom: 2px solid #0376ae;
}

.ProfileTabActive:hover
{
    width: 100px;
    min-height: 28px;
    text-align: center;
    background-image: url(../../images/profile_tab_hover.png);
    color: black;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-right: solid 0px #AAA;
    border-top: solid 0px #AAA;
    border-left: solid 0px #AAA;
     border-bottom: 2px solid #0376ae;
}

.ProfileTabInactive
{
    width: 100px;
    height: 28px;
    text-align: center;
    background-image: url(../../images/profile_tab_inactive.png);
    color: #444;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-right: solid 0px #AAA;
    border-top: solid 0px #AAA;
    border-left: solid 0px #AAA;
     border-bottom: 2px solid #AAA;
}

.ProfileTabInactive:Hover
{
    background-image: url(../../images/profile_tab_hover.png);
}

.ProfileTabButtonActive
{
    /*position: relative;*/
    width: 100%;
    height: 100%;
    color: #0376ae;
    font-weight: bold;
}
.ProfileTabButtonInactive
{
    /*position: relative;*/
    width: 100%;
    height: 100%;
    color: #444;
    font-weight: bold;
    cursor: pointer;
}

.TabPage
{
    position: relative;
    top: 0em;
    clear: both;
    border-left: solid 1px #AAA; /*#CCC; */
    border-bottom: solid 1px #AAA; /*#CCC; */
    border-top: 1px solid #AAA; /*#EEE; */
    border-right: solid 1px #AAA; /*#999;*/
    width:100%;

    color: #000000; /*height: 195px; */
}

.no-svg .TabPage
{
    width: 105%;
}

.ProfileTabPage
{
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    top: 0em;
    clear: both;
    border-left: solid 1px #AAA; /*#CCC; */
    border-bottom: solid 1px #CCC; /*#CCC; */
    border-top: 1px solid #CCC; /*#EEE; */
    border-right: solid 1px #AAA; /*#999;*/
    background-color: #FFFFFF;
    color: #000000; /*height: 195px; */
}


.TabContents
{
    position: relative;
    top: 1em;
}

.TabPageHeaderMessage
{
    color: #993333;
    font-style: italic;
    font-weight: normal;
    margin: 1em 0.5em 1em 0.5em;
    background-color: Transparent;
}

.TextInfo
{
    font-size: small;
    font-weight: bold;
    color: #000000;
    line-height: 1em;
    text-align: center;
}

.CompSearchTop
{
    position: relative;
    top: 1em;
}
.CompSearchRight
{
    position: relative;
    top: 2em;
    left: 2em;
}
.CompSearchLeft
{
    position: relative;
    top: 0em;
    left: -1em;
    text-align: right;
}

.CompSearchCont
{
    height: auto;
    padding-bottom: 2em;
}

.AgentSearchCont
{
    height: auto;
    padding-bottom: 2em;
}

.AgencySearchCont
{
    height: auto;
    padding-bottom: 2em;
}

.BoldText
{
    font-weight: bold; /*color:#000000; */ /*#1E931E;*/
}



.Tips
{
    font-size: 10px;
    font-style: normal;
    color: #42688d;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
}
.Tips:link
{
    color: #42688d;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
}
.Tips:visited
{
    color: #42688d;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
}
.Tips:active
{
    color: #42688d;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
}
.Tips:hover
{
    color: #41698d;
    border-bottom: 1px solid #41698d;
    text-decoration: none;
}
.Tips:focus
{
    outline-color: #999999;
    outline-style: dotted;
    outline-width: thin;
}

.WhatIsThisLogo{
    cursor:pointer;
    /*vertical-align:central; */
    /*height:15px;*/
    /*width:15px;*/
}

.WhatIsThisLogo:hover{
    opacity:0.8;
}

.no-svg .WhatIsThisLogo {
   background-image: url('../../images/info-icon.png');
   width: 15px;
   height: 15px;
}

/* IE7 and below doesn't support this.*/


.backtotop
{
    font-size: 10px;
    text-align: left;
    margin-top: 7px;
    margin-bottom: 24px;
    display: block;
    width: 80px;
    color: Gray;
}


.ErrorMsg
{
    position: relative;
    top: 0.2em;
    left: 0.0em;
    color: #990000;
    font-weight: bold;
}
.ErrorMsgGen
{
    position: relative;
    top: 0.5em;
    left: 0.5em;
    color: #990000;
    font-weight: bold;
}
.SearchCriteriaTable
{
    width: 100%;
    text-align: left;
}



.SearchGrid
{
    /*background-color:#EEEEEE;*/
    border-width: 1px;
    border-style: solid;
    border-color: #AAA;
    outline-width: 0px;
    border-collapse: collapse;
    background-color: Transparent;
    text-align: left;
    border-spacing: 2px;
}
.SearchGridRow th
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: white; /*-moz-border-radius: ;*/
}
.SearchGridRow td
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: white; /*-moz-border-radius: ;*/
}

.SearchGridRow
{
    background-color: #FFFFFF; /*background-color:#EEEEEE;*/
    border-width: 0px;
    outline-width: 0px;
    border-style: none;
    border-color: #CCCCCC;
    padding: 2em 1em 2em 1em;
    height: 1.2em;
    border-collapse: collapse;
    text-align: left;
}

.SearchGridAltRow
{
    background-color: #F7F7F7; /*background-color:#DDDDDD;*/
    border-width: 0px;
    outline-width: 0px;
    border-style: none;
    border-color: #CCCCCC;
    padding: 2em 1em 2em 1em;
    height: 1.2em;
    border-collapse: collapse;
    text-align: left;
}

.SearchGridAltRow th
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #F7F7F7; /*-moz-border-radius: ;*/
}
.SearchGridAltRow td
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #F7F7F7; /*-moz-border-radius: ;*/
}

.SearchGridHeader
{
    
    text-align: left;
    padding: 2em 1em 2em 1em;
    height: 2em;
}


.SearchGridHeader th
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
  background-color: #e8e8e8; /*-moz-border-radius: ;*/
    text-align: left;
}
.SearchGridHeader td
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
      background-color: #e8e8e8; /*-moz-border-radius: ;*/
 /*-moz-border-radius: ;*/
}

.ProfileCriteriaTable
{
    width: 100%;
    text-align: left;
    border: 1px;
    border-color: #AAA;
    border-style: solid;
}



.ProfileGrid
{
    /*background-color:#EEEEEE;*/
    border-width: 1px;
    border-style: solid;
    border-color: #AAA;
    outline-width: 1px;
    background-color: Transparent;
    text-align: left;
    padding: 10px;
}


.ProfileGridRow
{
    background-color: #FFFFFF; /*background-color:#EEEEEE;*/
    border: 1px;
    border-color: #AAA;
    padding: 2em 1em 2em 1em;
    height: 1.2em;
    text-align: left;
}


.ProfileGridRow th
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #FFFFFF; /*-moz-border-radius: ;*/
    text-align: left;
}
.ProfileGridRow td
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #FFFFFF; /*-moz-border-radius: ;*/
    vertical-align: top;
}

.ProfileGridAltRow
{
    background-color: #F7F7F7; /*background-color:#DDDDDD;*/
    border-color: #AAA;
    padding: 2em 1em 2em 1em;
    height: 1.2em;
    text-align: left;
}

.ProfileGridAltRow th
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #F7F7F7; /*-moz-border-radius: ;*/
    text-align: left;
}
.ProfileGridAltRow td
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #F7F7F7; /*-moz-border-radius: ;*/
}

.ProfileGridHeader
{
    background-color: #dddddd;
    text-align: left;
    padding: 2em 1em 2em 1em;
    height: 1.2em;
    margin-top: 4px;
    margin-bottom: 4px;
}

.ProfileGridHeader th
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #dddddd; /*-moz-border-radius: ;*/
    text-align: left;
}
.ProfileGridHeader td
{
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #AAA;
    background-color: #dddddd; /*-moz-border-radius: ;*/
}


.NoWrap
{
    white-space: nowrap;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SearchRadio
{
    white-space: nowrap;
    padding-left: 0.5em;
}

.TableLayout
{
    width: 100%;
    border: 0px;
}

.TableLayoutNarrow
{
    position: relative;
    left: 7em;
    top: 1em;
    width: 70%;
    border: 0px;
}

.MasterTableLayout
{
    width: 100%;
    border: 1px;
    background-color: #FFFFFF; /*#335533; */
    border-collapse: collapse; /* -- Side header images - remove next two lines if you want to remove the image --*/

}



.MasterTableOuterColumn
{
    text-align: center;
    border-collapse: collapse;
    border-width: 0px;
}
.MasterTableInnerColumn
{
    text-align: left;
    border-collapse: collapse;
    border-width: 0px;
}
.MasterTableInnerLayout
{
    border: none 0px background;
    background-color: #FFFFFF;
    border-collapse: collapse;
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0em;
}

.SearchCriteriaLabel
{
    text-align: right;
}
.SearchCriteriaControl
{
    text-align: left;
}
.SearchCriteriaBlock
{
    vertical-align: top;
    height: 2.2em;
}
.SearchCriteriaBlock TD
{
    padding-right: 0.5em;
}
.MinReq
{
    font-size: smaller;
}

.TextInput
{
    width: 15em;
}
.CompTextInput
{
    width: 20em;
}

.NumericInput
{
    width: 5em;
}

.SearchPageTable
{
    width: 90%;
    border-width: 0em;
    border-collapse: collapse;
    text-align: center;
}
.SearchPageNav
{
    height: 4em;
}
.SearchCountInfo
{
    background-image: url(  '../../images/footer_bg.jpg' );
    color: #FFFFFF;
    padding: 0.25em 0em 0.25em 0em; /*0.25em 2em 0.25em 2em; */
    border-width: 0em;
    text-align: center;
    font-weight: bold;
}
.SectionTitle
{
    color: #000000;
    font-weight: bold;
}

.SectionTitleRed
{
    color: #993333;
    font-weight: bold;
    font-size: 1.2em;
}

.NeedMoreHelp
{
    line-height: 1.5em;
    width: 100%;
    position: relative;
    left: 1.5em;
}

.SearchPageHeaderText
{
    text-align: left;
    line-height: 2.5em;
}

.SearchPageTabControl
{
    position: relative;
    top: 0em;
}

.HyperLink:active
{
    color: #42688d;
    border-bottom: 1px dotted #999999;
    text-decoration: none;
}

.ProfileMasterTable
{
    text-align: left;
    border-width: 0px;
    border-collapse: collapse;
    width: 100%;
}

.ProfileName
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
 	color: #444;
	font-weight: normal;
	font-size: 2.2em;
	padding: 0.5em 0;
    text-align: center;
}

.DiscBlock
{
    color: #FFFFFF;
    background-color: #993333;
    font-weight: bold;
    font-size: 1.25em;
    text-align: left;
    width: 70%;
    text-align: center;
}

.sectionmessage
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 9pt;
    color: black;
    margin-bottom: 0px;
    display: block;
    font-style: italic; /* .HyperLink:link {color: #42688d; border-bottom:1px dotted #999999; text-decoration: none;}  .HyperLink:visited {color: #42688d; border-bottom:1px dotted #999999; text-decoration: none;} .HyperLink:hover {color: #41698d; border-bottom: 1px solid  #41698d; text-decoration: none;} */
}

.buttons
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #006B54;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.corporatefamily
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-top: 0px;
    list-style-type: circle;
    line-height: 1.5em;
    padding-left: 12px;
    padding-right: 12px;
}
.SessionError
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #8A8A8A;
    text-align: left;
}

.WhatIsThis
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    color: black;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.SpiningDivHidden
{
    display: none;
    position: absolute;
    float: left;
    left: 50%;
    top: 50%;
    visibility: hidden;
}
.SpiningDivVisible
{
    display: block;
    position: fixed;
    float: left;
    left: 47%;
    top: 50%;
    margin-top: -50px;
    margin-left: -100px;
    visibility: visible;
    background-color: white;
   
    padding: 24px 80px 24px 80px;
    border: 2px;
    font-weight:normal;
  
    font-size: 1.2em;
    border-style: solid;
    border-color:#3399cc;
    
   

    
    /* filter:alpha(opacity=95); */ 

}

.WhatThisHeading
{
    font-size: 14px;
    color: #42688d;
    font-weight: normal;
    line-height: 2.2em;
}
.UserInfo
{
    display:none;
}
/* --------------------------- MODULES */

.module {
	text-align: left;
}
.seealso {
	color: #555555;
	font-weight: normal;
	font-size: 0.9em;
	text-transform: uppercase;
	border-bottom: 1px dotted #aaaaaa;
	padding: 3px 0;
}
.module > p {
	color: #666666;
	font-size: 1.1em;
	padding: 10px 0;
}
/* --------------------------- SUGGESTED LINKS */

section.suggested-links {
	text-align: left;
}
section.suggested-links h1 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 15px;
}
.suggested-links li span {
	display: inline-block;
	color: #555555;
	font-size: 1.1em;
	border-left: 3px solid #999999;
	background: #e9e9e9;
	padding: 5px 10px;
	margin: 7px 0;
	list-style-type: none;
}
.suggested-links li a {
	display: inline-block;
	color: #555555;
	font-size: 1.1em;
	border-left: 3px solid #44994b;
	background: #daebdb;
	padding: 5px 10px;
	margin: 7px 0;
	border-bottom: none;
	list-style-type: none;
}
.suggested-links li a:hover {
	background: #c7e0c9;
}
.suggested-links li.more a {
	font-size: 0.9em;
	border-left: 3px solid #d2d2d2;
	background: #f2f2f2;
	list-style-type: none;
}
.suggested-links li.more a:hover {
	background: #e9e9e9;
}

ul
{
    list-style-type: none;
}

.Menu
{
    font-size: 14px;
    background-color: #f1f1f1;
}

.Menu a:link
{
    border: .20em solid #f1f1f1;
    color:#444;
    text-align:center;
    padding: .5em .25em .5em .25em;
    display: inline-block;
    margin-right: .15em;
    margin-left: .15em;
}

.Menu a:hover
{
    border-bottom: none;
    border: .20em solid #008fd5;
    background-color:white;
}

.MenuSelected 
{
    border: .20em solid #f1f1f1;  
    border-bottom-color:#008fd5;
}

.MenuSelected:hover
{ 
    border: .20em solid #008fd5;
    background-color:white;
}

.MenuGrid
{
    text-align:center;
    border-left: 1px solid black; 
    border-right: 1px solid black;
}

.IndentedText3
{
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
  	color: #444;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.5em 1em;
    text-align: left;
}

.BoldPaddedCell{
    padding: .35em 0;
    font-weight:bold;
    width:40%;
}

.PadLeft td{
   padding-left: 2em;
 }

#CompChangeHistory {
    padding-left: 10px;
    padding-right: 10px;
}

.CompName {
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
 	color: black;
	font-weight: bold;
    background-color: #c9dff1;    
    padding-right: 170px;
    width: 408px !important;

}

.CompName, span#CompWN {
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
 	color: black;
	font-weight: bold;
    border: solid 1px black;
    padding: 3px 0 0% 0.323%;
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 29%;
}


span#CompWN {
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
 	color: black;
	font-weight: normal;
    border: solid 1px black;
    position: center;
    background-color:  white ; 
    text-align: left;
    max-width: 26.5%;
    padding-right: 257px !important;

}


#ChangeInfo {
    display: inline-block;
    max-width: 100%;
    margin-left: 0px !important;
}

span#ChangeTitle {
    font-family: Verdana, Helvetica Neue, Helvetica, Arial, sans-serif;
 	color: black !important;
    border: solid 1px black;
    background-color: #c9dff1;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 247px 3px 5px;
    line-height: 16px;
    border-bottom-width: 1px;
}

#gvActionLogGrid {
display: table;
float: left;
}

#gvActionLogGrid a:visited, #gvActionLogGrid a:link
{
    color:#0376ae ;
}

#gvActionLogGrid th {
    background-color:  #e8e8e8 !important;
    max-width: 100%;

}

#gvActionLogGrid {
    max-height: 100%;
    color: black;  
}
