﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
    overflow-y: scroll;
}

body
{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #696969;
    font-family: "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    font-size: 0.9em;
    height: 100%;
    margin: 0;
    padding: 0;
}
table
{
    width: 100%;
}

td
{
}

th
{
    padding-bottom: 2px;
}

th a:link, a:visited
{
    color: #336699;
}

th a:hover
{
    text-decoration: underline;
    color: #336699;
}

th a:active
{
    color: #336699;
}

th a
{
    text-decoration: none;
    color: #336699;
}

form
{
    height: 100%;
}

a:link, a:visited
{
    color: #696969;
}

a:hover
{
    color: #696969;
    text-decoration: none;
}

a:active
{
    color: #696969;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    margin-bottom: 0px;
}

h1
{
    font-size: 2.4em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.pageholder
{
    background-image: url(Images/Header.png);
    background-repeat: repeat-x;
}

.page
{
    width: 999px;
    margin: 0px auto 0px auto;
}

.whitewrapper
{
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 100px;
}

.whitewrapper .page
{
    border-left: solid 1px #a4a4a4;
    border-right: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4;
    padding-bottom: 15px;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
}

#title
{
    height: 115px;
    color: #ffffff;
}

#div-signout
{
    position: absolute;
    margin-left: 850px;
    margin-top: 20px;
    color: #ffffff;
}

#div-signout a
{
    color: #ffffff;
}

#FFLogo
{
    position: absolute;
    margin-left: 800px;
    margin-top: 20px;
}

#header
{
}

#header h1
{
    margin: 0px;
    padding: 18px 0px 0px 8px;
    border: none;
    line-height: 32px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
}

#header p
{
    margin: 0px;
    padding: 8px 0px 0px 8px;
    border: none;
    color: #ffffff;
}

.main
{
}

.minheight
{
    min-height: 400px;
}

.topspacer
{
    height: 25px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #333333;
    width: 999px;
    padding: 18px 0px 0px 15px;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
    height: 30px;
    background-image: url(Images/footer.png);
    background-repeat: no-repeat;
    background-position: center top;
}

li
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    height: 35px;
    /*background-image: url(Images/HeaderNav.png);*/
    background-repeat: no-repeat;
    width: 999px;
}

div.menu ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    color: #aaaaaa;
    display: block;
    line-height: 34px;
    text-decoration: none;
    white-space: nowrap;
    width: 175px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: bottom;
    float: left; 
}

div.menu ul li a:hover
{
    color: #333333;
    text-decoration: none;
    background-image: url(Images/HeaderNav-Selected.png);
    background-position: left 0px;  
}

div.menu ul li a:active
{
    color: #ffffff;
    text-decoration: none;
    background-image: url(Images/HeaderNav-Selected.png);
    background-position: left 0px; 
}

div.menu ul li a.selected
{
    color: #000000;
    text-decoration: none;
    background-image: url(Images/HeaderNav-Selected.png); 
    background-position: left 0px;
    font-weight: bold;
}


div.menu ul li a.system
{
    color: #ffffff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(Images/HeaderNav-SelectedSystem.png); 
    background-position: left 0px;
    font-weight: bold;
}

div.menu ul li a.selected:active, div.menu ul li a.selected:visited
{
    color: #000000;
    text-decoration: none;
    background-image: url(Images/HeaderNav-Selected.png);
    background-position: left 0px; 
}

div.menu ul li a.disabled
{
    color: #cc0000;
    text-decoration: none;
    background-image: none;
    background-position: left 0px;
}

div.fakesubmenu
{
    height: 34px;
}

div.submenu
{
    height: 34px;
    background-image: url(Images/HeaderSubNav.png);
}

div.submenu ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
}

div.submenu ul li a, div.submenu ul li a:visited
{
    color: #aaaaaa;
    display: block;
    line-height: 34px;
    text-decoration: none;
    white-space: nowrap;
    width: 175px;
    height: 34px;
    text-align: center;
    float: left;
    background-repeat: no-repeat;
    background-position: bottom;
}

div.submenu ul li a:hover
{
    color: #000000;
    text-decoration: none;
    background-image: url(Images/HeaderSubNav-Selected.png);
}

div.submenu ul li a:active
{
    color: #cfdbe6;
    text-decoration: none;
    background-image: url(Images/HeaderSubNav-Selected.png);
}



div.submenu ul li a.selected
{
    color: #000000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(Images/HeaderSubNav-Selected.png);
    font-weight: bold;
}

div.submenu ul li a.selected:active, div.submenu ul li a.selected:visited
{
    color: #465c71;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(Images/HeaderSubNav-Selected.png);
}

div.submenu ul li a.disabled
{
    color: #cc0000;
    text-decoration: none;
    background-image: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    text-align: left;
}

ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sortable li
{
    list-style-type: none;
    margin-left: none;
    padding-left: none;
}

.dataTbl
{
    width: 790px;
    padding-left: 20px;
}


.dataTbl td
{
    background-color: #cccccc;
}

.whiteDataTbl
{
    width: 790px;
    padding-left: 20px;
}

.whiteDataTbl td
{
    background-color: #ffffff;
    font-weight: normal;
}

.mainTbl
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mainTbl td
{
    padding: 5px 5px 5px 5px;
}

.tblHighlight
{
    background: #ececec;
}

.editbtn
{
    width: 70px;
}

.deletebtn
{
    width: 45px;
    height: 21px;
    border: none;
    cursor: pointer;
}

.fakedeletebtn
{
    width: 45px;
    height: 21px;
    border: none; 
}

.colorWidget
{
    width: 200px;
    height: 50px;
}

.colorWidget #colorFontColor
{
    width: 200px;
    text-align: center;
    height: 50px;
}

#colorFontColor
{
    width: 150px;
    line-height: 50px;
    font-weight: bold;
    font-size: 25px;
    padding: 0;
    margin: 0;
}

.colorWidget img
{
    width: 150px;
    height: 50px;
    padding: 2px 2px 2px 2px;
}

.buttonlink
{
    border: solid 1px #333333;
    padding: 0 10px 0px 10px;
    height: 30px;
}

.FileUpload
{
    background-color: #ffffff;
    width: 300px;
}





/* ERRORS */






.field-validation-error
{
    color: #ff0000;
    width: 250px;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    list-style-type: none;
    color: #717171;
}



.field-validation-valid
{
    display: none;
}



.validation-summary-valid
{
    display: none;
}


.clear
{
    clear: both;
}

.error
{
    color: #b91675;
}

input.error
{
    color: #b91675;
    border: solid 1px #b91675;
    background-color: #ffcfff;
}

select.error
{
    color: #b91675;
    border: solid 1px #b91675;
    background-color: #ffcfff;
}

.field
{
}

.txtbox
{
    width: 200px;
}

#GSettings li
{
    padding-top: 10px;
    padding-bottom: 10px;
}

fieldset
{
    background-color: #ffffff;
    margin-bottom: none;
    padding-bottom: none;
    clear: both;
}

.tabholder
{
    background-color: #ffffff;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.FooterBtnArea
{
    margin-top: 30px;
    padding-top: 20px;
    background-color: #f4f4f4;
    min-height: 50px;
    border-top: solid 1px #c2c2c2;
}

.footertable
{
    width: 862px;
    margin-left: auto;
    margin-right: auto;
}

.fBox img
{
    border: none;
}

.highlight
{
    color: #59595b;
}

/*
    Login Screen
*/

#login-surround
{
    width: 100%;
    height: 100%;
}

#login
{
    width: 486px;
    height: 268px;
    background-image: url(Images/Login.png);
    left: 50%;
    top: 155px;
    position: absolute;
    margin-left: -243px;
}

#login-out
{
    width: 486px;
    height: 370px;
    background-image: url(Images/Logout.png);
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -243px;
    margin-top: -185px;
}


.bordered-table
{
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bordered-table .grey
{
    background-color: #cccccc;
}

.bordered-table .tl
{
    width: 5px;
    height: 5px;
    background-image: url(Images/Border-TL.png);
    background-repeat: no-repeat;
    line-height: 2px;
}

.bordered-table .tr
{
    width: 10px;
    height: 10px;
    background-image: url(Images/Border-TR.png);
    background-repeat: no-repeat;
}

.bordered-table .bl
{
    width: 10px;
    height: 10px;
    background-image: url(Images/Border-BL.png);
    background-repeat: no-repeat;
}

.bordered-table .br
{
    width: 10px;
    height: 10px;
    background-image: url(Images/Border-BR.png);
    background-repeat: no-repeat;
}



.indent
{
    margin-left: 20px;
    margin-right: 20px;
}

.smlIndent
{
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
}

.fsCustomPage
{
    background-color: #cccccc;
    border: solid 1px #696969;
    width: 340px;
    color: #696969;
}

.fsCustomPage legend
{
    color: #696969;
    font-weight: normal;
    text-align: left;
}

.btn-exportdaterange
{
    background-image: url(Images/export-daterange.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-exportselected
{
    background-image: url(Images/export-selected.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-exportall
{
    background-image: url(Images/export-all.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}
.btn-send
{
    background-image: url(Images/send.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}


.btn-search
{
    background-image: url(Images/search.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-preview
{
    background-image: url(Images/PreviewSettings.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-update
{
    background-image: url(Images/UpdateDirectory.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-back
{
    background-image: url(Images/Back.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-add
{
    background-image: url(Images/Add.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}
.btn-addsave_button
{
    background-image: url(Images/addsave_button.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}


.btn-deleteall
{
    background-image: url(Images/DeleteAllTenants.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-save
{
    background-image: url(Images/Save.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}


.btn-addnewuser
{
    background-image: url(Images/AddNewUser.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}


.btn-import
{
    background-image: url(Images/Import.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}


.btn-loadlastsort
{
    background-image: url(Images/LoadLastSort.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-savesort
{
    background-image: url(Images/SaveSort.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}


.btn-sortbyroom
{
    background-image: url(Images/SortByRoom.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}


.btn-sortbyname
{
    background-image: url(Images/SortByName.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-export
{
    background-image: url(Images/Export.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}
.btn-viewimage
{
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

.btn-reset
{
    border: none;
    width: 44px;
    height: 14px;
    cursor: pointer;
    background-image: url(Images/Reset.png);
}

.btn-resetprinter
{
    border: none;
    width: 74px;
    height: 14px;
    cursor: pointer;
    background-image: url(Images/Reset-Printer.png);
}

.btn-signin
{
    background-image: url(Images/SignIn.png);
    border: none;
    width: 114px;
    height: 27px;
    cursor: pointer;
}

textarea
{
    overflow: hidden;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c2c2c2;
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
    height: 150px;
    font-family: "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    font-size: .9em;
}

input[type="text"]
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c2c2c2;
    background-color: #ffffff;
    padding: 5px;
}


input[type="password"]
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c2c2c2;
    background-color: #ffffff;
    padding: 5px;
}
 

.roundedDiv
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c2c2c2;
    padding: 2px 20px 20px 20px;
    background-color: #cccccc;
    margin: 5px 30px 5px 30px;
}

.roundedDiv h1
{
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 24px;
    padding-left: 10px;
}

select
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c2c2c2;
    padding: 5px;
    background-color: #ffffff;
}

input[type="file"]
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c2c2c2;
    padding: 5px;
    background-color: #ffffff;
}

.pad-left
{
    padding-left: 10px;
}

.ckeditor
{
    width: 100%;
    height: 300px;
    border: solid 1px #c2c2c2;
    background-color: #ffffff;
    padding: 5px;
    font-size: 12px;
    font-family: "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
}

.tablet
{ 
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
     
    background-color: #FDFDFD;

    /* default CSS3 values: */ 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #000 0px 2px 3px;
    -moz-box-shadow: #000 0px 2px 3px;
    box-shadow: #999 0px 2px 3px;
    background: #FDFDFD;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#dadada));
    background: -webkit-linear-gradient(#FDFDFD, #dadada);
    background: -moz-linear-gradient(#FDFDFD, #dadada);
    background: -ms-linear-gradient(#FDFDFD, #dadada);
    background: -o-linear-gradient(#FDFDFD, #dadada);
    background: linear-gradient(#FDFDFD, #dadada);
    -pie-background: linear-gradient(#FDFDFD, #dadada);
    behavior: url(/PIE.htc);
 
}


.tablet-header
{
    background-image: url(Images/tablet-header-fade.jpg);
    padding-left: 14px;
    border-left: solid 1px #cbcbcb;
    border-top: solid 1px #cbcbcb;
    border-right: solid 1px #cbcbcb;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    height: 27px;
}

.tablet-header h2
{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 0 0 0;
    margin: 0;
}

.tablet-body
{
    border: solid 1px #bababa;
    padding: 5px 20px 20px 20px;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
}

.fault-tablet
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.pager
{
    cursor: pointer;
    color: #3399cc;
    font-weight: bold;
}



.busybar
{
    height: 100px;
    width: 400px;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -50px;
    background-color: #ffffff;
    border: solid 1px #000;
    text-align: center;
    vertical-align: middle;
    display: none;
    border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
}

.busybar p
{
    padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.offline
{
    color: Red;
    font-weight: bold;
}

.online
{
    color: Green;
    font-weight: bold;
}

.checkedin
{
    width: 14px;
    height: 14px;
    background-image: url(Images/CheckIn.png);
}

.checkedout
{
    width: 14px;
    height: 14px;
    background-image: url(Images/CheckOut.png);
}


.faq-question
{
    padding: 4px 4px 4px 4px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.faq-answer
{
    display: none;
    padding: 4px 0px 10px 10px;
}

.dashboard-tstatus
{
    padding: 4px 4px 4px 4px;
}

.hiddenpopup
{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 200px;
    width: 400px;
    margin-left: -200px;
    margin-top: -100px;
    border: solid 1px #000000;
}

.popup-holder
{
    width: 1040px;
    overflow: hidden;
}

.logout
{
   position: absolute;
   margin-left: 95px;
   margin-top: -10px;
    color: #eeeeee;
    line-height: 34px;
    text-decoration: underline;
    white-space: nowrap; 
    height: 34px;
    text-align: center;
    font-size: 14px;
}

.logout:active, .logout:link, .logout:visited
{ 
    color: #eeeeee;
}

.logout:hover
{
    color: #cccccc;
}
 
.PRO
{
    font-weight: bold;
}

.PRO-row
{
    color: #3466c7;
}

.red
{
    font-weight: bold;
    color: Red;
}

.orange
{
    font-weight: bold;
    color: #da9a10;
}

.green
{
    font-weight: bold;
    color: Green;
}

.yellow
{
    font-weight: bold;
    color: #FF9900;
}

.bold-blue
{
    font-weight: bold;
    color: #3466c7;
    font-size: 15px;
}

.terminalTbl-Plain
{
    padding: 4px 4px 4px 4px;
}

.terminalTbl-NeedsAttention
{
    background-color: #ffcccc;
    border: solid 1px #ccaaaa;
    padding: 4px 4px 4px 4px;
}

.terminalTbl-GoingToAttention
{
    background-color: #fcdb94;
    border: solid 1px #d6be01;
    padding: 4px 4px 4px 4px;
}

.white-datatbl
{
    margin-top: 10px;
}

.white-datatbl th
{
    font-family: "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
}

.white-datatbl td
{
    background-color: #f8f8f8;
    border: solid 1px #fefefe;
    padding: 2px 2px 0px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
}

.sml-textbox
{
    width: 90%;
}

.med-textbox
{
    width: 216px;
}

.lrg-textbox
{
    width: 450px;
}

.full-textbox
{
    width: 95%;
}

.footer-saveall
{
    border-top: solid 1px #a4a4a4;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.footer-saveall input
{
    margin-right: 15px;
    margin-top: 15px;
}

.editor-label
{
    padding-bottom: 5px;
}

.editor-field
{
    padding-bottom: 15px;
}

.dashboard-table
{
}

.dashboard-table td
{
    padding-bottom: 25px;
}

.nophoto
{ 
    background-color: #efefef;
    vertical-align: middle;
    text-align: center;
}

.nosignature
{ 
    background-color: #efefef;
    vertical-align: middle;
    text-align: center;
}

.popup-photo
{
    width: 520px;
    height: 420px;
    border: solid 1px #aaa;
    padding: 1px 1px 1px 1px;
}

.popup-signature
{
    width: 360px;
    height: 205px;
    border: solid 1px #aaa;
    padding: 1px 1px 1px 1px;
}

.popup-header
{
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.popup-entries
{
    font-size: 11px;
    line-height: 12px;
}

.popup-entries p
{
    margin-top: 5px;
    margin-bottom: 2px;
}




#vistors-grid .holder
{
    min-height: 310px;
}




.vdark-head th
{
    background-color: #e8e8e8;
    border-bottom: solid 1px black;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    font-size: 11px;
}

.vdark-head tr
{
    padding-top: 5px;
}

.vdark-head th a
{
    color: Black;
}

.vdark-head td
{
    font-size: 10px;
}


.dark-head th
{
    background-color: #e8e8e8;
    border-bottom: solid 1px black;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    font-size: 13px;
}

.dark-head tr
{
    padding-top: 5px;
}

.dark-head th a
{
    color: Black;
}

.chisel-table-holder
{
    background-color: White;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    font-size: 12px;
}

.left
{
    border-left: solid 1px #e5e5e5;
}

.right
{
    border-right: solid 1px #e5e5e5;
}

.chisel-table-holder span
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


.plain-head th
{
    font-size: 13px; 
}

.plain-head th a
{
    color: #666;
}
.plain-head th
{
    color: #666;
}

.plain-head td
{
    height: 21px;
}

#culture
{ 
}

#culture a
{
    color: White;
}


.greenButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #94ff1a;
    -webkit-box-shadow:inset 0px 1px 0px 0px #94ff1a;
    box-shadow:inset 0px 1px 0px 0px #94ff1a;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #65bd00), color-stop(1, #339300) );
    background:-moz-linear-gradient( center top, #65bd00 5%, #339300 100% );  
    background-color:#65bd00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #469d1a;
    display:inline-block;
    color:#000000;
    font-family: "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #6bb823;     
    cursor: pointer;
}.greenButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #339300), color-stop(1, #65bd00) );
    background:-moz-linear-gradient( center top, #339300 5%, #65bd00 100% ); 
    background-color:#389600;
}.greenButton:active {
    position:relative;
    top:1px; 
}

.greyButton {
 -moz-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
 -webkit-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
 box-shadow:inset 0px 1px 0px 0px #bdbdbd;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a8a8a8), color-stop(1, #939393) );
 background:-moz-linear-gradient( center top, #a8a8a8 5%, #939393 100% ); 
 background-color:#a8a8a8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
 border:1px solid #939393;
 display:inline-block;
 color:#000000;
    font-family: "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
 font-size:11px;
 font-weight:bold;
 padding:6px 24px;
 text-decoration:none;
 text-shadow:1px 1px 0px #b5b5b5;
    cursor: pointer;
}.greyButton:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #939393), color-stop(1, #a8a8a8) );
 background:-moz-linear-gradient( center top, #939393 5%, #a8a8a8 100% ); 
 background-color:#939393;
}.greyButton:active {
 position:relative;
 top:1px;
}


smlGreyButton {
 -moz-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
 -webkit-box-shadow:inset 0px 1px 0px 0px #bdbdbd;
 box-shadow:inset 0px 1px 0px 0px #bdbdbd;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a8a8a8), color-stop(1, #939393) );
 background:-moz-linear-gradient( center top, #a8a8a8 5%, #939393 100% ); 
 background-color:#a8a8a8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
 border:1px solid #939393;
 display:inline-block;
 color:#000000;
    font-family: "Segoe UI" ,Arial,Helvetica,Verdana,sans-serif;
 font-size:8px;
 font-weight:bold;
 padding:6px 14px;
 text-decoration:none;
 text-shadow:1px 1px 0px #b5b5b5;
    cursor: pointer;
}.smlGreyButton:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #939393), color-stop(1, #a8a8a8) );
 background:-moz-linear-gradient( center top, #939393 5%, #a8a8a8 100% ); 
 background-color:#939393;
}.smlGreyButton:active {
 position:relative;
 top:1px;
}

.disabled
{
    cursor: default;
    color: Gray;
}

#summary {

    text-align: center;
    color: tomato;

}