/* CSS style for secretariat page only (by ivan)*/

body								{	background-image: url('');
											background-repeat: no-repeat; background-position-x:center	}
			
a										{	text-decoration: none	}
			
.content							{	font-family: Palatino Linotype, Arial;
											font-size: 10pt;
											color: black	}

.contentTitle					{	font-family: Palatino Linotype, Arial;
											font-size: 11pt;
											color: white	}
						
.inputFile							{	
											font-family: Palatino Linotype, Arial;
											font-size: 10pt;																						
										}
																
.inputTitle						{	font-family: Palatino Linotype, Arial;
											font-size: 11pt;
											color: #A2A3A3	}

.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													
										}

.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
										}
										
.invisibleInput					{
											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:	white;
											border-bottom-color: white;
											border-left-color:	white;
											border-right-color: white													
										}
										
.smallNetvigator				{	font-family: Palatino Linotype, Arial;
											font-size: 10pt;
											color: #628EBC	}

.menu								{	font-family: Palatino Linotype, Arial;
											font-size: 11pt;
											color: #628EBC	}

.memberMenu					{	font-family: Palatino Linotype, Arial;
											font-size: 11pt;
											color: #225162	}

.menuLine						{	background-image: url('images/UserHome/memMenuLine.gif');
											background-repeat: no-repeat; 
											background-position: center top;
											background-attachment: fixed
										}
						
.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						
										}