﻿/*default.aspx*/
.newsWrapper
{
    float: left;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 10px;
    width: 300px;
    height: 450px;
}

.newsItems
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 300px;
    min-height: 450px;
}

.newsItem
{
    width: 290px;
    height: 120px;
    padding: 5px;
}

.newsItemHeader
{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.newsItemDate
{
    font-size: 10px;
    padding-left: 5px;
}

.newsItemText
{
    width: 290px;
    height: 85px;
    text-align: justify;
}

.newsItemReadMore
{
    width: 290px;
    text-align: right;
}

.newsItemSeperator
{
    width: 300px;
    height: 15px;
    text-align: center;
}

.newsItemSeperatorRuler
{
    width: 200px;
}

.frontPageTextWrapper
{
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 25px;
    width: 600px;
    height: 440px;
    float: left;
}

.frontPageTextItem
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 590px;
    min-height: 430px;
    padding: 10px;
}

/*pages/frontend/members.aspx*/
.memberListWrapper
{
    width: 930px;
    min-height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.memberListItems
{
    border: solid 1px black;
    background-color: #c6c690;
    min-height: 440px;
    width: 920px;
    padding: 5px;
}

.memberListItem
{
    padding: 5px;
}

/*pages/frontend/newsarchive.aspx*/
.archiveWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.archiveItems
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    height: 440px;
    padding: 5px;
}

/*pages/frontend/news.aspx*/
.newsDetailWrapper
{
    width: 930px;
    min-height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.newsDetailItems
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    min-height: 450px;
    padding: 5px;
}

.newsDetailLinks
{
    text-align: center;
}

.newsDetailsDate
{
    padding-left: 5px;
}

/*page/frontend/contact.aspx*/
.contactWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.contactItems
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    height: 440px;
    padding: 5px;
}

.contactItemInput
{
    width: 300px;
    height: 15px;
}

.contactItemDropDown
{
    width: 305px;
    height: 20px;
}

.contactItemArea
{
    width: 300px;
    height: 103px;
}

/*pages/frontend/activities.aspx*/
.activitiesWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.activitiesItems
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    height: 440px;
    padding: 5px;
}

.activitiesHeaderWrapper
{
    height: 20px;
}

.activitiesHeader
{
    float: left;
}

.activitiesHeaderHelp
{
    position: relative;
    top: 2px;
}

.activitiesCalenderWrapper
{
    float: left;
    width: 410px;
}

.activitiesListItems
{
    width: 490px;
    height: 420px;
    float: left;
    padding: 5px;
}

.activitiesListItemsActivities
{
    padding: 5px;
}

.activitiesListItemsSubsribed
{
    width: 500px;
    height: 350px;
    overflow: auto;
}

.activitiesListItemsSubsribedWrap
{
    width: 500px;
}

.activitiesListItemsSubsribedName
{
    width: 250px;
    float: left;
    font-weight: bold;
}

.activitiesListItemsSubsribedPhone
{
    width: 100px;
    float: left;
    font-weight: bold;
}

.activitiesListItemsSubsribedEmail
{
    width: 150px;
    float: left;
    font-weight: bold;
}

/*pages/frontend/activity.aspx*/
.activityWrapper
{
    width: 930px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.activityItem
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    min-height: 440px;
    padding: 5px;
}

.activityLinks
{
    text-align: center;
}

.activityDate
{
    padding-left: 5px;
    font-size: 10px;
}

.activityRegisterHeader
{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.activityRegisterItem
{
    width: 100px;
    float: left;
}

/*pages/frontend/showposts.aspx*/
.forumWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.forumItems
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    height: 440px;
    padding: 5px;
}

/*pages/frontend/showpost.aspx*/
.showpostWrapper
{
    width: 930px;
    min-height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.showpostItems
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    min-height: 440px;
    padding: 5px;
}

.showpostLinks
{
    text-align: center;
}

/*pages/frontend/user/forum/newpost.aspx*/
.newpostWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.newpostItem
{
    border: solid 1px black;
    background-color: #cccc99;
    width: 920px;
    height: 440px;
    padding: 5px;
}

.newpostLinks
{
    text-align: center;
    width: 100%;
}

/*pages/frontend/user/useractivity.aspx*/
.subscribedActivityWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.subscribedActivityItems
{
    border: solid 1px black;
    background-color: #c6c690;
    height: 440px;
    width: 920px;
    padding: 5px;
}

/*pages/frontend/user/profile.aspx*/
.profilePageWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.profilePageItem
{
    border: solid 1px black;
    background-color: #c6c690;
    height: 440px;
    width: 920px;
    padding: 5px;
}

/*pages/frontend/login.aspx*/
.loginWrapper
{
    width: 930px;
    height: 450px;
    padding-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
}

.loginItem
{
    border: solid 1px black;
    background-color: #c6c690;
    height: 440px;
    width: 920px;
    padding: 5px;
}