

/* message-title */
.messageTitle {
	/*background: #0094D6;*/
	
	background: #9FD0FF;            /*   isto bas super boja #9FD0FF   */
	color: #000;
	/*font:  2em "Comic Sans MS",sans-serif;*/

	text-align:center;
	padding: 16px 5px 7px 8px;
}

.messageTitle h1{
	
	font:  2em "Comic Sans MS",sans-serif;
}

.messageTextCenter{

}

/* message-banner left */
.messageBannerLeft {


	background: #FFF;
	font: 1.4em "Trebuchet MS",sans-serif;
	/*color: #0094D6;*/
	color: #000;
	text-align:center;
	padding: 2px 5px 2px 2px;
	width: 200px;
	float:left;
    /*border:1px solid #A6A6A6;*/
}



/* message-banner right */
.messageBannerRight {

	background: #FFF;
	font: 1em "Trebuchet MS",sans-serif;
	color: #000;
	text-align:left;
	padding: 10px 5px 10px 10px;
	width: 195px;
	float: right;
    border:1px solid #A6A6A6;
}

.messageBannerRightMessOkvir{
	position: relative;
	height: 20px;
	width: 170px;
	border:1px solid #A6A6A6;
}

.messageBannerRightMessPic{
	position: relative;
	left: 0px;
	padding: 0px 0px 5px 5px;
	height: 20px;
	width:20px;

}

.messageBannerRightMessText{
	position: absolute;
	left: 20px;
	top: 0px;
	padding: 0px 0px 5px 5px;
	font: 1.2em "Trebuchet MS",sans-serif;
	height: 20px;
	width:145px;
	overflow: hidden;
	white-space: nowrap; 
}

.messageBannerRight a:link {color: #305BEA; text-decoration: none; }
.messageBannerRight a:active {color: #1A4BEA; text-decoration: none; }
.messageBannerRight a:visited {color: #305BEA; text-decoration: none; }
.messageBannerRight a:hover {color: #456EF4; text-decoration: none; }

.messageBannerLeft a:link {color: #305BEA; text-decoration: none; }
.messageBannerLeft a:active {color: #1A4BEA; text-decoration: none; }
.messageBannerLeft a:visited {color: #305BEA; text-decoration: none; }
.messageBannerLeft a:hover {color: #456EF4; text-decoration: none; }

/* message-text */
.messageText {

	background: #FFF;
	font: 1.4em "Trebuchet MS",sans-serif;
	color: #000;
	text-align:center;
	padding: 50px 50px 50px 50px;

	margin-left: 210px;
	margin-right: 210px;

/*	border:1px solid #333;*/
    border:1px solid #A6A6A6;
}
/* message-URL */
.messageURL {

	background: #FFF;
	font: 1.2em "Bookman Old Style",sans-serif;
	color: #0094D6;
	text-align:center;
	padding: 30px 5px 20px 8px;
	margin: 0px;
}

/* main */

.mesFooterCenter{
	margin-left: 210px;
	margin-right: 210px;
	height: 100px;

}

.mesFontOne{
	font: 1.2em "Sylfaen",sans-serif;
	color: #A6A6A6;
	background: #FFF;
}
.mesFontTwo{
	font: bold 1.7em "Times New Roman",sans-serif;
    color: #787878;
    background: #FFF;
    padding: 10px 0px 0px 0px;
}
.mesFontTree{
	background: #FFF;
    font: 2.5em "Black Chancery",sans-serif;
    color: #787878;
    padding: 10px 0px 0px 10px;
}

.mesOkvir{
	position: relative;
	height: 100px;
	width: 600px;

}
.mesOkvir2{
	position: relative;
	height: 100px;
	width: 880px;

}
.mesBookmark{
	position: absolute;
	top:0px;
	left:0px;
}
.mesLevo{
	position:absolute;
	text-align: right;
	width: 200px;
	top: 0px;
	left: 0px;

}
.mesDesno{
	position:absolute;
	text-align:left;
	width: 200px;
	top: 0px;
	right: 0px;
}
.mesCenter{
	position:absolute;
	top: 5px;
	left: 290px;
}

.messageViewOkvir{
	position: relative;
	height: 25px;
	width: 850px;
}

.messageViewLeft{
	position: absolute;
	left:0px;
}
.messageViewRight{
	position: absolute;
	font: 1em "Verdana, Arial, Helvetica, sans-serif";
	right:0px;
}

.messageViewRight a:link {color: #305BEA; text-decoration: underline; }
.messageViewRight a:active {color: #1A4BEA; text-decoration: underline; }
.messageViewRight a:visited {color: #305BEA; text-decoration: underline; }
.messageViewRight a:hover {color: #456EF4; text-decoration: underline; }

