/******************
HTML Tags
******************/

body {
    border: thin none; /*#006600;*/
    font-family: arial, Georgia, System;
    color: #000000;
    margin: 10px 0px 20px 8px;
    font-size: 14px; /*   background: url(bg-main.jpg) repeat-x; */
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    min-width: 900px;
    background-color: #fafae7 !important; /*#E9FBE9;*/
}

/******************
FORM STYLES
******************/
    #content form
{
    margin: 20px 0px;
    padding: 0px 0px 0px 0px;
}

#content fieldset
{
    margin: 10px 0px 20px 0px;
    padding: 0px 20px 20px 20px;
    border: 6px solid #E6E6E6;
}

/* a nested fieldset */
#content fieldset fieldset
{
    margin: 15px 0px 5px 0px;
    padding: 0px 5px 5px 5px;
}

#content legend
{
    margin-bottom: 0px;
    padding: 0px 10px 5px 5px;
    color: #666666;
    font-weight: bold;
}

/* a nested legend */
#content fieldset fieldset legend
{
    margin-bottom: 0px;
    padding: 0px;
    font-weight: bold;
}

#content label
{
    display: block;
    padding-top: 8px;
}

/******************
SIDE SEARCH FORM
******************/
/*
#side form {
margin:10px 0px;
padding:0px;
}
	
#side fieldset {
margin: 0px;
padding: 0px;
border: thin #808000 solid;
}
	
#side legend {
display:none;
}

#side label {
display:none;
}
	
#side input {
display:block;
} 
*/
.button-search
{
    margin-top: 4px;
}


/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
    color: #006600;
    text-decoration: underline;
    text-align: right;
}

a:visited
{
    color: #006600;
    text-decoration: underline;
}

a:hover
{
    color: #7f7f00;
    text-decoration: underline;
}

a:active
{
    color: #7F7F00;
    text-decoration: underline;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav a:link
{
    color: #006600;
    text-decoration: none;
}

#mainnav a:visited
{
    color: #006600;
    text-decoration: none;
}

#mainnav a:hover
{
    color: #7f7f00;
    text-decoration: underline;
}

#mainnav a:active
{
    color: #7f7f00;
    text-decoration: underline overline;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link, #breadcrumbs a:visited
{
    color: #006090;
    text-decoration: none;
}

#breadcrumbs a:hover
{
    color: #339900;
    text-decoration: underline;
}

#breadcrumbs a:active
{
    color: #FF6600;
    text-decoration: underline overline;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work 
#side ul a:link, #side ul a:visited  {
color: #7F7F00;
text-decoration: none;
}

#side ul a:hover {
color:#339900;
text-decoration:underline;
}

#side ul a:active {
color:#000000;
text-decoration:underline overline;
}
*/
/******************
HEADINGS
******************/

h1
{
    font-size: 1.8em;
    margin: 0px 0px 10px 0px;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1em;
}

h4
{
    font-size: .9em;
}

h5
{
    font-size: .8em;
}

h6
{
    font-size: .75em;
}

#three-column-container h2
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

/******************
Layout Divs
******************/

#sitename
{
    font-size: 2.3em;
    margin: 0px;
    color: #FFFFFF;
    padding: 18px 0px 0px 30px;
}

#sitename a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#header-container
{
    /*background-position: url(bg-header.png) no-repeat;*/
    border: 2px solid #7f7f00;
    width: 900px;
    height: 144px;
    margin-left: auto;
    margin-right: auto;
    /*background: url(bg-header.png) no-repeat;*/
}


#breadcrumbs
{
    color: #666666;
    padding: 18px 0px 0px 33px;
    font-size: .8em;
}

#content-container
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 10px;
    border-bottom-color: #7F7F00;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.Content-UB
{
    position: relative;
    visibility: visible;
}

#side
{
    width: 90px;
    float: left;
    font-size: 12px;
    margin-bottom: 18px;
    border-right-color: #7F7F00;
    border-right-style: solid;
    border-right-width: 1px;
}
/*
#content {
width: 510px;
margin-left: 100px;
border-bottom-color: #7F7F00;
border-bottom-style: hidden;
border-bottom-width: 1px;
}
*/
#three-column-container
{
    width: 100%;
    margin: 10px 0px;
}

#three-column-left
{
    float: left;
    width: 30%;
}

#three-column-right
{
    float: right;
    width: 30%;
}

#three-column-middle
{
    width: 30%;
    margin: 0px 32% 0px 35%;
}

#footer
{
    border-width: medium;
    border-color: #006600;
    clear: both;
    width: 535px;
    height: 55px;
    min-height: 55px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 10px 150px;
    color: #006600;
    font-size: 0.75em;
}
.md {
    margin-top: 75px;
}

#footer_Entry
{
    border-width: medium;
    border-color: #7F7F00;
    clear: both;
    width: 535px;
    height: 55px;
    min-height: 55px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0px 10px 200px;
    color: #7F7F00;
    font-size: 0.75em;
    position: relative;
}

/******************
MAIN MENU ITEMS
******************/

#mainnav ul
{
    margin: 0px;
    padding: 0px;
    width: 460px;
    height: 20px;
}

#mainnav li
{
    padding: 0px;
    display: inline;
    padding: 0px 18px 0px 0px;
}

/******************
SIDE LIST MENUS
******************/

#side ul
{
    margin: 0px;
    padding: 0px;
}

#side li
{
    padding: 0px;
    list-style: none;
    padding: 6px 0px 6px 10px;
    border-bottom: 2px solid #FFFFFF;
    background: #Ffffff;
    font-weight: bold;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical
{
    margin: 0px 0px 15px 15px;
    padding: 0px;
}

#content ul.list li
{
    list-style: none;
    padding: 2px 0px 2px 16px;
    margin: 0px;
    /*background: url(bullet.gif) no-repeat;*/
    background-position: 0 .1em;
}

#content ul.link-list-vertical li
{
    list-style: none;
    margin: 0px;
    padding: 2px 0px;
}

#content ul.link-list-vertical li a:link
{
    padding: 2px 0px 2px 16px;
    /*background: url(bullet-link.gif) no-repeat;*/
    background-position: 0 .1em;
}

#content ul.link-list-vertical li a:visited
{
    padding: 2px 0px 2px 16px;
    background: url(bullet-link-visited.gif) no-repeat;
    background-position: 0 .1em;
}

#content ul.link-list-vertical li a:hover
{
    padding: 2px 0px 2px 16px;
    /*background: url(bullet-link-hover.gif) no-repeat;*/
    background-position: 0 .1em;
}

#content ul.link-list-vertical li a:active
{
    padding: 2px 0px 2px 16px;
    /*background: url(bullet-link-active.gif) no-repeat;*/
    background-position: 0 .1em;
}

/******************
TABLE STYLES
******************/

.table
{
    width: 100%;
    background: #CCE1EC;
    border: 6px solid #E6E6E6;
    border-collapse: collapse;
}

.table td
{
    padding: 10px 2px;
    color: #000000;
}

thead th, tfoot th
{
    /*	padding:6px 2px;
    background-color:#006699; */
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

.table-row-1 td
{
    background: #FFFFFF;
}


/******************
CLASSES
******************/

.none
{
    display: none;
}

.clear
{
    clear: both;
}

.button-big
{
    margin-top: 8px;
}

img.photosmall
{
    margin-right: 10px;
    margin-bottom: 5px;
    /*    float: left; */
    margin-top: 10px;
}

.ft0
{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #006600;
}

.ft1
{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-left: -70px;
}

.ft2
{
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
}

.fp0a
{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    font-family: Times-Roman;
    color: #000000;
}

.ft4
{
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    color: #ffffff;
}

.ft5
{
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    font-family: Times-Roman;
    color: #000000;
}

.ft6
{
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    font-family: Times-Roman;
    color: #000000;
}

.ft7
{
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    font-family: Times-Roman;
    color: #000000;
}

.ft8
{
    font-style: normal;
    font-weight: bold;
    font-size: 8px;
    color: #ffffff;
}

.ft9
{
    font-style: normal;
    font-weight: bold;
    font-size: 66px;
    color: #cccccc;
}

.ft10
{
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    color: #000000;
}

.ft11
{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}

.ft12
{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

.ft13
{
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
}

.ft14
{
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: #000000;
}

.ft15
{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #E4E4E4;
}

.ft16
{
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    font-family: Georgia;
}

.ft17
{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.ft18
{
    font-style: normal;
    font-weight: normal;
    font-size: 7px;
    color: #000000;
}

.fp0
{
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
    background-color: #FFFFFF;
}

.fp0a
{
    font-size: 8px;
}

.fp0b
{
    font-size: 8px;
    color: #ffffff;
}

.fp1
{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
}

.fp2
{
    font-style: normal;
    font-weight: bolder;
    font-size: 8px;
    color: #000000;
}

.fp3
{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

.fp4
{
    font-style: italic;
    font-weight: bold;
    font-size: 8px;
    color: #000000;
}

.fp5
{
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #000000;
}

.fp6
{
    font-style: italic;
    font-weight: normal;
    font-size: 8px;
    color: #000000;
}

.fp7
{
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    color: #000000;
}

.fp8
{
    border-bottom-style: none;
    border-top-style: none;
    border-style: none;
    border-color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFBF;
}

.fp8R
{
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
    background-color: #FFFFBF !important;
    border: none;
    border-bottom-color: #FFFFBF;
    border-bottom-style: none;
    border-bottom-width: thin;
}

.fp9
{
    border-bottom-style: none;
    border-bottom-width: thin;
    border-style: none;
    border-width: medium;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
    background-color: #EAFFFF !important;
    border-bottom-color: #EAFFFF;
    border-top-color: inherit;
    border-right-color: inherit;
    border-left-color: inherit;
}

.fp9R
{
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
    background-color: #EAFFFF;
    border: none;
    border-bottom-color: #EAFFFF;
    border-bottom-style: none;
    border-bottom-width: thin;
}

.Textsetup
{
    background-color: #FFFFBF;
    font-size: 9px;
}

.GridRowOver_Gray
{
    background-color: #7F7F00;
    cursor: pointer;
}

.EOR
{
    font-weight: bolder;
    font-size: x-large;
    background-color: #000000;
    color: #FFFFFF;
}
.ruFileInput
{
    font: 11px/10px "Segoe UI", Arial,sans-serif !important;
}
  table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  .timeout {
      margin-left: 75px;
  }
.reportmove {
    margin-left: auto;
    margin-right: auto;

}
