/*css*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	background: #FFFFFF;
	text-align: center;
}

a, a:link, a:visited, a:active { 
	color: #be1e2d;
	text-decoration: none;
}

a:hover,  a:link:hover, a:visited:hover, a:active:hover{
	color: #be1e2d;
	text-decoration: underline;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

p {
	padding: 0 0;
	margin: 0;
}

hr {
	border: 1px dotted #C5BDB5;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

td {
	font-size: 10px;
}

.clr {
	clear: both;
}

.cur_pointer {
	cursor: pointer;
}

.onlinedb_title {
	color: #be1e2d;
	font-size: 12px;
	font-weight: bold;	
}

.news_title {
	color: #be1e2d;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.news_view {
	color: #be1e2d;
	font-size: 10px;
}

/*****start of structure container*****/

#page-container {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	/*background: url(../images/footer_bg.gif) no-repeat bottom left;*/
}

#header {
	width: 850px;
	height: 223px;
	background: url(../images/header_bg.gif) no-repeat;
	z-index: 500;
	position: relative;
	top: 0;
}

	#header_wdllogo {
		width: 362px;
		height: 51px;
		float: left;
	}

	#header_wdclogo {
		width: 118px;
		height: 70px;
		float: right;
	}

#nav {
	width: 850px;
	height: 150px;
	/*margin-top: -150px;*/
	z-index: 1000;
	position: relative;
	top: -150px;
}

#footer {
	width: 840px;
	height: 14px;
	background: url(../images/footer_bg.gif) no-repeat top left;
	padding: 132px 10px 0 0;
	/*padding: 0 10px 0 0;*/
	text-align: right;
	overflow: hidden;
	font-size: 8px;
	margin-top: -372px;
	z-index: 90;
	position: relative;
	/*top: -374px;*/
}

#content-home {
	width: 273px;
	height: 166px;
	z-index: 100;
	background: url(../images/content_bg.jpg) no-repeat bottom left;
	position: relative;
	/*margin-top: -240px;*/
	top: -240px;
	padding: 76px 529px 131px 68px;
	overflow: hidden;
}

#content {
	width: 850px;
	/*height: 373px;*/
	min-height: 373px;
	height: auto;
	z-index: 100;
	position: relative;
	/*margin-top: -240px;*/
	top: -240px;
	/*overflow: hidden;*/
}


/* for Internet Explorer */
/*\*/
* html #content {
height:373px;
}
/**/

#content ul{
	margin: 0;
	padding: 0 0 0 10px;
}

#content li{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: disc outside;
}


#page-containeradmin {
	width: 850px;
	text-align: left;
	margin: 0 auto;
	background: url(../images/header_bg.gif) no-repeat top left;
}

#headeradmin {
	width: 850px;
	height: 100px;
}

#contentadmin {
	width: 850px;
	min-height: 373px;
	height: auto;
}


/* for Internet Explorer */
/*\*/
* html #contentadmin {
height:373px;
}
/**/

#footeradmin {
	width: 840px;
	height: 14px;
	background: url(../images/footer_bg.gif) no-repeat bottom left;
	padding: 0 10px 0 0;
	text-align: right;
	overflow: hidden;
	font-size: 8px;
}



/*****end of structure container*****/


/*****start of nav*****/

#nav_home {
	width: 43px;
	float: left;
}

	#nav_home_space {
		width: 43px;
		height: 20px;
		overflow: hidden;
	}

	#nav_home_button {
		width: 33px;
		height: 25px;
		margin-left: 10px;
		cursor: pointer;
	}

#nav_contactus {
	width: 115px;
	float: left;
}

	#nav_contactus_space {
		width: 115px;
		height: 10px;
		overflow: hidden;
	}

	#nav_contactus_button {
		width: 115px;
		height: 25px;
		cursor: pointer;
	}

#nav_resources {
	width: 115px;
	float: left;
}

	#nav_resources_space {
		width: 115px;
		height: 1px;
		overflow: hidden;
	}

	#nav_resources_button {
		width: 115px;
		height: 25px;
		cursor: pointer;
	}

#nav_joining {
	width: 115px;
	float: left;
}

	#nav_joining_space {
		width: 115px;
		height: 10px;
		overflow: hidden;
	}

	#nav_joining_button {
		width: 115px;
		height: 25px;
		cursor: pointer;
	}

#nav_borrowing {
	width: 115px;
	float: left;
}

	#nav_borrowing_space {
		width: 115px;
		height: 25px;
		overflow: hidden;
	}

	#nav_borrowing_button {
		width: 115px;
		height: 25px;
		cursor: pointer;
	}

#nav_onlinedb {
	width: 115px;
	float: left;
}

	#nav_onlinedb_space {
		width: 115px;
		height: 50px;
		overflow: hidden;
	}

	#nav_onlinedb_button {
		width: 115px;
		height: 25px;
		cursor: pointer;
	}

#nav_news {
	width: 230px;
	float: left;
}

	#nav_news_space {
		width: 115px;
		height: 85px;
		overflow: hidden;
	}

	#nav_news_button {
		width: 115px;
		height: 25px;
		cursor: pointer;
	}

	#nav_catalogue_space {
		width: 115px;
		height: 10px;
		overflow: hidden;
	}

	#nav_catalogue_button {
		width: 115px;
		height: 25px;
		margin-left: 85px;
		cursor: pointer;
	}



/*****end of nav*****/

/*start of admin msgs*/



.msg_success {
	margin: 5px;
	padding: 10px;
	border: #00FF33 solid 1px;
	color: #00FF33;
	font-size: 14px;
	font-weight: bold;
}

.msg_error {
	margin: 5px;
	padding: 10px;
	border: #FF6600 solid 1px;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
}

.msg_unknow {
	margin: 5px;
	padding: 10px;
	border: #999999 solid 1px;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

/*end of admin msgs*/

