    /* TEXT */


        blockquote {
            border-left: 10px solid #ddd;
            margin-left: 10px;
        }


        pre {
            font-family: monospace;
            font-size: 12px;
        }


        strong,b {
            font-weight: bold;
        }


        em,i {
            font-style: italic;
        }


        code {
            font-family: "courier new", courier, monospace;
            font-size: 12px;
            white-space: pre;
        }
		
		
		
		form {
    font-size: .9em;
}

input.text, input.number, input.url, input.email, input.password, input.file,
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #333;
}

input.text, input.number, input.url, input.email, input.password, input.file{
    padding: 2px;
}

input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}

input.focus, textarea.focus {
    background: #ffd;
    color: #000;
}

textarea.textarea{
    font-size: 1.1em;
    font-family: Tahoma,"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    margin-bottom: 1px;
}

textarea.textarea[class]{
    font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
}

select.select{
    padding: 1px 0 0 0;
    margin: 1px 0 3px 0;
}

select.select[class]{
    margin: 0;
    padding: 1px 0 1px 0;
}

form .small{
    width: 70px;
}

form .medium{
    width: 170px;
}

form .state{
    width: 160px;
}

form .large, form textarea.textarea{
    width: 349px;
}

form .tags{
    width: 320px;
}

form textarea.small{
    height: 5.5em;
}

form textarea.medium{
    height: 10em;
}

form textarea.large{
    height: 20em;
}

form li.error{
    background-color: #FFDFDF;
    margin: 3px 0 !important;
}

input.error, textarea.error{
    background: #FFCA7A;
}

p.error, li.error label.desc{
    color: red !important;
}

p.error{
    font-size: 9px !important;
    margin: 1px 0;
}

.req {
    font-size: 1em !important;
    color: #f90;
    font-weight: bold;
}

fieldset {
    margin: 0 0 5px 0;
    padding: 10px 10px 5px 10px;
    color: #444;
}

li>fieldset, form>fieldset {
    border: 1px solid silver;
}

fieldset.choices{
    padding: 10px 5px 10px 10px;
}

fieldset.fieldset{
    padding: 0 0 10px 0;
}

legend{
    font-weight: bold;
    margin: 0 0 0 0;
    color: #444;
}

fieldset p{
    margin: 10px;
}

fieldset ol li {
    display: list-item !important;
    margin: 0 5px 2px 3px !important;
    padding: 0 !important;
    list-style: inside decimal;
}

input.button, button {
    width: 6em;
    padding: 2px 2px 0 0;
}

li>input.button, li>button, input.button>input.button, button>button, span>input.button, div>input.button {
    padding: 2px;
}

table.pickList {
    padding: 0;
    border-spacing: 0;
}


table.pickList th.pickLabel {
    text-align: center;
}


table.pickList td {
    text-align: center;
    vertical-align: middle;
}


table.pickList td label {
    vertical-align: middle;
}


table.pickList td button {
    padding-bottom: 2px;
    font-size: 1em;
}


table.pickList td select {
    width: 130px;
}

#loginForm fieldset {
    width: 300px;
    padding: 10px 30px;
    margin: 0 auto;
}

#loginForm li {
    text-align: left;
    padding: 0;
}



.mytable {
    border-collapse: collapse;
    border: 2px solid #74b3dc;
    color: #000;
    background: #fff;
    width: 100%;
}

.mytable caption {
    padding: 0 0.6em 0.8em;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    color: #000;
    background: transparent;
}

.mytable th table, .mytable th table td {
    width: 100%;
    border: 0px;
}

.contribTable th {
    padding: 0px !important;
    background: #d7e9f5;
}

.contribTable th .mytableHeaderTable {
    margin: 0px !important;
}

.mytable td, .mytable th, .mytableHeaderTable td {
    border: 1px solid #e0e0e0;
    padding: 0.5em;
}

.mytable thead th, .mytableHeaderTable td {
    border: 1px solid #e0e0e0;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    background: #d7e9f5;
}

.mytableHeaderTable td a {
    text-decoration: none !important;
}

.mytable tfoot th, tfoot td {
    border: 1px solid #e0e0e0;
    text-align: left;
    font-size: 1em;
    background: #e8e8cf;
}

.mytable tfoot th {
    font-weight: bold;
}

.mytable tbody td a {
    background: transparent;
    text-decoration: underline;
}

.mytable tbody td a:hover {
    background: transparent;
    text-decoration: underline;
}

.mytable tbody th a {
    background: transparent;
    text-decoration: underline;
    font-weight: bold;
}

.mytable tbody th, .mytable tbody td {
    text-align: left;
}

.mytable tfoot td {
    border: 1px solid #996;
}

.mytable tbody tr:hover, .mytable tr.over, .contribTable tr:hover {
    background: #ffffd9 !important;
}

.contribTable tr.even {
    background: #fff !important;
}

.contribTable tr.odd {
    background: #eee !important;
}


.hr {
    height: 1px;
    margin: 1.5em 10px;
    border-bottom: 1px dotted black;
}