﻿body 
{
    color: #5c491e;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    /*background: #e8ebca;*/
    /*background: #c3b59a;*/
    background: #5c491e url(/images/template/bg-page-fill.jpg) repeat-x;
    text-align: center;
    height: 100%;
}

body form 
{
    text-align: left;
    height: 100%;
}

div 
{
    margin: 0;
    padding: 0;
    border: 0;
}

img 
{
    border: 0;
    margin: 0;
    padding: 0;
}

p 
{
    text-align: justify;
    margin: 0 0 14px 0;
}

h1
{
    color: #afbc21;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 28px;
}

.hintBox_green 
{
    color: #50369b;
    background: #ebefc2;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    visibility: hidden;
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #afbc21;
}

.box_ebefc2 
{
    color: #50369b;
    background: #ebefc2;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #afbc21;
}

.finePrint 
{
    color: #c7c0bc;
}

.note 
{
    color: #8d849b;
    font-size: 9px;
}

.floatL 
{
    float: left;
    margin: 0 12px 12px 0;
}

.floatR 
{
    float: right;
    margin: 0 0 12px 12px;
}

.req 
{
    color: #cc0000;
}

.italic 
{
    font-style: italic;
}

.error 
{
    color: #cc0000;
    font-weight: bold;
}

.success 
{
    color: #93ac01;
    font-weight: bold;
}

table.searchFilterInfo 
{
    background: #afbc21;
    color: #ffffff;
    font-weight: bold;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #848d15;
    border-bottom: 1px solid #848d15;
}

table.searchFilterInfo td 
{
    vertical-align: middle;
    padding: 2px 8px;
    height: 22px;
}

table.searchFilterInfo td.left 
{
    text-align: left;
}

table.searchFilterInfo td.right
{
    text-align: right;
}

table.searchFilterInfo td.right select 
{
    margin: 0;
}

table.searchFilterInfo td.right a.export 
{
    text-decoration: none;
    display: block;
    padding: 1px 2px;
    margin: 1px 2px;
}

table.searchFilterInfo td.right a.export:hover 
{
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #848d15;
    border-bottom: 1px solid #848d15;
    border-left: 1px solid #f0f0f0;
    margin: 0 2px 0 0;
} 

table.searchFilterInfo td.right a.export:active
{
    border-top: 1px solid #848d15;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #848d15;
    margin: 0 2px 0 0;
} 

table.searchFilterInfo td.right a.export img 
{
    
}

img.main 
{
    border: 1px solid #8d849b;
    display: block;
    margin: 0 0 16px 0;
}

img.thumb 
{
    border: 1px solid #8d849b;
}

img.icon 
{
    border: 0 !important;
    display: inline !important;
}

div.solidDivider 
{
    border-top: 1px solid #afbc21;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: 12px 0;
}

/*
* Ref: http://www.quirksmode.org/dom/inputfile.html
*/

div.fileUpload 
{
    position: relative;
}

div.fileUpload input.file 
{
    width: 150px; 
    position: relative; 
    text-align: right; 
    -moz-opacity: 0; 
    filter: alpha(opacity: 0); 
    opacity: 0; 
    z-index: 2;
}

div.fileUpload div.text 
{
    position: absolute; 
    left: 0; 
    top: 0; 
    z-index: 1;
}

div.fileUpload div.text input.filename
{
    width: 150px; 
    font-family: Courier New; 
    font-size: 11px;
}

div.fileUpload div.hiddenBrowse 
{
    position: absolute; 
    left: 170px; 
    top: 0; 
    z-index: 3; 
    padding: 4px 0 2px 16px;
}

div.fileUploadStatus 
{
    display: none;
    padding: 4px 0 0 0;
    font-weight: bold;
}

div.content table td.content div.reorderList ul
{
    list-style-type: none;
}

a.orange 
{
    color: #ec881c !important;
}

a.green 
{
    color: #afbc21 !important;
}

div.message 
{
    font-weight: bold; 
    margin: 4px 16px;
}

div.message span.error
{
    color: #ff0000;
}

div.message span.success 
{
    color: #848e18;
} 

div.bar814x24 
{
    background: url(/images/bg-bar-814x24.jpg) no-repeat;
    width: 796px;
    height: 24px;
    padding: 0 9px;
}

div.bar636x24 
{
    background: url(/images/bg-bar-636x24.jpg) no-repeat;
    width: 618px;
    height: 24px;
    padding: 0 9px;
}

div.bar636x32 
{
    background: url(/images/bg-bar-636x32.jpg) no-repeat;
    width: 618px;
    height: 32px;
    padding: 0 9px;
} 

div.bar814x24 span,
div.bar636x24 span 
{
    position: relative;
    top: 4px;
}

div.bar636x32 select 
{
    margin-top: 6px;
}

a.sociable 
{
    margin-right: 6px;
}

a.sociable img.sociable-hovers 
{
    opacity: 0.4;
    filter: alpha(opacity:40);
}

a.sociable:hover img.sociable-hovers 
{
    opacity: 1;
    filter: alpha(opacity:100);
}

input.button-please-wait
{
	cursor: default;
}