/* --------------------------Borders*/
/*white_border */
/*A B C */
/*D   E */
/*F G H */

/*Pretty Login Border */
td.logBorA  {
    background-image: url('borders/logA.gif');
    background-repeat: no-repeat;
}
td.logBorB  {
    background-image: url('borders/logB.gif');
    background-repeat: no-repeat;
    background-position:top right;
}
td.logBorC  {
    background-image: url('borders/logC.gif');
    background-repeat: no-repeat;
}
td.logBorD  {
    background-image: url('borders/logD.gif');
    background-repeat: repeat-y;
}
td.logBorE  {
    background-image: url('borders/logE.gif');
    background-repeat: repeat-y;
}
td.logBorF  {
    background-image: url('borders/logF.gif');
    background-repeat: no-repeat;
}
td.logBorG  {
    background-image: url('borders/logG.gif');
    background-repeat: repeat-x;
}
td.logBorH  {
    background-image: url('borders/logH.gif');
    background-repeat: no-repeat;
}

    
/*----------------------------New Frames November*/
/*
    div.B-title
    div.B-box
        td.B-Tabintitle
        td.B-Tabinbod
            td.B-Tabspace
            td.B-Tabitemblue
            td.B-Tabitemotter
        td.B-Tablinks
    div.space
*/

/*Title box-outside*/
div.B-title{
    border:1px solid #4477cc;
    background-color:#afc9f4;
    border-bottom:none;
    padding-left:4px;
    padding-right:4px;
}
/*Main box-outside*/
div.B-box{
}
/*Main Table-inside title*/
td.B-Tabintitle{
    border:1px solid #4477cc;
    border-bottom:1px inset #4477cc;
    background-color:white;
}
/*Main Table-inside body*/
td.B-Tabinbod{
    border:1px solid #4477cc;
    border-top:none;
    background:url('');
    background-repeat:no-repeat;
    background-position:bottom right;
    background-color:white;
}
/*Main Table-links*/
td.B-Tablinks{
    border-left:none;
    border-right:none;
    border-bottom:none;
}
/*Main Table-spacer*/
td.B-Tabspace{
    border-bottom:1px solid #4477cc;
    background-color:white;
    background:url('');
}
/*Main Table-item-blue*/
.B-Tabitemblue{
    border-bottom:1px solid #4477cc;
    background-color:#d1e0f7;
}
/*Main Table-item-notblue*/
.B-Tabitemotter{
    border-bottom:1px solid #4477cc;
    background-color:white;
}
.B-Tabitemgreen{
    border-bottom:1px solid #4477cc;
    background-color:#c9def7;
}
.B-Tabitem{
    border-bottom:1px solid #4477cc;
    background-color:white;
}
/*Spacer*/
div.space{
    width:10px;
    height:3px;
}
/*----------------------------ID*/
table.ID-back{

}
div.ID-imagebox{
    height:100px;
    width:100px;
    border:2px solid #d1e0f7;
}
.standard_blue{
    color:#2e7ce8;
}