/* GENERAL FONT DEFINITION */
* {
	font-family: tahoma, verdana, helvetica, sans;
	font-size: 11px;
	line-height: 170%;
	color: #003380;
}

body {
	margin: 0;
	padding: 0;
	/*background: url(Wall021.jpg) fixed no-repeat top center;*/
	background-color: #000000;
  background-image: url('bg02.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

#main {
	width: 780px;
	height: 100%;
	min-height: 100%;
	border: 5px ridge #000000;
	border-top-width: 0;
	border-bottom-width: 0;
	margin: 0 auto;
	background: url(bg_main.png) bottom right;
	  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;

}

#mainHeader {
	height: 90px;
	background: #CCCCCC url(header.jpg) repeat-x top left;
}

#headerImage {
	margin-top: 5px;
	float: left;
	width: 80px;
	height: 80px;
	background: url(logo.png) no-repeat top left;
	margin-left: 10px;
}

#libraryName {
	float: left;
	padding-top: 20px;
	font-size: 23px;
	font-weight: bold;
	margin-left: 10px;
}

#sidepan {
	background: #CCCCCC;
	width: 200px;
}

#sidepan div.heading {
	font-weight: bold;
	padding-top: 7px;
	padding-left: 37px;
	height: 28px;
	color: #FFFFFF;
	background: #CCCCCC url(section_bar_fill.png) repeat-x bottom left;
}

#sidepan form,p {
	margin: 3px;
	margin-bottom: 9px;
}

#mainContent {
	background: #FFFFFF;

	width: 580px;
}

#mainContent p,h3 {
	margin: 3px;
}

#mainMenu {
	height: 35px;
	background: #CCCCCC url(bar_fill.png) repeat-x top left;
}

#menuList {
    display: inline;
	padding: 5px;
	margin: 0;
	list-style: none;
}

#menuList li {
	display: inline;
	margin: 5px;
	padding: 0;
	padding-left: 21px;
	padding-top: 3px;
	background: url(menu_img.png) no-repeat left;
}

#menuList a.menu,a.menu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menuList a.menu:hover {
	text-decoration: underline;
}

#infoBox {
	margin: 3px;
	border: 1px #999999 solid;
	padding: 5px;
	padding-left: 70px;
	min-height: 50px;
	background: url(infobox_img.png) no-repeat 0px 0px;
}

#loginForm {
	margin: 0 auto;
	margin-top: 40px;
	background: url(login_bg.png) top left no-repeat;
	width: 400px;
	height: 300px;
	text-align: center;
}

input,textarea,select {
	border: 1px #727272 solid;
	font-size: 12px;
}

input:hover,textarea:hover,select:hover {
	border: 1px #f18e00 solid;
}

input.button {
    font-size: 12px;
    border: 1px #003380 solid;
    background-image: url(gradien_short.jpg);
    background-position: bottom left;
}

/* specific class for login form */
input.button2 {
    font-size: 12px;
    border: 1px solid #003380;
    color: #003380;
    background-image: url(gradien_short.jpg);
    background-position: bottom left;
}

div.item {
	width: 90%;
	min-height: 70px;
	text-align: left;
	margin: 5px;
	padding: 5px;
	padding-top: 1px;
	padding-left: 53px;
	background: url(image.png) top left no-repeat;
}

div.item a,a:hover {
	font-size: 12px;
	font-weight: bold;
}

div.item a:hover {
	text-decoration: none;
}

td.alterCell, td.alterCell2 {
    background-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}

td.alterCell2 {
    background-color: #FFFFFF;
}

h3 {
	height: 30px;
	padding-left: 45px;
	padding-top: 10px;
	background: url(section_heading.png) no-repeat bottom left;
	border-bottom: 1px solid #999999;
}

.subItem {
	margin-top: 3px;
}

.marginTop {
    margin-top: 5px;
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.margined {
	margin: 3px;
}