        input{
                font-size:10px;
        }
        #mainContainer{
                width:100%;
                margin:0 auto;
                text-align:left;
                height:100%;
                padding-bottom:30px;
        }




        .dragableBox{        /* The RSS box */

                background-color:#FFF;
                color:inherit;
                margin:5px;
                border-right:2px solid #AAA;        /* "Shadow "*/
                border-bottom:2px solid #AAA;        /* "Shadow " */
        }
        /* A div inside the rss box - with a blue border */
        .dragableBoxInner{
                border:1px solid #317082;
        }
        .dragableBoxHeader{        /* Header inside RSS box */
                background-color:#E2EBED;
                height:20px;
                font-weight:bold;
                color: #317082;
        }
        .dragableBoxHeader span{        /* Text inside header of RSS box */
                line-height:20px;
        }
        .dragableBoxHeader img,.dragableBoxHeader span{        /* Text and reload image inside RSS box */
                font-size:1.0em;
                float:left;
        }
        .boxItemHeader{        /* Title of items inside dragable boxes */
                font-weight:normal;
                font-size:1.0em;
                margin:0px;
                color:#000;
                background-color:inherit;
                text-decoration:none;
                overflow:hidden;
        }
        .boxItemHeader:link{        /* Title of items inside dragable boxes */
                font-weight:normal;
                font-size:1.0em;
                margin:0px;
                color:#003CF0;
                background-color:inherit;
                text-decoration:none;
                overflow:hidden;
        }
        .boxItemHeader:hover{        /* Title of items inside dragable boxes - mouseover*/
                font-weight:normal;
                font-size:1.0em;
                margin:0px;
                color:#F00;
                background-color:inherit;
                text-decoration:none;
        }
        .dragableBoxHeader input{        /* text inputs that gets visible when you click on the "edit" link at the top of a rss box */
                font-size:10px;
        }

        .rssNumberOfItems{        /* Number of RSS items in header - the one inside parantheses */
                font-size:0.9em;
                color:#F00;
                background-color:inherit;
        }
        .dragableBoxContent{        /* DIV holding data inside dragable boxes */
                padding:3px;
                font-size:1.0em;
                line-height:120%;
                clear:both;
        }

        #rectangleDiv{        /* Dotted rectangle indicating where objects will be dropped */
                border:1px dotted red;
                margin:5px;
        }

        .closeButton{        /* Close button */
                padding:2px;
                border:1px solid #317082;
                font-size:10px;
                line-height:9px;
                height:9px;
                margin:2px;
                color:#317082;
                background-color:inherit;
                padding-bottom:3px;
        }
        .closeButton_over{        /* Close button - mouse over */
                padding:2px;
                border:1px solid #317082;
                font-size:10px;
                line-height:9px;
                padding-bottom:3px;
                margin:2px;
                background-color:inherit;
                color:#FFF;
        }
        .dragableBoxStatusBar{        /* Status bar at the bottom of rss boxes */
                border-top:3px double #317082;
                height:14px;
                background-color:#E2EBED;
                color:inherit;
                padding:2px;
        }

        .dragableBoxEditLink{        /* Edit link on top of a box */
                color:#317082;
                background-color:inherit;
                font-weight:normal;
                font-size:11px;
                text-decoration:none;
                padding-top:1px;
        }
        .dragableBoxEditLink:link{        /* Edit link on top of a box */
                color:#317082;
                background-color:inherit;
                font-weight:normal;
                font-size:11px;
                text-decoration:none;
                padding-top:1px;
        }
        .dragableBoxEditLink:hover{        /* Edit link - mouse over */
                font-size:11px;
                font-weight:normal;
                color:red;
                background-color:inherit;
                text-decoration:underline;
        }
        form{        /* No borders in forms */
                display:inline;
        }
        #addNewFeed{        /* The white box at the top right corner where you can add a new RSS feed */
                float:right;
                width:600px;
                background-color:#FFF;
                color:inherit;
                border:2px solid #317082;
                padding:2px;
                margin-right:12px;
                margin-top:10px;
        }

        img{
                border:0px;
                }
