﻿/* body */
body
{
  margin: 0;
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  color: #2D2D2D;
}

/* banner light blue */
.top
{
  background-image: url(images/capitol.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #D7DFE5;
  width: 100%;
  height: 71px;
}

/* a links */
a:link
{
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #627A96;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #627A96;
}
a:visted
{
  color: #627A96;
}
a:hover
{
  color: #9BABBD;
}
a:active
{
  color: #627A96;
}

/* inline */
.inline
{
  display: inline;
}

/* h1.black */
h1.black
{
  font-family: Arial, Sans-Serif;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h2.black */
h2.black
{
  font-family: Arial, Sans-Serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h3.black */
h3.black
{
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h1.dark */
h1.dark
{
  font-family: Arial, Sans-Serif;
  font-size: 22px;
  color: #627A96;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h2.dark */
h2.dark
{
  font-family: Arial, Sans-Serif;
  font-size: 18px;
  color: #627A96;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h3.dark */
h3.dark
{
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  color: #627A96;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h1.light */
h1.light
{
  font-family: Arial, Sans-Serif;
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h2.light */
h2.light
{
  font-family: Arial, Sans-Serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h3.light */
h3.light
{
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

/* h1.black */
.largeblack
{
  font-family: Arial, Sans-Serif;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  margin: 2px;
}

/* h2.black */
.mediumblack
{
  font-family: Arial, Sans-Serif;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  margin: 2px;
}

/* h3.black */
.smallblack
{
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  margin: 2px;
}

/* darkprimary - darkblue */
.darkprimary
{
  background-color: #627A96;
  color: #627A96;
}

/* lightprimary - lightblue */
.lightprimary
{
  background-color: #D7DFE5;
}

/* lighthighlight - lightgrey */
.lighthighlight
{
  background-color: #F5F5F5;
}

/* medhighlight - medgrey */
.medhighlight
{
  background-color: #CDCDCD;
}

/* darkhighlight - darkgrey */
.darkhighlight
{
  background-color: #646464;
}

/* bright - white */
.bright
{
  background-color: #FFFFFF;
}

/* error - red */
.error
{
  color: #A70505;
}

/* error - red */
.erroronwhite
{
  color: #A70505;
  background-color: #FFFFFF;
}

/* links */
.links
{
  float: right;
  margin-right: 5px;
}

/* logo text */
.logo
{
  font-family: Arial, Sans-Serif;
  font-size: 28px;
  color: #627A96;
  padding-top: 20px;
  padding-left: 70px;
}

/* search */
.search
{
  padding-left: 10px; /*     float: right;     margin-right: 60%;   */
}

/* verion */
.version
{
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/* banner top strip */
.top-topstrip
{
  background-color: #627A96;
  width: 100%;
  height: 4px;
}

/* banner bottom strip */
.top-bottomstrip
{
  background-color: #627A96;
  width: 100%;
  height: 1px;
}

/* navagation bar */
.navbar
{
  background-color: #D7DFE5;
  width: 100%;
  height: 26px;
}

/* current-user */
.current-user
{
  float: right;
  margin-right: 5px;
  margin-top: -22px;
  color: #627A96;
}

/* drop shadow down */
.shadowdown
{
  background-image: url(images/shadowdown.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #D7DFE5;
  width: 100%;
  height: 30px;
  z-index: 200;
}

/* drop shadow up */
.shadowup
{
  background-image: url(images/shadowup.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
}



/* menu */




/* container margins */
.container
{
  /*width: 995px;*/
  width: 1270px;
  margin: 10px 0px 10px 0px;
}

/* bottompadding */
.bottompadding
{
  padding-bottom: 5px;
}

/* panelSmall */
.panelSmall
{
  background-color: #D7DFE5;
  width: 445px;
  margin-right: auto;
}

/* panelMedium */
.panelMedium
{
  background-color: #D7DFE5;
  width: 620px;
  margin-right: auto;
}

/* panelLarge */
.panelLarge
{
  background-color: #D7DFE5;
  width: 820px;
  margin-right: auto;
}

/* panelXLarge */
.panelXLarge
{
  background-color: #D7DFE5;
  /*width: 1064px;*/
  width: 1270px;
  margin-right: auto;
}

/* panelfullwidth */
.panelfullwidth
{
  background-color: #D7DFE5;
  width: 100%;
  margin-right: auto;
}

/* panelbody */
.panelbody
{
  font-family: Arial, Sans-Serif;
  color: #000000;
  text-decoration: none;
  padding: 0px 1px 0px 1px;
}

/* panelhead */
.panelhead
{
  background-color: #627A96;
  width: 100%;
}

/* panelheadbody */
.panelheadbody
{
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}

/* panelbodyhead */
.panelbodyhead
{
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  font-size: 16px;
  color: #627A96;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}

/* hrule */
.hrule
{
  padding: 0px 0px 0px 0px;
  background-color: #627A96;
  height: 1px;
  width: 100%;
}

/* labellink */
.imagemiddle
{
  vertical-align: middle;
}

/* width300 */
.width300
{
  width: 300px;
}

/* calendar */
/* calTitle */
.calTitle
{
  background-color: #627A96;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  height: 15px;
  border-style: none;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
/* calTitle */
/* calNextPrev */
.calNextPrev a
{
  font-family: Arial, Sans-Serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.calNextPrev a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}
.calNextPrev a:active
{
  text-decoration: none;
  color: #FFFFFF;
}
/* calNextPrev */
/* calDayHeader */
.calDayHeader
{
  background-color: #D7DFE5;
}
/* calDayHeader */
/* calDay */
.calDay a
{
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
.calDay a:hover
{
  color: #000000;
  text-decoration: none;
}
.calDay a:active
{
  color: #000000;
  text-decoration: none;
}
/* calDay */
/* calSelected */
.calSelected
{
  color: #000000;
  background-color: #FFF5F5;
  border: 1px solid #FCAAAA;
}
.calSelected a
{
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
.calSelected a:hover
{
  color: #000000;
  text-decoration: none;
}
.calSelected a:active
{
  color: #000000;
  text-decoration: none;
}
/* calSelected */
/* calOtherMonthDay */
.calOtherMonthDay
{
  background-color: #F5F5F5;
}
.calOtherMonthDay a
{
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
.calOtherMonthDay a:hover
{
  color: #000000;
  text-decoration: none;
}
.calOtherMonthDay a:active
{
  color: #000000;
  text-decoration: none;
}
/* calOtherMonthDay */
/* appointment */
a.appointment
{
  display: block; /* width: 80px; */
  border: 1px solid #039;
  color: #000;
  padding: 2px 5px;
  background-color: #FFF;
  margin: 2px auto;
  text-decoration: none;
}
a.appointment:hover
{
  border-color: #C00;
  color: #C00;
  background-color: #FFE9EE;
}
/* appointment */
/* calendar */

/* calTable */
table.calTable
{
  background-color: #627A96;
  width: 100%;
}
table.calTable tr
{
  background-color: #D7DFE5;
}
table.calTable th
{
  color: White;
  background-color: #627A96;
}
table.calTable td
{
}


/*DataListCSS*/
.DataListStyle
{
  font-family: Arial, Sans-Serif;
  font-size: small;
  background-color: #FFFFFF;
}
.AltItemStyle
{
  /* WhiteSmoke */
  background-color: #F5F5F5;
}
.SelectedItemStyle
{
  /* Yellow */
  background-color: #FFFF66;
}


/*GridViewCSS*/
.GridViewStyle
{
  font-family: Arial, Sans-Serif;
  font-size: small;
  table-layout: auto;
  border-collapse: collapse;
  /* Light Blue */
  border: #D7DFE5 2px solid;
}
/*Header Light and Pager styles*/
.HeaderStyleLight /*Common Styles*/
{
  /* background-image: url(Images/HeaderGlassBlack.jpg); background-position:center; background-repeat:repeat-x; */
  background-color: #D7DFE5;
  text-align: left;
}
.HeaderStyleLight th
{
  padding: 2px;
  color: #000000;
  border-top: solid 1px #D7DFE5;
  border-right: solid 1px #D7DFE5;
  border-bottom: solid 1px #D7DFE5;
  border-left: solid 1px #D7DFE5;
  white-space: nowrap;
}
.HeaderStyleLight a
{
  text-decoration: none;
  color: #627A96;
  font-weight: bold;
}
/*Header Dark and Pager styles*/
.HeaderStyleDark /*Common Styles*/
{
  /* background-image: url(Images/HeaderGlassBlack.jpg); background-position:center; background-repeat:repeat-x; */
  background-color: #627A96;
  text-align: left;
}
.HeaderStyleDark th
{
  padding: 2px;
  color: #FFFFFF;
  border-top: solid 1px #627A96;
  border-right: solid 1px #627A96;
  border-bottom: solid 1px #627A96;
  border-left: solid 1px #627A96;
  white-space: nowrap;
}
.HeaderStyleDark a
{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
.PagerStyle
{
  background-color: #FFFFFF;
}
.PagerStyle table
{
  text-align: left;
  /* text-align: center; margin: auto; */
}
.PagerStyle table td
{
  border: 0px;
  padding: 2px;
}
.PagerStyle td
{
  border-top: #D7DFE5 3px solid;
}
.PagerStyle a
{
  color: #000000;
  text-decoration: none;
  padding: 2px 3px 2px 3px;
  border-top: solid 1px #777777;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #777777;
}
.PagerStyle span
{
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  padding: 2px 3px 2px 3px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
  padding: 2px;
  /* Light Blue */
  border: solid 1px #D7DFE5;
}
.RowStyle td
{
  /* White */
  background-color: #FFFFFF;  
}
.AltRowStyle td
{
  /* WhiteSmoke */
  background-color: #F5F5F5; 
}
.SelectedRowStyle td
{
  /* Yellow */
  background-color: #FFFF66;
}


/* detailsview */
.detailsview
{
  border-color: #627A96;
}
/* detailsviewhead */
.detailsviewhead
{
  text-align: right;
  padding: 2px 4px 2px 4px;
  background-color: #627A96;
  border-color: #D7DFE5;
  color: #FFFFFF;
  font-weight: bold;
  white-space: nowrap;
}
/* detailsviewrow */
.detailsviewrow
{
  padding: 2px 4px 2px 4px;
  background-color: #FFFFFF;
  border-color: #627A96;
  width: 100%;
}

/* tablehead */
.tablehead
{
  background-color: #627A96;
}

/* AJAX Calendar */
.cal .ajax__calendar_container
{
  border: 1px solid #627A96;
  background-color: #D7DFE5;
  color: #627A96;
}
.cal .ajax__calendar_other .ajax__calendar_day, .cal .ajax__calendar_other .ajax__calendar_year
{
  color: Black;
}
.cal .ajax__calendar_hover .ajax__calendar_day, .cal .ajax__calendar_hover .ajax__calendar_month, .cal .ajax__calendar_hover .ajax__calendar_year
{
  color: Black;
}
.cal .ajax__calendar_active .ajax__calendar_day, .cal .ajax__calendar_active .ajax__calendar_month, .cal .ajax__calendar_active .ajax__calendar_year
{
  color: Black;
  font-weight: bold;
}

/* floatleft */
.floatleft
{
  float: left;
}


/* floatcenter */
.floatcenter
{
  display: block;
  /*width: 1064px;*/
  width: 1270px;
  text-align: right;
}

/* aligncenter */
.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* center */
.center
{
  margin: 0 auto;
}

/* floatright */
.floatright
{
  float: right;
}

/* valigntop */
/*.valigntop 
{
    vertical-align: top;
}*/

/* width350 */
.width350
{
  width: 350px;
}

/* paddingleftright5 */
.paddingleftright5
{
  padding-left: 5px;
  padding-right: 5px;
}

/* padding5 */
.padding5
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* margin5 */
.margin5
{
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* padding10 */
.padding10
{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* login */
.login
{
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

/* logincenter */
.logincenter
{
  padding-left: 40px;
}

/* watermark */
.watermark
{
  background-color: #F5F5F5;
  font-family: Arial, Sans-Serif;
  color: #A7A7A7;
}

/* input controls */
/*
input
{
    cursor:pointer;
    color: White;
    border-style:solid; 
    border-color: White;
    border-width: 1px; 
    background-color: #646464;
}
*/

/* tabs */
.tabwhite
{
  padding: -1px 4px 2px 4px;
  margin-bottom: -9px;
  margin-left: 2px;
  border: 2px;
  background-color: White;
  border-top-color: #E68B2C;
  border-top-style: solid;
  border-right-color: #919B9C;
  border-right-style: solid;
  border-bottom-color: White;
  border-bottom-style: none;
  border-left-color: #919B9C;
  border-left-style: solid;
}
.tablightblue
{
  padding: -1px 0px 2px 0px;
  margin-bottom: -9px;
  margin-left: 2px;
  border: 2px;
  background-color: #EAEAF8;  
  border-top-color: #91A7B4;
  border-top-style: solid;
  border-right-color: #91A7B4;
  border-right-style: solid;
  border-bottom-color: #919B9C;
  border-bottom-style: solid;
  border-left-color: #91A7B4;
  border-left-style: solid;
}
.tabbuttonon
{
  color: #627AA6;
  background-color: White; 
  border-top-color: #FFC73C;
  border-top-style: solid;
  border-right-color: White;
  border-right-style: none;
  border-bottom-color: White;
  border-bottom-style: none;
  border-left-color: White;
  border-left-style: none;
}
.tabbuttonoff
{
  color: #627AA6;
  background-color: #EAEAF8; 
  border-top-color: #FAF9FE;
  border-top-style: solid;
  border-right-color: #91A7B4;
  border-right-style: none;
  border-bottom-color: #BEBFD8;
  border-bottom-style: none;
  border-left-color: #91A7B4;
  border-left-style: none;
  
  background: #EAEAF8; /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAF9FE', endColorstr='#BEBFD8'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#FAF9FE), to(#BEBFD8)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #FAF9FE,  #BEBFD8); /* for firefox 3.6+ */
}
/* tabs */

/* boxes */
.boxdark
{
  border: solid 1px #627A96;
  background-color: White;
}
.boxlight
{
  border: solid 1px #D7DFE5;
  background-color: White;
}
.boxgrey
{
  border: solid 1px #ABADB3;
  background-color: White;
}
.boxqueue
{
  border: solid 1px #ABADB3;
  background-color: #FFFF66;
  padding: 2px 5px 2px 5px;
}
/* boxes */

/* modal popups */
.modalBackground
{
  background-color: Black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modalWindow
{
  background-color: #627A96;
  padding: 2px;
}
.modalTable
{
  background-color: #FFFFFF;
  padding: 10px;
}

/* auto complete extender */
.autocomplete
{
  border: solid 1px #646464;
  background-color: #F5F5F5;
  padding: 5px;
  background-color: #FFFFFF;
  margin-top: 0px;
  list-style: none;
}
.autocompleteList
{
  background-color: #FFFFFF;
  cursor: pointer;
}
.autocompleteHighlight
{
  background-color: #D7DFE5;
  cursor: pointer;
}

/* user control labels */
.uclabels
{
  font-weight: bold;
}

/* hide */
.hide
{
  display: none;
}

/* nowrap */
.nowrap
{
  white-space: nowrap;
}

/* ace - CompletionListCssClass */
.ace
{
  white-space: nowrap;
  font-family: Arial, Sans-Serif;
  font-size: 10px;
  color: Black;
  text-decoration: none;
  padding: 2px;
  margin: 0px;
  background-color: White;
  border: 1px solid #627A96;
  min-width: 862px !important;
  list-style-type: none;
}

/* ace - CompletionListItemCssClass */
.acelist
{
  white-space: nowrap;
  font-family: Arial, Sans-Serif;
  font-size: 10px;
  color: Black;
  text-decoration: none;
  padding: 2px;
  margin: 0px;
  background-color: White;
  min-width: 860px !important;
  list-style-type: none;
}

/* ace - CompletionListHighlightedItemCssClass */
.acehigh
{
  white-space: nowrap;
  font-family: Arial, Sans-Serif;
  font-size: 10px;
  color: White;
  text-decoration: none;
  padding: 2px;
  margin: 0px;
  background-color: #627A96;
  min-width: 860px !important;
  list-style-type: none;
}

/* AjaxFileUpload */
.ajax__fileupload {
    padding: 4px;
    border: #D3D3D3 1px solid;
    overflow: auto;
}
.ajax__fileupload_selectFileContainer {
    height: 24px;
    line-height: 24px;
}
.ajax__fileupload_selectFileButton {
    display:block;
    height: 24px;
    line-height: 24px;
    width: 80px;
    text-align: center;
    background-color: #D4D4D4;
    color: #000000;
    cursor: pointer;
    margin-right: 4px;
    font-size: 13px;
}
.ajax__fileupload_selectFileButton:hover {
    background-color: #C2E6FA;
    color: #000000;
}
.ajax__fileupload_topFileStatus {
    color: rgb(127, 126, 126);
}
.ajax__fileupload_ProgressBarHolder 
{
    margin-right: 70px;
    _margin-right: 0;
}
.ajax__fileupload_uploadbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #627A96;
}
.ajax_fileupload_cancelbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #990033;
}
.ajax__fileupload_dropzone {
    border-style: dotted; 
    border-width: 1px; 
    line-height: 50px; 
    text-align:center;
    _text-align:left; /* IE Only */
    margin-bottom:2px;
}
.ajax__fileupload_queueContainer 
{
    border: #A9A9A9 1px solid;
    border-width: 1px; 
    margin-top:2px; 
    padding:4px;
    clear: both;
}
.ajax__fileupload_progressBar {
    padding-left:4px; 
    background-color: #CCFFCC; 
}
.ajax__fileupload_footer {
    margin-top: 2px;
    line-height: 20px;
    height: 20px;
}
.ajax__fileupload_fileItemInfo {
    line-height: 20px;
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
}
.ajax__fileupload_fileItemInfo .filename {
    font-weight: bold;
}
.ajax__fileupload_fileItemInfo .uploadstatus {
    font-style: italic;
}
.ajax__fileupload_fileItemInfo .removeButton {
    cursor: pointer;
    background-color: #A70505;
    color: white;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    float: left;
}
.ajax__fileupload_fileItemInfo .uploadedState {
    color: #060;
    background-color: #fff;
}
.ajax__fileupload_fileItemInfo .uploadingState {
    color: #FF9900;
    background-color: #fff;
}
.ajax__fileupload_fileItemInfo .pendingState {
    color: #009;
    background-color: #fff;
}
.ajax__fileupload_fileItemInfo .errorState {
    color: #ffffff;
    background-color: #ff0000;
}
.ajax__fileupload_fileItemInfo .cancelledState {
    color: #900;
    background-color: #fff;
}
.ajax__fileupload_selectFileContainer {
	display: inline-block;
    overflow: hidden;
    position: relative;
    width: 80px;
    /*float: left;*/
}
.ajax__fileupload_selectFileContainer input {
    border: medium none;
    cursor: pointer;
    height: 40px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ajax__fileupload_fileItemInfo 
{
    position: relative;
    z-index: 0;
}
.ajax__fileupload_fileItemInfo div
{
    display: inline-block;
}
.ajax__fileupload_fileItemInfo div.removeButton 
{
    position: absolute;
    top: 0;
    right: 0;
}
/* AjaxFileUpload */

/* AjaxTabContainer */
.Tab .ajax__tab_body
{
  background-color: #D7DFE5;
  border:1px solid #b4cbdf;
  padding-top:0px;
}
/* AjaxTabContainer */

.cell 
{
  text-align:center;
  display: inline;
  width:1024px; /* or whatever you want */
  float:left;
  /* add margin, padding, border style if you wish */
}

.scanresponsive
{
    display: inline;
}
.scancontainer
{
    display: table;
    display: inline;
}
.scanrow
{
    display: table-row;
    display: inline;
}
.scan
{
    position: relative;
    display: inline;
    padding: 2px;
}
.scandelete
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: #FFFF66;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

.scangrid 
{
    text-align: center;
}
.scangridimg 
{ 
    display: inline-block;
}