
body {
    font-size: 12px;
}
td {
    font-size: 12px;
}
A:link
{
	text-decoration:none;
}
A:visited
{
	text-decoration:none;
}
A:active
{
	text-decoration:none;
}
A:hover
{
	text-decoration:underline;
}

h1 {
    font-size: 18pt;
    font-weight: normal;
    color: #202B3D;
}

.smallText {
    font-size: 10px;
}

.contentCell {
    padding: 3px;
}

.uiCatListTable td {
    text-align: left;
}

.headerCt {
    background-color: #8800c8;
    border-top: solid 1px #8800c8;
}
.headerNuclear {
    background-color: #0084ff;
    border-top: solid 1px #0084ff;
}

.header {
    font-family: arial;
    font-size: 11px;
}

a.leftNavLinkUltra:active{color: #0cac00; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkUltra:link{color: #0cac00; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkUltra:visited{color: #0cac00; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkUltra:hover{color: #0b9800; font-weight: bold; font-size: 14px; text-decoration: none;}

a.leftNavLinkClinical:active{color: #ee9700; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkClinical:link{color: #ee9700; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkClinical:visited{color: #ee9700; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkClinical:hover{color: #d08400; font-weight: bold; font-size: 14px; text-decoration: none;}

a.leftNavLinkClinicalBinders:active{color: #ae0000; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkClinicalBinders:link{color: #ae0000; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkClinicalBinders:visited{color: #ae0000; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkClinicalBinders:hover{color: #8a0000; font-weight: bold; font-size: 14px; text-decoration: none;}

a.leftNavLinkNuclear:active{color: #0084ff; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkNuclear:link{color: #0084ff; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkNuclear:visited{color: #0084ff; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkNuclear:hover{color: #0065c3; font-weight: bold; font-size: 14px; text-decoration: none;}

a.leftNavLinkCt:active{color: #8800c8; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkCt:link{color: #8800c8; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkCt:visited{color: #8800c8; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkCt:hover{color: #5f008b; font-weight: bold; font-size: 14px; text-decoration: none;}

a.leftNavLinkArchive:active{color: #0DB2EF; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkArchive:link{color: #0DB2EF; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkArchive:visited{color: #0DB2EF; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkArchive:hover{color: #0079C1; font-weight: bold; font-size: 14px; text-decoration: none;}

a.leftNavLinkFtp:active{color: #000000; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkFtp:link{color: #000000; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkFtp:visited{color: #000000; font-weight: bold; font-size: 14px; text-decoration: none;}
a.leftNavLinkFtp:hover{color: #363636; font-weight: bold; font-size: 14px; text-decoration: none;}

.sectionUltra {
    background-color: #DDECE9;
    border: solid 4px #018266;
}
.sectionClinical {
    background-color: #FEF2E2;
    border: solid 4px #F68920;
}
.sectionClinicalBinders {
    background-color: #e7c5c5;
    border: solid 4px #8a0000;
}
.sectionNuclear {
    background-color: #ECF7FD;
    border: solid 4px #01B4D4;
}
.sectionCt {
    background-color: #EEE3F1;
    border: solid 4px #852890;
}
.sectionArchive {
    background-color: white;
    border: solid 4px #0079C1;
}
.sectionFtp {
    background-color: #e1e1e1;
    border: solid 4px #000000;
}

.loadingModalBackground {
    background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.loadingModalPanel {
    background-color: #EEF1F6;
    margin: 0px;
    text-align: center;
    width: 480px;
    height: 180px;
    border: solid 1px gray;
}
.loadingModalTableCell {
    text-align: center;
    width: 480px;
    height: 180px;
    font-size: 20px;
}
.ecomConfirmTr td {
    vertical-align: top;
}
.ecomConfirmTrAlt td {
    vertical-align: top;
}
.shoppingTable {
    width: 425px;
}