﻿/* Controls */

.toolbar
{
    height: 26px;
    position: relative;
}

.toolbar .icons
{
    height: 26px;
    position: absolute;
    top: 0px;
    right: 2px;
}

.toolbar .icons img
{
    vertical-align: middle;
}

/* Economy */

.currency
{
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    line-height: 20px;
    color: #0257a0;
}

/* Weather */

#weather
{
    text-align: center;
    border-left: dotted 1px #b9bb9e;
    height: 80px;
}

#weather div
{
    width: 180px;
}

#weather h1
{
    padding-top: 20px;
    font-size: 10px !important;
    font-weight: bold;
}

#weather span
{
    font-family: Arial;
    font-size: 16px !important;
    font-weight: bold;
    color: #4c8DB6;
}

#weather img
{
    vertical-align: middle;
}


/* User */


.userMenu
{
}


/* Marquee */

#marqueePosts
{
    height: 40px;
    width: 534px;
    background: transparent url(images/bg_marquee.jpg) no-repeat;
}

#marqueePosts img
{
    vertical-align: middle;
}

#marqueePosts div
{
    padding-top: 6px;
    padding-left: 40px;
    width: 450px;
}

.tmarquee
{
    font-family: 'Trebuchet MS';
    font-size: 13px;
    text-decoration: none;
    color: #333333;
}

/* Slider Posts */

/* Post */

.postSummary
{
    min-height: 90px;
}

.categoryPostSummary img
{        
    vertical-align: middle;
}


.flexfont
{
    font-size: 10pt;
}

.postDetail h2
{
    font-size: 14pt;
    padding-bottom: 5px;
}

.postDetail .postImage
{
    text-align:center;
    margin-bottom:15px;
}

.postDetail .postBody
{
    padding: 5px;
}

.postComment
{
}

.postComment h5
{
    padding: 1%;
    margin: 0;
    font-size: 7pt;
}

.postComment p
{
    padding: 1%;
    margin: 0;
    margin-left: 5px;
    font-size: 8pt;
}

/* Column Posts */

.columnPosts
{
    margin-top: 10px;
}

.columnPosts .post
{
    background: #f0f0f0;
}

.columnPosts .post .post-title
{
    font-size: 10pt;
    font-weight: bold;
}

.columnPosts .post .post-title img
{
    vertical-align: middle;
}

.columnPosts .post .post-body
{
    background: #fff;
    clear: both;
    margin-bottom: 20px;
}


/* Category Tabs */

.categoryTabs
{
}


/* Member Detail */

.memberLogo 
{
    height:100px;
    min-height:100px;
    float:left;
}

.memberDetail
{    
    min-height: 110px;
}

.memberDetail p
{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.memberDetail p img
{
    vertical-align: middle;
}

.memberCatalog
{
    margin-top:10px;
}


/* Gallery */

.gallerySummary
{
    
}

.gallerySummary img
{
    vertical-align:middle;
}


/* Video */

/* styling of the container. */
a.ptPlayer
{
    display: block;
    width: 288px;
    height: 216px;
    text-align: center;
    margin: 0 15px 15px 0; /*float:left; */
    border: 1px solid #999;
}

/* play button */
a.ptPlayer img
{
    margin-top: 70px;
    border: 0px;
}

/* when container is hovered we alter the border color */
a.ptPlayer:hover
{
    border: 1px solid #000;
}


/* Board Detail */

.boardDetail ul
{
    margin: 0 auto;
    text-align: center;
    padding: 2px;
}

.boardDetail ul li
{
    width: 120px;
    min-height: 180px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;       
}

.boardDetail .boardMember img
{
    border: solid 1px #ddd;
    padding: 4px;
}

.boardDetail .boardMember div
{
    height: 180px;
}

.boardDetail .boardMember h4
{
    font-size: 8pt;
}

.boardDetail .boardMember h5
{
    font-size: 7pt;
    font-weight: bold;
}

/* Party Detail */

.partyDetail
{
    border: solid 1px #e4e2e3;
    margin-bottom: 10px;
}

.partyImage
{
    vertical-align: top;
    width: 120px;
    border-right: solid 1px #e4e2e3;
}

.partyInfo
{
    width: 400px;
}

.partyInfo div
{
    padding: 8px;
}

.partyInfo h1
{
    font-family: Tahoma;
    font-weight: normal;
    color: #3598ab;
    font-size: 18pt;
    border-bottom: solid 1px #3598ab;
}

.partyInfo h2
{
    font-family: Tahoma;
    font-weight: normal;
    color: #ccc;
    font-size: 12pt;
}

.partyFooter
{
    background: #f0f0f0;
    border-top: solid 1px #e4e2e3;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}

.partyFooter .partyPhone
{
    float: left;
    font-weight: bold;
}

.partyFooter .partyUrl
{
    float: right;
}


/* Gray Tabs */

.tabs-gray
{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 32px;
    margin-bottom: 10px;
    font-size: 10pt;    
}

.tabs-gray li
{
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0;
    list-style-image: none !important;
}


.tabs-gray li a
{
    background: transparent url(images/tabs_search.png);
    color: #999;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 78px;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0px;
    margin: 0px;
}

.tabs-gray li a:active, .tabs-gray li a.current
{
    color: #4c82bb;
}

.panes-gray
{
    clear: both;
}





/* Blue Tabs */

.tabs-category
{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 32px;
    margin-bottom: 10px;
    font-size: 10pt;
}

.tabs-category li
{
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0;
    list-style-image: none !important;
    margin-right: 5px;
}


.tabs-category li a
{
    background: transparent url(images/tabs_party.png);
    background-position: -85px -0px;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 85px;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0px;
    margin: 0px;
}

.tabs-category li a:active, .tabs-category li a.current
{
    color: #fff;
    background-position: -0px -0px;
}

.panes-category
{
    clear: both;
}

/* Member Search */

.member-search
{
    clear: both;
}

.member-search input
{
    width: 200px;
}

.member-search select
{
    width: 200px;
    height: 200px;
}

.member-search button
{
    background: #d9d9d9;
    width: 80px;
    height: 22px;
}

/* File Select */


.fileSelect
{
    width: 605px;
    height: 405px;    
}

.fileSelect . fileList
{
    width: 600px;
    height: 400px;
    overflow: auto;
}

.fileSelect ul li
{
    float: left;
    margin: 3px;
    width: 250px;
    height: 80px;
    overflow: hidden;
}

.fileSelect ul li img
{
    vertical-align: middle;
}


/* Contact */

.contactInfo
{
}

.contactInfo li
{
    margin-bottom: 3px;
    font-size: 10pt;
}

.contactInfo label
{
    width: 100px;
    display: inline-block;
}

.contactForm
{
    font-size: 10pt;
}

.contactForm label
{
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.contactForm span
{
    vertical-align: top;
}

.contactForm input
{
    width: 300px;
}

.contactForm textarea
{
    width: 300px;
}
