/* SECTION: Standard stylesheet */
/* SECTION: general elements */

html, body{
  height: 100%;
}
body{
  /*font-family: Arial, Helvetica, Sans-serif;*/
  font-family: "Times New Roman", Times, serif
  font-size: 12px; 
  background-color: #FFFFFF;
  color: #000000;
}

caption,th,td{
  font-size: 12px; 
}

h1{
  margin: 4px 0px;
  padding: 0px;
  font-size: 18px;
}
h2{
  margin: 4px 0px;
  padding: 0px;
  font-size: 16px;
}
h3{
  margin: 4px 0px;
  padding: 0px;
  font-size: 14px;
}
h4{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
h5{
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
h6{
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
p{
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

/* Use class layout on images and tables used for layout */
img.layout, a img.layout{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
table.layout{
  margin: 0px;
  padding: 0px;
}
td.layout{
  padding: 0px;
  text-align: left;
  vertical-align: top;
}


/* SECTION: link styles */

/* Normal link styles */

a:link {color: #000000;}
a:visited {color: #000000;}
a:hover  {color: #000000;}

/* read more.. links */
.link {}
a.link:link{}
a.link:visited{}
a.link:hover{}

/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-size: 14px; font-weight: bold; color: #000000;}
.headlinelink:link{}
.headlinelink:visited{}
.headlinelink:hover{}

/* Linked headlines on listing pages */
.headline .headlinelink { font-size: 18px; font-weight: bold;}
.headline .headlinelink:link{text-decoration: none;}
.headline .headlinelink:visited{text-decoration: none;}
.headline .headlinelink:hover{text-decoration: none;}

/* Navigation path links */
.path {font-weight: normal; color: #000000; }
a.path:link{text-decoration: none;}
a.path:visited{text-decoration: none;}
a.path:hover{text-decoration: none;}

/* Sitemap links */
.tree{font-weight: normal;}
a.tree:link{text-decoration: none; color: #000000;}
a.tree:hover{text-decoration: underline; color: #000000;}
a.tree:visited{text-decoration: none; color: #000000;}
a.tree:visited:hover{text-decoration: underline; color: #000000;}

.sitetree{font-weight: bold;}
a.sitetree:link{text-decoration: none; color: #000000;}
a.sitetree:hover{text-decoration: underline; color: #000000;}
a.sitetree:visited{text-decoration: none; color: #000000;}
a.sitetree:visited:hover{text-decoration: underline; color: #000000;}


/* SECTION: Standard CP classes*/
.default { }
.date { font-size: 10px; }
.feedback {font-weight: normal; color: #000000;}

/* Standard tools */
div.tools{margin: 15px 0px;}
div.tool{margin: 2px 0px;}
/* SECTION: listing/view styles */

div.pagedescription{}
.pagedescription{
  font-size: 14px;
  font-weight: bold;
}

.headline, h1.headline {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.headlineview, h1.headlineview {
  font-size: 17px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}

.subheadline, h2.subheadline {
  font-size: 11px; 
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress, p.ingress{
  margin: 6px 0px; padding: 0px;
}
.ingressview, p.ingressview{
  margin: 6px 0px; padding: 0px; font-weight: bold;
}
p.byline, .byline{
  margin: 0px; padding: 0px;
}


/* SECTION: viewarea block/spacing elements */
.block{
  margin-bottom: 15px;
}
hr{
  clear: both;
}
div.hr{
	/* Replacement for hr. This is easier to style */
	font-size: 1px;
	clear: both;
	height: 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 15px;
}
div.body{
  clear: both; 
  margin: 0px 0px 22px 0px;
}

/* SECTION ARTPICS */

td.artpic{
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

/* SECTION: page containers */ 

#page{
  width: auto;
}

#top{
  display: none;
}

#middle{
}
#main{
}

#navbar{
  display: none;
}

#topnavigation{
  display: none;
}

#sidebar{
  display: none;
}

#footer{}


/* End standard containers and items */

/* SECTION: standard box */ 

.box{
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}


.box .cell{
  padding: 5px;
}
#main .box{
  border-width: 1px 0px 0px 0px;
  padding-bottom: 5px;
}
.box p{
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.box ul{
  padding: 0px;
  margin: 0px 0px 5px 0px;
  list-style-type: none;
}

.box ul li{
  margin: 5px 0px;
  padding: 0px;
}

.box h3{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 1px 5px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
}


/* SECTION: banner locations */

.bannerlocation{
  display: none;
}