﻿body
{
   background-image: url('Images/bgsdil.png'); 
	background-repeat: no-repeat;
	background-position: center top;	
	background-color: #011d4d;
	
	/*background-color: #B2C0Cf; */ 	
	/*font-family: Helvetica, "Trebuchet MS",Arial,sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .80em;
	margin: 0px;
    padding: 0px;
    color: #333333;	
	
}

.new
{
    background-image: url('Images/menubg.jpg'); 
	/*background-repeat: no-repeat; */
	background-position: center top;
    }
    
 .graySquare
 {
     background-image: url('Images/gray.jpg'); 
	background-repeat: repeat-x;
	background-position: center top;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;	
     }

 .blueSquare
 {
     background-image: url('Images/blue.jpg'); 
	background-repeat: repeat-x;
	background-position: center top;
    border-right: 1px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;	
     }



.txtSearchSite
{
    width:130px; border:0px solid; height:17px; padding:0px 3px; position:relative;
    }
.UpperLinks
{
    color: White;
    text-decoration: none;
    /*font-weight: bold;*/
    font-family: "Myriad Pro","Trajan Pro", "Trebuchet MS";
    
    }
 
 .UpperLinks:visited
 {
     color:White;
 }
 
 .UpperLinks:hover
 {
     color: #A5CDF1;
     text-decoration: underline;
     }

.breadcrumb  
{
   color: #8293a4;
    text-decoration:none;
    }


    .breadcrumb:visited
  {
       color: #8293a4;
      text-decoration:none;
      }
      
 .breadcrumb:hover
 {
     text-decoration:underline;      
      color: #2874d2;
      /*color: #3d91fa;*/
     }
     
  .lnkBtn
  {
   color: #ffffff;
    text-decoration: none;
    line-height: 1.35em;
    padding: 4px 20px; 
      white-space: nowrap;
  }
  
  .lnkBtn:hover
  {
       background-color: #511012;
    color: #ffffff;
    text-decoration: none;
      }

.saveBtn {
    background-color: #004466;
    color: #ffffff;
}

.cancelBtn {
    background-color: darkred;
    color: #ffffff;
}
      
  .newsLnk
  {
      text-decoration:none;
      
      }
      
  .newsLnk:hover
  {
       text-decoration: underline;
       color: #511012;
   }
   
   .newsLnk:Visited
    {
        color: #511012;
        }
   
   a img, a:Link img, a:visited img, a:hover img, a:active img
   {
       border: none;
       border-width: 0px;
       }
   a:hover, a:visited
   {
       color: #511012;
       }
   
     .imgLnk
     {
         border:none;
         }  

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 900px; 
    /*margin: */
    margin: 10px auto 0px auto;
    border: 0px solid #ffffff; 
}

.header
{
    
    margin: 0px;
    padding: 0px;   
    width: 100%;
    /*height: 119px; */
}

.header h1
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 0px 20px;    
    color: #F9F9F9;
    border: none;
    /*line-height: 2em;*/
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    /*background-color: #ffffff;*/
    /*color: #4e5766 */
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.grayTblRowHead
{
    background-color: #cccccc;
    color: #124273;     
    font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;   
    height: 25px;
    }
.grayTblRowHeadCell
{
     border: 1px solid #2f4f4f;
    }    
.dottedTblRowCell
{
    border-right: 1px dashed #2F4F4F; 
    border-Left: 1px dashed #2F4F4F; 
    border-bottom: 1px dashed #2F4F4F; 
    font-family: Verdana, helvetica, Sans-Serif;
    }

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* HEADINGS   
----------------------------------------------------------*/

.cal
{
     font-size: 1.5em;
    color: #124273;    
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
    text-decoration: none;
    }

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #124273;    
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: bold;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* TAB MENU (HORIZONTAL)  
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #92190E;
    width:100%;
     border-bottom: 3px #989ba3 solid;
}

div.menu
{
    padding: 0px 0px 0px 0px;
  /*background-image: url('images/menubg.jpg'); */
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    
    /*background-color: #92190e; */
     /*background-image: url('images/menuBG.jpg');*/
 
    border-top: none;
    border-left: 1px #511012 solid;
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
   
    
}

div.menu ul li a:hover
{
    background-color: #511012;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #511012;
    color: #ffffff;
    text-decoration: none;
}

.menuItem
{
    /* background-image: url('Images/menuBG.jpg');*/
     
    }


/* TAB MENU (VERTICAL)  
----------------------------------------------------------*/
div.SubMenu
{
    padding: 0px 0px 0px 0px;
    /*background-image: url('Images/sidemenubk.jpg');
     background-repeat: no-repeat; background-position: left top;*/
  
}

div.SubMenu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.SubMenu ul li a, div.SubMenu ul li a:visited
{
    
    border-top: none;
    border-bottom: 1px #999999 solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space:  nowrap;
    
    
}

div.SubMenu ul li a:hover
{
    background-color: #cccccc;
    color: #124273;
    text-decoration: none;
}

div.SubMenu ul li a:active
{
    /*background-color: #511012; */
    color: #ffffff;
    text-decoration: none;
}

.SubMenuItem
{
     
    }


/* MISC  
----------------------------------------------------------*/
.bottomBorder
    {
        border-bottom: 1px #999999 solid;
    }

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #124273;
    /*background-color: #2E4d7B; */
    /*background-color: #124273; */
    background-color: #CCCCCC;
	
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader a
{
	/*color: #FFFFFF;
	background: none; */
	text-decoration: underline;
}
              
.accordionHeader:hover
{
	/*background: none; */
	text-decoration: underline;
	color: #92190c;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #5078B3;  */
    /*background-color: #23608D; */
    /*background-color: #92190c; */
    background-color: #8b1000;
	/*font-family: Arial, Sans-Serif; */
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    /*background-color: #CCCCCC; */
    /*background-color: #D3DEEF; */
    border: 1px dashed #2F4F4F; 
    /*border: none; */
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-family: Verdana, helvetica, Sans-Serif;
	
}


.newZ  /* Form Display*/
{
        PADDING-RIGHT: 2px; 
        PADDING-LEFT: 2px; 
        Z-INDEX: 100; 
        BORDER-LEFT-COLOR: #013571; 
        LEFT: 30%; 
        BORDER-BOTTOM-COLOR: #013571; 
        PADDING-BOTTOM: 2px; 
        WIDTH: 500px; 
        Height: 500px; 
        BORDER-TOP-STYLE: solid; 
        BORDER-TOP-COLOR: #013571; 
        PADDING-TOP: 2px;
         BORDER-RIGHT-STYLE: solid; 
         BORDER-LEFT-STYLE: solid; 
         POSITION: absolute; 
         TOP: 20%; 
         BACKGROUND-COLOR: white; 
         BORDER-RIGHT-COLOR: #013571; 
         BORDER-BOTTOM-STYLE: solid }

.newsZ /* News Display */

{
        PADDING-RIGHT: 2px; 
        PADDING-LEFT: 2px; 
        Z-INDEX: 100; 
        BORDER-LEFT-COLOR: #013571; 
        LEFT: 15%; 
        BORDER-BOTTOM-COLOR: #013571; 
        PADDING-BOTTOM: 2px; 
        WIDTH: 800px; 
        Height: 600px; 
        BORDER-TOP-STYLE: solid; 
        BORDER-TOP-COLOR: #013571; 
        PADDING-TOP: 2px;
         BORDER-RIGHT-STYLE: solid; 
         BORDER-LEFT-STYLE: solid; 
         POSITION: absolute; 
         TOP: 5%; 
         BACKGROUND-COLOR: white; 
         BORDER-RIGHT-COLOR: #013571; 
         BORDER-BOTTOM-STYLE: solid }

.countiesZ  /* Form Display*/
{
        PADDING-RIGHT: 2px; 
        PADDING-LEFT: 2px; 
        Z-INDEX: 100; 
        BORDER-LEFT-COLOR: #013571; 
        LEFT: 25%; 
        BORDER-BOTTOM-COLOR: #013571; 
        PADDING-BOTTOM: 2px; 
        WIDTH: 550px; 
        Height: 680px; 
        BORDER-TOP-STYLE: solid; 
        BORDER-TOP-COLOR: #013571; 
        PADDING-TOP: 2px;
         BORDER-RIGHT-STYLE: solid; 
         BORDER-LEFT-STYLE: solid; 
         POSITION: absolute; 
         TOP: 5%; 
         BACKGROUND-COLOR: white; 
         BORDER-RIGHT-COLOR: #013571; 
         BORDER-BOTTOM-STYLE: solid }

.demoZ /* News Display */

{
        PADDING-RIGHT: 2px; 
        PADDING-LEFT: 2px; 
        Z-INDEX: 100; 
        BORDER-LEFT-COLOR: #013571; 
        LEFT: 3%; 
        BORDER-BOTTOM-COLOR: #013571; 
        PADDING-BOTTOM: 2px; 
        WIDTH: 1030px; 
        Height: 800px; 
        BORDER-TOP-STYLE: solid; 
        BORDER-TOP-COLOR: #013571; 
        PADDING-TOP: 2px;
         BORDER-RIGHT-STYLE: solid; 
         BORDER-LEFT-STYLE: solid; 
         POSITION: absolute; 
         TOP: 3%; 
         BACKGROUND-COLOR: white; 
         BORDER-RIGHT-COLOR: #013571; 
         BORDER-BOTTOM-STYLE: solid }

.ShadedBackground2 /* Glass Panel; Background color is customizable, do not make other changes*/
{
	position: fixed;
	z-index: 97;
	top: 0px;
	left: 0px;
	/*width: 100%;
	height: 100%;*/
	width: 600px;
	height: 600px;
	background-color: #ACCCec;
	filter: Alpha(Opacity=90);
	-ms-opacity: 1.00;
	-moz-opacity: 1.00;
}

.ShadedBackgroundGray /* Glass Panel; Background color is customizable, do not make other changes*/
{
	position: fixed;
	z-index: 97;
	top: 0px;
	left: 0px;
	/*width: 100%;
	height: 100%;*/
	width: 600px;
	height: 600px;
	background-color: #CCCCCC;
	filter: Alpha(Opacity=90);
	-ms-opacity: 1.00;
	-moz-opacity: 1.00;
}

.tblDottedRows
{
    border-bottom: 1px dotted #004196;
    /*border-left: 1px dotted #004196;
    border-right: 1px dotted #004196; */
    }
    
    .watermarked {
	/*height:20px;
	width:150px; */
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}