

/* ----------- table -------- */

#center{
	width: 890px;
	margin-top:10px;
	background: #FFF;
	margin-bottom: 10px;
}

#center td{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.light_bg{
	background-color: #CCDDFF;
}

.tableborder{
	border: 1px solid #999;
}


.borderright {
	border : 1px solid;
	border-left : none;
	border-right-color : #336699;
	border-bottom : none;
	border-top : none;
} 

.borderleft2 {
	border : 1px solid;
	border-left-color : #999;
	border-right : none;
	border-bottom : none;
	border-top : none;
} 

.borderright2 {
	border : 1px solid;
	border-left : none;
	border-right-color : #999;
	border-bottom : none;
	border-top : none;
} 

.bordertop2 {
	border : 1px solid;
	border-left: none;
	border-right : none;
	border-bottom : none;
	border-top-color : #999;
} 

.borderbottom2 {
	border : 1px solid;
	border-left: none;
	border-right : none;
	border-bottom-color : #999;
	border-top : none;
} 

.rtborderdots {
	border : 1px dotted;
	border-left: none;
	border-right-color: #999;
	border-bottom :none ;
	border-top : none;
} 

/* ----------- albums -------- */

.albums{
		width: 600px;
		margin-top: 35px;
}

#amenu {
	border-bottom : 1px solid #91B7B7;
	margin : 0;
	padding-bottom : 19px;
	padding-right : 5px;
	color:#333;
}

#amenu ul, #amenu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#amenu a:link, #amenu a:visited	{
	background : #DDE8E8;
	border : 1px solid #91B7B7;
	color : #333;
	float : left;
	font-size : 11px;
	font-weight : normal;
	line-height : 14px;
	margin-right : 5px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#amenu a:link.active, #amenu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#amenu a:hover	{
	color : #336699;
	background : #FFFFCC;
}

body.section-1 #amenu li#nav-1 a, 
body.section-2 #amenu li#nav-2 a,
body.section-3 #amenu li#nav-3 a,
body.section-4 #amenu li#nav-4 a {
	background : #fff;
	border-bottom : 1px solid #fff;
}

.borderalbum {
	border : 1px solid;
	border-left-color : #91B7B7;
	border-right-color : #91B7B7;
	border-bottom-color : #91B7B7;
	border-top : none;
}  

/* ----------- end albums -------- */

.border{
	border: 1px solid #91B7B7;
}




