/*==============================================================================

	Lists.css
	
	Style-sheet-ul cotine stilurile definite pentru liste, link-uri si tabele

==============================================================================*/

/*------------------------------------------------------------------------------
	Liste
------------------------------------------------------------------------------*/

.ListArrow
{
	list-style-image: url(../images/graphics/list_arrow_blue.gif);
	padding: 0;
	margin: 0 0 0 15px;
}
.ListArrow li
{
	padding: 0;
	margin: 0;
}
.ListArrow li a:link, .ListArrow li a:visited
{
	color: #0000FF;
	text-decoration: none;
}
.ListArrow li a:hover, .ListArrow li a:active
{
	color: #0000FF;
	text-decoration: none;	
}

/* Liste create folosind tabele */

.ListLineBlue
{
	margin: 0;
	padding: 0;
	background-color: #F3F3FF;
}

.ListLineBlue td
{
	border-top: 1px #DDDDFF solid;
	border-bottom: 1px #DDDDFF solid;
}


.ListLineGreen
{
	margin: 0;
	padding: 0;
	background-color: #EEFFEE;
}
.ListLineGreen td
{
	border-top: 1px #CCFFCC solid;
	border-bottom: 1px #CCFFCC solid;
}


/*------------------------------------------------------------------------------
	Links
------------------------------------------------------------------------------*/

/* Stilul general pentru toate link-urile, celelalte clase definite isi vor 
adauga propriile proprietati la cele generale */

/* Stiluri particulare */

.Link
{	
	border-bottom: 1px dashed;
}

.LinkBullet
{		
	background:url(../images/graphics/link_square_blue.gif);
	background-position:left center;
	background-repeat: no-repeat;

	padding:0 0 0 15px;
	margin: 0;
	white-space: nowrap;
}


/*------------------------------------------------------------------------------
	Tablele
------------------------------------------------------------------------------*/

.TableHeader
{
	border-bottom: 1px #0000FF solid;
}

.TableRowTop
{
	border-top: 1px #D2D3D3 dashed;
}

.TableRowBottom
{
	border-bottom: 1px #D2D3D3 dashed;
}

.TableScreenshot
{
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}