﻿/* 
This is the main style sheet for Antangle.com
-----------------------------------------------------------*/
body
{
    font-family: Tahoma;
    font-size: 10pt;
    background-image: url('/images/imgBG1.gif' );
    background-repeat: repeat-x;
    background-color: #cae7f8;
    margin: 0;
    padding: 0;
}

/* =wrapper and framework
-----------------------------------------------------------*/
#wrapper
{
    width: 890px;
    margin: 0px auto;
}
div.left_nav
{
    float: left;
    width: 310px;
}
div.right_main
{
    float: right;
    width: 570px;

}
/* =header navigation
-----------------------------------------------------------*/
#hnavi
{
    height: 30px;
    line-height: 30px;
}
#hnavi ul
{
    margin: 0;
    padding: 0;
}
#hnavi li
{
    width: 130px;
    height: 30px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#hnavi img
{
    border: none;
}
#hnavi a, #hnavi a:hover
{
    width: 130px;
    color: White;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

/* =box
-----------------------------------------------------------*/
div.box
{
    border: solid 2px silver;
    border-top: none;
    background: white;
    margin: 0;
    padding: 10px;
}
div.box ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
div.box li
{
    height: 35px;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px silver;
}
div.box a
{
    font-size: 13pt;
    height: 35px;
    display: block;
    text-decoration: none;
    color: #434343;
    width: 100%;
    padding: 3px;
    font-weight: bold;
}
div.box a:hover
{
    background-color: #707070;
    color: #FFFFFF;
}
div.navBoxHeader1
{
    background-image: url('/images/imgBGNavHeader2.gif');
    background-repeat:repeat-x;
    height: 50px;
    font-size: 15pt;
    line-height: 50px;
    vertical-align: bottom;
    padding-left: 10px;
    font-weight: bold;
    border: solid 2px silver;
    border-top: none;
}
div.navBoxHeader2
{
    background-image: url('/images/imgBGNavHeader1.gif');
    background-repeat: no-repeat;
    height: 50px;
    font-size: 15pt;
    line-height: 50px;
    vertical-align: bottom;
    padding-left: 10px;
    font-weight: bold;
    border: solid 2px silver;
    overflow: hidden;
}
div.boxfull /* same as box, but has top border */
{
    border: solid 2px silver;
    background: white;
    margin: 0;
    padding: 10px;
}
div.boxfull_thin
{
    border: solid 2px silver;
    background: white;
    margin: 0;
    padding: 3px;
}
div.box_rtop
{
    border: solid 2px silver;
    border-top: none;
    background: white;
    margin: 0;
    padding: 10px;
}
div.box_nospace
{
    border: solid 2px silver;
    border-top: none;
    background: white;
    margin: 0;
    padding: 0;
}
div.box_r /*same as boxfull but does not have child nodes*/
{
    border: solid 2px silver;
    background: white;
    margin: 0;
    padding: 10px;
}
div.box_pnav /*for porfile left menu*/
{
    border: solid 2px silver;
    margin: 0;
    background-color: Black;
}
div.goldMemberTop
{
    border: solid 1px #F0F8FF;
    border-bottom: none;
    background: #FFD700;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    height: 5px;
}
div.silverMemberTop
{
    border: solid 1px #F0F8FF;
    border-bottom: none;
    background: #D3D3D3;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    height: 5px;
}
div.bronzeMemberTop
{
    border: solid 1px #F0F8FF;
    border-bottom: none;
    background: #CD853F;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
    height: 5px;
}
div.profileBox1
{
    padding: 0px 3px 3px 10px;
}
div.ubox
{
    font-size: 8pt;
    text-align: center;
    background-color: #FFC0CB;
    height: 20px;
    line-height: 20px;
    padding: 3px;
    font-weight: bold;
}
div.searchNav
{
    margin: 2px;
    padding: 3px;
    line-height: 30px;
    height: 30px;
    font-size: 10pt;
    font-weight: bold;
    background-color: #F0F8FF;
    display: block;
}
div.searchNav img
{
    float: right;
    margin: 2px;
    padding: 8px;
    border: none;
    background-color: White;
}
div.searchNav a
{
    text-decoration: none;
    color: Black;
}
/* =image
-----------------------------------------------------------*/
img.profile1
{
    float: left;
    padding: 0px;
    margin-right: 10px;
    border: solid 1px silver;
}
img.profile2
{
    float: left;
    padding: 0px;
    margin-right: 3px;
    border: solid 1px silver;
}
img.micon
{
    vertical-align: middle;
    border: none;
}
img.icon
{
    vertical-align: bottom;
    border: none;
}
img.iconUser1
{
    margin: 5px; border: solid 1px silver; float: left;
}

/* =table
-----------------------------------------------------------*/
table.layout1 td
{
    border: 1px solid silver;
    padding: 5px;
}

/* =misc
-----------------------------------------------------------*/
span.acsnt
{
    font-size: 110%;
    font-weight: bold;
}

.bar1
{
    border: soliud 1px silver;
    border-collapse: collapse;
    background-color: Green;
}

.bar2
{
    border: soliud 1px silver;
    border-collapse: collapse;
    background-color: Silver;
}
.acompleteList
{
    background-color: #FFFFF0;
    width: 392px;
    font-size: 14pt;
    list-style-type: none;
    margin: 0px;
    border: solid 1px silver;
    text-align: left;
    padding: 0px;
    text-indent: 2px;
}

/*admin menu
-----------------------------------------------------------*/
.adminmenu
{
    text-align: left;
}

