/*
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;
}

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;
}

table {
    font-size:inherit;
    font: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%;
}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {
    line-height:1.22em;
}

/*****************************************************/
/*** Redefine the standard styles overridden above ***/
/*****************************************************/

ul  {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-left: 35px;
}

caption,th  {
    text-align: center;
}

h1 {
    font-size: 197%; /* 26px */
}

h2 {
    font-size: 152%; /* 20px */
}

h3 {
    font-size: 122%; /* 16px */
}


h4 {
    font-size: 100%; /* 13px */
}

h5 {
    font-size: 92%; /* 12px */
}

h6 {
    font-size: 70%; /* 9px */
}

input, textarea {
    border: 1px solid black;
    margin: 1px 0px;
}

textarea {
    overflow: auto;
}

input .button {
    background: #ccc;
}

table th {
    background: #eee;
    color: #666;
    text-align: center;
    border: 1px solid black;
}

table td {
    vertical-align: top;
}

table .oddRow {
    background: #eee;
}

table .evenRow {
}

/*** Cake Scaffolding Styles ***/
table.inav {
    width: 100%;
}

table.inav td.listactions {
    text-align: center;
}

ul.actions {
    list-style-type: none;
    text-align: center;
    margin: 10px 0px;
}

table.cakeSqlLog {
}

table caption {
    font-weight: bold;
}

label {
    width: 150px;
    display: block;
    float: left;
    clear: left;
}

label.wide {
    width: 220px;
}

label.required {
    font-weight: bold;
}

.checkbox {
    border: 0;
    margin: 0;
}

p {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

select {
    background: white;
    border: 1px solid black;
}

/*** Default Page Style ***/
body {
    text-align: center; /* Hack to get IE6 to 'margin: auto' the #container */
}

#container {
    width: 750px;
    margin: 0px auto;
    text-align: left;
}
    .message {
        font-size: 14px;
    }

    #flashMessage {
        margin: 5px 0px;
        text-align: center;
        background: #ddd;
    }

    #content {
        margin: auto;
    }


        table.index td {
            white-space: nowrap;
        }

        .error_message {
            font-weight: bold;
            color: red;
        }

    #footer {
        font-size: 10px;
        clear: both;
        text-align: center;
    }
