application{
  background-color:#000;
  autoHide:4;/*Number of seconds that mouse is inactive and interface hides from sight*/
}
albumThumbnail {
   background-color:#000000;
   /*outline-color:#333333;*/
      outline-color:#ffffff;

   inner-border-color:#ffffff;
      /*inner-border-color:#1A1A1A;*/

   hilight-color:#000000;
/*      hilight-color:#0099FF;*/

   width:112px;
   height:82px;
   size:Small;/*Flickr size to use. Options are Square, Thumbnail, Small, Medium, Large and Original*/
   border:4px;
}
albumTitle{
  background-color:#333333;
  alpha:65;
  
  text-color:#999999;
  font-family:Arial,Helvetica,Verdana,_sans;
  font-size:10;
  font-style:normal;
  font-weight:normal;
}
contentThumbnail {
   background-color:#000000;
   outline-color:#333333;
   inner-border-color:#1A1A1A;
   hilight-color:#0099FF;
   width:67px;
   height:41px;
   size:Square;/*Flickr size to use. Options are Square, Small, Thumbnail, Medium, Large and Original*/
   border:2px;
}
fullImage{
  align:middle;
  valign:middle;
  fullscreen:true;
  size:Auto;/*Flickr size to use, as above. Auto picks the largest appropriate size for the user's screen.*/
  fit:all;
}
photoTitle{
  height:25;
  background-color:#000000;
  outline-color:#1A1A1A;
  text-color:#999999;
  font-family:Arial,Helvetica,Verdana,_sans;
  font-size:11;
  font-style:normal;
  font-weight:normal;
}
username{
  background-color:#000000;
  outline-color:#1A1A1A;
  text-color:#999999;
  font-family:Arial,Helvetica,Verdana,_sans;
  font-size:11;
  font-style:normal;
  font-weight:normal;
}
loadBar{
  background-color:#000000;
  outline-color:red;
  progress-color:#0099FF;

}
alertWindow{
	background-color:#323332;
	outline-color:#646664;
	text-color:#000000;
	hilight-color:#FFFFFF;
}