p {	margin: 0 0 5px 0; }
/*body {  line-height: 1.07em;}*/
/*######### FONTS ##############*/
.H1-Georgia
{
    font: normal 2.8em Georgia, "Trebuchet MS" , Arial, Sans-Serif;
    padding: 0 0 0 0;
    margin: 0;
    color: #454545;
}
.H2-Georgia
{
    margin: 0;
    padding: 0;
    font: normal 1.2em Georgia, "Trebuchet MS" , Arial, Sans-Serif;
    color: #454545;
    
}

.arial-9
{
    font: 9px Arial, Verdana, Sans-Serif;
}
.arial-10
{
    font: 10px Arial, Verdana, Sans-Serif;
}
.arial-11
{
    font: 11px Arial, Verdana, Sans-Serif;
}
.arial-12
{
    font: 12px Arial, Verdana, Sans-Serif;
}
.arial-13
{
    font: 13px Arial, Verdana, Sans-Serif;
}
.arial-14
{
    font: 14px Arial, Verdana, Sans-Serif;
}


.verdana-9
{
    font: 9px Verdana, Sans-Serif;
}
.verdana-10
{
    font: 10px Verdana, Sans-Serif;
}
.verdana-11
{
    font: 11px Verdana, Sans-Serif;
}
.verdana-12
{
    font: 12px Verdana, Sans-Serif;
}
.verdana-13
{
    font: 13px Verdana, Sans-Serif;
}
.verdana-14
{
    font: 14px Verdana, Sans-Serif;
}

.errorStar
{
    color: Red;
}

/*######### BOXES ##############*/
.div-bordergreen-margin10
{
    border: 1px solid #AED898;
    margin: 0 0 10px 0;
}
.div-border-bg-lignhtgreen-padding15
{
    padding: 15px;
    background: #F1F8ED;
    color: #444;
    border: 2px solid #D1EAC3;
}
.div-border-solidgray-padding5
{
    margin: 0 0 10px 0;
    border: 2px solid #eee;
    color: #454545;
    padding: 5px 5px 5px 5px;
}

.div-border-solidgray-padding5-back
{
    margin: 0 0 10px 0;
    border: 2px solid #eee;
    color: #454545;
    padding: 5px 5px 5px 5px;
    background: #F4F1F8;
}


.div-border-silver-padding5-backyellow
{
    margin: 0 0 10px 0;
    border: 2px solid #eee;
    color: #454545;
    padding: 5px 5px 5px 5px;
    background: #FFFDE3;
}

.div-border-silver-padding5-backwhite
{
    margin: 0 0 10px 0;
    border: 1px solid #eee;
    color: #454545;
    padding: 5px 5px 5px 5px;
    background: #FFFFFF;
}



/*######### IMAGES ##############*/
.bigimage
{
    float: left;
    clear: left;
    margin: 0 15px 10px 0;
}

/*######### FCK EDITOR ##############*/
.Bold
{
    font-weight: bold;
}

.Title
{
    font-weight: bold;
    font-size: 18px;
    color: #cc3300;
}

.Code
{
    border: #8b4513 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    color: #000066;
    font-family: 'Courier New' , Monospace;
    background-color: #ff9933;
}



/*######### WINDOWS FORM STYLE ##############*/
.ProgramForm
{
    background-color: #cccccc;
    border-collapse: collapse;
    border-width: thick;
    font-family: Tahoma;
    font-size: 12px;
    height: 100%;
}
.form
{
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.tdheadborder
{
    border-right: #ffffff 2px outset;
    border-top: #ffffff 2px outset;
    font: menu;
    border-left: #ffffff 2px outset;
    border-bottom: #ffffff 2px outset;
    background-color: #D4D0C8;
}
.tdborder
{
    border-right: #ffffff 1px inset;
    border-top: #ffffff 1px inset;
    font: menu;
    border-left: #ffffff 1px inset;
    border-bottom: #ffffff 1px inset;
    background-color: #ffffff;
    white-space: nowrap;
}
.formlink
{
    color: darkblue;
    font-family: menu;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a.formlink:hover
{
    color: red;
    font-family: menu;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.formyazi
{
    color: #000000;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.headerContainer
{
    background-position: left bottom;
    margin: 0px;
    width: 100%;
    background-repeat: repeat-x;
    height: 50px;
    background-color: #fefefe;
}
.pageHeader
{
    background-position: right top;
    margin: 0px;
    background-repeat: no-repeat;
    height: 50px;
    text-align: left;
}

.fbutton
{
    background-color: buttonface;
    border-bottom: buttonface 1px solid;
    border-left: buttonface 1px solid;
    border-right: buttonface 1px solid;
    border-top: buttonface 1px solid;
}
.dbutton
{
    background-color: buttonface;
    border-bottom: buttonshadow 1px solid;
    border-left: buttonhighlight 1px solid;
    border-right: buttonshadow 1px solid;
    border-top: buttonhighlight 1px solid;
}
.pbutton
{
    background-color: buttonface;
    border-bottom: buttonhighlight 1px solid;
    border-left: buttonshadow 1px solid;
    border-right: buttonhighlight 1px solid;
    border-top: buttonshadow 1px solid;
}
.ebutton
{
    background-color: buttonface;
    border-bottom: #000000 1px solid;
    border-left: buttonface 1px solid;
    border-right: #000000 1px solid;
    border-top: buttonface 1px solid;
}
.rbutton
{
    background-color: buttonhighlight;
    border-bottom: buttonface 1px solid;
    border-left: #000000 1px solid;
    border-right: buttonface 1px solid;
    border-top: #000000 1px solid;
}
.titlefont
{
    font-family: MS Sans Serif;
    font-size: 10pt;
    color: #000000;
    font-weight: none;
}
.copyright
{
    font-family: MS Sans Serif;
    font-size: 8pt;
    color: #000000;
    font-weight: none;
}
.FileLink
{
    color: darkblue;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}
a.FileLink:hover
{
    color: red;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}

.validationError
{
    font-size: 80%;
    color: #c50;
}
.note
{
    padding: 15px 15px 20px 100px;
    border: 1px solid #CFCB66;
    margin: 0 0 5px 0;
    background: #FFFFAD url(/css/images/package.gif) no-repeat;
    color: #585616;
}
.box
{
    padding: 4px 15px;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
}

#header
{
    color: #fff;
    background-color: #354029 /*color.header*/; /* #5e5945  #00437a;*/
    border-bottom: 1px solid black;
}
#notice
{
    padding: 12px 14px 1px;
    background: #f4f4f4 url(/css/images/noticebg.gif) no-repeat bottom right;
    color: #808080;
}
