/**
 ** Infopiggy.com main CSS rules
 ** version: 1.0
 **/

body {  background:background-color:white; margin:auto;
       font-size:x-small; font-family:sans-serif, Arial, serif; text-align:center; }
/* {{{ */
    #Wrapper { margin:inherit; width:700px; }
    /* {{{ */
        #Main { float:left; clear:both; width:100%; }
        /* {{{ */
            #Header { float:left; clear:both; width:100%; margin:10px 0px 0px 0px; }
            /* {{{ */
                #HeaderLeft  { float:left; clear:left; width:125px; height:132px; }
                #HeaderRight { float:left; clear:right; width:431px; }
                /* {{{ */
                    #HeaderRight img { display:block; }
                /* }}}-#HeaderRight */
            /* }}}-#Header */
            #NavBar { float:left; clear:both; width:100%; }
            /* {{{ */
                #NavBar ul { float:left; clear:both; width:100%; border-bottom:solid 1px #AFAFAF;
                             list-style-type:none; margin:10px 0px 0px 0px; padding:0px; }
                #NavBar li { float:left; clear:none; }
                li.NavBarCurrentItem { background-color:#08C709; padding:2px 0px 2px 0px;
                                       border-top:solid 1px #AFAFAF; border-left:solid 1px #AFAFAF;
                                       border-right:solid 1px #AFAFAF; }
                li.NavBarItem        { background-color:#fcf6eb; padding:2px 0px 2px 0px;
                                       border-top:solid 1px #AFAFAF; border-left:solid 1px #AFAFAF;
                                       border-right:solid 1px #AFAFAF; }
                li.NavBarSpacer      { border:none; padding:0px; width:5px; }

                li.NavBarItem:hover  { background-color:#F7EBD3; }

                #NavBar .NavBarCurrentItem a:link    { font-size:120%; font-weight:normal; color:#FFFFFF;
                                                       text-decoration:none; padding:0px 5px 0px 5px; }
                #NavBar .NavBarCurrentItem a:visited  { font-size:120%; font-weight:normal; color:#FFFFFF;
                                                       text-decoration:none; padding:0px 5px 0px 5px; }
                #NavBar .NavBarCurrentItem a:hover    { font-size:120%; font-weight:normal; color:#FFFFFF;
                                                       text-decoration:none; padding:0px 5px 0px 5px; }

                #NavBar .NavBarItem a:link           { font-size:120%; font-weight:normal; color:#000000;
                                                       text-decoration:none; padding:0px 5px 0px 5px; }
                #NavBar .NavBarItem a:visited        { font-size:120%; font-weight:normal; color:#000000;
                                                       text-decoration:none; padding:0px 5px 0px 5px; }
                #NavBar .NavBarItem a:hover          { font-size:120%; font-weight:normal; color:#000000;
                                                       text-decoration:none; padding:0px 5px 0px 5px; }
            /* }}}-#NavBar */
            #SearchBar { float:left; clear:both; width:100%; background-color:#fcf6eb;
                         border-bottom:solid 1px #AFAFAF; padding:5px 0px 5px 0px; }
            /* {{{ */
                form           { float:left; clear:both; border:none; margin:0px; padding:0px; width:505px; }
                fieldset       { float:right; clear:both; border:none; margin:0px; padding:0px; }
                #searchTerm    { width:250px; border:solid 1px #AFAFAF; }
                #searchButton  { border:solid 1px #AFAFAF; background-color:#F7EBD3; padding:0px; margin:0px;
                                 width:60px; height:20px; }
            /* }}}-#SearchBar */
            #Content   { float:left; clear:both; width:100%; background-color:white; text-align:left; }
            /* {{{ */
                #Content form  { width:100%; padding:0px; margin:0px; }
                #Content table { width:100%; }
                /* {{{ */
                    #Content th   { font-size:120%; font-weight:normal; color:black; background-color:#F7EBD3;
                                    border-bottom:solid 1px #AFAFAF; text-align:left; padding:0px 0px 0px 5px; }
                    .ContentImage { width:50px; padding:10px 5px 5px 5px; }
                    .ContentLeft  { padding:10px 5px 5px 5px; text-align:left; vertical-align:top; }
                    /* {{{ */
                        #Content a.ContentTitle:link    { font-size:120%; font-weight:bold; color:#000000;
                                                          text-decoration:none; }
                        #Content a.ContentTitle:visited { font-size:120%; font-weight:bold; color:#000000;
                                                          text-decoration:none; }
                        #Content a.ContentTitle:hover   { font-size:120%; font-weight:bold; color:#000000;
                                                          text-decoration:underline; }

                        #Content p                      { font-size:120%; color:#000000; padding:0px;
                                                          margin:10px 5px 10px 0px; text-align:justify; }
                        #Content p.keywords             { font-size:100%; color:#929292; padding:0px;
                                                          margin:0px 0px 0px 0px; }
                        #Content h1                     { font-size:140%; color:#000000; padding:0px;
                                                          margin:5px 0px 10px 0px; }
                        .odd                            { background-color:#FCFAF3; }
                        img                             { border-style:none; }
                    /* }}} */
                /* }}} */
            /* }}}-#Content */
            #Footer  { float:left; clear:both; width:100%; border-top:solid 1px #AFAFAF;
                       padding:5px 0px 10px 0px; }
            /* {{{ */
                #Footer p { font-size:100%; color:black; }
            /* }}}-#Footer */
        /* }}}-#Main */
    /* }}}-#Wrapper */
/* }}}-body */