/*
RESET.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
    line-height: 1.3;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,
img {
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul  {
    list-style:none;
}

caption,th  {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym  {
    border:0;
}

/*
FONTS.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *
 */
body {
    font:13px arial,helvetica,clean,sans-serif;
    /*
    *font-size:small;
    *font:x-small;
    */
    background-color: #fff;
    color: #000;
}

table {
    font-size: 100%;
}

/**
 * 99% for safari;
     100% is too large
 */
select,
input,
textarea {
    font:99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
    font:115% monospace;
    /*
    *font-size:100%;
    */
}

/*****************************************************/
/*** Redefine the standard styles overridden above ***/
/*****************************************************/

address {
    display: inline;
}

ul  {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul, ol {
    margin: 5px 0px;
}

ul li, ol li, li {
    margin-left: 35px;
}

ul {
    list-style-type: disc;
}

    ul ul {
        list-style-type: circle;
    }

        ul ul ul {
            list-style-type: square;
        }


ol {
    list-style-type: decimal;
}

    ol ol {
        list-style-type: lower-alpha;
    }

        ol ol ol {
            list-style-type: lower-roman;
        }

fieldset {
    border-color: #7C7C7C #7C7C7C #dddddd #7C7C7C ;
    border-width: 1px;
    border-style: solid;
    padding: 3px 10px;
    margin: 1px;
}

    fieldset legend {
        color: black;
        margin-left: 0px;
        padding: 0px 2px;
    }


caption,th  {
    text-align: center;
}

h1 {
    font-size: 197%; /* 26px */
}

h2 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 152%; /* 20px */
}

h3 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 122%; /* 16px */
    font-weight: bold;
}


h4 {
    padding: 5px 0px;
    font-size: 100%; /* 13px */
    font-weight: bold;
}

h5 {
    padding: 5px 0px;
    font-size: 92%; /* 12px */
    font-weight: bold;
}

h6 {
    padding: 5px 0px;
    font-size: 70%; /* 9px */
    font-weight: bold;
}


form.order select {
    font-size: 10px;
}

    form.order select option {
        padding: 0px;
        padding-right: 2px;
    }

input.input,
textarea,
select {
    border-color: #7C7C7C #c3c3c3 #dddddd;
    border-style: solid;
    border-width: 1px;
}

input.input,
textarea {
    margin: 3px 0px;
    padding: 2px 3px;
}

input.submit {
    margin: 3px 0px;
    border-width: 1px;
    padding: 1px;
}

textarea {
    overflow: auto;
}

select {
    margin: 3px 0px;
    border-width: 0px;
}

input.checkbox {
    border: 0px;
    margin: 0px;
}

.input.required {
    font-weight: bold;
}

div.submit {
    text-align: center;
}

table th {
    background: #eee;
    color: #666;
    text-align: center;
    border: 1px solid black;
}

table td {
    text-align: left;
    vertical-align: top;
}

table .oddRow {
    background: #eee;
}

table .evenRow {
}

table.cakeSqlLog {
}

table caption {
    font-weight: bold;
}

form label {
    width: 150px;
    display: block;
    float: left;
    clear: left;
    line-height: 26px;
}

p {
    margin-bottom: 5px;
}

blockquote {
    clear: both;
    color: #555;
    margin: 0px;
    padding: 10px;
    padding-left: 50px;
}

strong {
    font-weight: bold;
}

select {
    background: white;
    border: 1px solid black;
}

table {
}
    table th {
        background: #999;
        color: white;
        font-weight: bold;
        border: 0px;
        padding: 2px;
    }
        table th a, table th a:visited {
            color: white;
            font-weight: bold;
        }

        table th a:hover {
            color: #ddd;
        }

    table .oddRow {
        color: black;
        background: #E7E7E7;
    }

    table .evenRow {
    }

.clear {
    display: block;
    clear: both;
}

.clear-left {
    display: block;
    clear: left;
}

.link {
    cursor: pointer;
}

.print {
    display: none;
    visibility: hidden;
}

em {
    font-style: italic;
}

img {
    font-size: 10px;
    color: #bbb;
}

.pale {
    color: #bbb;
}

.small {
    font-size: 11px;
}

.legend table {
    margin: auto;
    clear: both;
    padding: 5px;
    margin: 10px auto 0px auto;
    font-size: 11px;
}

    .legend th {
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

    .legend td {
        padding: 0px 5px;
    }


.center {
    text-align: center;
}
