
/* Different Sections

1. styles for  Search text boxes and drop downs
2. styles for Software navigation ex: Project List Login Register
3. styles for intro text in the first page of software
4. styles shared by Portfolio and Status : 
   for the Project page in Portfolio and Report page in Status
5. styles shared by Bidgetter, Library, Status, Portfolio : 
    like Project name(not hyperlinked) 
	document section
6. text elements used in site software
7. email,doc,generic links
8. form elements
9. special elements like error, instruction.

*/

/*1. =====================  Search Styles =================================================*/

/* used for the Filter by title */
/* used in Portfolio*/
.search-title {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #202020;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	text-decoration: none;
}

/* used for enumerating the the Search criteria */
/* used in Portfolio*/
.search-criteria {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #444444;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	text-decoration: none;
}

/* used in the search boxes in components: */
/* used in Portfolio, Library, Bidgetter, Status, Contact Manager*/
.searchtext-box {  border:1px solid #ABD1CC;
				 font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
				 color: #202020;				 
				 font-size: 9pt;
				 background-color: #FFFFFF;
				 height: 16px; 
			 	}

/* used in the search drop downs in components: */
/* used in Portfolio, Status, Contact Manager*/	
.searchdropdown     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #202020;
	font-weight: normal;
	font-size: 9pt;
	background-color: #FFFFFF;
	border:1px solid #ABD1CC;
}
	
/*used for the horizontal line in portfolio on the projectlist page,library in the item page  */
/*Portfolio, Library*/
.search-hr     {    
	border-top: 1px solid #CBD0CF;
} 	
	


/*3. ================= used in the introductory text that a client wants to write about their software =============*/
/* used in Library, Bidgetter, Status, Contact Manager*/
.intro-outline  {
	padding-top: 10px;
	padding-bottom:5px;
	border: 0px solid #A8ACAB;
	background-color: transparent;
}

.intro-text  {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #202020;
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
}

.intro-padding {
		padding-top: 10px;
		padding-bottom:5px;
}

/* the bar color in pop up windows like Subscribe to newsletter,feedback form */
.page-topbar    {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	background-color: #3B7F73;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
}

/*4. =========================== Styles shared by Portfolio,Status, Library,Bidgetter =======================*/

/*used for the bullet title in portfolio on the project page and in status on the report page */
/*Portfolio, Status, Library,Bidgetter */
.bullet-title     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #007E6D;
	font-size: 9pt;
	font-weight: normal;
	padding-top:2px;
	padding-bottom:5px;
} 


/*used for the bullet text in portfolio on the project page and in status on the report page */
/*Portfolio, Status, Library,Bidgetter*/
.bullet-text    {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #202020;
	font-size: 9pt;
	font-weight: normal;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:10px;
	line-height:16px;
}

/*used for the project name  in the project page when it is not a link*/
/*Portfolio, Bidgetter, Library, Status*/
.projecttitle     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #202020;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom:5px;
	line-height:16px;
}

/*used for the description text in components *?
/* used in portfolio  on the project page, and status in report page*/	
/*Portfolio,  ,Status, Library,Bidgetter*/
.text-description     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #202020;
	font-size: 9pt;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:6px;
}

/*used for the vertical line in portfolio on the project page and in status on the report page */
/*Portfolio, Status*/
.cell-3     {    
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #CBD0CF;
	border-bottom: 0px solid #FFFFFF;
} 


/*===========================================================================*/

/*4b =========================== Styles shared by Portfolio,Status,PDF Files =======================*/

/*used for the bullet title  on the pdf */
/*Portfolio, Status, Library,Bidgetter */
.pdf-title     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 9pt;
	font-weight: normal;
	padding-top:2px;
	padding-bottom:5px;
} 


/*used for the bullet text in pdf */
/*Portfolio, Status, Library,Bidgetter*/
.pdf-text    {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 9pt;
	font-weight: normal;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:10px;
}


/*used for the description text in pdf */
.pdf-description     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #444444;
	font-size: 9pt;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:6px;
}


/*===========================================================================*/


/*5. =========================== Styles shared by Bidgetter, Library, Status, Portfolio =======================*/

/* document type/subtype text*/
/* Bidgetter, Library*/
.doctype-text    {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

/* document format and size text*/
/*Bidgetter, Library, Status*/
.doc-text    {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

/*===========================================================================*/

/* 6. **************** itemlist.asp Elements used in the list page of Library,Notifier,Bidgetter,Status  *********************/

/* the item category heading*/
.all-itemcategory     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #404242;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;	
	padding-bottom: 8px;
}

/* this is the subject*/
.all-subject     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #007E6D;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}

a:hover.all-subject {
	color : #DF2020;
	text-decoration: underline;
}

/* this is the body text*/
.all-text     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #202020;
	font-size: 8pt;
	font-weight: normal;
	padding-top: 3px;
}

/* this is the more link*/
.all-morelink {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #007E6D;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	line-height:14px;
}

a:hover.all-morelink {
	color : #DF2020;
	text-decoration: underline;
}


/* padding for the list*/
.all-listpad     {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* ********************  Elements used in the list page of Library,Notifier  *********************/

/* 7. **************************** LINK STYLES **************************** */ 

/*--------------------Software navigation like Product List, Projects, Status ------------*/		
/* used in the navigation text file nav.asp of components which have a search feature:*/
.link-nav1 {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #007E6D;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 6px;
	height: 10px;
	border-bottom: 0px solid #A8ACAB;
	text-decoration: none;
}
		
a:hover.link-nav1 {
	color : #DF2020;
	text-decoration: underline
}


/* used in adjusting the top padding for the next and back buttons 
inorder to align it with the text in the middle in listing pages */
/* used in Library, Bidgetter, Status, Portfolio, Contact Manager*/
.image-backnext {
	padding-top: 9px;
	height: 20px;
	border-bottom: 0px solid #90B7C6;
	text-decoration: none;
}
		
a:hover.image-backnext {
	color : #B78F21;
}


/*used for document or web and email links in components */
.link-doc {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #007E6D;
	text-decoration: underline;
	text-weight: normal;
}

a:hover.link-doc{
	color : #DF2020;
	text-decoration: underline;
}


/*used for page links in components */
.link-page {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #007E6D;
	text-decoration: none;
	text-weight: normal;
}

a:hover.link-page{
	color : #DF2020;
	text-decoration: underline;
}

/*used for simple links like click here, login registration when mixed with text*/
.link-regular {
	text-decoration: underline;
	color: #016457;
}

A:hover.link-regular{
	color : #DF2020;
	text-decoration: underline;
}

/*used for links on a white background - ex: bulletin pop up window in notifier*/
.link-white {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}

a:hover.link-white{
	color : #FFFFFF;
	text-decoration: underline;
}



/* **************************************END LINK STYLES **************************************** */		   


/* 6. **************** Text elements used in the site  *********************/

/* this text is for notifying user of an event */
.generic-text {  
				font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
				color: #202020;
				font-size: 9pt;
				font-weight: bold;
			  }

/* this is general text, text is black and small in font */
.site-text {  
				font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
				color: #202020;
				font-size: 9pt;
				font-weight: normal;
			  }

/* this is lighter than site text, see style above  */
.sitelighter-text {  
				font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
				color: #777777;
				font-size: 9pt;
				font-weight: normal;
			  }
			  
/*used for notifying user of a specific section */		   
.highlight {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: #444444;
	
}

/* used for displaying warning and error messages */
.text-error {
          font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
          font-size: 9pt;
          font-weight: bold;
          text-decoration: none;
		  vertical-align: middle;
		  color: #AE4A14;
		}

/* used for displaying italic and subnote messages */
.text-subnote {
          font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
          font-size: 10px;
          font-weight: normal;
          text-decoration: none;
		  /* text-align: center; */
          vertical-align: middle;
		  color: #202020;
		            
        }

/* used for displaying reqd. messages */
.text-required {
          font-weight: normal;
          text-decoration: none;
		  color: #DF2020;            
        }

/* used in Page Headings*/
.text-pageheading {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	padding-top:10px;
	padding-bottom:20px;
}	

/*used for the horizontal line in pages  */
/*Lockbox*/
.site-hr     {    
	color: #D8D8D8;
	height: 1px;
}
  		 
/* ******************** end Text elements used in the site  *********************/



/* 8. *************************************FORM MELEMENTS  **************************************** */		   	
.text-box     {  border:1px solid #ABD1CC;
				 font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
				 font-size: 9pt;
				 background-color: #FFFFFF;
				 height: 16px;
			 }
			 

			 
.textarea     {  border:1px solid #ABD1CC;
				 font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
				 font-size: 9pt;
				 background-color: #FFFFFF;
				 
			 }
			 
.button2     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px solid #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #3B7F73;
	height: 19px;
}
		   
.dropdown     {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #202020;
	font-weight: normal;
	font-size: 9pt;
	background-color: #FFFFFF;
	border:1px solid #ABD1CC;
}
	
/*used for sku feature dropdowns */
.dropdown2     {  
				 font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
				 color: #1D1D1D;
				 font-weight: normal;
				 font-size: 9pt;
				 background-color: #FFFFFF;
				 height: 19px;
				 border:1px solid #63849A;
}

/* *************************************END FORM MELEMENTS  **************************************** */		   	




