﻿body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ececec;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	color:#1A1A1A;
}
.bold 
{
    font-weight: bold;}

/*Normal Links*/	
a {   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #1a1a1a;
}

a:active {   
    color: #1a1a1a;
}

a:hover {   
    color: #2E3192;
    text-decoration: underline;
}

/*Tabbed Menu*/
.menutab {
height:30px; 
color:#cccccc; 
text-align:left; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
font-weight: bold; 
text-decoration:none; 
border-left: solid 2px #999999;
border-right: solid 2px #999999;
border-top: solid 2px #999999;
}

.menutab a {
color:#000000; 
text-decoration:none;
font-weight: bold; } 

.menutab a:hover {
color:#ffffff; 
text-decoration:none;
} body {
}

/*Tabbed Table*/
.tabletab 
{
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #333333;
    width:100%;
    padding:10px;
    vertical-align: top;
}

/*Text Styles*/
.Header
{
    color: #1B1464;
    font-size: 18px;
    font-weight: bold;
    font-family: Times New Roman, Times, serif;
}
.AgencyHeader
{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    font-family: Times New Roman, Times, serif;
}

.SubHeader
{
    color: #0071BC;
    font-size: 14px;
    font-weight: bold;
    font-family: Times New Roman, Times, serif;
}

.smallinstructions
{
    font-size: 11px;
    color: #C1272D;
}

/*Rule Styles*/
.bottomrule
{
    border-top: dotted 2px #CCCCCC;
    }
    
    
    .template1
    {
     background: url('../../Templates/Template1.png') no-repeat; 
     width : 1024px;
     height : 200px;
    }
     .template2
    {
     background: url('../../Templates/Template2.png') no-repeat; 
     width : 1024px;
     height : 200px;
    }
    .template3
    {
     background: url('../../Templates/Template3.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
    .template4
    {
     background: url('../../Templates/Template4.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
     .template5
    {
     background: url('../../Templates/Template5.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
     .template6
    {
     background: url('../../Templates/Template6.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
    .template7
    {
     background: url('../../Templates/Template7.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
     .template8
    {
     background: url('../../Templates/Template8.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
       .template9
    {
     background: url('../../Templates/Template9.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
      .template10
    {
     background: url('../../Templates/Template10.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
      .template11
    {
     background: url('../../Templates/Template11.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
         .template12
    {
     background: url('../../Templates/Template12.png') no-repeat; 
     width : 844px;
     height : 200px;
    }
     
     .customtemplate
    {
     width: 1024px;
     height: 200px;
     background-repeat:no-repeat;
    }
    .SheriffsImage
    {
     width: 180px;
     height: 200px;
     background-repeat:no-repeat;
    }
    .AgencyName
    {
        font-weight: bold;
        color: White;
        font-size: 21px; 
    }  
    .SheriffsNameUnderPhoto
    {
        font-weight:bold;
        color: White;
        font-size: 12px; 
        text-align:center;
    }  
    .sherifftable
     {
	background-color:Black;
	filter:alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
    }   
    
    .SheriffsName
    {
        font-weight:bold;
        color: White;
        font-size: 12px; 
    } 
    .tagline
    {
        font-style: italic;
        font-weight:bold;
        color: White;
        font-size : 15px; 
    }  
        
    .popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
	
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align:left;
	left:0;  
}

.gridviewheader
  {
    font-weight:bold;
    position:absolute;
    background-color:White;
  }
  
  /* Style classes for Update Progress Indicator */
.PageUpdateProgress
{
    color: #333366;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
}