/** BASIC */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000000; /*#A9A9A9*/
	/*background-image:url(../../pics/sandstone.jpg);*/
}


hr { color: #999;
background-color: #999;
height: 1px;
border: 0;
}

h1, h2, h3, h4, h5, h6 {
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #746D12;
}




a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #746D12;
}

img
{ border:0;
}

td, th { vertical-align:top;
}


#detail td { background-color:#FFFFFF; border:thick; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; 
}

#detail caption { color:#009933;
}
#detail caption div {text-align:left;}
#detail .h{ background-color:#bad8ba; width:20em;
}
#detail .hs { background-color:#00FFFF;
}


/** HEADER */

#header {
	/*float: left;*/
	text-align:left;
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */

#menu {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li {
	/*padding: 2.2em 0em 0em 2em;*/
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC; /* #F47511 */
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*text-align: right;*/
}


#menu .s {background-color: #339933; /* #F47511 */}
#menu .s:hover{ background-color: #339933;}
#menu .s a  {text-decoration: none;}

#menu .s2 {background-color: #339933; /* #F47511 */}
#menu .s2:hover{ background-color: #CCCCCC;}

#menu .s3 {background-color: transparent; /* #F47511 */}
#menu .s3:hover{ background-color: transparent;}

#menu li {
	display: inline;
	background-color:#999999;
	font-size: smaller;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}


#menu li:hover{background-color: #CCCCCC;}


/** CONTENT */

#content {
	margin: 1em 0px;
	padding: 1em 0px; 
}

#left {
	float: left;
	width: 180px;
	padding-right: 2px;
}

#right {
	float: right;
	width: 800px;
	padding-left: 2px;
	border-left: 1px dashed #999999;
}

div .left{	float: left;
	width: 30%;
	padding-right: 4%;}
div .right {
	float: left;
	width: 60%;
	padding-left: 4%;
	border-left: 1px dashed #999999;
}

/** LIST */

.listr1 {color:#CCCCCC;}
.listr2 {color:#999999;}

/* LIST **/


/** FOOTER */

#search {
	margin: 0px;
	font-size: small;
	text-align:left;
	border-bottom: 0px solid #000000;
}


#album table { border-spacing:0.2em;}
.img, #detail .img { background-color:#dbdbdb; width:130px; height:130px; min-width:130px; min-height:130px; vertical-align:top; text-align:center;}
.img:hover, #detail .img:hover {background-color:#CCCCCC; background:#CCCCCC;}
/*#album table td { background-color:transparent; vertical-align:middle; text-align:center;}
#album table td .n:hover {background-color:transparent;}*/
#footer {
	clear: both;
}

#footer p {
	line-height: 90%;
	margin: 0px;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: small;
	color:#999999; /*#CCCCCC*/
}

#navbarlist a { color:#0000FF; text-decoration:none;
}
#navbarlist {  border-spacing:0.2em;}
#navbarlist td {border:#0000FF 1px solid; background:#FFFFFF; color:#999999;font-size:smaller;}

/* button */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: url('../../pics/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: url('../../pics/bg_button_span.gif') no-repeat;
    display: block;
	color:#000000;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* button */

