/* Minification failed. Returning unminified contents.
(111,67): run-time error CSS1019: Unexpected token, found '#'
(111,67): run-time error CSS1042: Expected function, found '#'
(111,67): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
/*k2 styles*/
input.OrgText {min-height:32px;}
/*
    font color:#2e2e2e dark gray 
    Oranage: #ef671a
    blue: #0151A0

*/
/*Public Requests and Trap Locations datagrids */
/*.modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: gray;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
        border: none;
        box-shadow: none;
    }
.loading
{
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}*/
table .k-state-selected, table .k-state-selected:link, table .k-state-selected:visited, table .k-list>.k-state-selected, table .k-list>.k-state-highlight, table .k-panel>.k-state-selected, table .k-ghost-splitbar-vertical, table .k-ghost-splitbar-horizontal, table .k-draghandle.k-state-selected:hover, table .k-scheduler .k-scheduler-toolbar .k-state-selected, table .k-scheduler .k-today.k-state-selected, table .k-marquee-color {
  color: #333333;
  background-color: #e2f4ff;
  border-color: #d2d2d2;
}

table .k-state-selected, table .k-button:active, table .k-button.k-state-active, table .k-draghandle.k-state-selected:hover {
  /* background-image: url('textures/highlight.png'); */
  /* background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%); */
  /*background-image: none,-moz-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%);*/
/* background-image: none,-o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%);*/
  /* background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%); */
}
a.btn.btn-primary, a.btn.btn-primary.k-grid-edit, input.btn-primary {
  border-color: #0151A0;
  background: #0151A0;
  color: #fff;
  min-width: 30px;
  margin-top: 3px;
  min-width: 30px;
  margin-top: 3px;

}

/* kk02 Create new button in top */
.cancelbutton {
    background: #bfbfbf;
    color: white;
    text-shadow: none;
}
.cancelbutton:hover {
    background: #b3b3b3;
    color: white;
    text-shadow: none;
}
#abovegridspace .rightalign input, #abovegridspace .rightalign a {
    margin-top: 25px;
    color: #fff;
}
.importStyle {
    float: right; 
    margin-top: 10px;
    margin-right: 10px;
}
.importStyle form {
    display: inline;
}
.importStyle form#frmPublicRequest {
    margin-right: 20px;
}
.importStyle input[type="file"] {
    display: inline-block;
    width: 200px;
}
.importStyle .importButton {
    margin-right: 20px;
}

.k-grid-header table, .k-grid-content table, .k-grid-footer table, .k-grid-content-locked>table {
    table-layout: fixed;
    border-bottom: 2px solid #d2d2d2;
}
#texttitle
{
    font-weight: bold;
    font-size:14pt; 
    width:60%;
    text-align:center; 
    border:0 0 0;
}
div.k-grid-toolbar:first-child {
    border-width: 0 0 3px;
}
div.k-header {
    background-image: none, linear-gradient(to bottom, #0E5AA4 0, ##0E5AA4 100%);
    background-position: 50% 50%;
    border-color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    text-shadow: .01em .07em .02em #ffffff;
    border-bottom: 2px solid #0151A0;
    background: #ededed;
}
div.k-edit-form-container {
    width: 500px;
}
/* kk01 button color*/
a.btn.btn-primary,a.btn.btn-primary.k-grid-edit, input.btn-primary {
    border-color: #0151A0;
    background: #0151A0;
    color: #fff;
}
a.btn.btn-default,a.btn.btn-default.k-grid-delete {
    border-color: #e3e3e3;
    background: #e3e3e3;
}
a.k-grid-edit:hover, a.k-grid-add:hover {
    color: #333333;
}
a.btn.btn-primary:hover, input.btn.btn-primary:hover,a.btn.k-grid-edit:hover, a.btn.k-grid-add:hover  {
    border-color: #e3e3e3;
    background: #09447c;
    color: white;
}
/*a.k-primary {
    border-color: #0151A0;
    background: #0151A0;
}
a.k-primary:hover {
    border-color: #e3e3e3;
    background: #e3e3e3;
}*/
a.k-button.k-grid-delete,a.k-button.k-grid-delete:focus {

}
a.k-grid-cancel{
    border-color: #e3e3e3;
    background: #e3e3e3;
}

a.k-grid-cancel:hover{
    border-color: red;
    background: red;
}
.k-grid-content {
    text-align: center;
}
span.k-state-selected {
    background: #0151A0;
    border-color: #0151A0;
}
/*k2 styles*/
body {
    background-color: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
    color: #333333;
}
a:hover {
    color: #0088cc;
    text-decoration: none;
}
a:active {
    color: #999999;
}
p, ul {
    line-height: 1.6em;
    margin-bottom: 20px;
}
header, footer, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    color: Grey;
    font-size: 1.5em;
}
h1 {
    font-size: 2em;
    margin-bottom: 0;
    padding-bottom: 0;
}
h2 {
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: left;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}
.page 
{
    margin-left: auto;
    margin-right: auto;
    width: 1034px;
    background-color: White;
}

header, #header {
    color: #000000;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
header h1, #header h1 {
    border: medium none;
    color: #FFFFFF;
    font-size: 32px !important;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 5px 0;
    text-shadow: 1px 1px 2px #111111;
}
#main {
    background-color: white;
    /* background-image: url("/images/backgroundDiv.png"); */
    background-size: 100% 100%;
    border-radius: 4px 4px 0 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    min-height: 552px;
    padding: 0px 10px 15px;
    width: 1004px;
}
footer, #footer {
    background-color: #FFFFFF;
    
    background-image: url("/Images/Footer.png");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;
    border-radius: 0 0 4px 4px; */
    
    /*
    background-image: url("/Images/Footer.png");
    background-position: top;
    background-repeat:repeat-x;
    background-size: 2px;
    */
    /*border: 1px solid black; */
    color: #999999;
    font-size: 0.9em;
    height: 25px;
    line-height: normal;
    margin-top: 10px;
    padding-top: 10px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1024px;
}

#copyright  {
    float: left;
    margin-top: 5px;
    font-size: 0.7em;
    padding-left: 10px;
}

#emaillink {
    float: right;
    font-size: 0.7em;
    margin-right: 55px;
    margin-top: 5px;
    text-align: right;
    vertical-align: top;
}
#emaillink a:link {
    text-decoration: none;
}
#emaillink a:visited {
}
#emaillink a:hover {
    text-decoration: none;
}
#emaillink a:active {
}

ul#menu {
    background-image: url("/Images/alphaNavBar.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 4px 4px 4px 4px;
    color: White;
    margin: 0;
    padding: 0 0 0;
    position: absolute;
    text-align: left;
    width: 100%;
}
ul#menu li {
    display: inline;
    list-style: none outside none;
}
ul#menu li#greeting {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}
ul#menu li a {
    color: White;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}
ul#menu li a:hover {
    color: Silver;
    text-decoration: none;
}
ul#menu li a:active {
    background-color: silver;
    text-decoration: none;
}
ul#menu li.selected a {
    color: #000000;
}
#submenu {
    display: block;
    margin-top: 33px;
}
#submenu h3 {
    display: inline;
}

#submenudiv {
    border-color: #D2D2D2;
    border-style: none none solid;
    border-width: 0 0 3px;
    padding: 15px 0 0;
}

#submenutitle {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    padding-left: 15px;
}
#submenucontainer {
    float: right;
    padding-left: 3px;
}
.submenuitem {
    font-size: 0.85em;
}
.submenuitem a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.submenuitem a:link, a:default, a:visited {
}
.submenuitem a:hover {
}
.submenuitem a:active {
    color: #999999;
    text-decoration: none;
}

.submenuitem code {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}



/*
#mainmenu {
    height: 15px;
    line-height: 0;
    padding: 0;
    width: 100%;
}
*/

#mainmenu {
    height: 30px;
    line-height: 0;
    padding: 15px 0 20px;
    width: 100%;
}

#mainmenu a {
    white-space: nowrap;
}
#mainmenu img {
    border: 0 solid red;
    display: inline;
    margin: 0;
}
#mainmenu span {
    margin: 0;
    padding: 0;
}
#homesearch 
{
    
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d2d2d2  #d2d2d2 #d2d2d2;    
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: White;
    float: right;
    height: 21px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 50px;
    position: absolute;
    right: 5px;
    width: 256px;
}
#txtSearch {
    border: medium none;
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    height: 16px;
    vertical-align: top;
    width: 175px;
}
#imgSearch {
    padding-top: 3px;
    vertical-align: top;
}
fieldset 
{
    border: none;
    border-top: 1px solid #D2D2D2;
    margin: 0 0 1em;
    padding: 0 1em 1em;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 1em;
    padding: 2px;
    width: 298px;
}
select {
    border: 1px solid #CCCCCC;
    color: #444444;
    padding: 2px;
    width:110px;
}

/*
input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}
*/
.fstable {
    border-width: 0;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;        
}
.fstable td {
    border: 0 solid #E8EEF4;
    padding: 3px;
}
table {
    /* border: 1px solid #E8EEF4;  */
    background-color: #FFFFFF;
    border-collapse: collapse;
    margin: 0 auto;
}
table td {
    border: 1px solid #E8EEF4;
    padding: 5px;
}
table th {
    background-color: #E8EEF4;
    border: 1px solid #E8EEF4;
    padding: 6px 5px;
    text-align: left;
}
.clear {
    clear: both;
}
.error {
    color: Red;
}
div#title {
    background-color: White;
    display: block;
    text-align: left;
}
#wcchd {
    font-size: 1.4em;
    margin-left: 8px;
    position: absolute;
    top: 5px;
}
#omstitle {
    font-size: 18px;
    margin-left: 8px;
    position: absolute;
    top: 35px;
}
#logindisplay {
    color: #333333;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px;
    text-align: right;
    text-decoration: none;
    visibility: visible;
}
#logindisplay a:link {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#logindisplay a:visited {
    color: #333333;
}
#logindisplay a:hover {
    color: #0088CC;
}
#logindisplay a:active {
}
.field-validation-error {
    color: #FF0000;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    background-color: #FFEEEE !important;
    border: 1px solid #FF0000 !important;
}
.validation-summary-errors {
    color: #FF0000;
    font-weight: bold;
}
.validation-summary-valid {
    display: none;
}
.display-label, .editor-label {
    /* margin: 1em 0 0; */
}
.display-field, .editor-field {
    margin: 0.5em 0 0;
}
.text-box {
    width: 15em;
}

.divLabel 
{
   font-weight: normal;
   padding-top: 5px;
   text-align: right;
   margin: 0px 10px 0px 10px;
   vertical-align:middle;
}

.divLabel label
{
    font-weight: normal;
    float: right;
}

.divInput
{  
    margin: 8px 10px 0px 10px;
    width: 195px;
    text-align:left;
}
  

input[type="text"]:focus, input[type="checked"]:focus , select:focus, textarea:focus
{
    border: 1px dashed #993300;
}

/*
.text-box:focus {
 border: 1px solid brown;
}
*/

.text-box.multi-line {
    height: 6.5em;
}
.tri-state {
    width: 6em;
}
.ui-datetimepicker-with-clock {
    width: 41em;
}
.ui-datetimepicker-calendar-side {
    float: left;
    width: 17em;
}
.ui-datetimepicker-clock {
    background: url("jquery.ui.datetimepicker.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 392px;
    width: 392px;
}
.ui-datetimepicker-clock-minute-overlay {
    background: url("jquery.ui.datetimepicker.png") no-repeat scroll left -393px transparent;
    height: 392px;
    left: 0;
    position: relative;
    top: -535px;
    width: 392px;
}
.ui-datetimepicker-clock-hour-overlay {
    background: url("jquery.ui.datetimepicker.png") no-repeat scroll left -786px transparent;
    height: 392px;
    left: 5px;
    position: relative;
    top: -535px;
    width: 392px;
}
.ui-datetimepicker-clock-minute-hand {
    background: url("jquery.ui.datetimepicker.minutes.png") no-repeat scroll left 0 transparent;
    height: 269px;
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 62px;
    width: 269px;
}
.ui-datetimepicker-clock-hour-hand {
    background: url("jquery.ui.datetimepicker.hours.png") no-repeat scroll left 0 transparent;
    height: 269px;
    left: 0;
    margin: 0 auto;
    position: relative;
    top: -205px;
    width: 269px;
    z-index: 999;
}
.searchDiv {
    border: 0 none;
    text-align: left;
    width: 100%;
}

/*
.searchTable {
    background-color: #EBEBEB;
    border-width: 0;
    width: 100%;
}
*/

/*
.submit {
    border: 1px solid gray;
    border-radius: 4px 4px 4px 4px;
    width: 110px;
}
*/

.submit {
    background: url("/Images/buttonMFSgray_1.png") no-repeat scroll center center #D2D2D2;
    border: 1px solid #D2D2D2;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    font-size: 11px;
    width: 82px;
    height: 22px;
}

#btnImport {
    background: url("/Images/buttonMFSgray_1.png") no-repeat scroll center center #D2D2D2;
    border: 1px solid #D2D2D2;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    font-size: 11px;
    width: 82px;
    height: 22px;
    font-size: 1em;
    padding: 0px;
}

#countytitle {
    color: #3F6288;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight:300;
    letter-spacing: 1px;
    line-height: 5em;
    margin-left: 10px;
    margin-top: 15px;
    padding-top: 5px;
    vertical-align: top;
}

#omstitle {
    color: #333333;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 3em;
    margin-left: 122px;
    vertical-align: top;
}
#titlelogo {
    margin-top: 10px;
    padding-left: 10px;
}
.ui-widget-header {
}
.ui-tabs .ui-tabs-nav li a {
    background-color: #DEDEDE;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    background-color: #3F6288;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-title {
    background-color: white;
    color: black;
}
.ui-widget  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.ui-widget input {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
}
.editLink {
}
.deleteLink {
}
.stDate {
}
.enDate {
}
.dropdowninfo {
}
.dropdowninfodetails {
}

* { margin: 0px; padding: 0px; }

#navigation{
	width:auto;
	
}

.navLine{

	background:url(/images/line_dotted.png) repeat-x left top;
	width:1030px;
	height:1px;
	padding:5px 0px 0px 0px;
}

.navLineBottom{

	background:url(/images/separator.png) repeat-x left top;
	width:1030px;
	height:10px;
	padding:5px 0px 5px 0px;
}

#nav {
    height: 35px;
    margin: 0 auto;
    position: relative;
    top: 5px;
    width: 1024px;
}

#nav li {
    float:left;
    list-style-type: none;
	color:#666666;
	padding:0px 10px 10px 0px;
	vertical-align:middle;
}

#nav a:link {
    display: block;
    height: auto;
	background-color: #FFFFFF;
    color: #666666;
    font-family: 'DroidSansRegular';
    font-size: 13px;
    font-weight: normal;
	text-decoration:none;
	text-align:center;
    white-space:nowrap;
}

#nav a:hover {
    display: block;
    height: auto;
	background:url(/images/navBackground.png) repeat left top;
    color: #FFFFFF;
    font-family: 'DroidSansRegular';
    font-size: 13px;
    font-weight: normal;
	text-decoration:none;
	text-align:center;
}

#nav a:active {
    display: block;
    height: auto;
	color: #333333;
    font-family: 'DroidSansRegular';
    font-size: 13px;
    font-weight: normal;
	text-decoration:none;
	text-align:center;
	padding: 0;
	border: 1px solid #DDD;
	background: #EEE;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px #FFF;
}

#nav span {
    display: none;
}

.menuitem 
{
    width: 156px;
}

#nav li:hover > ul {
    display: block !important;
}
	
.subnav 
	{
	display:none;
    margin: 0 auto;
    top: 25px;
    width: 170px !important;
    float:left;
    text-align:left;
	position:absolute!important;
	z-index:1000 !important;
	border:1px solid gary;
	box-shadow: 5px 5px 5px #888888;
	border-radius:6px;
	border:1px solid #D7D7D7;
	background-color: white;
}
.subnav li {
    float:left;
    list-style-type: none;
	color:#666666;
	padding:0px 0px 0px 10px !important;
	vertical-align:middle;
	
}

.subnav li a {
    float:left;
    text-align:left;
    font-family: 'DroidSansRegular';
    font-size: 13px;
    font-weight: normal;
	text-decoration:none;
	width: 150px;
}

.subnav a:link, a:visited 
{
    width: 150px !important;
    text-align: left !important;
}

#subnav li:hover > ul {
		display: block !important;
}


/*
#list1 {
    width: 83.75px;
}
#list2 {
    width: 83.75px;
}
#list3 {
    width: 82px;
}
#list4 {
    width: 72px;
}
#list5 {
    width: 132px;
}
#list6 {
    width: 132px;
}
#list7 {
    width: 124px;
}
#list8 {
    width: 124px;
}
#list9 {
    width: 92.5px;
}
#list10 {
    width: 92.5px;
}
#list11 {
      width: 92.5px;
}
#list12 {
    width: 137px;
}
#page1 #homepagelink, #page2 #link2, #page3 #link3, #page4 #link4, #page5 #link5, #page6 #link6, #page7 #link7, #page8 #link8, #page9 #link9
{
display: block;
height: auto;
width:auto;
color: #333333;
background:none;
font-family: 'DroidSansRegular';
font-size: 13px;
font-weight: normal;
text-decoration:none;
text-align:center;
}

*/

 /*  Import table */
 
 table.import 
{
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align:left;
}

table.import thead, tfoot 
{
text-align:left;
height:30px;
}

table.import tbody th, thead th, tfoot th 
{
    padding:5px;
    border: 1px solid black;
}

table.import tbody td 
{
    padding:5px;
}

/*
    Reports Parameters

*/
table.reportparam 
{
  border-collapse: collapse;
  border: 1px solid #DEDEDE;
  font-family: Arial, Helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align:left;
  width: 100%;
}

table.reportparam caption 
{
  text-align: center;
  font: bold 16px Arial, Helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #CC00FF;
  text-transform: uppercase;
}

table.reportparam thead, tfoot 
{
/*background:url(bg1.png) repeat-x; */
text-align:left;
height:30px;
}

table.reportparam thead th, tfoot th 
{
    padding:5px;
}

table.reportparam tbody th, tbody td 
{
    padding:5px;
    border: none;
}

table.reportparam select
{
    width: 210px;    
}

table.reportparam select[id="OutbreakId"]
{
    width: 410px;    
}

table.reportparam fieldset
{
    width: 400px;
    border: 1px dotted black;
}

table.reportparam legend
{
    font: bold 14px Arial, Helvetica, sans-serif;
}

/*
table.searchTable 
{
  border-collapse: collapse;
  border: 1px solid #000000;
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #363636;
  background: #f6f6f6;
  text-align:left;
  width: 100%;
  margin-left: 0px;
}
*/

table.searchTable {
    background: none repeat scroll 0 0 #F6FAFF;
    border: 1px solid #D2D2D2;
    border-collapse: collapse;
    color: #363636;
    font: 12px Arial,Helvetica,sans-serif;
    margin-left: 0;
    text-align: left;
    width: 100%;
}


table.searchTable thead, tfoot 
{
/*background:url(bg1.png) repeat-x; */
text-align:left;
height:30px;
}

table.searchTable thead th, tfoot th 
{
    padding:5px;
}

table.searchTable tbody th, tbody td 
{
    padding:5px;
    border: none;
}

table.searchTable select
{
    width: 210px;    
}

.ui-widget-header {
/* border: 1px solid white; */
border: none;
background: white;
/* background: white url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; */
color: white;
font-weight: bold;
}



.nowrap
{
    white-space:nowrap;
}

.ui-tabs .ui-tabs-panel
{
    background-color: White;
}

.ui-tabs {
    padding: 0.0em;
    border: none;
}

div.datagrid-header-inner > table
{
    margin: 0;
}

div.datagrid-body > table
{
    margin: 0;
}

.datagrid-header .datagrid-cell
{
    padding: 0px;
}

.combo
{
    height: 14px;
    border-left: 1px;
    border-right: 1px;
    border-top: none;
    border-bottom: none;
}

.combo-text
{
    height: 14px;
}

.t-active-filter
{
    background-color: #3f6288;
}

.combo-text 
{
    min-width: 150px !important;
}

.ui-combobox {
		position: relative;
		display: inline-block;
	}
	.ui-combobox-toggle {
		position: absolute;
		top: 0;
		bottom: 0;
		margin-left: -1px;
		padding: 0;
		/* adjust styles for IE 6/7 */
		*height: 1.7em;
		*top: 0.1em;
	}
	.ui-combobox-input {
		margin: 0;
		padding: 0.3em;
	}
	
	
.datagrid-body .datagrid-cell, .datagrid-footer .datagrid-cell
{
    padding: 3px 5px;
}

	
	
	
.main-content
{
    min-height: 600px;
}	

.divCol1
{
     float: left;
    margin-top: 5px;
    width: 40%;
}
.divLabelCol1
{
    float: left;
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
    width: 45%;
}
.divTextCol1
{
    float: left;
    margin-left: 8px;
    width:175px;
}
.divCol2
{
     float: left;
    margin-top: 5px;
    width: 31.5%;
}
.divLabelCol2
{
    float: left;
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
    width: 45%;
}
.divTextCol2
{
    float: left;
    margin-left: 11px;
    width: 175px;
}

.divCol3
{
    width: 25%; margin-top: 5px; float: left;
}
.divLabelCol3
{
    float: left;
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
    width: 30%;
}
.divTextCol3
{
    float: right;
}
.divValidation
{
    float:left;width:100%;
    height:9px;
}
.divValCol1
{
   float: left;font-size: smaller;text-align: right;width: 40%;
}
.divValCol2
{
   float: left;font-size: smaller;text-align: right;width: 32%;
}
.divValCol3
{
   float: left;font-size: smaller;text-align: right;width: 25%;
}
.divValCol4
{
    width:22%; float:left;text-align:right;
}
.buttonSave
{
    background-color: #0D5AA4;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: White;
    float: left;
    margin-left: 5%;
    margin-top: -3%;
    width: 67px;
}

.EntityTitle h2
{
    color: #333333;
    font-weight: 500;
}

.horizontalLine
{
    color:#D2D2D2;margin-left:30px;margin-right:30px;
}
.SectionH4
{
    color:#3575B3;margin-left:30px;
}
.divCol4 {
    float: left;
    margin-top: 5px;
    width: 38.5%;
}

.divOrgTextCol2 {
    float: left;
    margin-left: 11px;
    width: 175px;
}
.spancolor
{
    color:Red;font-size:smaller;
}
.STable
{
    border:1px solid #D2D2D2;
    width:90%;
    margin-left:5%;
}
.SHeader
{
    border:1px solid #D2D2D2;
    background-color:#3575B3;
    color:White;
    text-align:center;
}
.SName
{
     border:1px solid #D2D2D2;
     background-color:#DFEFFE;
      text-align:center;
}
.STd
{
   border:1px solid #D2D2D2;
    text-align:center;
}
.HHeader
{
    border:1px solid #D2D2D2;
    background-color:#DDDDDD;
    color:Black;
    text-align:left;
    border-bottom:3px solid #3575B3;
}
.buttonCopy
{
    background-color: #0D5AA4;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: White;
    float: right;
    margin-left: 5%;
    margin-top: -3%;
    width: 155px;
}
.DivCopy
{
    float:right;
}
.buttonSaveOrg
{
    background-color: #0D5AA4;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: White;
    width: 67px;
}
.buttonToOrgIndex
{
    background-color: #0D5AA4;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: White;   
    width: 114px;
    cursor: pointer;
}
.RequiredMark
{
    color:Red;
}
.RequireSpan
 {
     color:Red;
     margin-left:2px;
 }
 
 .OrgName
 {
    width: 97% !important;
    border-radius: 4px 4px 4px 4px;
    height: 1.4em;
    /* font-size: 1.5em !important; */
 }
 .OrgText
 {
    border-radius: 4px 4px 4px 4px;
    height: 1.0em;
    width: 166px !important
 }
 
 .POrg
 {
    width: 532px !important;
    border: 1px solid #CCCCCC;
    color: #444444;
    padding: 2px;
 }


.filtercontainer
{
    border:1px solid #D7D7D7; 
    border-radius: 6px 6px 6px 6px; 
    box-shadow: 2px 2px 2px #888888; 
    background-color: white; 
    width:99%; 
    margin:0px auto; 
    margin-top:10px;       
    padding-top: 10px; 
    min-height: 40px;
}

.blockcontainer
{
    border:1px solid #D7D7D7; 
    border-radius: 6px 6px 6px 6px; 
    box-shadow: 5px 5px 5px #888888; 
    background-color: white; 
    width:98%;  
    margin-top:10px;    
}    

.blockheader
{
    background-color:#E6E6E6; 
    box-shadow: 0 0 1px #888888; 
    border-bottom:2px solid #0D5AA4; 
    font-style:normal; 
    font-weight:bold; 
    font-size:small;    
}

.blockcolumntitle
{
    font-size: 13px;
    font-weight: bold;
    border-bottom:1px solid #DEDEDE;
}

.blockcell
{
    font-size: 11px;
    border-bottom:1px solid #DEDEDE;
    word-warp: break-word;
}

.blockbutton
{
    background-color:#0D5AA4; 
    color:White; 
    border-radius: 4px 4px 4px 4px; 
    float:right;
    width:67px; 
    border:none;    
}

.rightalign
{
    float: right;
    margin-right: 20px;
    display: inline-block;
}
.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}

.buttonToOrgIndex {
background-color: #0d5aa4;
border: 1px solid #d2d2d2;
border-radius: 4px 4px 4px 4px;
color: #fff;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
padding: 2px 5px 2px 5px;
}

.blockbutton {
background-color: #0d5aa4 !important;
border: 1px solid #d2d2d2;
border-radius: 4px 4px 4px 4px;
color: #fff !important;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold !important;
padding: 2px 5px 2px 5px;
width: auto;
}

.buttonSaveOrg {
background-color: #0d5aa4;
border: 1px solid #d2d2d2;
border-radius: 4px 4px 4px 4px;
color: #fff;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
padding: 2px 5px 2px 5px;
}

.headertitle {
color: #666666;
text-shadow: .05em .07em .05em #ffffff;
display: inline-block;
font-size: 16px;
font-weight: bold;
margin-left: 5px;
margin-top: 5px;
}

.EntityTitle {
border-bottom: 2px solid #3575b3;
height: 35px;
margin-left: 10%;
color: #3575b3;
font-family: arial, helvetica, sans-serif;
font-size: 18px;
width: 80%;
display: inline-block;
}

label {
    margin: 2px;
}

label input {
    vertical-align: top;
    margin:3px !important;
}
