
html,body
{
    background: black fixed top right no-repeat;
    color: rgb(172, 186, 189);

    margin:0px;
    padding:0px;
    height:100%;
    border:none;

    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;

}
.globe
{
    background: url(./images/globe-small.jpg) black fixed top right no-repeat;

}
a
{
    text-decoration: none;
    color: rgb(172, 186, 189);
}
a:visited
{
    color: rgb(172, 186, 189);
    /*color: white;*/
}
.page
{
    margin: 6em 0em 0em 0em;
    text-align: center;
}
table.layout
{
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}
table.pages-layout
{
    /*border-collapse: collapse;*/
    /*width: 700px;*/

    margin: 1em 0em 0em 0em;
    /*padding-top: 1em;*/
    /*padding: 1em 1em 2em 1em;*/
}
td.layout
{
    padding: 1.8em 20px 0px 20px;
}
td.pages-layout
{
    width: 720px;
}
.content-wrap
{
    background: rgb(178, 189, 196);
    border: 1px solid rgb(216, 223, 227)
}
.content
{
    position: relative;
    width: 700px; 
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.mycontent
{
    background: rgb(158, 172, 179);
    position: relative;
    width: 100%;
}
.search-header
{
    left: 30px;
    margin: 0px;
    position: absolute;
    top: 102px;
    width: 100%;
    z-index: 10;
}
.logo
{
    background: url(./images/webKruz-logo-small.gif) no-repeat;
    float: right;
    margin: -2px 0px 0px 0px;
    text-indent: -9em;
    width: 300px;
    height: 86px;
}
.wlogo
{
    background: url(./images/webKruz-wlogo-small.gif) no-repeat;
    float: right;
    margin: -2px 0px 0px 0px;
    text-indent: -9em;
    width: 200px;
    height: 107px;
}
#search-controls
{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    float: left;
    margin-top: 0em;
    vertical-align: middle;
    height: 100%;
    *display:inline;
}
#wsearch-controls
{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    float: left;
    margin-top: 40px;
}
#demo-search-controls
{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    float: left;
    margin-top: -2em;
}
.controls
{
}
.controls-input
{
    background: white;
    border: 1px solid rgb(172, 186, 189);
    float: left;
    font-size: 115.9%;
    margin: 0px 0px 0px 1px;
    padding: 0.1em 0.1em 0em;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
}
.controls-input .empty-entry, .controls-input .entry
{
    border: 0px;
    float: left;
    padding: 0.2em;
    width: 20em;
    font-family: 'Lucida Grande',Arial,Helvetica,Sans-Serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 2px 5px 0px 5px;
}
.entry
{
    color: black;
    vertical-align: middle;
}
.empty-entry
{
    color: gray;
    vertical-align: middle;
}
.controls-input .default-button
{
    background-color: black;
    background: transparent url(/images/gray-btn-slice.gif) repeat-x scroll left bottom;
    height: 30px;
    padding-right: 6px;
    color: white;
    font-family: 'Lucida Grande',Arial,Helvetica,Sans-Serif;
    font-size: 15px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    width: 100px;
}
.sponser-commercial
{
    background-color: rgb(32, 59, 103);
    padding:0px 5px 3px 5px;
}
#sponsor-header
{
    position: relative;
    /*left: -5px;*/
    font-size: 75%;
    height: 20px;
    width: 100%;
    color: white;
    background: transparent url(/images/sponser-header-bk.png) repeat-x scroll left bottom;
    padding: 0px 5px 0px 5px;
}
#sponsor-title
{
    float: left;
    display: inline-block;
    *display:inline;
    margin: 3px 5px 0px 5px;
}
#commercial-here 
{
    text-decoration: underline;
    text-align: right;
    color: white;
    margin: 3px 5px 0px 5px;
    display: inline-block;
    *display:inline;
    float: right;

}
#commercial-here a
{
    text-align: right;
    color: white;
}
#commercial-here a:visited
{
    text-align: right;
    color: white;
}
.navcontainer ul
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navcontainer ul li
{
    float: left;
    padding: 0;
    margin-top: 0px;
    margin-right: 5px;
    vertical-align: top;
}
.msep
{
    display: inline;
    *display:inline;
    color: green;
    font-weight: bolder;
}
.footer
{
    vertical-align: bottom;
    font-size: 75%;
    margin: 0em 1em 0em 1em;
}
#search-box
{
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.stype
{
    color: white;
}

.h
{
    display: none;
    visibility: hidden;
}