﻿html, body, form
{
    font-family: verdana,arial;
    font-size: 8pt;
    color: #000000;
    background: url(images/background3.jpg) top #ce7811;
    text-align: left;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    min-height: 100% !important;
}
*html html, *html body, *html form
{
    height: 100%;
}

.raDiv
{
    background-image: url('images/loading.gif') !important;
}


div
{
    margin-left: auto;
    margin-right: auto;
}
div
{
    display: inline-block;
}
div
{
    display: block;
}

/* page layout */

#outerWrapper
{
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: transparent;
    padding: 40px 0px 0px 0px;
}

#innerWrapper
{
    position: relative;
    width: 1010px;
    padding: 0px 0px 0px 0px;
    background: transparent;
    display: block;
}


#headerWrapper
{
    position: relative;
    width: 100%;
    height: 140px;
  padding : 0px;
    text-align: left;
    margin: 0px 0px 0px 0px;
     -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    background: #fad002; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(images/gradient.svg);
background-size: 100% 100%;
background-repeat: repeat-x;
background-position: 0 0;
background: -moz-linear-gradient(top,  #fad002 0%, #ce7811 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad002), color-stop(100%,#ce7811)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fad002 0%,#ce7811 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fad002 0%,#ce7811 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fad002 0%,#ce7811 100%); /* IE10+ */
background: linear-gradient(top,  #fad002 0%,#ce7811 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad002', endColorstr='#ce7811', GradientType=0 ); /* IE6-8 */
  
}


#menuWrapper
{
    position: relative;
    width: 100%;
    height: 35px;
    padding: 0px;
    margin-top: -35px;
    background: #7d4900;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    
        }

#contentWrapper
{
    position: relative;
    width: 100%;
    min-height: 300px;
    height: auto;
    padding: 0px;
    background: #FFF;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    text-align: left;
}

.display
{
width: 100%;
padding: 5px;
}
.leftcontent{float: left;}
.rightcontent{float: right;}
.clear{clear: both;}

#footerWrapper
{
    position: relative;
    display: block;
    width: 100%;
    height: 75px;
    padding: 0px;
    margin-top: 0px;
    background: url(images/bg.gif) bottom repeat-x #ffba00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFFFFF), color-stop(1.0, #E9E9E9));
}


.alphaButton
{
    border: 0px;
    margin: 0px;
    width: 15px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    height: 15px;
    color: #FFFFFF;
    background-image: url(Images/admin/alphabtnbg.jpg);
    text-align: center;
    line-height: 15px;
}

.alphaButton:Hover
{
    cursor: pointer;
}

.alphaAllButton
{
    border: 0px;
    margin: 0px;
    width: 30px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    height: 31px;
    color: #FFFFFF;
    background-image: url(Images/admin/alphaallbtnbg.jpg);
    text-align: center;
    line-height: 30px;
}

.alphaAllButton:Hover
{
    cursor: pointer;
}

/*layout for whole site*/
.headimg
{
    margin-left: 5px;
    float: left;
}


/* newslist */

#Newslist 
{
   background: #b76207 url(Images/listbg.jpg) no-repeat 0px -50px ;
   width: 300px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
} 

#Newslist .newstitle
{
font-size: 16pt;
color: #7d4900;
padding: 10px;
height: 40px;
}

      #Newslist ul
        {
            padding: 0;
            margin: 0;
            top: 0;
            left: 0;
        }
        
        #Newslist ul > li
        {
            -webkit-padding-start: 0px;
            position: relative;
            margin: 0px;
            padding: 9px 0px 9px 10px;
            list-style: none;
            background-color: transparent;
            border-bottom: 1px solid #fad002;
        }

        #Newslist ul > li:last-child
        {
          border-bottom:none;
       } 
        #Newslist ul > li > a
        {
            display: inline-block;
            color: #fad002;
            font-weight: bold;
            overflow: hidden;
            padding: 0px 20px 0px 0px;
            margin: 0px;
            width: 90%;
        }
        
        #Newslist ul > li:hover
        {
            background: #ffba00;
            cursor: pointer;
            color: #7d4900;
        }

        #Newslist ul > li > a:hover
        {
            color: #7d4900;
        }
