* {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
}

a:link {
	color:#416c93;
}

a:visited {
	color:#416c93;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a.thumbnail {
	text-decoration:none;
}
a.thumbnail img {
    border: none ! important;
    margin: 2px;
}

a.thumbnail img:visited {
    border: none ! important;
    margin: 2px;
}

a.thumbnail img:active {
    border: none ! important;
    margin: 2px;
}

a.thumbnail img:hover {
    border:1px solid #336666 ! important;
    margin: 1px;
}

.container {
	width:90%;
}

.header {
	background-image:url(img/h-bg.gif);
	background-repeat:repeat-x;
	text-align:left;
}

.topmenu {
	background-image:url(img/tm-bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	padding:21px 0px 0px 5px;
}
	
	.submit {
		font-family:Verdana;
		font-size:11px;
		color:#416c93;
		text-align:left;
		}
		
	.submit a{
		background-image:url(img/header-arrow.gif);
		background-repeat:no-repeat;
		background-position:top left;
		font-family:"trebuchet ms";
		font-size:12px;
		color:#416c93; 
		font-weight:bold;
		padding:4px 5px 10px 23px;
		margin-right:10px;
		}
	
	.submit a:link {
		color:#416c93; 
		text-decoration:none;
	}
	.submit a:visited {
		color:#416c93; 
		text-decoration:none;
	} 
	.submit a:hover {
		color:#000000; 
		text-decoration:underline;
	}
	
	.search {
	text-align:right;
	}

.navbar {
	background-image:url(img/ct-bg.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	padding:10px 5px 5px 5px;
	color:#416c93;
	font-size:11px; 
}

	.navbar a {
		font-weight:bold;
		font-size:11px; 
		color:#416c93;
	}
	.navbar a:link {
		color : #416c93; 
		text-decoration : none; 
	} 
	.navbar a:visited {
		color : #416c93; 
		text-decoration : none; 
	} 
	.navbar a:hover {
		color : #7a9dbd; 
		text-decoration : underline; 
	} 

.content-l {
	background-image:url(img/c-l.gif);
	background-repeat:repeat-y;
}

.content {
	background-color:#eff6fc;
	vertical-align:top;
	padding:0px 40px 0px 40px;
}

	h1 {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #ED8A05;
		margin: 0;
		padding: 0px 0px 10px 0px;
	}
	h2 {
		font-family: "trebuchet ms", verdana, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #416c93;
		margin: 15px 15px 0px 0px;
		padding: 0px 0px 0px 20px;
		background-image:url(img/folder.gif);
		background-repeat:no-repeat;
	}
	h3 {
		font-weight: bold;
		color: #416c93;
		margin: 15px 15px 0px 0px;
		padding: 0px 0px 0px 20px;
		background-image:url(img/down-arrow.gif);
		background-repeat:no-repeat;
	}
	
	.subcats {
		margin-right:10px;
		}

.sort {
	font-size:10px;
	font-weight:normal;
	}

.small {
	font-size:10px;
	font-weight:normal;
	}

.small a{
	font-size:10px;
	font-weight:normal;
	}

.url {
	color: #a9bfd2;
}

.description {
	padding-bottom:10px;
}

#f-links {
	margin:10px 0px 10px 0px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	padding:5px 5px 5px 5px;
	}
	
#links {
	margin:10px 0px 10px 0px;
	}

.content-r {
	background-image:url(img/c-r.gif);
	background-repeat:repeat-y;
}

.content-bottom {
	background-image:url(img/cb-bg.gif);
	background-repeat:repeat-x;
	padding:10px;
}

.navig {
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	color:#416c93;
}

.footer {
	background-image:url(img/f-bg.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding-left:10px;
}

.footer p{
	text-align:left;
	font-size:11px; 
	color:#ffffff;
}

.footer a {
		font-weight:bold;
		font-size:11px; 
		color:#ffffff;
	}
	.footer a:link {
		color:#ffffff;
		font-weight:bold; 
		text-decoration:underline; 
	} 
	.footer a:visited {
		color:#ffffff; 
		text-decoration:underline; 
	} 
	.footer a:hover {
		color:#ffffff; 
		text-decoration:none; 
	}
	
#submit {
	background-color:#FFFFFF;
	border:1px solid #ccdeee;
	padding:10px;
	margin:2px;
}

	td.error {
		padding:3px;
		color:#FF0000;
		font-size:12px;
		font-weight:bold;
		background-color:#f7f455;
		border:1px solid #f7e055;
		text-align: center;
	}
	
	td.success{
		padding:3px;
		color:#009900;
		font-size:12px;
		font-weight:bold;
		background-color:#f7fbfe;
		border:1px solid #009900;
		text-align: center;
	}

#submit2 {
	background-color:#f7fbfe;
	border:1px solid #e4eef6;
	padding:10px;
	margin:2px;
}

.req {
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

div.errForm, span.errForm {
	margin:2px 0 2px 2px;
	padding:1px 2px 1px 2px;
	color:#FF0000;
	font-size:10px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	text-align:left;
	clear:right;
}
/* add */

div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: auto;
	margin-right: 5px;
}
div.prg{
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb{
	background: #5eaa5e;
	height: 3px;
	font-size: 1px;
}
.odd {
	background:#e4eef8;
	margin-bottom:2px;
}
.even {
	margin-bottom:2px;
}

.r-odd {
	background-color:#9ff176;
	border:1px solid #5fc12e;
	margin-bottom:2px;
	}
	
.r-even {
	background:#c5f8ac;
	border:1px solid #5fc12e;
	margin-bottom:2px;
}


.low-footer, a.low-footer:link, a.low-footer:active, a.low-footer:visited {
	color:#799dc0;
	font-size:9px;
}

.categoriifooter {
	text-align:center;
	padding: 10px;
}

.tagclouds {
	border-top:1px solid #e4eef8;
}
.thumb {
	padding:1px;
	background:#FFFFFF;
	border: 1px solid rgb(224, 224, 226);
	}
.titluurl, a.titluurl:link, a.titluurl:active, a.titluurl:visited {
	font-size:12px;
	font-weight:bold;
}
.detaliuurl, a.detaliuurl:link, a.detaliuurl:active, a.detaliuurl:visited {
	color:#009900;
	}
.related, a.related:link, a.related:active, a.related:visited {
	font-size:10px;
	font-weight:normal;
	}
ul {
	margin-left: 15px;
}
.f-even {
	background:#fffec8;
}

/*
   Add the following at the end of:

     phpLD 2.0: style.css in the root directory of phpLD (where index.php is)
     phpLD 3.0.5+: main.css of the template you are modifying
*/

#site-statistics {
        background-color:   #FFFFFF;
        border: 1px solid #416c93;
        width: 160px;
        margin: 0px 0px 10px 0px;
        padding: 3px;
        float: right;
}

#site-statistics-header {
        font-weight: bold;
        text-align: center;
}

#site-statistics-values {
        float: right;
        padding: 10px;
}

#site-statistics-labels {
        font-weight: bold;
        padding: 10px;
}
#site-statistics-text {
        padding: 10px;
}

a.gstil:link, a.gstil:active, a.gstil:visited, a.gstil:hover {
	color:#000000;
	text-decoration:none;
}
.detaliimici {
	color:#000000;
	}
a.urltitle {
	font-weight:bold;	
}
