@import url(base.css);


form, embed, img {
    padding: 0px;
    margin: 0px;
    display: inline;
    border: none;
}

#headline{
    margin-bottom: 1.5em;
}

#headline h1{
    margin-left: .3em;
    display:inline;
}

.HYPERLINKED_FOLDER_OBJECT {
    
}

.SIMPLE_OBJECT_CELL {
	padding: .1em .4em;
	/*font-size: 100%;*/
}

.SIMPLE_OBJECT_CELL img{
    margin-right: 3px;
    padding: 1px;  
}


.SIMPLE_OBJECT_CELL a{
    margin-top: .2em;
    display: block;
}




.rssOuterBox {
    height: 100%;
    width: 100%;
    background-color: #99ccdd;
    border: 1px solid #aaaaaa;
}

.rssInnerBox {
    overflow: auto;
    height: 235px;
    background-color: #fafafa;
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
}


.rss-item {
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
    padding: 5px;
}

.rss-item-descr {
    margin: 0px;
    padding: 7px;
    font-size: 8pt;
}

.rss-item-title {
    font-size: 9pt;
    font-weight: normal;
}

.rss-item div {
    margin: 0px;
    padding: 0px;
}

.rss-pubdate {
    font-size: 7pt;
    font-style: italic;
}

.rss-wrapper {
    
}

#opt-form{
    position: absolute;
    top: 3px;
    right: 6em;
 }   
 

.static-toc li{
    padding: .3em;
}

.folder-task{
    background-color: transparent;
 }
 
.action-menu-item{
}



/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
    margin:0em 0;
}
/* Rules for the top corners and border */
.bt {
    background:url(../images/box.gif) no-repeat 100% 0;
    margin:0 0 0 18px;
    height:17px;
}
.bt div {
    height:17px;
    width:18px;
    position:relative;
    left:-18px;
    background:url(../images/box.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
    background:url(../images/box.gif) no-repeat 100% 100%;
    margin:0 0 0 18px;
    height:17px;
}
.bb div {
    height:17px;
    width:18px;
    position:relative;
    left:-18px;
    background:url(../images/box.gif) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
    padding:0 0 0 12px;
    background:url(../images/borders.gif) repeat-y 0 0;
}
/* Insert the right border */ 
.i2 {
    padding:0 12px 0 0;
    background:url(../images/borders.gif) repeat-y 100% 0;
}


/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
    background:#fff;
    border:1px solid #fff;
    border-width:1px 0;
    padding:0 10px;
}
/* CSS for the box ends here */


