/*  Mini Links Table View Styles */

.Mini_Links_Table
{


}

.Mini_Links_Cell_Background
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
	color:#FF0000;
	font-size: x-small;
	padding:5px;
	text-align:center;
}

.Mini_Links_Link
{
    COLOR: #880000;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: none;
}

.Mini_Links_Link:visited
{
    COLOR: #880000;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: none;
}

.Mini_Links_Link:active
{
    COLOR: #880000;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: none;
}

.Mini_Links_Link:hover
{
    COLOR: #880000;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: underline;
}

/*  End Links Mini View Styles */

/*  Detailed Link View Styles */

.Detailed_Links_Table
{

padding: 0px 0px 5px 0px

}

.Detailed_Links_Header
{
   color: #ffcc66;
    font-size: small;
	font-weight:bold;
}

.Detailed_Links_Link
{
    color: #ffcc66;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: none;
}

.Detailed_Links_Link:visited
{
   color: #ffcc66;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: none;
}

.Detailed_Links_Link:active
{
   color: #ffcc66;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: none;
}

.Detailed_Links_Link:hover
{
   color: #fff;
    FONT-SIZE: small;
    FONT-WEIGHT: Bold;
	text-decoration: underline;
}

.Detailed_Links_Date_Added
{
    color: #fff;
    FONT-SIZE: x-small;
}

.Detailed_Links_Description
{
    color:#fff;
	font-size: small;
}

.Detailed_Links_Image
{
    
	font-size: small;
}

.Detailed_Links_HR_Cell
{
 
	font-size: small;
	color:#B3CAE9;
}

.Detailed_Links_HR
{
	height:1px;
	color: #cc99cc;
}

/*  End of Detailed Link View Styles Styles */
