/* =======================================
    CSS STYLES FOR SHADOWSHEEP HOME PAGE
    v0.1, 06/2004
   =======================================
*/
.Title
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 15px;
    font-weight: bold;
}

/* */
.MenuHeader
{
    color: #990033;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
}

/* */
.MenuBody
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
}

.MenuLabel
{
    width: 10px;
}

A.MenuBody, A.MenuBody:link, A.MenuBody:visited, A.MenuBody:active
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #999966;
    font-size: 10px;
	font-weight: bold;
}

A.MenuBody:hover
{
    text-decoration: underline;
    color: #aaaa00;
	font-weight: bold;
}

.MyBody
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
}

.MyBodyModify
{
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
}


.MyBodyBold
{
    color: #CC3333;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
}

.UserHeader
{
    color: #CC3333;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
}

.MyBodyBlack
{
/*    background-color: "#999900";*/
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
}

.TableBodyBlack
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    border-right: #999966 1px solid;
    border-top: #999966 1px solid;
    border-left: #999966 1px solid;
    border-bottom: #999966 1px solid;
}

.MyBodyBlackBold
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
}

.HeaderMenu
{
    border-right: #999966 1px solid;
    border-top: #999966 1px solid;
    border-left: #999966 1px solid;
    border-bottom: #999966 1px solid;
    color: #999966;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
}

/* text style for the links */

A, A:link, A:visited, A:active
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    font-size: 10px;
}

A:hover
{
    text-decoration: underline;
    color: #0000ff;
}

.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 9px;
    line-height: 20pt;
    font-weight: normal;
}

/***** Blog Styles *********/

.PcblogHead
{
    background-color: #eecc00;
    border-bottom: dimgray;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
}

.PcblogItem
{
    background-color: #ddbb00;
    border-bottom: dimgray;
    color: #FFFFFF;
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 15px;
}

.PcblogItemAlt
{
    background-color: #eecc00;
    border-bottom: dimgray;
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    line-height: 15px;
}

.PcblogFooter
{
    background-color: #eecc00;
    line-height: 10px;
}

.PcblogTextBox
{
    width: 100%;
    font-size: 10px;
}


.AddPcblogTextBox
{
    width: 100%;
    font-size: 10px;
}

.PcblogIdTextBox
{
    width: 100%;
    font-size: 10px;
}

.PcblogLeft
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px;
    border-right: #000000 1px solid;
    border-top: 0px;
    border-left: #000000 1px solid;
    border-bottom: 0px;
    border-style: dashed;
}

.PcblogTitle
{
    color: #ffff00;
    font-family: Courier New;
    font-weight: bold;
    font-size: 45px;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-style: dashed;
}

.PcblogSubTitle
{
    color: #CC0000;
    font-family: Courier New;
    font-size: 18px;
    font-weight: bold;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: #000000 1px solid;
    border-style: dashed;
}

.PcblogCommentTitle
{
    color: #FFFFAA;
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
}

.PcblogBody
{
    color: black;
    font-family: Courier New;
    font-size: 16px;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: dashed;
}

.PcblogSign
{
    color: black;
    font-family: Courier New;
    font-size: 14px;
    font-weight: normal;
    border-right: 0px;
    border-left: 0px;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-style: dashed;
}

.PcblogComment
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: dashed;
}

.Pcblogbground
{
    background-color: #aa7700;
}


