html {
    background: url("images/background.jpg") left top repeat-x;
}
body {
    font: normal normal normal 0.8em/1.5 "Arial", sans-serif;
    margin: 0 auto;
    width: 990px;
}
#head {
    background: transparent url("images/head-background.jpg") left top repeat-x;
    padding: 20px 10px;
    position: relative;
}
#head h1 {
    background: url("images/cms-command-logo.gif") left top no-repeat;
    margin: 0;
    padding: 0;
}
#head h1 a {
    display: block;
    margin: 0;
    padding: 10px 80px 0 220px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    text-shadow: #219AD7 1px 1px;
    white-space: nowrap;
}
#head h1 .heading {
    display: block;
}
#head h1 .heading big {
    font-size: 120%;
}
#head h1 .byline {
    display: block;
    font-size: 80%;
}
#head ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
#head li {
    display: inline;
    margin: 0 2em 0 0;
}

#panel {
    background: transparent url("images/navigation-shadow.gif") 50% top no-repeat;
    overflow: auto;
    padding: 12px 22px;
}
#login {
    float: right;
}
#login a {
    margin-left: 1em;
}
#search {
    padding: 0 0 0 10px;
}
#body {
    border-collapse: collapse;
    width: 100%;
}
#left {
    padding: 10px 20px;
    vertical-align: top;
}
#center {
    padding: 10px 20px;
    vertical-align: top;
}
#right {
    padding: 10px 20px;
    vertical-align: top;
}
#foot {
    background: #00364e url("images/foot-background.gif") left top repeat-x;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    color: #ffffff;
    margin: 0 22px;
    padding: 22px;
}
#foot a {
    color: #ffffff;
}
#legal {
    padding: 10px;
    text-align: center;
}
#legal img {
    vertical-align: middle;
}

.owners {
    background: #ffffff url("images/owners.jpg") right top no-repeat;
    margin-right: 20px;
    padding: 20px 20px 20px 0;
}
.designers {
    background: #ffffff url("images/designers.jpg") right top no-repeat;
    padding: 20px;
}

#promotions {
    border-collapse: collapse;
    clear: both;
    margin: 0 -10px;
    width: 970px;
}
.promotion {
    background: #ffffff url("images/widget-background.gif") left top repeat-x;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #cccccc;
    margin: 1em;
    padding: 5px;
    text-align: center;
}

a {
    color: #004b80;
}
dl {
    margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #004b80;
    margin: 10px 0;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.3em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1.1em;
}
label {
    cursor: pointer;
    font-weight: bold;
}
ol {
    margin: 1em 0 1em 2em;
}
p {
    margin: 1em 0;
}
ul {
    list-style: disc outside none;
    margin: 1em 0 1em 2em;
}

input.button {
	background: #555555;
	border: 2px solid #777777;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	color: #eeeeee;
	padding: 1px 3px;
}
input.button.edit,
input.button.save,
input.button.update {
	background: #005F8F;
	border: 2px solid #0D85BA;
	border-right: 2px solid #0F313D;
	border-bottom: 2px solid #0F313D;
	color: #bbddff;
}
input.button.add,
input.button.send,
input.button.confirm,
input.button.continue {
	background: #339933;
	border: 2px solid #559955;
	border-right: 2px solid #117711;
	border-bottom: 2px solid #117711;
	color: #ddffdd;
}
input.button.return,
input.button.cancel,
input.button.delete,
input.button.action {
	background: #993333;
	border: 2px solid #995555;
	border-right: 2px solid #771111;
	border-bottom: 2px solid #771111;
	color: #ffdddd;
}
input.text, textarea {
    background: #ffffff url("images/input-background.gif") left top repeat-x;
    border: 2px solid #cccccc;
    padding: 3px;
}
input.text:focus, textarea:focus {
    border-color: #aaaaaa;
}
select {
    border: 2px solid #cccccc;
    padding: 2px;
}
select:focus {
    border-color: #aaaaaa;
}


table.list,
table.form {
}
table.list th,
table.form th {
    font-weight: bold;
    padding: 2px 5px;
    text-align: right;
    vertical-align: middle;
}
table.list td,
table.form td {
    padding: 2px 5px;
    text-align: left;
    vertical-align: middle;
}

table.data,
table.result {
}
table.data th,
table.result th {
    background: #0d85ba;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 5px;
}
table.data th a,
table.result th a {
    color: #ffffff;
}
table.data td,
table.result td {
    background: #f7faff;
    padding: 2px 5px;
}
table.data .alt td,
table.result .alt td {
    background: #eef1ff;
}

small {
    font-size: 0.8em;
}

#body .widget {
    background: #ffffff url("images/widget-background.gif") left top repeat-x;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    clear: right;
    float: right;
    border: 1px solid #cccccc;
    margin: 0 0 1em 0;
    padding: 5px;
    text-align: center;
    width: 200px;
}

#navigation {
    margin: 0;
    padding: 0 22px;
}
    #navigation a {
        color: #ffffff;
        display: block;
        font-weight: bold;
        text-decoration: none;
        padding: 0.5em 2em;
    }
    #navigation a:hover {
        background: #0D85BA;
    }
    #navigation a.selected {
        color: #F9B31B;
    }
    #navigation li {
        float: left;
        margin: 0;
        padding: 0;
    }
        #navigation li ul {
            background: #0f313d;
            overflow: visible;
            padding: 0;
            position: absolute;
            width: 15em;
            left: -999em;
            border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
        }
            #navigation li ul a {
                text-align: left;
                padding: 0.5em;
                width: 14em;
            }
            #navigation li ul a.subnavs {
                background-image: url("images/navigation-raquo.gif");
                background-position: right 50%;
                background-repeat: no-repeat;
            }
            #navigation li ul li {
                width: 15em;
            }
            #navigation li ul ul {
                margin: -2.5em 0 0 15em;
            }
        #navigation li:hover,
        #navigation li.hover {
            position: static;
        }
        #navigation li:hover ul,
        #navigation li.hover ul {
            left: auto;
        }
            #navigation li:hover ul li ul {
                left: -999em;
            }
            #navigation li:hover ul li:hover ul,
            #navigation li.hover ul li.hover ul {
                left: auto;
            }
    #navigation ul {
        background: #0f313d url("images/navigation-background.gif") left top repeat-x;
        list-style: none;
        margin: 0;
        overflow: auto;
        padding: 0 15px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

ul.menu {
    list-style: none inside none;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}
ul.menu a {
    font-weight: bold;
}
ul.menu a.selected {
    color: #000000;
}
ul.menu li {
    display: inline;
    margin: 0 0.5em;
    padding: 0;
}
