/* Free Burma Rangers (FBR) CSS Document */

/* minimal new stuff */
body { 
	padding:0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin:0;
}
/*
font-size:62.5%; takes 16px default size down to 10px, which apart from being less huge is a nice round number. From now on its easy to think in pixels but still set sizes in terms of ems: 1em is 10px, 0.8em is 8px, 1.6em is 16px, etc.
*/

.mainbodycell {
padding-left:17px; 
padding-right:17px;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
text-align:left;

}

a {color:#4c621f;}
a:hover {color:#b7c494;}
a:visited {color:#98a96b;}

ul {list-style-image:url(/image/bullet.gif); margin-top:6px; text-align:left;}
li {margin-top:6px;}
li a        {color:#4c621f;font-weight:bold;text-decoration:none;}
li a:hover  {color:#b7c494;font-weight:bold;text-decoration:underline;}
li a:visited {color:#4c621f;}

hr {  color: #CCCCCC; line-height: 1pt; border-style: dashed}

.centrephotos img {border:1px solid #000000;}
.divdashedline {width:100%;height:1px;padding:0;margin-top:5px;margin-bottom:0px;background-image:url(/image/dashed_line.gif); background-repeat:y;}
.greytext {color:#666666;font-weight:bold; font-size:0.9em;}
.photoDiv{
	float:left;
	height:20px;
	background-color:white;

	}
.photoDiv div{
	width:100%;
	background-image:url(/image/dropshadow.gif);
	border:solid 1px black;
	text-align:center;
	padding:10px;
}
	
.photoDiv img{
	width:100%;
}
.photoDiv p{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:-10px;
	padding:5px;
	color:#666666;
	font-size:0.9em;
	text-align:left;
}

.photocaption {padding:5px;color:#666666;font-size:0.9em;text-align:left; }
.phototable {width:20px;margin:14px;}
.smalltext{font-size:0.7em;}

/* Legacy email styles */

/*.title1 {font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color:#4c621f; font-weight: bold}*/
.title1 { /*clone of reporttitle */
color:#4c621f; /*dark heading green*/
font-weight:bold;
margin-top:8px;
margin-bottom:4px;
font-size:1.2em;
}
.title2 {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em; color:#4c621f; font-weight: bold}

.bodyCopy {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em}
.bodyBox {background-color: #FFFFFF; padding-top: 7px; padding-left: 7px}
.linkMenu {font-size:1.0em;}

/* legacy todos styles */
.tr{
background-color: #f0f3e9;
height: 20px;
/*font-weight:bold; */
padding-left: 8px; 
padding-right:8px;
padding-top:4px;
padding-bottom:4px;
}
.tr1{
background-color: #ffffff;
height: 20px;
/*font-weight:bold; */
padding-left: 8px; 
padding-right:8px;
padding-top:4px;
padding-bottom:4px;
}


