﻿.Container
{
	border-collapse:collapse; 
	border:solid 1px #DDDDDD; 
	height:320px;
	background-image : url("HorizonPane/ContainerBack.gif");
	background-repeat : repeat-y;
	background-position:right;
}
.AbstractContainer
{
	 vertical-align : top;
	 color : #666666;
	 padding : 25px 30px 25px 20px;
	 font-size:12px;
	 line-height:180%;
	 text-align : justify;
}
  
.CInfoContainer
{
	padding-top : 5px;
	width : 325px;
    background-image : url("HorizonPane/Container.gif");
    vertical-align : top;
}
    
.Item
{
	padding-left : 10px;
	vertical-align : middle;
    height : 28px;
    color : #555555;
    font-size : 12px;
    background-image : none;	
}

.Item A:link 
{
	color : #555555;
    text-decoration : none;	
}

.Item A:visited
{
	color : #555555;
    text-decoration : none;	
}

.Item A:active
{
	color : #555555;
    text-decoration : none;	
}

.Item A:hover
{
	color : #555555;
    text-decoration : none;	
}

    
.SelectedItem
{
	padding-left : 10px;
	vertical-align : middle;
    height : 28px;
    color : #555555;
    font-size : 12px;	
    background-image : url("HorizonPane/SelectedItem.gif");
}

.SelectedItem A:link 
{
	color : #FF0000;
    text-decoration : none;	
    font-weight : bold;
}

.SelectedItem A:visited
{
	color : #FF0000;
    text-decoration : none;	
    font-weight : bold;
}

.SelectedItem A:active
{
	color : #FF0000;
    text-decoration : none;	
    font-weight : bold;
}

.SelectedItem A:hover
{
	color : #FF0000;
    text-decoration : none;	
    font-weight : bold;
}
