/* 
    Document   : webFriendsCSS
    Created on : 9 ม.ค. 2552, 9:36:45
    Author     : PARINYAKORN PANYA
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*begin css for web friends*/
.cssTableWebFriends
{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
}

.cssBorderFlashWebFriends
{
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #cccccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #cccccc;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    height: 50px;
    width: 160px
}

.cssFontWebFriendsMore
{
    color: #ff33cc;
    font-family: Tahoma, "MS Sans Serif";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    text-decoration: none
}

.cssFontWebFriendsMore:hover
{
    color: #00cc00;
    font-family: Tahoma, "MS Sans Serif";
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    text-decoration: underline
}

.cssPosFontWebFriendsMore
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 4px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px
}
/*end css for web friends*/