/** BASIC */

body
{
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
#logo span
{font-style:italic;}
/** FORMS */

form
{
    margin: 0px;
    padding: 0px;
}

.input1
{
    width: 100px;
    border: 1px solid #DADADA;
}

.submit1
{
    width: 58px;
    height: 19px;
    border: 1px solid #FFFFFF;
    background: #70998D url(images/homepage05.gif) repeat-x left bottom;
    font-weight: bold;
    color: #FFFFFF;
}

/** HEADINGS */

#logo h1
{ font-size:25px;
 display:inline-block;}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5E5E5E;
}

p, blockquote, ul, ol, dl
{
    margin-top: 0px;
    margin-bottom: 1em;
    text-align: justify;
    line-height: 18px;
}

.text1
{
    padding-left: 16px;
    background: url(images/homepage11.gif) no-repeat left center;
    text-transform: uppercase;
    font-size: 11px;
    color: #202020;
}

.text2
{
    font-size: 11px;
    color: #2F2F2F;
}

.text3
{
    text-align: center;
    color: #ABABAB;
}
.byline
{
 font-style:italic;
}
/** LINKS */

a
{
    color: #D20000;
}

a:hover
{
    text-decoration: none;
}

.link1
{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.link1:hover
{
    text-decoration: underline;
}

/** STYLES */

.style1
{
}

.style1 a
{
}

.style1 a:hover
{
}

/** BACKGROUNDS */

.bg1
{
    background: url(images/homepage02.jpg) repeat-x left bottom;
}
.bg2
{
    background: #FFFFFF url(images/homepage03.gif) repeat-x 0px 101px;
    
}
.bg3
{
    background: url(images/homepage04.jpg) no-repeat left top;
}
.bg4
{
    background: url(images/homepage10.gif) repeat-x left top;
}
.bg5
{
    padding-bottom: 30px;
    background: url(images/homepage12.gif) no-repeat left bottom;
}
.bg6
{
    background: url(images/homepage09.gif) repeat-x left top;
}
.bg7
{
    padding-bottom: 30px;
    background: url(images/homepage16.gif) no-repeat left bottom;
}
.bg8
{
    background: url(images/homepage17.gif) no-repeat left top;
}
.bg9
{
    background: url(images/homepage18.gif) repeat-y left top;
}
.bg10
{
    background: url(images/homepage19.gif) no-repeat left bottom;
}
.bg11
{
    background: url(images/homepage23.gif) repeat-x left top;
}
.bg12
{
    padding-bottom: 30px;
    background: url(images/subpage1_03.gif) no-repeat left bottom;
}
.bg13
{
    padding-bottom: 30px;
    background: url(images/subpage2_01.gif) no-repeat left bottom;
}

/** MISC */

.align-justify
{
    text-align: justify;
}
.align-right
{
    text-align: right;
}

img
{
    border: none;
}

.img1
{
    float: left;
    margin: 3px 15px 0px 0px;
}

.img2
{
    float: right;
    margin: 3px 0px 0px 15px;
}

hr
{
    display: none;
}

.hr1
{
    clear: both;
    height: 1px;
    margin: 0px 0px 15px 0px;
    background: url(images/homepage09.gif) repeat-x left top;
}
.thumb
{
    float: left;
    height: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.thumb h3
{
    padding-bottom: 5px;
}
.lg-image img
{
    width: 100%;
    padding: 10px 0px 10px 0px;
}

/*#AddEditPanel span:first-child
{
    width: 15%;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
#AddEditPanel span
{
    display: inline-block;
    vertical-align: top;
}*/

.AddEditPanel input[type=text], select, textarea
{
    width: 400px;
    margin-bottom: 5px;
}

.AddEditPanel textarea
{
    height: 60px;
}

.button-container
{float:right;}

/*Popup Box*/
.ModalPopupBG
{
    background-color: #ede7e1;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.Popup
{
    background: #DADADA;
    border: solid 1px white;
    width: 600px;
}
.PopupHeader
{
    
    cursor: move;
    height: 35px;
}
.PopupHeader a
{
    float: right;
    margin: 5px;
    color:#D20000;
}

.PopupHeader h3
{
    float: left;
    margin: 5px;
}

.PopupBody
{
    padding: 10px;
    clear: both;
}
.PopupBody img
{
    width: 100%;
}

.PopupControls
{
    text-align: right;
    padding: 5px;
}
