body {
	margin: 0px;
	padding: 0px;
}
br {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

.welcomeMemID {  color: #990000; font-weight: bolder}
.welcomeText {  color: #999999; font-weight: bolder}
.welcomeHeader {  color: #099900; font-weight: bolder}
.style1 {
	color: #009933;
	font-weight: bold;
}

#navdiv {
	background-color: #f4f4f4;
	padding: 6px;
	border: 1px solid #999999;
}

a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
input, select, textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}

#info {
	background-color: #FFFFF0;
	border: 1px solid #FFCC33;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #990000;
}
#err {
	background-color: #FFE1E2;
	border: 1px solid #990000;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#err2 {
	background-color: #FFE1E2;
	border: 1px solid #990000;
	padding: 2px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

fieldset{
	position: relative;
	margin-top:10px;
	padding-top:20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
legend{
	position:absolute;
	top: -.5em;
	left: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
} 

#nav {
	background-image: url(nav-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
.inp {
	margin: 2px;
}

#nav {
	background-image: url(nav-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
#nav #lnx {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a.ln {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav a.ln:hover {
	color: #990000;
	text-decoration: underline;
}

.otst {
	width: 140px;
}

.inp{
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}

.redbold {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

#home li {
	margin: 2px;
	list-style-position: outside;
	list-style-image: url(arrow_right.gif);
}


	/*             stars - glasuvaneto */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		overflow:hidden;
		background: url(alt_star.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		width:25px;
		height:25px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		line-height:25px;		
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}	
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
	
	/* remove halo effect in firefox   */
	a:active{
		outline: none;
	}		
/*             stars - glasuvaneto */	

#rpl{
	background-image: url(btn-reply.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 105px;
	float: left;
	margin-right: 5px;
}
#rpl a {
	display: block;
	height: 25px;
	width: 105px;
}
#rpl a:hover{
	background-image: url(btn-reply2.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 105px;
}


#dlt{
	background-image: url(btn-delete.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 105px;
	float: left;
}
#dlt a {
	display: block;
	height: 25px;
	width: 105px;
}
#dlt a:hover{
	background-image: url(btn-delete2.jpg);
	background-repeat: no-repeat;
	float: left;	
	height: 25px;
	width: 105px;
}


#snt{
	background-image: url(btn-send.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 105px;
	float: left;
}
#snt a {
	display: block;
	height: 25px;
	width: 105px;
}
#snt a:hover{
	background-image: url(btn-send2.jpg);
	background-repeat: no-repeat;
	float: left;	
	height: 25px;
	width: 105px;
}
.btn {
	background-image: url(btn-clear.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.fadd {
	background-image: url(icon_favourites.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 150px;
	text-align: left;
	background-position: 1px center;
	text-indent: 20px;
}

.smail{
	background-image: url(email_go.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 165px;
	text-align: left;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 20px;
}
#uinf {
	background-image: url(func-bg.gif);
	background-repeat: no-repeat;
	width: 362px;
	background-position: center top;
}



#uinf #uinfl {
	float: left;
	width: 180px;
}
#uinf #uinfr {
	text-align: left;
	float: left;
	width: 180px;
}


.smltxt { 
	color: #990000;
	font-size: 11px;
}


a.rgbtn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bolder;
	border: 1px solid #FFFFFF;
	background-color: #993300;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

a.rgbtn:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993300;
	text-decoration: none;
	font-weight: bolder;
	border: 1px solid #990000;
	background-color: #FFFF00;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


.aprm {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #750000;
	padding: 2px;
}

.avat {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #009900;
	border: 1px solid #003300;
	padding: 2px;
}


div#comment{  
	display: none;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
div#makefriend{
	display: none;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

div#msgsent{
	display: none;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

#msgsent .comentara {
	background-color: #FFFFF9;
	height: 100px;
	width: 330px;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #666666;
}
#makefriend .comentara {
	background-color: #FFFFF9;
	height: 100px;
	width: 330px;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #666666;
}
.scom {
	background-image: url(add_comment.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 165px;
	text-align: left;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 20px;
}

#comment .comentara {
	background-color: #FFFFF9;
	height: 100px;
	width: 330px;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #666666;
}

.comentar {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	padding: 1px;
}

.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding-top: 0px;
}
.smltxt2 {
	color: #990000;
	font-size: 9px;
}
.sto {
	background-image: url(100-sm-2.gif);
	background-repeat: no-repeat;
	background-position: 60px 10px;
}
.mfriend {

	background-image: url(icon_friends.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 165px;
	text-align: left;
	background-position: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 20px;
}
#bclose {
	background-image: url(cancel.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	float: right;
	width: 100px;
	text-indent: 22px;
}
#inftexts {
	float: left;
}
#realprofile {
	height: 91px;
	width: 90px;
	position: absolute;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	overflow: auto;
}

.sbtt {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #990000;
	cursor: pointer;
}

.sbtpr {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	margin: 0px;
	padding: 0px;	
	border: 1px solid #990000;
	cursor: pointer;
}
