html {
         height: 100%;
     }

#ccontainer {
		margin: 0 auto;   /* align for good browsers */
		width: 736px;
		height: 365px;
		padding-left: 3px;
	}
	
.greenBorder {border: 1px dotted #7777ff; background-color: #bbbbff} /* just borders to see it */
	
/* These styles are just for the test template. Make some better ones. And yes, I know it's messy ;-) */
BODY { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-align: center; margin-top: 0px; height: 100%; }
#main { width: 736px; height: 365px; margin: 0px auto; text-align: left; }
.album {float: left;}
.album H3 { font-family: Arial; font-weight: bold; font-size: 10pt; }
.albumthumb IMG {margin: 3px; text-align: left; float: left; }
.imagethumb IMG, .image IMG { border: 0px; margin: 0px; padding: 0 1px 0 1px; }
.image { margin: 0px; padding: 0px; float: left; }
HR { clear: both; height: 0px; border: 0px; border-top: 1px solid #ccc; margin-top: 0px; padding: 0px; }
HR.space { margin: 12px 0px; }
#gallerytitle H2 { font-size: 11pt; margin: 0px; padding: 0px;  }

.imgnav { 
  margin-bottom: 8px;
  font-size: 17pt; 
  font-weight: normal; 
  color: #CCC; 
  border: 1px solid #ddd;
}
.imgnav A {
  display: block;
  font-style: italic;
  padding: 1%;
  background-color: #f4f4f4;
  text-decoration: none;
  color: #ccc !important;
  width: 48%;
}
.imgnav A span {
  font-style: normal;
  color: #6699CC;
}
.imgnav A.next { float: right; text-align: left; }
.imgnav A.prev { float: left; text-align: right; }
.imgnav A:hover, .imgnav A:active { background-color: #def; color: #999 !important; text-decoration: none; }

.imagedisplay { clear: both; }
#images { margin: 5px 0px 10px; clear: both; }
#albums { clear: both; padding; 0px; width: 710px; }
.pagenav { margin: 5px 0px 5px; font-size: 8pt; font-weight: bold; color: #CCC; clear: both; }
.pagenav A:link, .pagenav A:visited { color: #333; text-decoration: none; }
.disabledlink { color: #ddd; cursor: default; }
#gallerytitle SPAN { font-weight: normal; color: #ccc; text-decoration: none; }
#gallerytitle A:link, #gallerytitle A:visited { text-decoration: underline; color: #666; }
.albumtitle H3 { margin: 0px; padding: 0px; font-weight: normal; font-size: 14pt; }


A:link, A:visited {
	text-decoration: none;
	color: #3366CC;
}
A:hover, A:active, 
#gallerytitle A:hover, #gallerytitle A:active, 
.pagenav A:hover, .pagenav A:active  {
	text-decoration: underline;
	color: #f90;
	background-color: #FFFAF0;
}

UL.pagelist {
  padding: 0px;
  margin: 5px 0px 5px;
  list-style-type: none;
  height: 2em;
}
UL.pagelist LI { display: inline; font-weight: bold; }
UL.pagelist LI A, UL.pagelist LI span.disabledlink {
  display: block;
  float: left;
  padding: 2px 4px;
  background-color: #EEEEEE;
  text-decoration: none;
  color: #999;
}
UL.pagelist LI span.disabledlink { background-color: #fff; color: #ddd; cursor: default; }
UL.pagelist LI A:hover { background-color: #f90; color: #fff; }
UL.pagelist LI.current A { background-color: #3366CC; color: #FFF; cursor: default; }

.commentcount { font-weight: normal; font-size: 11pt; margin-top: 10px; }

#comments {
  border: 1px solid #f0f0f0;
  padding: 15px 20px;
  margin: 15px 0px;
  width: 350px;
  display: block;
}
.comment {
  margin: 15px 0px;
  padding: 10px 10px;
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}
.commentmeta { color: #999; }
.commentauthor { font-weight: bold; }
.commentbody { margin: 5px 0px; line-height: 1.3em; }
.imgcommentform INPUT { margin-top: 4px; border: 1px solid #eee; background-color: #f8f8f8; }
.imgcommentform TEXTAREA { margin-top: 4px; font-family: Arial, helvetica, verdana, sans-serif; font-size: 10pt; border: 1px solid #eee;}
.error { color: #C33; font-weight: bold; }

/* ============ css menu =============== */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #704968;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}

/* ============ css menu 2 =============== */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 2px;
width: 165px;
font-size: 12pt;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 149px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 167px; /*IE 5*/
w\idth: 149px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #256687;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}