@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#22417d;
	}

html, body {
	font-size: 11px;
	}

h2 {
	padding:3px 3px 3px 10px;
	font-size:13px; 
	color:#22417d;
}

input	{ font-size:11px; padding:2px; } 
textarea{ font-size:11px; padding:2px; } 
select	{ font-size:11px; padding:2px; } 
option	{ padding-left:10px; } 

a		{ color:#006; }
a:hover { color:#F60; }

/* --- STRUCTURE --- */

#divContainer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #dddfe6;
	border-right:1px solid #dddfe6;
}

#divPopup {
	width:608px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #dddfe6;
	border-right:1px solid #dddfe6;
}
	#divHeader {
		width:950px;
		height:177px;
	}
    	#ifHeaderMenuTop {
			display:none;
			position:absolute;
			width:930px;
			height:18px;
			padding:2px 10px 0px 10px;
			text-align:right;
			z-index:96;
		}
		
		#divHeaderMenuTop {
			position:absolute;
			width:930px;
			height:18px;
			padding:2px 10px 0px 10px;
			background:url(../../_images/bckg.menu.png) repeat-x;
			color:#009;
			text-align:right;
			z-index:97;
		}
		
			#divHeaderMenuTop a {
				margin:0px 10px;
			}
			
		#divHeaderLogo {
			float:left;
			width:150px;
			padding-left:30px;
		}
		#ifHeaderMenu {
			display:none;
			position:absolute;
			clear:both;
			width:950px;
			height:31px;
			margin-top:149px;
			z-index:98;
		}
		
		#divHeaderMenu {
			position:absolute;
			clear:both;
			width:950px;
			height:31px;
			margin-top:149px;
			background:url(../../_images/bckg.menu.png) repeat-x;
			font-size:12px;
			font-weight:bold;
			z-index:99;
		}
		
			#divHeaderMenu ul 				{ list-style-type:none; z-index:100; }
			#divHeaderMenu ul li 			{ float:left; position:relative; width:134px; border-left: 1px solid #fdfdfd; border-right: 1px solid #8197c1; }
			#divHeaderMenu ul li#liFirst 	{ border-left:0px; }
			#divHeaderMenu ul li#liLast 	{ border-right:0px; }
			#divHeaderMenu ul li a 			{ display:block; float:left; width:134px; height:22px; padding-top:9px; text-align:center; color:#335cab; overflow:hidden; text-decoration:none; outline:none; }
			#divHeaderMenu ul li:hover a 	{ background-color:#2c4f93; color:#fff; }
			
			#divHeaderMenu ul li ul 				{ display:none; }
			#divHeaderMenu ul li:hover ul 			{ display:block; position:absolute; width:134px; left:-2px; border-left: 1px solid #8197c1; z-index:110; top:31px; }
			#divHeaderMenu ul li:hover ul li ul		{ display:none; }
			#divHeaderMenu ul li ul li				{ width:134px; border-bottom:1px solid #8197c1; }
			#divHeaderMenu ul li:hover ul li a 		{ display:block; width:114px; height:15px; padding: 5px 10px 5px 10px; background:url(../../_images/bckg.submenu.png) repeat-x; color:#335cab; text-align:center; font-weight:normal; }
			#divHeaderMenu ul li:hover ul li a:hover{ background-color:#00C; }
			
			#divHeaderMenu ul li ul li ul 					{ display:none; }
			#divHeaderMenu ul li ul li:hover ul 			{ display:block; position:absolute; width:134px; left:134px; border-left: 1px solid #8197c1; z-index:120; top:0px; }
			#divHeaderMenu ul li ul li ul li				{ width:134px; border-bottom:1px solid #8197c1; }
			#divHeaderMenu ul li ul li:hover ul li a 		{ display:block; width:114px; height:15px; padding: 5px 10px 5px 10px; background:url(../../_images/bckg.submenu.png) repeat-x; color:#335cab; text-align:center; font-weight:normal; }
			#divHeaderMenu ul li ul li:hover ul li a:hover	{ background-color:#00C; }
		
    #divLoginTabs {
		width:910px;
		height:130px;
		border-bottom:1px solid #dddfe6;
		padding: 10px 20px 10px 20px;
		background:url(../../_images/bckg.login.tab.gif) repeat-x;
	}
    	#divLogin {
			float:left;
			width:288px;
			border:1px solid #a3a3a3;
			background-color:#ebebeb;
		}
		
		#divLoginLeft {
			width:288px;
			margin-bottom:5px;
			border:1px solid #a3a3a3;
			background-color:#ebebeb;
		}
		
			#divLoginArrow {
				width:288px;
			}
			
			#frmLogin {
				width:268px;
				height:82px;
				*height:86px;
				padding:10px;
				*padding:10px 10px 6px 10px;
				background:url(../../_images/bckg.gradient.gif) repeat-x;
			}
			
				#frmLogin ul 		{ list-style: none; }
				#frmLogin li 		{ padding-bottom:10px;} 
				#frmLogin li.liInfo { padding-bottom:0px; clear:both;} 
					
				#frmLogin label {
					float:left;
					display:block;
					width:100px;
					padding-top:3px;
					padding-right:5px;
					font-weight: bold;
					text-align:right;
				}
				
				#frmLogin li.liInfo label {
					width:70px;
					font-weight: normal;
				}
				
				#frmLogin li.liInfo span {
					float:left;
					display:block;
					width:180px;
					padding-top:3px;
					font-weight: bold;
				}
					
				#frmLogin .inputLogin	{ width:152px; border:1px solid #999; background: url(../../_images/bckg.input.gif) no-repeat; }
				#frmLogin #userPortal	{ float:left; width:170px; padding-top:3px; border:0px; border-bottom:1px solid #356A9F; font-weight:bold; background:none; background: url(../../_images/icons/down.gif) no-repeat right bottom; cursor:pointer; }
					
				#frmLogin a.buttonLogin {
					padding:3px 5px;
					margin-right:5px;
					border:1px solid #4766a1;
					background-color:#2c4f93;
					color:#fff;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					text-decoration:none;
				}
				
				#frmLogin a.buttonLogin:hover {
					background-color:#6288d0;
				}
				
				#frmLogin a.buttonLogout {
					float:left;
					display:block;
					padding:0px 5px;
					margin-top:5px;
					border:1px solid #4766a1;
					background-color:#2c4f93;
					color:#fff;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					text-decoration:none;
				}
				
				#frmLogin a.buttonLogout:hover {
					background-color:#6288d0;
				}
				
				#divPortal {
					position:absolute;
					display:none;
					width:182px;
					border: 1px solid #356A9F;
					background-color:#fafafa;
					margin-left:75px;
					margin-top:5px;
					*margin-top:5px;
				}
					
					#divPortal ul 				{ list-style:none; }
					#divPortal ul li 			{ padding:0px; }
					#divPortal ul li.liActive	{ padding:5px; background-color:#69C; color:#fff; font-weight:bold; }
					#divPortal ul li.liDeactive	{ padding:5px; color:#f00; font-weight:bold; }
					#divPortal ul li a			{ display:block; padding:5px;  color:#333; text-decoration:none; }
					#divPortal ul li a:hover	{ background-color:#D9E6FF; text-decoration:none; }
					#divPortal label 			{ cursor:pointer; }
					#divPortal .divNavigation	{
						width:172px;
						padding:1px 5px;
						background-color:#356A9F;
						text-align:left;
					}
						
						#divPortal .divNavigation .spanN { float:left; width:130px; padding-top:5px; color:#fff;}
						#divPortal .divNavigation a {
							float:right;
							width:30px;
							text-decoration:none;
							outline:none;
							text-align:right;
						}
							
						#divPortal .divNavigation a:hover { text-decoration:underline; }
				
        #divTabs {
			float:right;
			width:608px;
			border:1px solid #a3a3a3;
			background-color:#ebebeb;
		}
			#divTabs ul#ulTabs 					{ list-style-type:none; z-index:90; }
			#divTabs ul#ulTabs li 				{ float:left; position:relative; width:151px; border-right: 1px solid #c7c7c7; text-align:center; }
			#divTabs ul#ulTabs li#liLastTab		{ border-right:0px; }
			#divTabs ul#ulTabs li a 			{ display:block; float:left; width:136px; height:19px; padding: 2px 10px 1px 5px; overflow:hidden; text-decoration:none; font-size:13px; font-weight:bold; color:#22417d; outline: none; }
			#divTabs ul#ulTabs li:hover a 		{ background:url(../../_images/bckg.menu.png) repeat-x; }
			#divTabs ul#ulTabs li a.activeTab 	{ background:url(../../_images/bckg.menu.png) repeat-x; }
			#divTabs ul#ulTabs li#liLastTab a	{ padding-left:6px; }
			
			#divTabArrow {
				clear:both;
				width:608px;
			}
			#divTabs h2 {
				height:19px; 
				padding: 2px 10px 1px 5px; 
				background-color:#ebebeb;
				color:#22417d;
			}
			
			#divTabArrow {
				width:608px;
			}
			
			.divTab {
				width:588px;
				height:90px;
				padding:7px 10px 5px 10px;
				background:url(../../_images/bckg.gradient.gif) repeat-x #fff;
				overflow:hidden;
				text-align:center;
			}
			.divLoginRight {
				width:588px;
				height:87px;
				padding:10px 10px 5px 10px;
				background:url(../../_images/bckg.gradient.gif) repeat-x #fff;
				overflow:hidden;
			}

    #divContent {
		clear:both;
		width:910px;
		padding-left:20px;
	}
		
		.divContentDelimit {
			clear:both;
			width:910px;
			padding-top:10px;
			*padding-top:0px;
		}
		
		#divContentLeft {
			float:left;
			width:290px;
		}
			
			.divLBBlue { /* as DIV Left Block*/
				width:288px;
				margin-bottom:5px;
				border:1px solid #a3a3a3;
			}
			
				.divLBBlue h2 {
					padding:3px 1px 3px 10px;
					background-color:#335cab;
					color:#fff;
				}
				
				#ulSelKat				{ padding:0px; list-style-type:none; }
				#ulSelKat li			{ padding:2px 0px; font-size:10px; text-align:left; clear:both; }
				#ulSelKat label 		{ float:left; width:45px; font-weight:bold; text-align:left; padding:0px; padding-top:4px; }
				#ulSelKat a.linkDOC		{ float:left; width:25px; display:block; text-align:left; padding:0px; }
				#ulSelKat a.linkKP		{ float:left; width:210px; display:block; font-weight:normal; text-align:left; padding:0px; padding-top:4px;text-decoration:none; border-bottom:1px dotted #A9C6E2; }
				#ulSelKat a.linkKP:hover{ background-color:#A9C6E2; color:#006; }
				
				#ulDLKat				{ padding:0px; list-style-type:none; }
				#ulDLKat li				{ padding:2px 0px; text-align:left; clear:both; }
				#ulDLKat label 			{ float:left; width:55px; font-weight:bold; text-align:left; padding:0px; padding-top:4px; }
				#ulDLKat a.linkDOC		{ float:left; width:30px; display:block; text-align:left; padding:0px; }
				#ulDLKat a.linkKP		{ float:left; width:450px; display:block; font-weight:normal; text-align:left; padding:0px; padding-top:4px;text-decoration:none; border-bottom:1px dotted #A9C6E2; }
				#ulDLKat a.linkKP:hover	{ background-color:#A9C6E2; color:#006; }
				
				.divLBBlue p { padding:3px 0px;}
				
				.divLBBlue a { display:block; padding:2px 0px; text-align:right; font-weight:bold; }
				
				.divLBArrow {
					width:288px;
				}
				
				.divLBContent {
					width:268px;
					padding:10px;
					*padding-bottom:6px;
					background:url(../../_images/bckg.gradient.gif) repeat-x;
				}
				
				.divLBContent2 {
					width:280px;
					height:auto;
					padding:4px;
					background:url(../../_images/bckg.gradient.gif) repeat-x;
				}
				
				.divLBBanner {
					width:280px;
					padding:4px;
					background:url(../../_images/bckg.gradient.gif) repeat-x;
				}
				
				.divLBBanner a { text-align:center; display:block; width:280px; overflow:hidden; }
				
		#divContentRight {
			float:right;
			width:610px;
		}
		
			.divRB { /* as DIV Right Block*/
				width:608px;
				border:1px solid #a3a3a3;
			}
			
				.divRB h2 {
					float:left;
					width:467px;
					padding:3px 1px 3px 10px;
					background-color:#698dd3;
					font-size:16px;
					color:#fff;
				}
				
				.divRB .divCurrent {
					float:right; 
					width:130px;
					height:18px;
					padding-top:6px;
					background-color:#698dd3;
					color:#fff;
					font-size:12px; 
					text-align:center;
				}
				
				.divRB ol { padding-left:30px }
				.divRB ol li { padding-top:10px }
				
				.divRBArrow {
					width:608px;
				}
				
				.divRBContent {
					width:588px;
					padding:10px;
					background:#fafafa url(../../_images/bckg.tender.gif) repeat-x;
				}
				
					.divRBContent h3 {
						margin:20px 0px;
						border-bottom:1px dotted #009;
					}
					
					.divRBContent h3.h3details {
						margin:10px 0px 5px 0px;
						border-bottom:1px dotted #009;
					}
					
					.divRBContent p {
						padding:5px 0px;
					}
					
					.divRBContent a {
						color:#006;
					}
					
					.divRBContent a:hover {
						color:#F60;
					}
					
					.divRBContent ul, .divRBText ol {
						padding:10px 0px 10px 30px;
					}
					
					.divRBContent img {
						margin:0px 10px;
					}
				
				.divRB a.divTender {
					display:block;
					width:586px;
					border:1px solid #a3a3a3;
					margin-bottom:10px;
					text-decoration:none;
				}
				
				.divRB a.divTender:hover {
					border:1px solid #069;
					cursor:pointer;
					color:#f90;
					background-color:#069;
				}
				
					.divRB .divTenderHeader {
						width:566px;
						height:15px;
						padding:3px 10px 0px 10px;
						background:url(../../_images/bckg.menu.png) repeat-x bottom;
						font-size:10px;
						font-weight:bold;
					}
					
					.divRB .divTenderHeader .divTenderID {
						float:left;
						width:100px;
					}
					
					.divRB .divTenderHeader .divTenderDate {
						float:right;
						width:250px;
						text-align:right;
					}
					
					.divRB .divTenderArrow {
						clear:both;
						width:586px;
					}
					
					.divRB .divTenderContent {
						width:576px;
						padding:5px;
						background-color:#fff;
					}
					
				.divRB .divSrch {
					width:588px;
					margin-bottom:10px;
					text-align:center;
				}
				
				.divPopup {
					position:absolute;
					display:none;
					width:342px;
					height:250px;
					margin-top:19px;
					margin-left:155px;
					border: 1px solid #aaa;
					background-color:#f2f2f2;
				}
					
					.divPopup .divNavigation {
						width:342px;
						background-color:#d8dfe5;
						color:#22417d;
						text-align:center;
					}
						
						.divPopup .divNavigation a {
							color:#22417d;
							font-weight:bold;
							text-decoration:none;
							outline:none;
						}
						
						.divPopup .divNavLeft {
							float:left;
							padding:5px;
							width:300px;
						}
						
						.divPopup .divNavRight {
							float:right;
							width:20px;
							padding:4px 1px 1px 10px;
							text-align:right;
						}
					
					.divPopup .divListContent {
						width:332px;
						height:217px;
						padding:5px;
						overflow-x: hidden;
					}
					
						.divPopup .divListContent ul { 
							padding-left:10px;
							list-style:none;
						}
						
						.divPopup .divListContent ul li {
							font-size:10px;
							padding-bottom:5px;
						}
						
		#divFooter {
			width:908px;
			height:70px;
			border:1px solid #bdbdbd;
			background:url(../../_images/bckg.gradient.gif) bottom repeat-x;
		}
		
			#divFooterMenu {
				width:908px;
				padding-top:15px;
				text-align:center;
			}
			
			#divFooterMenu a {
				color:#2a4c8e;
				font-weight:bold;
				text-decoration:none;
			}
			
			#divFooterMenu a:hover {
				text-decoration:underline;
			}
			
			#divCopyright {
				width:908px;
				padding-top:15px;
				text-align:center;
			}
			
/* --------- /REGISTER FORM/ --------- */

.ulForm 				{ list-style:none; padding:0px; margin:0px; }
.ulForm li 				{ width:532px; clear:both; padding-top:5px; }
.ulForm li label 		{ width:190px; float:left; display:block; text-align:right; padding-top:3px; padding-right:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; }
.ulForm li label.lbl50 	{ width:45px; padding-top:1px; padding-left:5px; text-align:left;  }
.ulForm li label.lbl55 	{ width:55px; }
.ulForm li label.lbl100 { width:100px;  }
.ulForm li label.lbl105 { width:105px;  }
.ulForm li label.lbl150 { width:150px;  }
.ulForm li .inputChk	{ margin-top:4px; float:left; }
.ulForm li .inputXTiny	{ width:50px;  border:1px solid #999; float:left; background: url(../../_images/bckg.input.gif) no-repeat; }
.ulForm li .inputTiny	{ width:100px; border:1px solid #999; float:left; background: url(../../_images/bckg.input.gif) no-repeat; }
.ulForm li .inputTiny	{ width:100px; border:1px solid #999; float:left; background: url(../../_images/bckg.input.gif) no-repeat; }
.ulForm li .input150	{ width:150px; border:1px solid #999; float:left; background: url(../../_images/bckg.input.gif) no-repeat; }
.ulForm li .inputSmall	{ width:180px; border:1px solid #999; float:left; background: url(../../_images/bckg.input.gif) no-repeat; }
.ulForm li .inputMedium { width:315px; border:1px solid #999; float:left; background: url(../../_images/bckg.input.gif) no-repeat; }
.ulForm li .inputMedium2{ width:319px; border:1px solid #999; float:left; background: url(../../_images/bckg.input.gif) no-repeat; }
.ulForm li .inputLarge	{ width:518px; border:1px solid #999; font-family:Verdana, Geneva, sans-serif;  }
.ulForm li .submitSmall	{ width:100px; border:1px solid #4766a1; float:right; margin-right:16px; background-color:#2c4f93; font-weight:bold; color:#fff; }
.ulForm li .submitMedium{ width:180px; border:1px solid #4766a1; float:right; margin-right:16px; background-color:#2c4f93; font-weight:bold; color:#fff; }
#cryptogram				{ margin:0px; padding:0px; }
.editBox							{ margin-left:24px; clear:both; }
.editBox input, .editBox textarea	{ width:524px; border:1px solid #999; background: url(../../_images/bckg.input.gif) no-repeat; }

/*
	Fieldset styles
*/

fieldset {
	clear:both;
	border: 1px solid #8197c1; 
	padding:10px 10px 10px 10px; 
	margin-top:40px;
	background-color:#efefef;
}

legend { padding-bottom:10px; margin-left:12px; *margin-left:5px; }

legend span	{
	display:block;
	position:absolute;
	width:200px;
	padding:0px;
	border:1px solid #8197c1;
	border-bottom:0px;
	margin-top:-17px;
	*margin-top:-19px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background-color:#ccc;
	z-index:10;
}

legend span div	{
	float:left;
	padding-left:5px;
	margin-top:5px;
	color:#333;
}

legend span img	{ float:right; padding:0px; margin:5px 5px 0px 0px; }
fieldset table, fieldset div, fieldset ul { margin-top:10px; }
fieldset table	{ font-size:11px; }
fieldset ul 	{ padding-left:20px; }

  html>body fieldset{ *padding-top:0px; }
* html fieldset 	{ padding-top:0px; }
  html>body legend  { margin-top:-5px; }
* html legend 		{ margin-top:-5px; }

.divFSText {
	width:564px;
	padding:10px;
	line-height:16px;
}

	.divFSText h3 {
		margin-bottom:20px;
		border-bottom:1px dotted #009;
	}
	
	.divFSText p {
		padding:5px 0px;
	}

/* TENDER DETAILS STYLES */
.ulKategorije 					{ list-style:none; padding:0px; margin:-10px; }
.ulKategorije li 				{ width:545px; clear:both; }
.ulKategorije li span 			{ width:40px;  float:left; padding:3px 0px; display:block; text-align:center; }
.ulKategorije li label 			{ width:60px;  float:left; padding:3px 0px; display:block; font-weight:bold; }
.ulKategorije li a.cpvLink		{ width:435px; float:left; padding:3px 5px 2px 5px; display:block; border-bottom:1px dotted #A9C6E2; text-decoration:none; outline:none; }
.ulKategorije li a.cpvLink:hover{ padding:3px 0px 2px 0px; border-left:5px solid #A9C6E2; border-right:5px solid #A9C6E2; background:url(../../_images/icons/down.gif) no-repeat right; }

.ulKategorije li ul 					{ display:none; padding:7px; margin:0px; }
.ulKategorije li ul li 					{ width:540px; clear:both; }
.ulKategorije li ul li label 			{ width:80px;  float:left; padding:3px 0px; display:block; font-weight:normal; }
.ulKategorije li ul li a.cpvLink		{ width:410px; float:left; padding:3px 5px 2px 5px; display:block; border-bottom:1px dotted #A9C6E2; text-decoration:none; outline:none; }
.ulKategorije li ul li a.cpvLink:hover	{ padding:3px 0px 2px 0px; border-left:5px solid #A9C6E2; border-right:5px solid #A9C6E2; background:url(../../_images/icons/search.gif) no-repeat right; }

#ulDokumenta {
	position:absolute;
	padding:5px 0px;
	margin-top:27px;
	margin-left:398px;
	list-style-type:none; 
	border-top:0px; 
	background-color:#5772a5; 
	
}
#ulDokumenta li 		{ float:left; width:190px; padding-left:10px; }
#ulDokumenta li a		{ float:left; color:#fff; font-weight:bold; font-size:11px; text-decoration:none; }
#ulDokumenta li a:hover	{ color:#fc0; }
#ulDokumenta li a.lPDF	{ padding-left:20px; background:url(../../_images/ico_doc/pdf.gif) no-repeat left; }
#ulDokumenta li a.lZIP	{ padding-left:20px; background:url(../../_images/ico_doc/zip.gif) no-repeat left; }
#ulDokumenta li img		{ float:left; margin-right:3px; }

#ulPreuzimanje {
	position:absolute;
	display:none;
	width:398px;
	margin-top:7px;
	margin-left:-210px;
	*margin-left:-372px;
	padding-bottom:5px;
	border: 1px solid #5772a5;
	background-color:#eee;
}
	#ulPreuzimanje li 			{ width:390px; padding:0px; margin:5px 0px 0px 5px; list-style-type:none; border-bottom:1px dotted #999; }
	#ulPreuzimanje li a			{ color:#445982; }
	#ulPreuzimanje li a:hover	{ color:#f30; }

/* --------- /TEXT STYLES/ --------- */

.errorText	{ color:#f90; font-weight:bold; }
.contentEnd	{ clear:both; padding-bottom:20px;}

/* *** Float containers fix: 
  http://www.csscreator.com/attributes/containedfloat.php *** */  
.clearfix:after { 
	content: ".";  
	display: block;  
	height: 0;  
	clear: both;  
	visibility: hidden; 
	} 
   
.clearfix { 
	display: inline-block; 
	} 
  
/* Hides from IE-mac \*/ 
* html .clearfix { 
	height: 1%; 
	} 
.clearfix { 
	display: block; 
	} 
/* End hide from IE-mac */

.submitRegular { border:1px solid #4766a1; float:left; padding:2px 10px; background-color:#2c4f93; font-weight:bold; color:#fff; }
.inputSmall	{ width:180px; border:1px solid #999; background: url(../../_images/bckg.input.gif) no-repeat; }
.inputTiny	{ width:100px; border:1px solid #999; background: url(../../_images/bckg.input.gif) no-repeat; }
.borderSeparator {background:url(../../images/separator.gif) repeat-x;padding:3px 0 3px 0;position:relative !important;}
.vidgetBox {width:290px;border:1px solid #a3a3a3;background-color:#ebebeb;}
	.vidgetBox.h2{height:19px; padding: 2px 10px 1px 5px; background-color:#ebebeb;color:#22417d;}
.subVidgetBox {width:270px;height:87px;padding:10px 10px 5px 10px;background:url(../../_images/bckg.gradient.gif) repeat-x #fff;overflow:hidden;}
.subVidgetBox.a{
	text-decoration:none;
	margin:3px;
}
