/* CSS style for home page only (by ivan)*/
body				{	background-image: url('');
						background-repeat: no-repeat; 
						background-position: center top;
						background-attachment: fixed	
					}
			
a					{	text-decoration: none	}

.titleLine			{	background-image: url('images/home/titleLine.jpg');
						background-repeat: no-repeat; 
						background-position: center top;
						background-attachment: fixed
					}
									
.conscontent		{	font-family: Palatino Linotype, Arial;
						font-size: 10pt;
						color: black	}

.functionTitle		{	font-family: Palatino Linotype, Arial;
						font-size: 11pt;
						color: white	}

.content			{	font-family: Palatino Linotype, Arial;
						font-size: 10pt;
						color: black	}

.menu				{	font-family: Palatino Linotype, Arial;
						font-size: 11pt;
						color: #628EBC	}
						
.contentTitle		{	font-family: Palatino Linotype, Arial;
						font-size: 11pt;
						color: black	}

.smallNetvigator	{	font-family: Palatino Linotype, Arial;
						font-size: 10pt;
						color: #628EBC	}
						
.borderCss			{	
						border-left-style: groove;
						border-top-style: groove;
						border-right-style: groove;
						border-bottom-style: groove;	
						border-left-width: thin;
						border-top-width: thin;
						border-right-width: thin;
						border-bottom-width: thin 						
					}
					
.rankingCss			{	border-color-light: white;
						border-left-style: solid;
						border-top-style: solid;
						border-right-style: solid;
						border-bottom-style: solid;	
						border-left-width: thin;
						border-top-width: thin;
						border-right-width: thin;
						border-bottom-width: thin;
						border-top-color:	#B3D3EF;
						border-bottom-color:	#B3D3EF;
						border-left-color:	#B3D3EF;
						border-right-color:	#B3D3EF						
					}

.compDLCss			{
						border-left-style: solid;
						border-top-style: solid;
						border-right-style: solid;
						border-bottom-style: solid;	
						border-left-width: thin;
						border-top-width: thin;
						border-right-width: thin;
						border-bottom-width: thin;
						border-top-color:	#B347BA;
						border-bottom-color:	#B347BA;
						border-left-color:	#B347BA;
						border-right-color:	#B347BA						
					}
					
.inputContent					{	font-family: Palatino Linotype, Arial;
											font-size: 10pt;
											color: black;
											border-left-style: solid;
											border-top-style: solid;
											border-right-style: solid;
											border-bottom-style: solid;	
											border-left-width: 0.1em;
											border-top-width: 0.1em;
											border-right-width: 0.1em;
											border-bottom-width: 0.1em;
											border-top-color:	#ccdeee;
											border-bottom-color:	#ccdeee;
											border-left-color:	#ccdeee;
											border-right-color:	#ccdeee													
										}

.inputTitle					{	font-family: Palatino Linotype, Arial;
										font-size: 11pt;
										color: #A2A3A3	
									}
													
.invisible			{
						scrollbar-face-color:	white; 
						scrollbar-arrow-color:	white; 
						scrollbar-highlight-color: white; 
						scrollbar-shadow-color: white;
						scrollbar-3dlight-color: white; 
						scrollbar-track-color: white;
						scrollbar-darkshadow-color: white
					}
					
.inputFile							{	
											font-family: Palatino Linotype, Arial;
											font-size: 10pt;																						
										}
										
.inputCircle						{	
											font-family: Palatino Linotype, Arial;
											font-size: 10pt;																						
										}

.inputSquare					{	
											font-family: Palatino Linotype, Arial;
											font-size: 10pt;																						
										}
																				
.inputSelect						{
											font-family: Palatino Linotype, Arial;
											font-size: 10pt;
											color: black;
											scrollbar-face-color:	#ccdeee; 
											scrollbar-arrow-color:	white; 
											scrollbar-highlight-color: 	#ccdeee; 
											scrollbar-shadow-color: 	#ccdeee;
											scrollbar-3dlight-color: 	#ccdeee; 
											scrollbar-track-color: white;
											scrollbar-darkshadow-color: 	#ccdeee;
											border-color: red;
											outline-color: green
										}