﻿/* button styles to match jQueryUI */
.button
{
    padding: .2em .5em .2em .5em;
    text-decoration: none;
    position: relative;
}

.contactTextArea
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    width: 500px;
    height: 150px;
}

.blogTextArea
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    width: 500px;
    height: 350px;
}

input[type="text"]
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    width: 500px;
}

#search
{
    width: 100%;
}
.error
{
    color: Red;
    font-weight: bold;
}

/*** Paging ***/
.paging
{
}

.paging a
{
    color: #FFFFFF;
}

.pageNumber
{
    width: 185px;
    height: 35px;
    padding: 5px 10px;
    background: #8BCB2F;
    border: 1px dashed #FFFFFF;
    display: inline;
    margin: 0px;
}

.pageNumber:hover
{
    background: #006666;
}

.pageNumber li
{
    width: 185px;
    height: 35px;
    padding: 5px 10px;
    background: #8BCB2F;
    border: 1px dashed #FFFFFF;
    display: inline;
    padding: 3px;
}

.selectedPageNumber
{
    width: 185px;
    height: 35px;
    padding: 5px 10px;
    background: #0094E0;
    border: 1px dashed #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.selectedPageNumber:hover
{
    background: #006666;
}
/* End paging ***/

/* Hide the textbox to avoid spammers */
.fstyle
{
    display: none;
}
