body {
    margin: 0;
    padding: 0;
    font: small "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #184a84;
    background-color:#bec5cb;
}

/******************************* LAYOUT : HEADER ******************************/
#header {
    align: center;
    width: 780px;
    margin: 0;
    padding: 0;
    background:  #9ccfff;
    height:60px;
}
#anni-log{
  float:left;
    position: absolute;
    left:0%;
    z-index:5;
    top: -90px;
    margin:0;
    padding:0;
}
#award{
  float:right;
    position: absolute;
    right:0px;
    z-index:10;
    top: -90px;
    margin:0;
    padding:0;
}

#cusLinks{
position: relative;
z-index: 500;
font:10px verdana;
height:1%;
top:-10px;
left: 140px;
}
#flashline {
width: 100%;
float: left;
left: 0px;
position: relative;
margin:0;
padding:0;
color: #000;
height: 1%;
border-bottom: 5px solid #9ccfff;
}

#logger
{
float: left;
left: 0%;
top: -10px;
position: relative;
z-index: 120;
width: 100%;
}
#logger a{
font-size: 11px;
left: 25px;
margin: 0;
padding: 0;
text-decoration: none;
}
#logo {
}

#logo img {
   position: relative;
   left: 5px;
    z-index:30;
    top: 5px;
}

#logo a {
}

#login {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.9em;
    color: #006699;
    /* Workaround for IE hiding bottom border of logAction. */
    height: 50%;
}
#login a {
    padding: 0 5px;
    text-decoration: none;
    color: #006699;
}
#login a:hover {
    text-decoration: underline;
}
#login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 2px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
}

/****************************** LAYOUT : MAIN *********************************/

#container {
    top: 0px;
    margin: 0px;
}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/

#leftSidebar, #rightSidebar {
    position: static;
    margin-top: 0px;
    top: 0;
    z-index: 1;
}
#leftSidebar {
    width: 160px;
    left: 5px auto;
}
#rightSidebar {
    width: 160px;
    right: 5px auto;
}

.blockContainer {
    margin: 4px 1px 0 1px;
}

#sgl .rightblockContainer {
    margin: 8px 1px 0 1px;
}

.blockHeader {
    background-color: #9dcdfe;
    color: #000000;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #9dcdfe;
    margin: 0;
}

.mnu_header {
   display: none;
}

.blockContent {
    background-color: #e5f1ff;
    color: #184a84;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #9dcdfe;
}

.whitecontent{
    background-color: none;
    color: #184a84;
    font-size: 0.9em;
    padding: 2px auto;
    border: none;
}

.block {
    background-color: #e5f1ff;
    color: #000000;
    font-size: 0.7em;
    padding: 10px;
    text-align: justify;
    border: 1px solid #9dcdfe;
}

.block1 {
    background-color: #e5f1ff;
    color: #000000;
    font-size: 0.7em;
    text-align: justify;
    padding: 10px;
    height: 1%;
    border: 1px solid #9dcdfe;
}
.block1 a {
    text-decoration: none;
}
.block1 p {
    border-top: 1px solid #000;
    margin-top:5px;
    padding-top:5px;
}

.block2 {
    background-color: #e5f1ff;
    color: #000000;
    font-size: 0.7em;
    text-align: justify;
    padding: 10px;
    border: 1px solid #9dcdfe;
}

/*************************** LAYOUT : MIDDLE BLOCKS ***************************/
#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
//    margin: 0 180px 0 180px;
    margin: 0 auto;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    /*z-index: 2;*/
    padding: 0 10px;
}

#sgl #content #options {
    float: right;
    width: 28%;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 180px;
}
#sgl #content-rightcol {
    margin: 0 180px 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#footer {
    clear: both;
    padding-top: 5px;
    font: 10px verdana;
    text-align: center;
    border-top: 1px solid #9dcdfe;
}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 2em;
    font-weight: normal;
    width: 600px;
    border-bottom: 2px solid #000;
}
h1.pageTitle {
    font-weight: normal;
    text-align: right;
    color: #184a84;
}

h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #3399ff;
    font-weight: bold;
}
a:visited {
    color: #006699;
}
a:hover {
    color: #184a84;
    text-decoration: none;
}

/***************************** CONTENT : TABLES *******************************/

#content table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    
}
td {
 text-align: left;
    
}
th {
    background-color: #e5f1ff;
    color: #184a84;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #3399ff;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
}

img.blockAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: left;
    padding-right: 5px;
}

.navWidget {
    overflow: auto;
}
.options-block {
    margin: 20px 0;
}

/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #9dcdfe;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #9dcdfe;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #e5f1ff;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #006699;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #3399ff;
    background-color: #184a84;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.pager {
    background-color: #ffffcc;
    white-space: nowrap;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 2px 0;
    border: 1px dashed #ff9600;
    font-size: 10px;
}
.title {
    color: #006699;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}
.dateSelector {
    cursor: pointer;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}
.fieldName, .fieldNameWrap {
    background-color: #e5f1ff;
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 100%;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #e5f1ff;
    text-align: center;
    width: 60%;
}
.messageHeader {
    color: #184a84;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #ffffff;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}
.message div{
    margin: 0 15% 10px;
    padding: 5px;
    background-color: #ffffff;
    color: #184a84;
    text-align: center;
}
.infoMessage {
    border: 1px solid #ffffff;
}
.errorMessage {
    border: 1px solid #3399ff;
}

/* /////////////// Lists /////////////// */

ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.progenicscorp.com/themes/default/images/bullet.gif');
}

ul {list-style-type: square}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #e5f1ff;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/******************************* DEPRECATED ***********************************/

.bgnd {
    background-color: #e5f1ff;
    border: 1px solid #006699;
}
.bgnd a, a.noDecoration {
    text-decoration: none;
}
.bgnd a {
    color: #184a84;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.newsItem {
    border: 1px solid #006699;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pinstripe table {
    background-color: #e5f1ff;
    width: 90%;
}
.pinstripe td {
    background-color: #ffffff;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}

/*Main Layout*/
#tabMain
{
border: 1px solid #9dcdfe;
background-color: #FFFFFF;
padding: 0px;
}
#tabMain td
{
padding: 0px;
}
#tabInn
{
margin 0px;
padding 0px;
}
/*Home page*/
#middleBlock th
{
 border-bottom: 1px solid #000000;
 text-align: 'right';
 padding-left: 50px;
 font: 15px 'Trebuchet MS';
 background: #004d84;
 color: #fff;
 font-weight: bold;
}
#middleBlock tr
{
 font: 11px 'Trebuchet MS';
 text-align: justify;
}
#middleBlock tr a
{
 font: 13px 'Trebuchet MS';
}
#middleBlock td
{
 margin: 5px;
 padding: 5px;
 border-bottom: 1px solid #004d84;
}
/*#middleBlock td p
{
 border-bottom: 1px solid #004d84;
}*/

#middleBlock td img
{
 border: 1px solid #000;
 align: center;
}
#middleBlock td object
{
 border: 1px solid #000;
}
#tablesFeel
{
margin:0px;
padding:0px
}
#tablesFeel th
{
 background: #004d84;
 color: #fff;
 font-weight: bold;
 font: 12px 'Trebuchet MS';
}
#tablesFeel td
{
 font: 11px 'Trebuchet MS';
 text-align: justify;
}
#tablesFeel td a
{
 font: 10px 'Trebuchet MS';
 text-align: left;
}
#tablesFeel td img
{
 border: 1px solid #000000;
 margin:0;
 padding:0;
}

#tablesFeel td b
{
 font: 12px 'Trebuchet MS';
 font-weight: bolder;
 text-decoration: underline;
}
#tablesFeel td h3
{
 margin:0;
 padding:0;
 text-decoration: underline;
}

#tablesFeel form
{
    margin:0;
    border:0;
}

#tablesFeel input, select, textarea
{
    font: 10px 'Trebuchet MS';
    border: 1px solid #000;
    text-align: left;
    padding:0;
    margin:0;
    
}
#tablesFeel textarea
{
  font: 12px 'Trebuchet MS';
  width: 350px;
  height: 200px;
}
#tablesFeel newdate
{
   font: 10px 'Trebuchet MS';
   border: 1px solid #000;
   width: 80px;
}

/*for cv*/
#cvFeel th
{
 background: #eee;
 color: #000;
 font-weight: bold;
 font: 12px 'Trebuchet MS';
 width: 25%;
}
#cvFeel td
{
 font: 10px 'Trebuchet MS';
 text-align: left;
 width: 25%;
}
#cvFeel tr
{
 font: 10px 'Trebuchet MS';
 color: #c6000;
}
#cvFeel td a
{
 font: 10px 'Trebuchet MS';
 align: left;
}
#cvFeel td img
{
 border: 1px solid #000000;
}
#cvFeel td b
{
 font: 11px 'Trebuchet MS';
 font-weight: bolder;
}
#cvFeel form
{
    margin:0;
    border:0;
}
#cvFeel .chkb{
 width: 20px;
}
#cvFeel input, select, text area
{
    font: 10px 'Trebuchet MS';
    /*border: 1px solid #000;*/
    text-align: left;
    padding:0;
    width:150px;
    margin:0;
    /*height:20px;*/
}

#cvFeel newdate
{
   font: 10px 'Trebuchet MS';
   border: 1px solid #000;
   width: 80px;
}


.custinp{
 left:0;
 top:-0px;
 height:250px;
 width: auto;
 border: 0;
 padding:0;
 text-align: left;
 border : 0; 
 }
.custinp input{
margin-left:-50px;
width:20px;
clear:both;
border:0;
}

.floater br{
margin-bottom:20px;
}
.floatweb br{
margin-bottom:20px;
}
/* Application links*/
#apps
{
    font: 14px 'verdana';
    width: 180px;
    font-weight: bold;
    text-decoration: bolder;
}
#apps td a
{
    background-image: url(http://www.progenicscorp.com/themes/default/images/nav/frontNav.gif);
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-left: 25px;
    padding-top: 10px;
    height: 28px;
    font: 14px 'verdana';
    font-weight: bolder;
}
#apps td a:hover
{
    color: #006699;
    background-image: url(http://www.progenicscorp.com/themes/default/images/nav/backNav.gif);
    text-decoration: none;
    display: block;
    font: 14px 'verdana';
    font-weight: bolder;

}

/*input button atop*/
#newlog
{
    width: 100%;
    float: left;
}

#newlog form
{
    margin:0;
    border:0;
}


#newlog input
{
    font: 10px 'verdana';
    border: 1px solid #ffffff;
    color: #ffffff;
}

.noth
{
 width: 10px;
}
.covme td{
 border: 1px solid #000;
}

.branchLogos{
 position:absolute;
 z-index:500;
 width:300px;
 left:570px;
 height:45px;
background-color:#9dcdfe;
}
.branchLogos a{
 display:inline;
 float:right;
 padding-left:10px;
}
.branchLogos a img {
 width:30px;
 height:20px;
 margin-top:10px;
 /*border:1px outset #9dcdfe;*/
}

.rightLink{
float:right;
}
#nav {
}
#nav a { text-decoration: none;
}
#nav ul
{

display: none;
/*padding: 0;
margin: 0;
list-style-type: none;
position: relative;*/
}

#nav li { display: inline;
}

/*1st level elements*/
#nav ul
{
border-top: 1px solid #36c;
border-bottom: 1px solid #36c;
background-color: #36c;
padding: 2px 0;
margin-bottom: 0.7em;
}

#nav li
{ margin: 0 0 0px;
}

#nav ul a,
#nav ul a:link,

#nav ul a:visited
{
background-color: #36c;
border: 1px solid #36c;
color: white;
padding: 0px 5px;
}

#nav ul a:hover,
#nav ul a:focus
{
background-color: #9CD4F7;
border: 1px solid black;
color: white;
}


#nav ul ul
{ display: none;
}

========================Vertical Admin Menu============================*/

.mnu_header {
   display: none;
}

.mnu_content{
    background-color: #e5f1ff;
    color: white;
    font-size: 0.9em;
    padding: 10px;
    border: 1px solid #9dcdfe;
}

.my_content {margin-left: 1px;}

.my_content ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

.my_content li { margin: 0; }

.my_content a
{
display: block;
padding: 5px 10px;
width: 140px;
color: #e5f1ff;
background-color: #0066CC;
text-decoration: none;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .8em;
background-repeat: no-repeat;
background-position: 0 0;
}

.my_content a:hover
{
color: #0066CC;
background-color: #e5f1ff;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #ffffff;
border-right: 1px solid #ffffff;
background-repeat: no-repeat;
background-position: 0 0;
}

.my_content ul ul li { margin: 0; }

.my_content ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #100083;
background-color: #9dcdfe;
text-decoration: none;
font-weight: normal;
}
.my_content ul ul a:hover
{
color: #0066CC;
background-color: #e5f1ff;
text-decoration: none;
font-weight: bold;
}
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
/*navigation info here */
.navcontainer
{
border-right: 1px solid #000;
padding: 0;
margin: 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: white;
}

.navcontainer ul
{
list-style: none;
margin: 0px;
padding: 0px;
border: none;
top:0;
}

.navcontainer li
{
position: relative;
z-index: 5;
border-bottom: 1px solid white;
/*margin: 0;
padding:0;*/
font-size: 12px;
float: left;
width: 100%;
top: 0;
}

.navcontainer li a
{
display: block;
padding: 6px .5em 6px .5em;
background-color: #36c;
color: white;
text-decoration: none;
}

.navcontainer li a:hover
{
display: block;
background-color: #2586d7;
color: white;
}

.navcontainer li a:visited
{
color: white;
}

.navcontainer ul ul, ul ul ul
{
border-top:  white;
border-bottom: 0;
left: 100%;
top: 0;
position: absolute;
width: 100%;
z-index: 50;
}

.navcontainer li li a
{
display: block;
background-color: #5ba3e0;
}

.navcontainer li li li a
{
display: block;
background-color: #73b2e8;
}
.navcontainer ul li ul, ul li ul li ul
{
display: none;
z-index: 200;
}

.navcontainer ul li:hover > ul{
    display: block;
}
.navcontainer ul li ul li:hover > ul{
    display: block;
}
