/* - - - - - - - - Global Styles - - - - - - - - */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	background-image: url(/Selectory/images/Library/bg_01.gif);
	background-repeat: repeat;
	background-position: center;
}
body.popupPage
{
	margin: 5px;
	background-color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
}

.h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 11px;
	margin-top: 3px;
	color: #000066;
}
	
.h2 
{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 11px;
	margin-top: 3px;
	color: #333333;
}

tr {
	font-size: 12px;
	line-height: 14px;
	
}

.standard
{
	font-size: 14px;
	line-height: 14px;
}

.small {
	font-size: 11px;
	line-height: 14px;
	color: #808080;
}

.label {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 16px;
	margin-top: 3px;
	color: #000000;
	font-weight: bold;
}

.big {
	font-size: 12px;
	line-height: 14px;
	color: #808080;
}

.big2 {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}

.bigger {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 11px;
	margin-top: 11px;
	color: #000066;
}

/* - - - - - - - - Form Styles - - - - - - - - */

form {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	}

input {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
}

textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
}

select {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
}

/* - - - - - - - - List Styles - - - - - - - - */

ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 4px;
	padding: 0px;
}

li {
	margin-left: 16px;
	padding-left: 0px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 4px;
	padding: 0px;
}

/* - - - - - - - - Link Styles - - - - - - - - */
.bigLink
{
	
	font-size: 15px;
}
a:link {
	color: #000066;
/*  Code modified for SEL-631 By Mohd Umair Akbar on 12/03/08  */
/*  Code is modifed to underline some areas for library users  */
	text-decoration: underline;
/*  Code for SEL-631 Ends*/
}
	
a:visited {
	color: #000066;
/*  Code modified for SEL-631 By Mohd Umair Akbar on 12/03/08  */
/*  Code is modifed to underline some areas for library users  */
	text-decoration: underline;
/*  Code for SEL-631 Ends */
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

a:active {
	color: #000066;
	text-decoration: underline;
}

hr.hr1
{
	color: #ffcc00;
	background-color: #ffcc00;
	height: 1px;
	width: 100%
}
/* - - - - - - - - Summary View - - - - - - - - */
.svcontent{font-family: verdana, arial, geneva, lucida, sans-serif;background-color: #ffffff; font-size: 9px; line-height: 12px}
.svfillcomp{font-family: verdana, arial, geneva, lucida, sans-serif;
	background-color: #DCDCDC;
	font-size: 11px;
	line-height: 10px
}
.svfillcomp1{font-family: verdana, arial, geneva, lucida, sans-serif;
	
	font-size: 11px;
	line-height: 10px
}
.svfillcompJumped{font-family: verdana, arial, geneva, lucida, sans-serif;
	background-color: #DCDCDC;
	font-size: 11px;
	line-height: 10px
}

.svfill{font-family: verdana, arial, geneva, lucida, sans-serif;background-color: #f2f2f2; font-size: 11px; line-height: 10px}
.svfillopt{font-family: verdana, arial, geneva, lucida, sans-serif;background-color: #ffffff; font-size: 11px; line-height: 10px}
.svfillhead{font-family: verdana, arial, geneva, lucida, sans-serif;background-color: #006699; color: #ffffff; font-size: 11px; line-height: 10px}
.svpage{font-family: verdana, arial, geneva, lucida, sans-serif;background-color: #ffffcc; font-size: 11px; line-height: 11px}