﻿.totemMenuItem
{
    font-family: Verdana;
    font-size: 11px;
    color: Gray;
}
.top-div
{
	 width: 800px;
    margin:30px auto; 
    left: 0%;
    right: 0%;
    top: 20%;
    vertical-align:middle;
   
}

.bottom-div
{
	position:absolute;
   bottom:0;
   overflow:hidden;
   width:98%;
  
   
}

.heading-small
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}

.heading-small a
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
}

.heading
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.text
{
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
}


.totemItem
{
    font-family: Verdana;
    font-size: 10px;
    color: White;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}


.totemMainItem
{
    font-family: Verdana;
    font-size: 10px;
    color: White;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

.smartBox
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    cursor: default;
}

.smartGrid
{
    font-family: Verdana;
    font-size: 11px;
    color: White;
}

.smartGridHeader
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
}

.smartGridRow
{
    font-family: Verdana;
    font-size: 10px;
    color: White;
    padding-left: 5px;
    text-align: left;
    font-weight: bold;
}

.smartGridContentHeader
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    padding-left: 5px;
    font-weight: bold;
}


.SearchDiv
{
    overflow-x: auto;
    overflow-y: auto;
    height: 102px;
    width: 100%;
    border: 1px solid #516571;
}

.checkListBox
{
    font-family: Arial,sans-serif;
    font-size: 8pt;
    color: #666666;
    font-weight: normal;
    background-color: #ffffff;
    margin: 0px 0px 3px 4px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: none;
}

.accordionContent
{
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.loginWarning
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
    margin: 0px 0px 3px 4px;
    vertical-align: middle;
}

/* New Tags */

/* Saved Searches */

fieldset
{
    border: 1px solid #a9b1d2;
    padding: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 16px;
}




ul.button li a, ul.button li span, a.ui-dialog-titlebar-close
{
    text-align: center;
    background: url(../../ManheimDefault/Images/Common/buttons/button_bg.png);
    background-color: #dadceb;
    border: 1px solid #a9b1d2;
    margin: 0px 8px 0 0;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #004489;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: visible;
}

.saved-search .search
{
    border-top: 1px solid #a9b1d2;
    padding-top: 7px;
    padding-bottom: 8px;
}

.saved-search .search p
{
    margin-bottom: 8px;
}

span.notify-me
{
    float: left;
    height: 14px;
    width: 21px;
    background: url(../../ManheimDefault/Images/Common/icon-notify.png) no-repeat;
    margin: 1px 0 0 4px;
}

.saved-search .search span.notify-me span
{
    display: none;
}

.saved-search .search a.search, .saved-search .search a.edit
{
    float: right;
    margin: -1px 0px 0px 0px;
    padding: 0px 5px;
    line-height: 15px;
}

.saved-search .search a.search
{
    float: left;
    margin-right: 4px;
}

a.add-button, a.minus-button, a.remove-button, a.picture-button, a.search-button, a.watchlist-button, a.tick-button
{
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    background-position: top;
}

a.add-button:hover, a.minus-button:hover, a.remove-button:hover, a.picture-button:hover, a.search-button:hover, a.watchlist-button:hover, a.tick-button:hover
{
    background-position: bottom;
    background-color: transparent;
}

a.add-button
{
    background-image: url(../../ManheimDefault/Images/Common/buttons/add_button.png);
}

a.minus-button
{
    background-image: url(../../ManheimDefault/Images/Common/buttons/minus_button.png);
}

a.minus-button.hide, a.add-button.hide, a.remove-button.hide
{
    display: none;
}

a.button.red, input.submit.red
{
    background-image: url(../../ManheimDefault/Images/Common/buttons/button_red_bg.png);
    color: white;
    text-shadow: .323232 0px 0px 3px;
    border-color: #dc002e;
}

a.button.green, input.submit.green
{
    background-image: url(../../ManheimDefault/Images/Common/buttons/button_green_bg.png);
    color: white;
    text-shadow: .323232 0px 0px 3px;
    border-color: #83b819;
}

/*****************/
/* Boxes */

/* Columns */

.col-one-quarter, .col-two-quarter, .col-one-third, .col-two-third, .col-full
{
    float: left;
    min-height: 48px;
}
.col-one-quarter
{
    width: 237px;
}

.col-two-quarter
{
    width: 474px;
}

.col-one-third, .one-third-col
{
    width: 316px;
    float: left;
}

.col-two-third, .two-third-col
{
    width: 632px;
    float: left;
}

.col-full
{
    width: 948px;
    float: none;
}


.sub-col-left
{
    float: left;
}

.sub-col-right
{
    float: right;
}

.box-two-third .sub-col-left, .box-two-third .sub-col-right
{
    width: 274px;
    text-align: justify;
}

.box-double .sub-col-left, .box-double .sub-col-right
{
    width: 210px;
}

.box-three-third .sub-col-left, .box-three-third .sub-col-right
{
    width: 448px;
    text-align: justify;
}

/* General Boxes */

.boxcontent
{
    margin-top: 0px;
    padding: 0px 14px 2px 14px;
}

.heading
{
    height: 25px;
    padding: 16px 14px 7px 14px;
    margin-bottom: 0px;
    background-position: bottom left;
}

.pagecontent .heading.closed
{
    background-position: top left;
}

.heading h1, .heading h2
{
    margin-bottom: 0;
}

.boxbottom
{
    height: 14px;
    background-position: bottom left;
}

.heading.smaller h2
{
    font-size: 12px;
}

.box-single.floatleft, .box-double.floatleft, .box-third.floatleft, .box-tow-third.floatleft
{
    margin: 0;
}

/* Single Box */

.box-single
{
    width: 237px;
    float: left;
}

.box-single .boxcontent
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_1_b.png);
    background-position: bottom left;
}

.box-single .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_1_h.png);
}

.box-single .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_1_f.png);
}

.box-single h2
{
    font-size: 12px;
}

/* Single Box Green */

.box-single.green .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_1_h_green.png);
}

.box-single.green .boxcontent
{
    background: url(../../ManheimDefault/Images/Common/layout/box_1_b_green.png) bottom left;
}

.box-single.green .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_1_f_green.png);
}

/* Double Box */

.box-double
{
    width: 474px;
    float: left;
}

.box-double .boxcontent
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2_b.png);
    background-position: bottom left;
}

.box-double .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2_f.png);
    background-position: bottom left;
}

.box-double h2
{
    display: block;
}

.box-double .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2_h.png);
}

/* Double Box RED */

.box-double.red .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2_h_red.png);
}

.box-double.red .boxcontent
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2_b_red.png);
}

.box-double.red .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2_f_red.png);
}

/* Headers */

.box-third .heading h1, .box-third .heading h2, .box-two-third .heading h1, .box-two-third .heading h2
{
    margin-left: 16px;
}

/* 1 third box */

.box-third
{
    background: url(../../ManheimDefault/Images/Common/layout/box_1-3_b.png) repeat-y;
    width: 316px;
}

.box-third .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_1-3_h.png);
}

.box-third .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_1-3_f.png);
    height: 16px;
}

.box-third .boxcontent, .box-two-third .boxcontent
{
    padding: 0px 30px 0px 30px;
}

/* 2 third box */

.box-two-third
{
    background: url(../../ManheimDefault/Images/Common/layout/box_2-3_b.png) repeat-y;
    width: 632px;
}

.box-two-third .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2-3_h.png);
}

.box-two-third .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2-3_f.png);
    height: 16px;
}

/* 2 third box RED */

.box-two-third.red
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2-3_b_red.png);
}

.box-two-third.red .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2-3_h_red.png);
}

.box-two-third.red .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_2-3_f_red.png);
}

/* 3 third box */

.box-three-third
{
    float: left;
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_b.png);
    background-position: bottom left;
    width: 948px;
}

.box-three-third .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_h.png);
}

.box-three-third .boxcontent
{
    overflow: visible;
}

.box-three-third .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_f.png);
    height: 16px;
    width: 948px;
}

/* 3 third box Orange */

.box-three-third.orange
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_b_orange.png);
}

.box-three-third.orange .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_h_orange.png);
}

.box-three-third.orange .heading h2
{
    color: .303030;
}

.box-three-third.orange .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_f_orange.png);
}

/* 3 third box Green */

.box-three-third.green
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_b_green.png);
}

.box-three-third.green .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_h_green.png);
}

.box-three-third.green .heading h2
{
    color: .303030;
}

.box-three-third.green .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_f_green.png);
}



/* 3 third box Red */

.box-three-third.red
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_b_red.png);
}

.box-three-third.red .heading
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_h_red.png);
}

.red .heading h1, .red .heading h2
{
    color: white;
}

.box-three-third.red .boxbottom
{
    background-image: url(../../ManheimDefault/Images/Common/layout/box_3-3_f_red.png);
}


/* Hovers */

a.boxlink
{
    text-decoration: none;
    color: .303030;
    padding: 0;
    margin: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
}

.box-single a.boxlink.image
{
    padding-bottom: 16px;
}

h1 a.boxlink, h2 a.boxlink
{
    color: .004489;
}

a.boxlink:hover
{
    background-color: transparent;
    color: .5e76ac;
}

h2 a.boxlink:hover
{
    color: .004489;
}

a.boxlink:hover .box-single, div .hoverable:hover
{
    background-position: bottom right;
}

.pagecontent div .hoverable:hover .heading
{
    background-position: bottom right;
}

.pagecontent div .hoverable:hover .boxcontent, .pagecontent div .hoverable:hover .boxbottom
{
    background-position: bottom right;
}

.pagecontent div .hoverable:hover .heading.closed
{
    background-position: top right;
}

.heading.icon
{
    padding-top: 24px;
    background-repeat: no-repeat;
}

.heading.closed
{
    background-position: top left;
}


/****************/

/******************/
/* Typography */

h1, h2
{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
    color: #004489;
}

/*****************/



/********************/
/* Results table    */

/* Search Results Table */

table.results-table
{
    vertical-align: top;
    margin-bottom: 0;
}

table.results-table a.add-button, table.results-table a.minus-button, table.results-table a.picture-button, table.results-table a.watchlist-button, table.results-table a.remove-button
{
    margin: 0 auto 4px auto;
}

table.results-table th
{
    font-size: 11px;
    padding: 6px 3px;
    border-right: 1px solid #dadceb;
    color: #404040;
    text-align: left;
}

table.results-table tr.first th
{
    border-bottom: none;
}

table.results-table th.last
{
    border-right: none;
}

span.selected-actions
{
    float: right;
}

.selected-actions a.button
{
    display: inline-block;
    padding: 0px 4px;
    margin: -2px 0px 0px 4px;
}

.selected-actions select
{
    display: inline-block;
    margin: 0 0 0 3px;
    position: relative;
    top: 1px;
}

.selected-actions label
{
    display: inline-block;
    margin: 0 0 0 8px;
    position: relative;
    top: 1px;
}

.fixedtableheader0.results-table
{
    border-bottom: 3px solid #667cb1;
}

table.results-table a.close-all
{
    display: none;
}

table.results-table tr
{
    page-break-inside: avoid;
}

table.results-table td
{
    padding: 3px;
    border-right: 1px solid #dadceb;
    border-top: 1px solid #cdd1e5;
    vertical-align: top;
}

table.results-table tr.physical td
{
    background-color: transparent;
    border-bottom: 1px solid #808080;
}

table.results-table tr.physical.hover td
{
    background-color: #f3f3f9;
}

table.results-table tr.simulcast td
{
    background-color: #e6e8f2;
    border-bottom: 1px solid #8392bf;
}

table.results-table tr.simulcast.hover td
{
    background-color: #cdd1e5;
}

table.results-table tr.cyberstock td
{
    background-color: #eaf1d9;
    border-bottom: 1px solid #83b819;
}

table.results-table tr.cyberstock.hover td
{
    background-color: #deeac5;
}

table.results-table tr.cyberauction td
{
    background-color: #f9e5c9;
    border-bottom: 1px solid #e89627;
}

table.results-table tr.cyberauction.hover td
{
    background-color: #f7dab3;
}

table.results-table tr.cyberstock.sold td, table.results-table tr.cyberstock.not-sold td
{
    background-color: #dedede;
}

table.results-table tr.cyberstock.out-bid td.six
{
    background-color: #f6c4b6;
}

table.results-table tr.cyberstock.out-bid td.six p.out-bid-highlight
{
    color: #dc002e;
}

table.results-table tr.cyberstock.out-bid td.six span.separator
{
    background-color: #dc002e;
}

table.results-table td.not-available
{
    width: 11%;
}

table.results-table tr.hover td
{
    background-color: #e6e8f2;
    border-top: 1px solid #a9b1d2;
}

table.results-table tr.details td
{
    padding: 0;
    border-top: none;
}

table.results-table tr.details:hover td
{
    background-color: white;
    border-bottom: none;
}

table.results-table td.last
{
    border-right: none;
}

table.results-table tr.expanded td
{
    border-top: 1px solid #c1c7df;
}

table.results-table td.one
{
    width: 18px;
    vertical-align: middle;
}

table.results-table td.two
{
    width: 94px;
}

table.results-table td.three
{
    width: 23%;
}

table.results-table td.four
{
    width: 14%;
}

table.results-table td.five
{
    width: 20%;
}

table.results-table td.six
{
}

table.results-table td.seven
{
    width: 12px;
    vertical-align: middle;
}

table.results-table td p
{
    margin: 0;
}

table.results-table td p strong
{
    margin-right: 4px;
}

table.results-table td p.notes
{
    margin-bottom: 6px;
}

table.results-table td h2, table.results-table td h3
{
    margin-bottom: 4px;
}

table.results-table td h2 a
{
    color: #004489;
    font-size: 12px;
    margin-left: -3px;
}

table.results-table td h3
{
    color: #004489;
    font-size: 11px;
}

table.results-table td span.separator
{
    display: block;
    background-color: #a9b1d2;
    height: 1px;
    margin: 3px 0 4px 0;
}

table.results-table td .submit-bid p span
{
    white-space: nowrap;
}

table.results-table p span.half
{
    display: inline-block;
    width: 46%;
}
table.results-table td label span
{
    margin-right: 4px;
}

table.results-table td .submit-bid label
{
    float: left;
    margin-right: 4px;
}

table.results-table td .submit-bid input.text
{
    width: 4em;
    padding: 0 2px;
    line-height: 15px;
}

table.results-table td input.checkbox
{
    float: right;
}

table.results-table td input.text
{
    float: left;
    width: 80px;
}

table.results-table tr td input.submit, table.results-table tr td a.submit, table.results-table tr td a.enter-sale
{
    float: right;
    width: 5em;
    padding: 0 6px;
    line-height: 14px;
    font-weight: bold;
    margin: 0;
}

.catalogue table.results-table tr td a.enter-sale
{
    float: none;
}

table.results-table td input.submit:hover
{
    background-position: bottom left;
}

table.results-table td > a.image-link
{
    display: block;
    padding: 3px;
}

table.results-table tr td a.enter-sale
{
    font-weight: normal;
}


/* Details Row */

table.results-table tr.details div.detail-block
{
    display: none;
    border-top: 1px solid #cdd1e5;
    border-bottom: 2px solid #a9b1d2;
    padding: 0;
}

table.results-table .detail-tab-nav
{
    border-bottom: 2px solid #5e76ac;
}

table.results-table .detail-tab-nav ul
{
    list-style: none;
    margin: 0;
    font-size: 12px;
    height: 18px;
    overflow: hidden;
}

table.results-table .detail-tab-nav ul li
{
    float: left;
    background: #dadceb;
    padding: 1px 10px;
    margin: 0;
    border-left: 1px solid #5e76ac;
    border-top: 1px solid #5e76ac;
}

table.results-table .detail-tab-nav ul li.last
{
    border-right: 1px solid #5e76ac;
}

table.results-table .detail-tab-nav ul li.current
{
    background: #8392bf;
    border-color: #5e76ac;
    font-weight: bold;
}

table.results-table .detail-tab-nav ul li a
{
    text-decoration: none;
    color: #365e9b;
}

table.results-table .detail-tab-nav ul li.current a
{
    color: white;
}

table.results-table .tabs > div
{
    display: none;
    padding: 5px;
    border-top: 1px solid #cdd1e5;
    border-bottom: 1px solid #cdd1e5;
    border-left: 1px solid #5e76ac;
    border-right: 1px solid #5e76ac;
}

table.results-table .tabs > div.current
{
    display: block;
}

table.results-table .tabs > div ul
{
    margin-bottom: 16px;
}

table.results-table .tabs > div ul li
{
    float: left;
    padding: 0 1em 0 0;
    background: transparent;
    height: 14px;
    margin-bottom: 4px;
}



/* Expand / Collapse All */

table.results-table a.open-all, table.results-table a.close-all
{
    float: left;
    margin-right: 8px;
}

/* Saved Searchs */
table.saved-search .detail-block
{
    padding: 8px !important;
}

table.saved-search .detail-block fieldset.search-prefs, table.saved-search .detail-block fieldset.actions
{
    border: none;
    padding: 0;
}

table.saved-search .detail-block fieldset.search-prefs, table.saved-search .detail-block fieldset.notify-options
{
    width: 60%;
}

table.saved-search .detail-block fieldset.actions
{
    width: 128px;
    float: right;
}

table.saved-search .detail-block fieldset.actions input.submit, table.saved-search .detail-block fieldset.actions a.button
{
    display: block;
    padding: 0;
    margin: -1px 0 8px 0;
    width: 126px;
}

table.saved-search .detail-block fieldset.actions input.submit
{
    width: 128px;
}

table.saved-search .detail-block input
{
    float: none !important;
}

table.saved-search .detail-block label
{
    font-weight: bold;
    color: #004489;
    padding-right: 4px;
}

table.saved-search .detail-block label.checkbox
{
    font-weight: normal;
    color: #303030;
    margin-left: 4px;
}

table.saved-search .detail-block input.text
{
    width: 400px;
}

table.saved-search .detail-block p
{
    margin-bottom: 16px;
}

table.saved-search .detail-block h3
{
    color: #6B7FB2;
    font-size: 13px;
    margin-bottom: 16px;
}


/*************************/
/* Table  Blows up style */

table.saved-search
{
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
    border-spacing: 0;
    width: 100%;
    color: #303030;
    border-collapse: collapse;
}

/* Classes for Pagination*/

.pagination
{
    width: 99.8%;
    color: #000;
    float: right;
    margin: 0;
}
.pagination-contents
{
    margin: 3px 2px 0px 0px;
    float: right;
}
.pagination-element
{
    float: left;
    padding: 1px 5px 0px 5px;
    margin: 1px;
}
.pagination-message
{
    margin: 0 auto;
    text-align: center;
    margin: 4px 0px 0px 0px;
}
/* end Pagination classes*/

/* Classes for Sorting*/

.marginT3
{
    margin-top: 2px;
}
.marginL120
{
    margin-left: 120px;
}
.marginL40
{
    margin-left: 40px;
}
.marginL10
{
    margin-left: 10px;
}
.marginL60
{
    margin-left: 60px;
}
.float-left
{
    float: left;
}
/* end Sorting classes*/
/* Classes for scrolling checkbox*/
.scrollingControlContainer
{
    overflow-x: hidden;
    overflow-y: scroll;
}
.scrollingCheckBoxList
{
    text-align: left;
    font-size: 11px;
    border: 1px #808080 solid;
    height: 165px;
    width: 300px;
}
/*End classes for scrolling checkbox*/


/* Classes for Repeater allignment*/

.list_td
{
    height: 20px;
    border-bottom: #8e9aa6 solid 1px;
    border-right: #8e9aa6 solid 1px;
    padding-left: 2px;
    line-height: 20px;
    text-align: center;
    background-color: #FFF;
}
.list_td_expand
{
    height: 20px;
    border-bottom: #8e9aa6 solid 1px;
    border-right: #8e9aa6 solid 1px;
    padding-left: 2px;
    line-height: 20px;
    text-align: center;
    background-color: #FFF;
    padding: 6px;
    width: 100%;
}
.list_td_sub
{
    height: 20px;
    border-bottom: #8e9aa6 solid 1px;
    border-right: #8e9aa6 solid 1px;
    padding-left: 2px;
    line-height: 20px;
    text-align: left;
    background-color: #FFF;
}

/*End Classes for Repeater allignment*/
/* Classes for Repeater Steps*/
.wizardMenuContainer
{
    width: 160px;
    margin: 5px;
}
.wizardMenuContainer td
{
    margin: auto;
    height: 20px;
    text-align: center;
}
.wizardMenuItemController
{
    width: 20px;
    height: 15px;
}
.wizardMenuItem
{
    cursor: pointer;
    width: 100px;
    height: 25px;
    border: solid 1px #000;
    background-color: #f1f1f1;
}
.wizardMenuItemSelected
{
    cursor: pointer;
    width: 100px;
    height: 25px;
    border: solid 1px #000;
    background-color: #c1c1c1;
}

.gridborder
{
    border : 1;
    border-color :Gray;
    border-bottom-style :solid;
    border-left-style :solid;
    border-right-style :solid;
    border-top-style :solid;
}
/*End Classes for Repeater Steps*/



.ajax-background
{
    background-color: transparent;
}

/*Header*/
.Tab .ajax__tab_header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    background-color: transparent;
}
/*Body*/
.Tab .ajax__tab_body
{
    padding-top:0px;
}

/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{ 
    /*background:url("../Images/tab_active.gif") repeat-x;*/
    border:solid 2px #FFF;
    /*padding:10px;*/
    cursor:pointer;
    background-color:#2CADD7;
}

/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    border:solid 1px #FFF;
    padding:8px;
    cursor:hand;
    cursor:pointer;
    background-color:#2CADD7;
}

.Tab .ajax__tab_inner
{
	margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.Tab .ajax__tab_outer
{
	margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}


.inputDropDown
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #000;
	border: 1px solid #516571;
	margin:0px 0px 3px 4px;
    min-width: 230px;
    width: auto;
    overflow : visible; 
     webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;  
}

/***********************/

/* end New Tags */
select.for-ie-auto-width
{
    width: auto;
}
.select-width-200
{
    width:200px;
}

.moveUp {
    text-align:center;
    margin-top:10px;
    background-image:url(../Images/arrow_down.png);
    margin-bottom:10px;

    background-repeat:no-repeat;
    width:30px;
    height:20px;
    display: block !important;
margin-left: auto !important;
margin-right: auto;

}

