.big {
        font-size : 14pt;
        font-family : arial, helvetica;
}
.small {
        font-size : 7pt;
        font-family : arial, helvetica;
}
.d,td,body {
        font-size : 10pt;
        font-family : arial, helvetica;
}
.db {
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
}
body tr.dg, tr.dg a {
		color: #ababab;
	
}
.dw {
        font-size : 10pt;
        font-family : arial, helvetica;
    	color : #FFFFFF;
}
.dwb {
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
    	color : #FFFFFF;
}
.dr, .dr a {
        font-size : 10pt;
        font-family : arial, helvetica;
    	color : red;
}
.drb, .drb a {
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
	    color : red;
}
.dy {
        font-size : 10pt;
        font-family : arial, helvetica;
	    color : yellow;
}
.dyb {
        font-size : 10pt;
        font-family : arial, helvetica;
        font-weight : bold;
	    color : yellow;
}
.dnu {
	    text-decoration : none;
        font-size : 10pt;
        font-family : arial, helvetica;
}
.nu {
	text-decoration : none;
}
a {
	color : black;
}
a:hover {
	color : blue;	
}
a.navlink_old {
    font-size : 10pt;
    font-weight : bold;
    font-family : arial, helvetica;
	text-decoration : none;
    color : #6D1F2E;
}
a.navlink {
    font-size : 10pt;
    font-weight : bold;
    font-family : arial, helvetica;
	text-decoration : none;
    color : #000000;
}

a.navlink_sm {
    font-size : 10pt;
    font-family : arial, helvetica;
	text-decoration : none;
    color : #000000;
}

a.navlink:hover {
    color : red;
}
a.sublinkon {
	text-decoration : none;
    color : black;
}
a.sublinkoff {
	text-decoration : none;
    color : white;
}  
a.reverse{
    color : white;
}
    
#orderList tr.New {
    background:yellow;
}
#orderList tr.Shipped {
    background:lightgreen;
}
#orderList tr.Pending {
    background:#ffffff;
}
#orderList tr.Cancelled {
    background:red;
}
    
#mgmtNavBar {
    background:#ffffff;
}

#mgmtNavBar td {
    background:#efefef;
    border:1px solid #cdcdcd;
    width:25%;
}

#mgmtNavBar a {
    display:block;
    width:100%;
    text-decoration:none;
}
#mgmtNavBar a:hover {
    background:yellow;
    color:#000;
}



