
ajrss-root { 
   	display: block;
}

ajrss-table{
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;    
    padding: 0px;
    margin: 0px;
}

a:hover{
    text-decoration: underline;
}



#ajrss-main {
    position: absolute;
    top: 10px;
    left: 20%;
}

.ajrss-itemwrapper{
    width: 100%;
    border: silver solid 1px;
	padding: 1px;
    margin-bottom: 3px;
}

.ajrss-item{ 
    display: table;
    border-style: none;
    height: 200px;
    margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding: 0px 15px 10px 10px;
}

.ajrss-description{    
    text-decoration: none;
    border-width: 0px;
    vertical-align: middle;
    border-bottom-color: silver;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ajrss-description img{
    border-color: black;
    border-width: 0px;
    float:left;
    margin: 5px 10px 10px 0px;
}
.ajrss-linkbox{
    vertical-align:top;
}
.ajrss-link{
    border-width: 0px;
    margin: 1px;
    padding: 2px;
    width: 400px;
}

.ajrss-doc{
    border-width: 0px;
    margin: 1px;
    padding: 2px;
    width: 50%;
}

div p.ajrss-head{
    color: white;
    font-size: 14px;
    font-weight:bold;
    background: #135CAE;    
    height: 20px;
	line-height: 1;
    margin: 0px;
    padding: 4px 0 0 10px;
    border: 1px solid #E5E3E1;
    cursor: pointer;
}

.arrow{
    padding-right: 10px;
}
