/*******************************************************************************
Modification History:
Rev Date     By		Reason
1.0 ??/??/?? ???	Initial version.
2.0 02/12/15 PIM	Use standard Interfinder layout.
			Do not push id="search" down, otherwise it can run off
			the bottom of the id="containerhead" region.
3.0 15/01/16 PIM	Comment out all the container settings, this is now
			achieved by _index outputting media-aware CSS.
3.1 13/07/16 PIM	Do not do padding / font on sub-nav, allow #navbar control.
*******************************************************************************/
<style type=\"text/css\">
body {
    background-image:none;
}
/*** START 3.0 START ***/
/***
#container {
    width:590px;
}
#containerhead {
    width:590px;
}
#containerbodyouter {
    width:590px;
    }
#containerbody {
    width:590px;
}
#navbar {
    width:590px;
}
#containerfoot{
    width:590px;
}
***/
/*** END 3.0 END ***/
#head {
    background-size:contain;
    height:40px;
}
.icon {
    margin-bottom:2px;
    margin-right:2px;
    width:100px;
    height:90px;
}
.icontext {
    margin-bottom:2px;
    margin-right:2px;
    width:100px;
    height:60px;
}
.icon img {
    width:40px;
    height:40px;
}
.iconsub {
    margin-bottom:2px;
    margin-right:2px;
    width:100px;
    height:90px;
}
.iconsubtext {
    margin-bottom:2px;
    margin-right:2px;
    width:100px;
    height:60px;
}
.iconsub img {
    width:40px;
    height:40px;
}
span.tryitout {
    font-size:0.7em;
    font-weight:bold;
}
.inputtextlong {
    width:360px;
}
.inputtextshort {
    width:100px;
}
/*** START 3.1 START ***/
/***
.sub-nav {
    padding-top:2px;
    padding-bottom:2px;
    padding-left:0px;
    padding-right:0px;
    font-size:0.8em;
    font-weight:normal;
}
***/
/*** END 3.1 END ***/
/*** START 2.0 START ***/
/***
#search {
    top:20px;
}
***/
/*** END 2.0 END ***/
span.textonly {
    top:2px;
}
.fieldset-order {
    padding:5px 10px 5px 10px;
    width:530px;
}
.label-order {
    width:120px;
}
.fieldset-normal {
    padding:0px 5px 0px 5px;
    width:550px;
}
.fieldset-login {
    padding:5px 10px 5px 10px;
    width:520px;
}
.label-login {
    width:120px;
}
.inputloginlong {
    width:360px;
}
.button {
    width:120px;
}
.button-edit {
    height:18px;
    width:18px;
    border:none;
    background:none;
    -webkit-appearance:none;
    border-radius:0em;
}
.table-add th {
    border-width:0 1px 1px 0;
}
</style>
