/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
html, body, h1, h2, h3, h4, h5, h6, p, input, select, textarea, ul, ol {margin: 0; padding: 0;}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

::-moz-selection { background: #2598cf; color: #fff; text-shadow: none; }
::selection { background: #2598cf; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ==|== default tag styling ================================================= */

body, button, input, select, textarea {
  font: 13px/1.4 sans-serif; color: #333333;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 15px 0 5px;
}

h2 {
  color: #2598cf;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  margin: 4px 0;
}

h3 {
  color: #f67b13;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}

h4 {
  color: #036692;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0;
}

h5 {
  color: #f67b13;
  font-size: 14px;
  font-weight: normal;
  margin: 2px 0;
}

h6 {
  color: #003a5f;
  font-size: 12px;
  font-weight: bold;
  margin: 1px 0;
}

p {
  margin-bottom: 15px;
}

big {
  display: block;
  margin-bottom: 18px;
  font-size: 18px;
}

a { color: #007fb2; text-decoration: none;}
a:hover { color: #036692; text-decoration: underline;}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

code {
  font-family: monospace;
}

.content ul, .content ol {
  margin-bottom: 25px;
}

.content li {
  margin: 0 0 5px 18px;
}

.content .bullet li {
  margin: 0 0 5px 40px;
  list-style-image: url("../img/bullet.png");
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

q q:before {
  content: "‘";
  margin-left: 1px;
}

q q:after {
  content: "’";
  margin-right: 1px;
}

fieldset {
  position: relative;
  background-color: #ebeeff;
  border: 1px solid #023c61;
  padding: 28px 7px 7px;
  margin-bottom: 15px;
}

legend, .legend {
  position: absolute;
  top: 4px;
  left: 7px;
  font-weight: bold;
}

.no-websqldatabase .legend { /* Firefox hack*/
  top: -24px;
  left: 0;
}

.ie7 .legend, .ie8 .legend, .ie9 .legend {
  top: 4px;
  left: 7px;
}

.ie7 legend, .ie8 legend {
  top: -10px;
  left: 7px;
  padding: 0 4px;
}

/* 
table {
  width: 100%;
  margin-bottom: 15px;
}

tr {
  border-bottom: 0px solid #cccccc;
}

tr .centered {
  text-align: center;
}

thead tr {
  border-bottom: 0 none;
}

tbody tr:hover td, tbody tr.selected td{
 background-color: #eff5ff;
}

.tabs tbody tr:hover td, .tabs tbody tr.selected td{
  background-color: white;
}

thead, thead th {
  background-color: #036692;
  color: white;
}

th, td {
  padding: 4px 20px 2px 4px;
}

th.right, td.right {
  text-align: right;
}

th {
  background-color: #d1e6f7;
  color: #003a5f;
  text-align: left;
  font-weight: normal;
}

th a {
  color: #003a5f;
}
*/

/* GridViews - Light & Dark
 * START
 */

.scrollableGrid
{
    overflow: auto;
   
  /*   height: 250px;  */
    }

.DarkGrid 
{
    width: 100%;
    /*margin-bottom: 15px;*/
}

.hide
{
    display:none;
    }

.DarkGrid tr:hover
{
  background-color: #ffffff;
}

.DarkGrid tr.header
{
  background-color: #036692;
  color: #ffffff;
  text-align: left;
  border-bottom: 2px solid #cccccc;
  border-right: 1px solid #ffffff;
  height: 20px;
  font-weight:bold;
    }

.DarkGrid tr.normal
{
  background-color: #d1e6f7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  padding: 4px 20px 2px 4px;
  
 }

.DarkGrid tr
{
  /*background-color: #d1e6f7;*/
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  padding: 4px 20px 2px 4px;
  cursor :pointer  ;
 }
 
.DarkGridSelected
{
  background-color: #ffffff;
 /*  font-weight: bold;
  color: #000000;*/
}

.LightGrid 
{
    width: 100%;
     background-color: #ffffff;
    /*margin-bottom: 15px;*/
}

.LightGrid td.right_space
{
    padding-right: 15px;
}

.LightGrid tr:hover
{
  background-color: #EFF5FF;
  
}

.LightGrid tr.header
{
  background-color: #d1e6f7;
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  height: 20px;
  font-weight:bold;
  cursor :default;
  }

.LightGrid tr.normal
{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  padding: 4px 20px 2px 4px;
  color: #000000;
  cursor :pointer  ;
  
}

.LightGrid tr
{
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  padding: 4px 20px 2px 4px;
  color: #000000;
  cursor :pointer  ;
  
}

.LightGridSelectData
{
   background-color: #EFF5FF;
     
}

.LightGridSelected
{
  background-color: #d1e6f7;
}

.gridfooter 
{
    background : #D1E6F7;
    text-align :center ;
   
}

.LightGrid tr.gridfooter
{
    cursor:default ;
    background-color:#d1e6f7;

}

.gridfooter a
{
    margin:0 3px 0 3px;
}
#ctl00_PageContent_pageNumber
{
    float : right ;
}

/* END */



hr {
  border-width: 1px 0;
  border-color: #003a5f transparent #036692;
}

/*form {
  ov
}

label.align-left {
  t

 END 



hr {
  border-width: 1px 0;
  border-color: #003a5f transparent #036692;
}
*/
form {
  overflow: hidden;
}

label {
  height: 24px;
  line-height: 24px;
  text-align: right;
  padding-right: 5px;
}

label.big {
  color: #f67b13;
  font-size: 17px;
}

label.align-left {
  text-align: left;
}

select, input[type=text], input[type=password], textarea {
  border: 1px solid #013467;
  height: 24px;
  line-height: 24px;
}


select {
  width: 198px;
  vertical-align: middle;
}

input[type=text], input[type=password] {
  padding: 0 4px;
  width: 188px;
   border: 1px solid #013467;
}

input[type=text].small {
  width: 94px;
}

.monetary
{
    text-align :right;
}

input[type=text].percentage {
  width: 24px;
  margin-left: 148px;
}

textarea {
  padding: 4px;
  height: 72px;
  line-height: 18px;
  width: 188px;
}

textarea.taller {
  height: 142px;
}

input[type=button], input[type=submit] {
  height: 30px;
  width: 92px;
  color: white;
  background: transparent url("../img/button.png") no-repeat;
  border: 0 none;
  padding: 0 4px 2px 0;
  margin: 0 4px -2px 0;
  text-transform: uppercase;
}

.ie7 input[type=button], .ie7 input[type=submit],
.ie8 input[type=button], .ie8 input[type=submit],
.ie9 input[type=button], .ie9 input[type=submit] {
  padding: 0 4px 4px 0;
}

input[type=button]:hover, input[type=submit]:hover {
 /* background-image: url("../img/button-hover.png");*/
}

input[type=button].left, input[type=submit].left {
  float: left;
  margin: 0 0 -2px 4px;
}

input[type=button].right, input[type=submit].right {
  float: right;
}

input[type=button].small, input[type=submit].small {
  background: transparent url("../img/button-small.png") no-repeat;
  width: 46px;
  height: 27px;
  padding: 0 4px 3px 0;
}

input[type=button].small:hover, input[type=submit].small:hover {
  background: transparent url("../img/button-small-hover.png") no-repeat;
}

input[type=button].large, input[type=submit].large {
  background: transparent url("../img/button-large.png") no-repeat;
  width: 204px;
  height: 37px;
  padding: 0 4px 3px 0;
}

input[type=button].large[disabled], input[type=submit].large[disabled] {
   background: transparent url("../img/button-large-disabled.png") no-repeat;
  width: 204px;
  height: 37px;
  padding: 0 4px 3px 0;
}

input[type=button].large:hover, input[type=submit].large:hover {
  background: transparent url("../img/button-large-hover.png") no-repeat;
}

input[type=button].large:hover[disabled], input[type=submit].large:hover[disabled] {
    background: transparent url("../img/button-large-disabled.png") no-repeat;
}

input[type=button].larger, input[type=submit].larger {
  background: transparent url("../img/button-larger1.png") no-repeat;
  width: 230px;
  height: 37px;
  padding: 0 4px 3px 0;
}

input[type=radio], input[type=option] {
  vertical-align: middle;
}

.button:hover {
  background: transparent url("../img/button-hover.png") no-repeat;
  color: white;
}

.button.small {
  font-size: 12px;
}

.button.shadowless {
  background-image: url("../img/button-shadowless.png");
  padding: 1px 0 0;
}

.button.shadowless:hover {
  background-image: url("../img/button-shadowless-hover.png");
}

.button.soft {
  width: 97px;
  height: 24px;
  line-height: 24px;
  padding: 2px 1px 1px 0;

  background: transparent url("../img/button-soft.png") no-repeat;

  color: #999999;
  font-size: 12px;
}

.button.soft:hover {
  background-image: url("../img/button-soft-hover.png");
  padding: 3px 0 0 1px;
}

.button.highlight {
  color: #0f87c4;
}

.button.big {
  width: 244px;
  height: 41px;
  line-height: 41px;
  padding: 0 8px 8px 0;
  margin-bottom: 8px;

  background: transparent url("../img/button-big.png") no-repeat;

  font-size: 18px;
}

.button.big:hover {
  background-image: url("../img/button-big-hover.png");
}

.button.black, input[type=submit].black, input[type=button].black {
  background-image: url("../img/button-gray.png");
}

input[type=submit].black
{
    background-image: url("img/button-gray.png");
    }


.button.black:hover, input[type=submit].black:hover, input[type=button].black:hover {
  background-image: url("../img/button-gray-hover.png");
}

.button.black.disabled, input[type=submit][disabled=disabled].black, input[type=button][disabled=disabled].black,
input[type=submit].disabled.black, input[type=button].disabled.black{
  background-image: url("../img/button-gray-disabled.png");
}

input[type="button"].right, input[type="submit"].right {
float: right;
}

.StatusFilter
{
   /* float: right;*/
    margin-bottom:5px;
    margin-left:5px;
    background-color :#D1E6F7;
    background-image :none;
    border-color:#D1E6F7;
}

#ctl00_PageContent_pnlAssetsList
{
    clear:right;
}

#ctl00_PageContent_tcBackup_periodEnd_updtPanel
{
    margin-bottom:50px;
}

#ctl00_PageContent_tcReport_body
{
    overflow :scroll;
    background-color:#D1E6F7
}

.Progress
{
  border: dashed 1px #000000;  
  width: 40%;
  background-color: #EEEEEE;
  background-image: url(../images/spinner.gif);
  background-position: center 95%;
  background-repeat: no-repeat;
  text-align: center;
}

#ctl00_PageContent_tcAsset_tabDetails_txtAssetStatus,#ctl00_PageContent_tcAsset_tabDetails_txtDateDisposed
{
    background-color:#F0F0F0
}
.searchAsset
{
    display:inline-block ;
    float: left;
    margin-bottom:5px;
    margin-left:5px;
    background-image :none;
}
.searchAssetPanel 
{
    display:block;
    margin-bottom:2px;
     height:32px;
}

