﻿/*==============================================================================

	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, .ListArrow li a:active
{
	color: #3CA0EE; /*#0000FF*/
	text-decoration: none;
}
.ListArrow li a:hover
{
	color: #0B84E2; /*#7777FF*/
	text-decoration: none;
}

/* Liste create folosind tabele */

.ListLineBlue
{
	margin: 0;
	padding: 0;
	background-color: #E9F5FE;
}

.ListLineBlue td
{
	border-top: 1px #C4E6FF solid;
	border-bottom: 1px #C4E6FF 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 */

a:link, a:visited, a:active
{
	color: #3CA0EE; /*#0000FF*/
	text-decoration: none;
}
a:hover
{
	color: #0B84E2; /*#7777FF*/
	text-decoration: none;
}

/* Stiluri particulare */

.Link
{	
	border-bottom: 1px dashed;
}

.LinkSoft a:link, .LinkSoft a:visited, .LinkSoft a:active
{
	color: #404040;	
	border-bottom: 1px dashed;
}

.LinkSoft a:hover
{
	color: #505050;
	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;
}