<!--
    .style2 {font-size: 12px}
    body
    {
        background-color: "#313031";
    }
    body,table,tr,td
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;    
    }
    
    /*  Main table body, all content goes in here */
    td.main
    {
        background: #b3b3b3 url('../images/blobBack.gif');
        vertical-align: top;
        font-size:16px; 
        font-weight: bold;
    }

    a:link, a:visited
    {
        color: #A00;
    }
    
    a:hover
    {
        color: #FFF;
    }

    .blob
    {
        border: 1px solid #A00;
    }
    .blobsHeading
    {
        background-color: #A00;
        background-image:url("../images/gradientBlob.gif");
        background-repeat:repeat-x;
        background-position: bottom center;
        height:18px;
        font-size: 12px;
        color: #FFF;
        font-weight:bold;
    }
    .blobsContent 
    {
        background: #b3b3b3;
    }
    
    /*  Borders around working frame on createIconStandard */
    .hiddenFrameBorder
    {
        border: 4px solid #b3b3b3;
    }
    .visibleFrameBorder
    {
        border: 4px solid #F00;
    }
    /* Menu Pipes | */
    .menu
    {
      color: #FFF; 
      font-size:12px;
      text-align: right;
      background: #313031;
    }
    /*  Menu Links */
    .menu a:link, .menu a:visited
    {
        color: #F00;
        text-decoration: none;
    }
    .menu a:hover
    {
        color: #FFF;
        text-decoration: underline overline;
    }

    
    /* Some generic styles to be used where ever*/
    .smallFont { font-size: 9px; }
    .largeFont { font-size: 13px; }
    .indented { margin-left: 10px; }
    .bold { font-weight: bold; }
    .highlightedText { color: #00A; }
    .pointer { cursor:pointer; }
    .fieldHeading 
    {
        font-weight: bold;
    }
    
    .textInput, .textareaInput, .selectInput
    {
        color: #A00;
        font-family: arial; 
    }
    input.smallTextInput
    {
        color:#A00;
        font-size:9px;
        height: 16px;
        width:70px;
    }
    input.button
    {
        color: #FFF;
        background: #A00;
        border: 2px outset #d7b9c9;
    }
    
    /* Tag Could */
    #tagCloud
    {
       color: #A00;
       text-align: justify;
       width: 80%;
    }
    #tagCloud a
    {
        color: #A00;
        text-decoration: none;
        vertical-align: middle;
        white-space: nowrap;
    }
    #tagCloud a:hover
    {
        color: #fff!important;
        background-color: #A00;
    }

    /*  Pagination style, box around display    */
    .pageLink
    {
        font-size: 16px;
        /*padding: 3px, 6px, 3px, 6px;*/
        width: 30px;
        padding: 3px, 0px, 3px, 0px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #A00;
        background-color: #FFF;
        font-weight: bold;
    }
    a:hover.pageLink, .currentPage
    {
        background-color: #A00;
        color: #FFF;
    }
    
    .adBorder
    {
        border: 1px solid #000;
    }

    /*  Border around blobs */
    /*td.blobsBorder
    {
      background: #00f;
      font-size: 10px;
      width: 1px;
    }
    */
    /*td,table.blobsContent 
    {
      background: #F00;
      font-family: "Arial, Helvetica, sans-serif";
      font-size: 11px;
      color: #000;
    }*/
    /*.nothing
    {
        background: none:;
    }
    */

    /* un used 
    td.blobsBorderTop
    {
      border-top: 1px solid #524d52;
    }
    td.blobsBorderLeft
    {
      border-left: 1px solid #524d52;
    }
    td.blobsBorderBottom
    {
      border-bottom: 1px solid #FFFFFF;
    }
    td.blobsBorderRight
    {
      border-right: 1px solid #FFFFFF;
    }*/
-->
