/** CSS DocumentAutor: Tudoran Radu Mihai e-mail: tudoran.radu.mihai@gmail.com*/

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#B30000;
	text-decoration: none;
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:normal;
	/*text-decoration: none;*/
	color:#000;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color:#B30000;
	text-decoration: none;
}
.whitetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color:FFF;
	text-decoration: none;
}

.whitebody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #FFF;
}
.palebody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #999999;
}
.colourbody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal!important;
	color:#B30000; 
}

.articlepalebody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
font-weight: bold;
	color: #000;
}
.articlecolourbody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
font-weight: bold;
	color:#B30000;   
}

.categorypalebody {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bold;
	color:#000;
	
}
.categorycolourbody {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold!important;
	color:#FFF; 
}

.photo {
border-color:#FFFFFF;
}


#lightbox{
	background-color:#eee;
	padding: 5px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{
background-color:#1F1A17}

* html #overlay{
	background-color: #000000;

	}


