/* GLOBAL */

body {
    font-weight: normal;
    font-size: 12px;
    color: #5a3c31;
    font-family: Helvetica, Verdana, sans-serif;
    text-decoration: none;
    margin-top: 15;
    margin-left: 9;
    margin-right: 5;
    margin-bottom: 5;
}

body.index {
    font-weight: normal;
    font-size: 12px;
    color: #5a3c31;
    font-family: Helvetica, Verdana, sans-serif;
    text-decoration: none;
    margin-top: 20;
    margin-left: 5;
    margin-right: 5;
    margin-bottom: 5;
}

.announcement {
	font-style: italic;
	font-size: 14px;
	color: red;
	text-align: center;
}


.nomargin {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

img {
    border-style: none;
    border-width: 0;
}

img.hover {
    cursor: pointer;
}

/*
img.stretch {
    border-style: none;
    width = 100%;
    height = 98;
}
*/

img.button {
    /*vertical-align: center;*/
    cursor:pointer;
    cursor:hand;
}


table {
    border-spacing: 0;
    font-size: 12px;
    border-collapse: collapse;
}

/* MAIN PAGE */

td.homecell {
   background: url(../images/ak09bk.gif);
   background-image: url(../images/ak09bk.gif);
   background-repeat: no-repeat;
   text-align: center;
   vertical-align: center;
   width: 532px;
   height: 414;
}

td.presscell {
   background: url(../images/akhomepageblk.gif);
   background-image: url(../images/akhomepageblk.gif);
   background-repeat: no-repeat;
   text-align: center;
   vertical-align: center;
   width: 532px;
   height: 414;
}

table.maintable {
    height: 580px;
    /*border-style: solid;
    border-width: 2;
    border-color: #5a3c31;*/
}

tr.headerrow {
}

td.headercell {
   vertical-align: top;   
   background: url(../images/ak09header.gif);
   background-image: url(../images/ak09header.gif);
   height: 87px;
   width: 740px;
   cursor: pointer;
   background-position: center;
   background-repeat: no-repeat;
   
}

tr.mainrow {
   height: 100%;
}

td.maincell {
   width: 600px;
   text-align: center;
}

td.menucell {
   width: 140px;
   vertical-align: top;
   text-align: left;
   /*background-color: #9EDAE2; */ /*#b1e1ef;*/
   padding-top: 30px;
}

td.menuitem {
   padding-top: 20px;
   padding-bottom: 3px;
   width: 100%;
   cursor: pointer;
}


td.submenuitem {
   padding-left: 10px;
   padding-top: 3px;
   padding-bottom: 3px;
   width: 100%;
}

td.submenuitemhover {
   padding-left: 10px;
   padding-top: 3px;
   padding-bottom: 3px;
   width: 100%;
   cursor: pointer;
}

td.hidden {
   display: none;
}

td.nothidden {
   text-align: center;
}

img.hidden {
   display: none;
}

img.nothidden {
}

.mainiframe {
    width: 100%;
    height: 100%;
    border-style: none;
    border-width: 0;
    frameborder: none;
}


.subnavframe {
    width: 100%;
    height: 100%;
    border-style: none;
    border-width: 0;
    frameborder: none;
}


input.noborderserif {
    border-style: none;
    border-width: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    font-family: serif;
    width: 115px;
}

input.nobordersanserif {
    border-style: none;
    border-width: 0;
    padding: 0;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    width: 115px;
}

input.linebordersanserif {
    border-style: solid;
    border-width: 1;
    padding: 0;
    font-weight: normal;
    font-family: san-serif;
    width: 115px;
}



td.printmaincell {
   background: url(../images/artmain.gif);
   background-image: url(../images/artmain.gif);
   background-repeat: no-repeat;
   background-position: center top;   
   /*cursor: pointer;*/
   text-align: left;
   vertical-align: top;
   padding-top: 60px;
   padding-left: 40px;
   width: 437px;
   height: 347px;   
}





td.entrancecell {
   /*width: 33%;*/
   font-size: 14px;
   text-align: center;
   vertical-align: middle;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 80px;
}

td.entrancecellhover {
   width: 33%;
   font-size: 14px;
   text-align: center;
   vertical-align: top;
   cursor: pointer;
   padding-left: 10px;
   padding-right: 10px;   
}


body.textbackground {
    font-weight: normal;
    font-size: 12px;
    color: #5a3c31;
    font-family: Helvetica, Verdana, sans-serif;
    text-decoration: none;
 }


h4.hover {
    cursor: pointer;
}

.pressImg {
   display: inline;
}

.pressImg:hover {
   display: none;
}

.comingImg {
   display: none;
}

.comingImg:hover {
   display: inline;
}

td.bookcell {
   padding-top: 7px;
   font-size: 11px;
   vertical-align: bottom;
   white-space: nowrap;
}

td.booktext {
   text-align: left;
   vertical-align: bottom;
   font-size: 11px;
}

td.bookimg {
   text-align: center;
}


td.bookcell2 {
   font-size: 11px;
   vertical-align: bottom;
   white-space: nowrap;
}



