﻿div#smemain div.smemainheader
{
    display: table-header-group;
}

div#smemain div.smemainmenu
{
    display: table-cell;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#smemain div.smemainmenu a
{
    text-decoration: none;
}
div#smemain div.smemainmenu a:hover
{
    text-decoration: none;
}
div#smemain div.smemainwelcome
{
    display: table-cell;
    text-align: right;
}
div#smemain div.smemainwelcome span
{
    padding-top: 15px;
}

div#smemain div.smemainoverview
{
    display: table-row;
}

div#smemain div.smemaincontent
{
    height: 422px;
    display: table-row;
}

div#smemain div.smemainbody
{
    display: table-cell;
    width: 731px;
    vertical-align: top;
}
div#smemain div.smemainoverview div.smemainbody
{
    padding-bottom: 30px;
    padding-right: 30px;
}

div#smemain div.smemainaction
{
    display: table-cell;
    width: 135px;
    padding-left: 15px;
    vertical-align: top;
}
div#smemain div.smemainaction a
{
    border-style: none;
    font-size: 11px;
    text-decoration: none;
}
div#smemain div.smemainaction a.BuyButton
{
    display: block;
    padding-top: 8px;
    text-align: center;
    line-height: 11px;
    width: 135px;
    height: 42px;
    background-image: url(../Images/BuyButton.png);
    background-repeat: no-repeat;
}
div#smemain div.smemainaction a:hover.BuyButton
{
    background-image: url(../Images/BuyHoverButton.png);
}

div#smemain div.smemainaction a.UseButton
{
    display: block;
    padding-top: 8px;
    text-align: center;
    line-height: 11px;
    color: White;
    width: 135px;
    height: 42px;
    background-image: url(../Images/UseButton.png);
    background-repeat: no-repeat;
}
div#smemain div.smemainaction a:hover.UseButton
{
    background-image: url(../Images/UseHoverButton.png);
    color:White;
}


div#smemain div.smemainaction a:hover
{
    text-decoration: none;
}

div#smemainfooter
{
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 9px;
    height: 15px;
}

div#smemainfooter div
{
    line-height: 15px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
div#smemainfooter div.sep
{
    background-image: url(../Images/SeparatorBlue.jpg);
    background-repeat: no-repeat;
}
div#smemainfooter div.nosep
{
    background-image: none;
}

div#submain
{
    display: table;
}
div#submain div.subbody
{
    display: table-row;
}
div#submain div.subleft
{
    vertical-align: top;
    display: table-cell;
    width: 140px;
    padding-right: 15px;
    padding-bottom: 15px;
}
div#submain div.subleft a
{
    text-decoration: none;
}
div#submain div.subleft h2
{
    margin: 0px;
    font-size: 11px;
    font-weight: normal;
}

div#submain div.subright
{
    width: 540px;
    vertical-align: top;
    display: table-cell;
    padding-left: 15px;
    padding-bottom: 15px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #006AB2;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #006AB2;
    padding-right: 15px;
}
div#submain div.subright h2, p
{
    margin-top: 0px;
}

div#submain div.subright table tr td
{
    vertical-align: top;
    padding-right: 5px;
    white-space: nowrap;
}
div#submain div.subright table tr td + td
{
    white-space: normal;
}
div#submain div.subfull
{
    width: 700px;
    vertical-align: top;
    display: table-cell;
    padding-left: 15px;
    padding-bottom: 15px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #006AB2;
    padding-right: 15px;
}
/* Toolkit Tables */
div#smemain table.toolkit
{
    border-style: solid;
    border-width: thin;
    border-collapse: collapse;
}
div#smemain table.toolkit thead th
{
    font-size: 13px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 50px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: thin;
    text-transform: none;
    text-align: left;
}
div#smemain table.toolkit tbody tr
{
    height: 30px;
    vertical-align: middle;
}
div#smemain table.toolkit tbody td
{
    vertical-align: middle;
    line-height:30px;
    border-width:thin;
    padding-right: 5px;
    padding-left: 5px;
}
/* MyAccount */
div#submain table.myaccount th { border-right-style: solid;}
div#submain table.myaccount td { border-right-style:solid;}
/* MyDetails */

div#smemain table.mydetails td {vertical-align: top;}
div#smemain table.mydetails th.mydetailsfield
{
    border-right-style: solid;
}
div#smemain table.mydetails td.mydetailsfield
{
    width: 140px;
    text-align: left;
    border-right-style: solid;
}
div#smemain table.mydetails tbody td.mydetailsvalue { width:280px;}
div#smemain table.mydetails tbody td.mydetailsvalue input { width:250px; }
div#smemain table.mydetails tbody td.mydetailsvalue input.email { width:250px; }

/* MyBasket */
div#smemain table.mybasket th.mybasketproduct { border-left-style: solid; border-right-style: solid;}
div#smemain table.mybasket th.mybasketcopies { border-left-style: solid; border-right-style: none;}
div#smemain table.mybasket th.mybasketband { border-left-style: none; border-right-style: none; text-align:center;}
div#smemain table.mybasket th.mybasketprice { border-left-style: solid; border-right-style:none;}
div#smemain table.mybasket th.mybasketbutton { border-right-style: solid;}
div#smemain table.mybasket td.mybasketproduct
{
    width: 310px;
    border-left-style: solid;
    border-right-style: solid;
}
div#smemain table.mybasket td.mybasketcopies
{
    text-align: right;
    width: 30px;
    border-left-style: solid;
}
div#smemain table.mybasket td.mybasketband
{
    width: 65px;
    text-align: right;
}
div#smemain table.mybasket td.mybasketprice
{
    text-align: right;
    width: 80px;
    border-left-style: solid;
}
div#smemain table.mybasket td.mybasketbutton
{
    width: 65px;
    border-right-style: solid;
}
div#smemain table.mybasket td.mybasketcopies input[type="text"] { width: 30px; }
div#smemain table.mybasket input.mybasketdiscount { width: 65px; }
div#smemain table.mybasket input.mybacketcopies { text-align: right; }
div#smemain table.mybasket td.mybasketvalidate {width: 5px; }

/* Post-a-Job */
div#smemain table.postajob tr.yourdetails {height:20px;}

div#submain input[type="text"] { width: 120px; }
div#submain input[type="password"] { width: 120px; }
div#submain select { width: 120px; }
div#submain textarea { width: 380px; }

/* Admin */
div#smemain table.admin tbody tr
{
    height: auto;
    vertical-align: text-top;
}
div#smemain table.admin tbody td
{
    vertical-align: text-top;
    line-height: normal;
}
div#smemain table.admin tbody td { vertical-align:text-top; }
div#smemain table.admin tbody td.partner { width: 150px; }
div#smemain table.admin tbody td.username { width: 150px; }

/* Calendar */
.buttoncalendar
{
    border-style: none;
    border-width: 0px;
    vertical-align: bottom;
}
/* Toolkit Menu */
.toolkitmenuitem
{
    text-align: left;
}
.toolkitselectedmenu
{
    text-align: left;
}

.toolkitsubmenuitem
{
    padding: 5px 5px 5px 6px;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
}
.toolkitsubmenu
{
    z-index: 100;
    padding-top: 5px;
    border-left-style: solid;
    border-left-width: 2px;
}
/* SME Interviewer */
div#smemain .smeinterviewer .ajax__tab_header
{
    margin: 2px 0px 0px 0px;
    border: 1px solid White;
    font-weight: bold;
}
div#smemain .smeinterviewer .ajax__tab_outer
{
    padding-right: 1px; 
    height: 44px;
    text-align: center;
}
div#smemain .smeinterviewer .ajax__tab_inner
{
    padding-left: 1px; 
    height: 44px;
}
div#smemain .smeinterviewer .ajax__tab_tab
{
    height: 44px;
    width: 111px;
    padding: 2px 4px 0px 4px;
    margin: 0px;
}
div#smemain .smeinterviewer .ajax__tab_hover
{
    cursor: pointer;
}

div#smemain .smeinterviewer .ajax__tab_body
{
    margin: 0px;
    padding: 8px;
    border-style: none solid solid solid;
    border-width: 0px 1px 1px 1px;
}
div#smemain table.smeinterviewer
{
    border-style: solid;
}
div#smemain table.smeinterviewer th
{
    height :50px !important;
    line-height:13px !important;
}
div#smemain table.smeinterviewer td
{
    border-top-style: solid;
    border-bottom-style: solid;
    vertical-align: top;
    line-height:13px !important;
    height: 35px !important;
}
div#smemain table.smeinterviewer td.radiobutton { width:100px; }
div#smemain table.smeinterviewer thead th { text-align:center; font-weight:bold;}
div#smemain table.smeinterviewer tbody td { padding-top:10px; padding-bottom:10px;}
/* Outer Accordion Styles*/
.accordionOuter
{
    margin: 2px 0px 2px 0px;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
}

.accordionOuter h3
{
    background-position: left;
    margin-top: 2px;
    margin-bottom: 2px;
    background-image: url(../Images/AccordionExpand.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
}
.accordionOuterSelected
{
    margin: 2px 0px 2px 0px;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
}
.accordionOuterSelected h3
{
    background-position: left;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    background-image: url(../Images/AccordionCollapse.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
}
.accordionOuterContent
{
    margin: 0px;
    border-top: none;
    padding: 1px 5px 1px 5px;
}
div.error-head
{
 font-weight:bold;
 }
div.error-col1
{
    float: left;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}
div.error-col2
{
    float: left;
    width: 300px;
}
div.error-sep
{
    clear: both;
    width: 100%;
}
div.error-footer
{
    clear: both;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}