/* help text style that appers input forms under some input text box for user's help*/
td.sbhelptext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: 0057AE;
	text-decoration: none;
	font-size: 11px;
	background-color: #ffffff;
}
/* general link style used at search result page & resource details page
NOTE: in the above pages "insidelink" class is not used to match the backgroud*/

/*h1 {font-family: Verdana; font-size: 16px; color: #000000; text-decoration: bold;}*/
.data {font-family: Verdana; font-size: 14px; color: #000000; font-weight: bold;}
.horoscop {font-family: Verdana; font-size: 14px; color: #000000;}

h1 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
/* Used for links appearing in title bar tables*/
a.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}
/* used for links i the top header bar */
a.sbbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:hover.sbbarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #808080;
	text-decoration: underline;
	font-size: 12px;

}
/* All right/left links to main central area use this style */
a.sbsidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	font-size: 12px;

}
a:hover.sbsidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: underline;
	font-size: 12px;

}
/* All main area links use this with exception (as notified in general link style above) of search result page & resource detail page*/
a.sbinsidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;

}
a:hover.sbinsidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline overline;
	text-transform: none;
}
/* self explanatory */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
/* self explanatory */
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
/* self explanatory */
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
/* used in the search result page without any background color*/
font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* All the tables use this except search result*/
.maintablestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background-color: #FFFFCC;
}

.maintableborderstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background-color: #FFFFCC;
	border: 1px solid #aee2ff;

}
/* used in search result page, resource desc page & links section*/
.highlightstyle {
/*	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background-color: #cccccc;
*/}
/* style for top most bar of every table*/
.titlestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* text-transform: capitalize; */
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	background-color: #000000;
/*	line-height: 15px; */
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.pagingstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #ffee00;
	text-decoration: none;
	font-size: 12px;
	background-color: #cc3300;
	line-height: 25px;
}