@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
* {padding: 0; margin: 0;}
body { font-family: 'Montserrat', Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; background: #fafafa; font-weight: 400; }
:link img, :visited img, :hover img, :active img, img { border: none; } 
a:link { color: #000000; } 
a:visited { color: #BF2C37;	text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; height: 0px; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 1.6em; margin-bottom: 0.5em; }
h2 { font-size: 18px; margin-bottom: 12px; }
h3 { font-size: 1.2em; margin-bottom: 0.8em; font-weight: bold; } 
h4, h5, h6, p, address, blockquote, dl, table { font-size: 1em; margin-bottom: 1em; } 

em { font-weight: bold; font-style: italic; } 
strong { font-weight: bold; font-style: normal; } 
li { list-style-type: square; }

th { text-align: left; white-space: nowrap; padding-right: 10px; }
/* page elements */
.main { text-align: center; background: url(../images/bgHeader.png) repeat-x; }
.content { width: 1400px; margin: 0 auto; text-align: left;}
.header { height: 142px;
    width: 1400px;
}
.topMenu ul { float: right; margin-top: 11px; }
.topMenu li { float: left; list-style: none; background: #d6d6d6; padding: 8px 12px; }
.topMenu li:first-child { border-bottom-left-radius: 10px; padding-left: 20px; }
.topMenu li:last-child { border-bottom-right-radius: 10px; padding-right: 20px; }
.topMenu li a:link { font-weight: bold; text-decoration: none; }
.topMenu li a:hover { color: #969696; }
.header .hBody { margin-top: 20px; clear: both; }
.hBody .a1 { font-family: 'Montserrat', Arial, sans-serif; font-size: 28px; font-weight: 700; color: #353535; float: left; margin-left: 12px; height: 36px; }
.hBody .a2 { float: left; height: 26px; margin-left: 12px; font-family: 'Montserrat', Arial, sans-serif; font-size: 14px; color: #acacac; padding-top: 10px; margin-right: 233px; font-weight: 400; }
.hBody .search { float: left; height: 34px; width: 338px; border-radius: 6px; border: 1px solid #CCC; background: #fff; }
.hBody .search .boxSearch { height: 34px; width: 300px; border-style: none; margin-left: 6px; float: left; color: #898989; }
.hBody .search .searchSubmit { text-indent: -9999px; float: left; background: url(../images/btnSearch.png) no-repeat; height: 16px; width: 16px; margin-top: 8px; margin-left: 6px; }
.hBody .search .searchSubmit:hover { cursor: pointer; }

.hBody .btnSearch ul { margin: 0px; }
.hBody .btnSearch li { float: left; height: 28px; 
width: 100px; 
list-style: none; margin-left: 6px; }
.hBody .btnSearch a:link, .hBody .btnSearch a:visited { color: #FFF; text-decoration: none; }
.hBody .btnSearch a:hover { color: #eaeaea; }
.menu { background: url(../images/bgMenu.png) repeat;
    height: 45px;margin-top: 20px;
}
.menu ul { margin: 0px; height: 42px; }
.menu li { float: left; height: 30px; list-style: none; padding-right: 20px; padding-left: 20px; text-align: center; font-size: 15px; font-weight: 400; color: #FFF; margin-right: 2px; padding-top: 12px; background: url(../images/divMenu.png) no-repeat right top; }
.menu li:first-child { border-bottom-left-radius: 10px; }
.menu li a:link, .menu li a:visited { color: #898989; text-decoration: none; }
.menu li a:hover { color: #C8C8C8; }
.intContent { padding: 20px 12px; }
.intContent .twocol { width: 100%; margin-bottom: 20px; }
.intContent .twocol .cone, .intContent .twocol .ctwo { float: left; width: 50%; }
ul.btns li { float: left; list-style: none; margin-right: 10px; }
.intContent .frm { width: 300px; padding: 20px; background: #E6E6E6; border-radius: 6px; }

/* tables */
table.intTable { border-collapse: collapse; width: 960px; margin-right: -12px; margin-left: -12px; margin-bottom: 20px; }
table.intTable tr.hilite { background: #efefef; cursor: pointer; }
table.intTable th[scope="row"], table.intTable td  { border-bottom: 1px solid #d6d6d6; }
table.intTable th[scope="row"] { text-align: left; font-weight: 400; padding-right: 160px; padding-left: 12px; }
table.intTable td { text-align: right; height: 36px; vertical-align: middle;}
table.intTable tr > td:last-child { padding-right: 12px; }
 table td {font-size:14px;} /* rs */
 
 table.admin { border-collapse: collapse; width: 960px; margin-right: -12px; margin-left: -12px; margin-bottom: 20px; }
table.admin tr.hilite { background: #efefef; cursor: pointer; }
table.admin th[scope="row"], table.admin td  { border-bottom: 1px solid #d6d6d6; }
table.admin th[scope="row"] { text-align: left; font-weight: 400; padding-right: 160px; padding-left: 12px; }
table.admin th[scope="col"] {font-size:12px;}
table.admin td { text-align: left; height: 36px; vertical-align: middle; font-size:12px;}
table.admin tr > td:last-child { padding-right: 12px; }

/* buttons */
a.btnReg:link, a.btnSm:link { width: 100px; display: block; text-align: center; background: #58585a; color: #FFF; border-radius: 6px; text-decoration: none; }
a.btnReg:hover, a.btnSm:hover { color: #eaeaea; }
a.btnReg:link { font-size: 15px; height: 36px; line-height: 32px; }
a.btnSm:link { font-size: 12px; height: 36px; vertical-align: middle; display: table-cell; }
a.btnSm:after { margin-right:10px; }
input[type="submit"], input[type="button"], input[type="reset"] { font-size: 15px; width: 100px; height: 36px; text-align: center; background: #58585a; color: #FFF; border-radius: 6px; border-style: solid; border : 0px; font-weight: 700; box-shadow: none;}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { cursor: pointer; }
/*for FireFox*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : 0px; box-shadow: none; } 
/*for IE8 */
input[type="submit"]:focus, input[type="button"]:focus { outline : none; }

.footer { display: block; clear: both; background: url(../images/bgFooter.png) repeat-x; height: 107px; }
.footer .ftContent { margin: 0 auto; width: 161px; height: 36px; padding-top: 20px; }
.ftContent .a1 { float: left; font-family: 'Montserrat', Arial, sans-serif; font-size: 28px; font-weight: 700; color: #acacac; height: 36px; width: 32px; }
.ftContent .a2 { float: left; height: 26px; margin-left: 12px; font-family: 'Montserrat', Arial, sans-serif; font-size: 14px; color: #acacac; padding-top: 10px; font-weight: 400; width: 117px; }

input[type="checkbox"] {margin:5px; }

.grid td { padding: 2px 4px 2px 4px; }
.grid th { padding: 2px 4px 2px 4px; text-align:center; }

#divSummary 
{
    margin-top:13px;background:#E6E6E6;width:800px;padding-left:10px;
       border: 1px solid #58585a;border-radius:6px;
}

.summaryLabel
{
    font-weight:bold; font-size:12px;
}

.classifyGrid 
{
 /*   width:100% !important; 
    float:left !important; */
   /* margin-left:-100%;
    margin-right:-100%; */
}

.expandGrid
{
   /*margin-left:-20%;*/
    width:1300px !important;
    float:left !important;
}



.classifyGrid td, .classifyGrid th{
  text-align:center;
}

.gridTextLeft
{
    text-align:left !important;
}
.textToUpper {
    text-transform: uppercase;
}
.searchCageListContainer {
    float: left;
    border: 1px solid black;
    margin: 5px;
    width: 130px;
}
.searchCageListCage
{
    float: left;
    padding: 5px;
    font-weight: bold;
}
.searchCageListDate {
    float: left;
    padding: 5px;
}
.BlackText a, a:visited{
    color:black !important;
}