﻿

.infoboard div.item
{
  padding:5px 10px;
}
.infoboard .roundBorder p
{

}

.infoboard .roundBorder
{
    margin-bottom:5px;
}

/* Default Style */
.infoboard .roundBorderDefault
{
     background-color:#000000;
}

.infoboard .roundBorderDefault:hover
{
     background-color:#201545;
}
.infoboard .roundBorderDefault p.text
{
     color:#7fff00;
}
.infoboard .roundBorderDefault p.date
{
    color:#708090;
}


/* Old Style */
.infoboard .roundBorderOld
{
     background-color:#eeeeee;
}

.infoboard .roundBorderOld:hover
{
     background-color:#d793d9;
}
.infoboard .roundBorderOld p.text
{
     color:#eeeeee;
}
.infoboard .roundBorderOld h3.date
{
    color:#eeeeee;
}



.roundBorder div.bl {background: url(Images/RoundBorder/bl.png) 0 100% no-repeat}
.roundBorder div.br {background: url(Images/RoundBorder/br.png) 100% 100% no-repeat}
.roundBorder div.tl {background: url(Images/RoundBorder/tl.png) 0 0 no-repeat}
.roundBorder div.tr {background: url(Images/RoundBorder/tr.png) 100% 0 no-repeat} 

