/* CSS Document */

.text{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding: 10px 10px 10px 10px;
}

.titlu{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 13px;
	font-weight: bold;
	color: #4E75C3;
	padding-top: 10px;
	text-align: left;
}
input{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	color: #4E75C3;
	padding-left: 2px;
}
.loginLink{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.loginLink:hover{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #33CCCC;
}

.registerLink{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #33CCCC;
}
.registerLink:hover{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
.loginText{
	width: 200px;
	padding-left: 20px;
	*padding-left: 10px;
	text-align: justify;
}

#prevLink {
	float: left;
	text-align: left;
}

#nextLink {
	float: right;
	text-align: right;
}

.pageLink{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #33CCCC;
}
.pageLink:hover{
	font-family: "Trebuchet MS", Arial, Sans Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #4E75C3;
}