﻿body
{
    background: #29292F url('Images/background.gif') repeat;
    margin: 0px;
    font-size: 10pt;
    font-family: 'Century Gothic' , Arial;
    color: #626262;
}

a 
{
    text-decoration: none;
    color: #E5AE17;
}
a:hover 
{
    text-decoration: none;
}
a img 
{
    border: none;
}

p
{
    padding-left: 10px;
    padding-right: 10px;
}

h1, h2, h3 
{
    font-family: 'Century Gothic', Arial;
    margin: 0px;
    padding: 0px;
}

h1 
{
    line-height: 37px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 10px;
    color: #E5AE17;
}
h1 img 
{
    margin-right: 5px;
}

h2 
{
    color: #E5AE17;
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
}

h3 
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 30px;
}

hr
{ 
    width: 350px;
    height: 2px;
    margin: 5px auto;
    background-color: #FF9900;
    border: none;
}

input, textarea 
{
    width: 300px;
    background-color: #eff9fb;
    border: solid 1px #d6d6d6;
    border-left-width: 4px;
    margin: 5px auto;
}
input.ButtonDelete 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('Images/Icons/delete.png') no-repeat;
    font-size: 10px;
    text-align: left;
    color: #626262;
    padding-left: 16px;
    height: 16px;
    width: auto;
    cursor: pointer;
}
input.ButtonEdit 
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('Images/Icons/pencil.png') no-repeat;
    font-size: 10px;
    text-align: left;
    color: #626262;
    padding-left: 16px;
    height: 16px;
    width: auto;
    cursor: pointer;
}
input[type=submit], input[type=button], input[type=checkbox], input[type=radio], select 
{
    width: auto;
    border-width: 1px;
    margin: 8px;
}

img 
{
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

ul 
{
    margin: 5px 0px;
    list-style-type: disc;

}

li
{
}

table
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
    vertical-align: top;
}
table td 
{
    padding: 0px;
}

.LeftMargin 
{
    margin-left: 10px;
}

.TextBoxTd
{
    padding-left: 10px;
}




/*
 *   LAYOUT
 */

.Menu
{
    color: #626262;
    font-size: 16px;
}

.Menu a:hover
{
    color: #E5AE17;
}

.MenuBottom
{
    color: #626262;
    font-size: 12px;
}

.MenuBottom a:hover
{
    color: #E5AE17;
}

.MenuParent
{
    color: #BEE9F2;
    font-size: 14px;
}
 
#MenuBg
{
    padding: 0px;
    background: url(    "Images/menu_bg.png" );
    width: 100%;
    height: 62px;
    margin: 0px;
    vertical-align: top;
    background-repeat: repeat-x;
    font-size: 14px;
    color: #BEE9F2;
}

#MenuTable
{
    margin: 0px auto;
    border: none;
}

.MenuLine
{
    background: url(   "Images/menu_line.png" );
    height: 56px;
    width: 3px;
}

.MenuText
{
    padding-left: 12px;
    padding-right: 12px;
}

.MenuText a, .MenuText a:hover
{
    color: #BEE9F2;
}

#Header
{
    padding: 0px;
    background: url(   "Images/header.png" );
    width: 810px;
    height: 209px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    vertical-align: top;
}

#Content
{
    width: 505px;
    background-color: #FFFFFF;
    padding: 10px;
}

#ContentShadowTop
{
    background: url(   "Images/ShadowTop.png" ) repeat-x; height: 4px;
}

#ContentShadowBottom
{
    background: url(   "Images/ShadowBottom.png" ) repeat-x;
}

#ContentShadowRight
{
    background: url(   "Images/ShadowRight.png" ) repeat-y;
    width: 4px;
}

#Layout
{
    background: url(     "Images/content_bg.png" ) repeat-x;
    padding-top: 0px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 657px;
    height: 100%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
}

#Footer
{
    border-color: #FFFFFF;
    background-color: #BEE9F2;
    height: 20px;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #917956;
    border-top-style: double;
    border-top-width: 1px;
}

#Footer a, #Footer a:hover
{
    font-size: 10px;
    color: #917956;
}


.AlbumItem 
{
    margin: 10px;
    display: block;
    float: left;
}
.AlbumItem img 
{
    border: solid 3px #cee9f3;
}
.AlbumItem:hover img 
{
    border-color: #12a0d0;
}

.GalleryFolder 
{
    background: url("Images/Folder.png") no-repeat;
    width: 171px;
    height: 130px;
    display: inline-block;
    margin: 10px;
}
.GalleryFolder a 
{
    display: block;
    margin: 0px auto;
    padding-top: 60px;
    width: 130px;
    text-align: center;
    font-family: Georgia;
    font-size: 13pt;
    font-style: italic;
    font-weight: bold;
    color: #3a3a3a;
}

.GalleryFolder a:hover 
{
    color: #000;
    text-decoration: none;
}

#LoginPanel
{
    width: 230px;
    height: 160px;
    margin: 0px auto;
}

#LoginPanel input
{
    margin: 2px 0px 2px 0px;
    font-family: Arial;
    font-size: 10pt;
    color: #333333;
    border: 1px solid #A3A3A3;
}

#LoginPanel input:hover
{
    border: solid 1px #626262;
    background-color: #E7F3FA;
}


#LoginPanel input.Field 
{
    display: block;
    width: 175px;
    height: 17px;
    padding: 2px;
    line-height: 21px;
    margin-bottom: 4px;
}
#LoginPanel label 
{
    font-size: 9pt;
}

.LoginButton 
{
    width: 80px;
    height: 25px;
    border: none;
    cursor: pointer;
    position: relative;
}


.ButtonList 
{
    list-style: none;
    margin: 0px auto;
    padding: 6px;
    color: #BEE9F2;
}
.ButtonList li 
{
    margin: 5px;
    width: 101px;
    height: 99px;
    background: url("Images/Buttonitem.gif") no-repeat;
    float: left;
}
.ButtonList li:hover 
{
    background-image: url("Images/ButtonitemActive.gif");
}
.ButtonList li a 
{
    font-family: Arial;
    font-size: 11px;
    color: #2c748c;
    display: block;
    width: 90px;
    padding-left: 5px;
    text-align: center;
}
.ButtonList li a:hover 
{
    color: #0392be;
}
.ButtonList li a img 
{
    display: block;
    width: 48px;
    height: 48px;
    margin: 0px auto;
    margin-top: 12px;
    margin-bottom: 5px;
}
.ButtonList li a input 
{
    display: block;
    width: 48px;
    height: 48px;
    margin: 0px auto;
    margin-top: 12px;
    margin-bottom: 5px;
}


.ListTable 
{
    border: none;
    width: 600px;
    margin: 0px auto;
    color: #626262;
}

.ListTable td 
{
    line-height: 25px;
    font-size: 11px;
    color: #626262;
    padding: 2px 5px;
    vertical-align: top;
}
.ListTable td.NoBg 
{
    background-image: none;
} 
.ListTable ul 
{
    margin-left: 20px;
}

.RepeatImg, .UserAvatar
{
    border: double 5px #626262;
}

.RepeatImg:hover
{
    border: double 5px #E5AE17;
    cursor: pointer;
}

.ArticleTable
{
    width: 630px;
    padding: 10px 0px 10px 0px;
}

#ProductsTable
{
    border: none;
    width: 600px;
    margin: 0px auto;
}

#ProductsTable thead 
{
    font-weight: bold;
    background: #FFF url("Images/ListTableBackground.gif") repeat-x;
}

#ProductsTable td 
{
    line-height: 25px;
    font-size: 11px;
    color: #3c3d41;
    padding: 2px 5px;
    vertical-align: top;
}
#ProductsTable td.NoBg 
{
    background-image: none;
} 

.ProductsTableText
{
    font-weight: bold;
}

.FeedbackTr
{
    height: 70px;
}

.FeedbackTd
{
    width: 250px;
    text-align: right;
}

.CompanyTr
{
    vertical-align:top;
}

.CompanyTd
{
    width: 400px;
    text-align: left;
    color: #BEE9F2;
    font-style: italic;
}

fieldset 
{
    border: solid 1px #BFBFBF;
    margin: 0px auto;

}
legend
{
    padding: 0px 5px;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    background-color: White;
}

.Calendar 
{
    background: url("Images/CalendarBackground.png") no-repeat;
    width: 155px;
    height: 137px;
    padding: 2px;
    font-family: Georgia;
    font-size: 11px;
    color: #808080;
    cursor: default;
    border-width: 0px;
    margin: 0px auto;
}
.Calendar .Head 
{
    color: #FFF;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    height: 26px;
}
.Calendar th 
{
    text-transform: lowercase;
    font-weight: normal;
}
.Calendar a 
{
    color: #FFF;
    font-style: italic;
}
.Calendar a .LightGray 
{
    color: #404040;
}

.GalleryImage:hover img 
{
    border-color: #4584DF;
}

.FormTable td 
{
    vertical-align: top;
    padding: 3px;
    font-family: Georgia;
    font-size: 10pt;
}
.FormTable td:first-child 
{
    text-align: right;
    padding-right: 10px;
}
.FormTable td:last-child 
{
    text-align: left;
}


.Footer
{
    margin: 0px auto;
    width: 900px;
    padding-top: 0px;
    text-align: center;
    color: #0053FF;
    font-family: Georgia;
    font-size: 8pt;
    font-style: italic;
    letter-spacing: 1px;
    cursor: default;
}
.Footer a
{
    color: #0053FF;
    text-decoration: underline;
}

#ctl00_LoginStatus2
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#ctl00_lblCounter
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#map_canvas
{
    border: double 3px #BEE9F2;
    margin: 20px auto;
}
