/* GENERAL FONT DEFINITION */

body, p
{
  margin: 0.5em 0;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
}

body {
    font-family: FreeSans, arial, helvetica, sans;
    font-size: 11px;
    line-height: 170%;
	margin: 0 auto;
	padding: 0;
	color: #3C4E58;
	background-color: #DBE5EB;
	background-image: url('media/page_t.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
}

/* ID definitions */
#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#main {
    width: 1048px;
    height: 100%;
    min-height: 100%;
    border: none; 
    border-top-width: 0;
    border-bottom-width: 0;
    margin: 0 auto;
}

#mainHeader {
    height: 162px;
    background: #accae2 url(media/header.png) no-repeat top center;
}

/* #headerImage {
    margin-top: 5px;
    float: left;
    width: 80px;
    height: 80px;
    background: url(media/logo.png) no-repeat top left;
    margin-left: 10px;
} */

#libraryName {
	color: #FFFFFF;
    float: left;
    padding-top: 30px;
    font-size: 32px;
    font-weight: bold;
    margin-left: 55px;
}

#librarySubName {
    margin-top: 7px;
    font-size: 60%;
}

#sidepan {
    background: #accae2;
    width: 200px;
	margin-left: 4px;
}

#sidepan .heading {
    font-weight: bold;
    padding-top: 9px;
    padding-left: 20px;
	padding-right: 5px;
    height: 25px;
    color: #000000;
    background: #accae2 url(media/blockcontentbullets.png) no-repeat center left;
}

#sidepan form,p {
    margin: 3px;
    margin-bottom: 9px;
}

#headerInfo {
    padding: 5px;
}

#mainContent {
    /* background: #FFFFFF; */
    width: 600px;
}

#mainContent p,h3 {
    margin: 3px;
}

#mainMenu {
    height: 35px;
    background: #CCCCCC url(media/nav.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: 15px;
    padding-top: 3px;
/*    background: url(media/blockcontentbullets.png) no-repeat left; */
}
#menuList a {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#menuList .menu,.menu:hover {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#menuList .menu:hover {
    text-decoration: underline;
}


/* Slideshow */
#mainSlide {
    height: 102px;
	text-align: center;	
}

#menuSlide {
    display: inline;
    padding: 5px;
    margin: 1px;
    list-style: none;
}

#menuSlide li {
    display: inline;
    margin: 5px;
    padding: 1px;
    padding-left: 15px;
    padding-top: 3px;
/*    background: url(media/blockcontentbullets.png) no-repeat left; */
}

/* Content-header */

#infoBox {
    margin: 3px;
    border: 1px #999999 solid;
    padding: 5px;
/*    padding-left: 70px; */
    min-height: 50px;
/*    background: url(media/infobox_img.png) no-repeat -5px -5px; */
}

#loginForm {
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 105px;
    background: url(media/login_bg.png) top left no-repeat;
    width: 400px;
    height: 300px;
    text-align: center;
}

#loginButton, #homeButton {
    font-size: 12px;
    border: 1px #666666 solid;
    background-image: url(media/gradien_short.jpg);
    background-position: bottom left;
}

#homeButton {
    color: #666666;
}

/* tags spesific style */

input,textarea,select {
    border: 1px #727272 solid;
    font-size: 12px;
}

input:hover,textarea:hover,select:hover {
    border: 1px #444444 solid;
}

h3 {
    height: 30px;
    padding-left: 45px;
    padding-top: 10px;
    background: url(media/section_heading.png) no-repeat bottom left;
    border-bottom: 1px solid #999999;
}

a, a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #000;
}

/* classes definition */

.detailLink, .xmlDetailLink {
    padding: 1px;
    border: 1px solid #999999;
    text-decoration: none;
    background-color: #CCCCCC;
}

.xmlDetailLink {
    background-color: #FF9900;
}

.xmlResultLink {
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    font-weight: bold;
    background-color: #444444;
    text-decoration: none;
    color: #FFFFFF;
}

.item {
    min-height: 70px;
    text-align: left;
    margin: 5px;
    margin-bottom: 10px;
    padding: 5px;
    padding-top: 1px;
    padding-left: 53px;
    background: url(media/image.png) top left no-repeat;
}

.item a,a:hover {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.item a:hover {
    text-decoration: none;
    color: #000000;
}

.item .detailLink {
    font-size: 10px;
}

.item .xmlDetailLink {
    font-size: 10px;
    background-color: #FF9900;
}

.subItem {
    margin-top: 3px;
}

.marginTop {
    margin-top: 5px;
}

.border {
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
}

.margined {
    margin: 3px;
}

.tblHead {
    background-color: #CCCCCC;
    font-weight: bold;
}

.tblContent {
    border-bottom: 1px solid #CCCCCC;
}

.alterList {
    background-color: #accae2;
    margin-left: 2px;
}

.alterList2 {
    font-family:"Trebuchet MS";
    font-size:13px;
    color:#797B7A;
    font-weight:normal;
    text-decoration:none;
    padding-left: 50px;
    margin-top: 10px;
    margin-left: 0px;
}

