﻿/* 0 BASIC TAGS */

body
{
    background-color: #F7F7F7;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 15px;
    color: #333333;
    vertical-align: top;
}

/* AUTOCOMPLETE */
.autocomplete_completionListElement
{
    min-width: 300px !important;
    width: auto !important;
    visibility: hidden;
    margin: 0px !important;
    background-color: #FFFFFF;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    text-align: left;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.fldSmall
{
    float: left;
    width: 90px;
    overflow: hidden;
    display: block;
    font-size: 8px;
    text-align: right;
    font-weight: bold;
}

.aceListElement2
{
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 0px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 100px;
    text-align: left;
    list-style-type: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    overflow-x: hidden;
}
/* AutoComplete highlighted item 

    .autocomplete_highlightedListItem
    {
    background-color: #ffff99;
    color: black;
    padding: 1px;
    }
*/
/* AutoComplete item 

    .autocomplete_listItem 
    {
    background-color : window;
    color : windowtext;
    padding : 1px;
    }*/
* /

.autoComplete
{
    list-style-type: none;
    margin: 1px;
    width: 200px;
    white-space: nowrap;
    width: auto !important;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: white;
}


.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 1px;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: White;
    color: Black;
    border-top-width: 1px;
}

.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 1px;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: White;
    color: Black;
    border-top-width: 1px;
}

.AutoExtenderList
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 1px;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: White;
    color: Black;
}

.AutoExtenderHighlight
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .9em;
    font-weight: normal;
    padding: 1px;
    height: 20px;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: Black;
    color: White;
}
* /

.PopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.Popup
{
    min-width: 200px;
    min-height: 150px;
    background: white;
}

.PopUpConfirmation
{
    width: 300px;
    height: 200px;
}

.PopupBody
{
    padding: 15px 15px 15px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    line-height: 15pt;
    clear: both;
    padding: 20px;
}
.PopupButtons
{
    margin: 10px;
}


.PopupTitlebarLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.PopupTitlebar
{
    background: url(Images/titlebar_bg.jpg);
    height: 29px;
}

.PopupTitlebarRight
{
    background: url(images/cross_icon_normal.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 15px;
    width: 16px;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}

.PopupContainer
{
    background-color: #fffeb2;
    border: 2px solid #000000;
    padding: 0px 0px 0px 0px;
}


fieldset
{
    background-color: #eeeeee;
    margin: 5px 3px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 1px;
    padding-top: 1px;
    border: 1px solid #000000;
}

legend
{
    padding: 1px 1px;
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-right: #333333 1px solid;
    border-top: #fffdff 1px solid;
    border-left: #fffdff 1px solid;
    border-bottom: #333333 1px solid;
}

table
{
    font-size: 15px;
    vertical-align: top;
    text-align: left;
}

td
{
    vertical-align: top;
    text-align: left;
}

h1, h2, h3, h4, h5
{
    margin: 10px 0px 3px;
    font-family: tahoma, arial, helvetica, sans-serif;
}

h5
{
    color: #cc0000;
    font-size: 14px;
}



h2
{
    color: #cc0000;
}

p
{
    line-height: 1.4em;
}

hr
{
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

.pager a
{
    text-decoration: none;
    color: #ffff66;
    font-weight: normal;
    font-size: 11px;
}

.pager
{
    font-weight: bold;
    font-size: 13px;
    color: #333333;
}

.pager a:visited
{
    color: #990000;
    font-size: 11px;
}

.pager a:hover
{
    text-decoration: underline;
    color: #ff3300;
    font-size: 11px;
}

.pager a:active
{
    color: #ff0000;
    font-size: 11px;
}


a
{
    text-decoration: none;
    color: #d32525;
}

a:visited
{
    color: #333333;
}

a:hover
{
    text-decoration: underline;
    color: #FC1224;
    text-decoration: none;
}

a:active
{
    color: #333333;
}



img
{
    border-width: 0;
}

/* 1 HEADER */

.header
{
    background-image: url(Images/header.gif);
    background-repeat: no-repeat;
    position: relative;
    width: 760px;
    height: 81px;
    margin-left: auto;
    margin-right: auto;
}

h1
{
    left: 37px;
    top: 12px;
    font-size: 18px;
    color: #333333;
}

h2
{
    position: absolute;
    left: 37px;
    top: 60px;
    font-size: 11px;
}

.menua
{
    position: absolute;
    right: 37px;
    top: 17px;
    text-transform: uppercase;
    font-size: 10px;
}

.nav
{
    position: absolute;
    right: 37px;
    top: 60px;
    text-transform: uppercase;
    font-size: 10px;
}

.menua a:visited, .nav a:visited
{
    color: #d32525;
}

/* 1.1 SHIM */

.shim
{
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 8px;
    font-size: 0;
}

.column
{
    background-image: url(images/content-shim.gif);
}

.gradient
{
    background-image: url(images/content-shim-photo.gif);
}

.solid
{
    background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */

.page
{
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h3
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}
h4
{
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos
{
    background-image: url(images/body-repeat.gif);
    position: relative;
    width: 686px;
    padding: 0px 37px;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar
{
    float: left;
    width: 214px;
    height: 100%;
}

#content
{
    margin-left: 256px;
}

#whatsnew
{
    float: left;
    width: 200px;
    height: 100%;
}

#coollinks
{
    margin-left: 220px;
}

#resume h4, #links h4
{
    margin-top: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.0em;
    position: absolute;
    left: 37px;
    width: 214px;
}

#resume #photo
{
    position: absolute;
    left: 37px;
    top: 20px;
    width: 214px;
}

#resume .first
{
    margin-top: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.5em;
}

dl
{
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

dt
{
    position: absolute;
    left: 0;
}

dd
{
    margin-left: 150px;
    height: 2.0em;
}

.emptydata td
{
    padding: 50px;
    color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

.view
{
    margin-left: auto;
    margin-right: auto;
    width: 686px;
    text-align: left;
}

.view .photo-frame
{
    margin-left: auto;
    margin-right: auto;
}

.item
{
    padding: 20px 50px;
    color: #B2B2B2;
}

.item h4
{
    margin-bottom: 0.4em;
}

.nullpanel
{
    padding: 150px;
    width: auto;
    text-align: left;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

.buttonbar
{
    background-image: url(images/photonav-bg.gif);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    width: 744px;
    height: 33px;
    text-align: left;
}

.buttonbar-top
{
    background-image: url(images/photonav-top-bg.gif);
}


/* 3 FOOTER */

.footerbg
{
    background-image: url(images/footer-side.gif);
    background-repeat: repeat-x;
    width: auto;
    height: 75px;
    text-align: left;
}
.footer
{
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 75px;
    text-align: left;
    font-size: 10px;
}

.menub
{
    margin: 12px auto 5px auto;
    text-transform: uppercase;
    font-size: 10px;
}

.menub a:visited
{
    color: #d32525;
}


/* My detailsview style */
.Detailsview
{
    font-size: 18px;
}

.Detailsview input
{
    font-size: 15px;
    width: 95%;
}

.inputAsControl
{
    border: 0px solid transparent;
    background-color: transparent;
    height: 18px;
    width: 15px;
    cursor: pointer;
    background-image: url('txt.gif');
    background-repeat: no-repeat;
    color: transparent;
}

.inputAsLabel
{
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-style: solid;
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
}

.inputSmall
{
    width: 90px;
    font-size: 10px;
    clear: right;
    border-right: 1px;
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #C0C0C0;
}

.Filter
{
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
    background-color: #ffffcc;
}

.OverflowHidden
{
    overflow: hidden;
    white-space: nowrap;
}

/* BUTTON STYLE */
a.button
{
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px 8px; /*border-top: 1px solid white;     border-right: 1px solid #333333;     border-bottom: 1px solid #333333;     border-left: 1px solid white;*/
    text-align: center;
    min-width: 100px;
    text-transform: uppercase;
    background-image: url(App_Themes/White/Images/album-l2.gif);
}

a.button:link
{
    background-color: #eeeeee;
    background-color: Transparent;
    color: gray;
    text-decoration: none;
}

a.button:visited
{
    background-color: #eeeeee;
    color: gray;
    text-decoration: none;
}

a.button:hover
{
    background-color: #eeeeee;
    color: #333333;
    border-color: #333333 white white #333333;
    text-decoration: none;
}

a.button:active
{
    background-color: gray;
    color: white;
    text-decoration: none;
}

/*FIXED WIDTH TABLE USE HEADERS TO SET WIDTH*/
.fixed
{
    /* table-layout:fixed ; */
}

.fixed TD
{
    white-space: nowrap;
}


/* STYLISH BUTTONS */
A.button
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 100%;
    background-image: url(buttonBackground.gif);
    padding-bottom: 0px;
    margin: 5px auto;
    width: 132px;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    height: 28px;
    background-color: transparent;
    display: block;
    float: left;
}

A.button:link
{
    color: #002577;
}
A.button:visited
{
    color: #002577;
}
A.button:hover
{
    background-position: 0px -36px;
    color: #ff7200;
}
A.button:active
{
    background-position: 0px -36px;
    color: #ff7200;
}
A.buttonDis:link
{
    background-position: 0px -72px;
    cursor: default;
    color: #5f5f5f;
}
A.buttonDis:visited
{
    background-position: 0px -72px;
    cursor: default;
    color: #5f5f5f;
}
A.buttonDis:hover
{
    background-position: 0px -72px;
    cursor: default;
    color: #5f5f5f;
}
A.buttonDis:active
{
    background-position: 0px -72px;
    cursor: default;
    color: #5f5f5f;
}
.icon
{
    padding-right: 0px;
    display: inline-block;
    padding-left: 18px;
    padding-bottom: 5px;
    padding-top: 0px;
    background-repeat: no-repeat;
}
A.button:hover .icon
{
    background-position: 0px -28px;
}
A.button:active .icon
{
    background-position: 0px -28px;
}
A.buttonDis:link .icon
{
    background-position: 0px -56px;
}
A.buttonDis:visited .icon
{
    background-position: 0px -56px;
}
A.buttonDis:hover .icon
{
    background-position: 0px -56px;
}
A.buttonDis:active .icon
{
    background-position: 0px -56px;
}
#buttonOK .icon
{
    background-image: url(ok.gif);
}
#buttonCancel .icon
{
    background-image: url(cancel.gif);
}
#buttonImport .icon
{
    background-image: url(import.gif);
}

.SmallInput
{
    border-right: #333333 0px solid;
    border-top: #333333 0px solid;
    font-size: 9px;
    border-left: #333333 0px solid;
    border-bottom: #333333 0px solid;
    font-family: Arial;
    background-color: white;
}


.edit1
{
    border: 1px solid #000000;
}

.edittr
{
    border-right: #333333 1px solid;
    border-top: #333333 1px solid;
    border-left: #333333 1px solid;
    border-bottom: #333333 1px solid;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: #008000;
    border-color: #333333;
}

