/* Style for the protea.ie charity - proteastyle.css */
body {
	border:solid 0px  white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", sans-serif;
	font-size:14px;
	/* background-color: #CBD5F1; */
	background-color: white;
}
/* p:first-letter {
	font-size:1.4em;
	font-family: "Comic Sans MS";
} */
h1 {
	font-size:1.5em;
	font-weight: bold;
	background-color:#666666;
}
h2 {
	font-size:1.2em;
	font-weight: bold;
}
h3 {
	font-size:1.1em;
	display: inline;
	font-weight: bold;
	font-style: italic;
		
}


.small {
	font-size:.8em;
}
.red {
	color:red;
}
.green {
	color:#00FF00;
}
.big {
	font-size:1.5em;
}
.centerwrapper {
	width: 100%;
	/* text-align: center; */
	/* background-color: #CBD5F1; */
	
}

#topheading {
	width:776px;	
	margin: auto;  /* makes it centred if within earlier centered text-align */
	/* background-color: black; */
	height: 78px;
}

#globalMenuPlaceholder {
	height: 16px;
	clear: both;
	width: 776px; 
	margin: auto;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px white;
	background-color: black;
	
}

#globalMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/* clear: both; */
	/* background-color: #000000; */
	background-color:black;
	font-size: .9em;
}
#globalMenu li {
	padding: 0px 5px 0px 5px;
	float: left;
	font-family: Tahoma, Arial;
	background-color: black;
	border-right: solid 1px rgb(253,234,204);
}

#globalMenu li.liHi {
	padding: 0px 5px 0px 5px;
	float: left;
	font-family: Tahoma, Arial;
	/* background-color: red; */
	border-right: solid 1px rgb(253,234,204);
	background-image: url(../images/liHi.jpg);
}

#globalMenu li.liNorm {
	padding: 0px 5px 0px 5px;
	float: left;
	font-family: Tahoma, Arial;
	/* background-color: black; */
	background-image: url(../images/liNorm.jpg);
	border-right: solid 1px rgb(253,234,204);
}
#globalMenu li a {
	font-family: Tahoma, Arial;
	/* color: #999966; */
	color: #DDDDDD;
	padding: 0px 0px 0px 0px;	
}	
#globalMenu a:link {
	text-decoration: none;
	
}
#globalMenu a:visited {
	text-decoration: none;
	
}
#globalMenu a:hover {
	text-decoration: underline;
	color: white;	
}
#globalMenu a:active {
	text-decoration: none;
	
}
.clearer {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	
}	

#content {
	font-size: 1em;
	width: 776px;  /* 776  - 2x0px padding */
	padding: 0px 0px 0px 0px; /* zero padding at BOTTOM */
	color: #0000FF;
	margin: 0px auto 0px auto;
	text-align: justify;	/*height: 480px; */ /* allows 776 x 500px height background jpg  */	/* background-image: url(/images/content_background.jpg);
	background-repeat: repeat-y;  */
	/*overflow-x: auto; */
	/* overflow-y: hidden;	 */
	 	
	
}
#LHS {
	width: 193px;	/* 203 - 2x5 */
	padding:10px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFCC;
	font-size:1.4em;
	float:left;
	text-align:left;

}


#RHS {
	width: 551px; /* 576 - 5 - 20*/
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:white;
	font-size:1em;
	float: right;
}
#RHS ul.simplelist {
	list-style-type:none;
	
	
}

#RHS ul {
	list-style-type:disc;
	
}


.contentTitle {
	width: 766px; /* 776 - 2x5px */
	border-top: 1px white solid;
	border-bottom: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
	background-color: #85684c;
	text-align: left;
	/* vertical-align: bottom; */
	margin: auto;
	padding: 2px 5px 2px 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	height: 1.1em;
	
}

.contentLeftImage {
	width: auto;
	float:left; 
	padding: 0px 5px 5px 0px;
	
	
}
table.tblType1 { 

	border-collapse: collapse;
	background-color: #0033FF;
	padding:0px;
	border: 3px ridge gray;
	
	
}
.tblType1 caption {
	font-size: 0.8em;
	text-align:left
}

.tblType1 th {
	font-weight: bold;
	font-style: italic;
	font-size:1.2em;
	color:yellow;
	padding:0px;
	border:3px ridge gray;
	padding:2px;
	background-image: url(/images/tablehead.jpg); 

}


.tblType1 td {
	color:white;
	padding:2px;
	border:2px ridge gray;
	/* background-image: url(/images/content_background.jpg); */
	background-color:#666666;
	text-align:left;
	
}
.tblType1 td.highlight {
	background-color:#888888;
}

.tblType1 a:link {
	text-decoration: underline;
	color:white;
}
.tblType1 a:visited {
	text-decoration: underline;
	color:#FFFFFF;
}
.tblType1 a:hover {
	color:lime;
	text-decoration: underline;
}
.tblType1 a:active {
	text-decoration: underline;
	color:#0099FF;
}

.tblType1 span.superscript {
	vertical-align: super;
	font-size:.7em;

}

/* Login Screen styles */
.log_fs {
	width:200px;
	font-family: "Trebuchet MS", sans-serif;
	margin: auto;
	color: white;
	
	
}
.log_fs .legend {
	color: white;
}

.log_fs label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
	background-color:#999999;
	color:#FFFFFF;
 }
.log_fs .nobr {
	display:none; }  
.log_fs .textfield {
	margin:3px;
	width:100px;
	font-family: "Trebuchet MS", sans-serif;
	color: green; 
	 }
.log_fs .textfield_right {
	margin:3px;
	width:100px;
	text-align: right;
	font-family: "Trebuchet MS", sans-serif;
	color: green; 
}
.log_fs .textarea {
	margin:3px;
	height:165px;
	width:100px; }
	
.log_fs .submitbtn {
	margin-top:0.2em;
	margin-left: 0px;
	width:80px;
	color: red; 
	padding:0;
	font-family: "Trebuchet MS", sans-serif;
}	


/* end of Login Screen Styles */


.error_msg {
	text-align: center;
	color: red;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}


/* Admin Edit Screen styles */

.admin_fs {
	width:500px;
	font-family: "Trebuchet MS", sans-serif;
	font-size:1.0em;
	float:  left;
	
}
.admin_fs legend {
	margin:3px;
	/* color:#0000FF */
	color: white;
	font-weight: bold;	
	}	
	
.admin_fs label {
	text-align:right;
	width:120px;
	float:left;
	padding:0.2em; 
	margin-top:0.3em;
	background-color:#666666;
	color:#FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
	
 }
.admin_fs .nobr {
	display:none; }  
.admin_fs .textfield {
	margin-top:0.2em;
	margin-left:0.25em;
	width:150px;
	color: green; 
	font-size:1.0em;
	padding:0.2em;
	font-family: "Trebuchet MS", sans-serif;
		
}
.admin_fs .textfield_right {
	margin:3px;
	height:13px;
	width:100px;
	text-align: right;
	font-size:1.0em;
}
.admin_fs .textarea {
	margin:0px;
	height:80px;
	width:250px;
	font-size:1.0em;
	color: green;
	font-family: "Trebuchet MS", sans-serif;
	
}

.admin_fs .optgroup {
	margin:3px;
	height:165px;
	width:100px; }	
.admin_fs  .optionarea {
	margin:3px;
	width:50px; 
	color:green;
	font-family: "Trebuchet MS", sans-serif;
	}	
.admin_fs .selectarea {
	margin:3px;
	width:80px;
	color: green;
	font-family: "Trebuchet MS", sans-serif;
	font-size:1.0em;
}
.admin_fs .selectareaYN {
	margin:3px;
	width:40px;
	color: green;
	font-family: "Trebuchet MS", sans-serif;
	font-size:1.0em;
}

.admin_fs .selectareawide {
	margin:3px;
	width:157px;
	color: green;
	font-family: "Trebuchet MS", sans-serif;
	font-size:1.00em;
}
.admin_fs .notes {
	color: #999999;	
	padding: 0px 0px 0px 2px;
	
}

.admin_fs .submitbtn {
	margin-top:0.2em;
	margin-left: 0px;
	width:80px;
	color: red; 
	font-size:1.0em;
	padding:0;
	font-family: "Trebuchet MS", sans-serif;
}
.admin_fs .cancelbtn {
	margin-top:0.2em;
	margin-left: 0px;
	width:80px;
	color: green; 
	font-size:1.0em;
	padding:0;
	font-family: "Trebuchet MS", sans-serif;
}		

/* end of Admin Edit Screens Styles */

/* next styles are for displaying the photos */
.tblType2 table{table-layout:fixed; width:766px; border-collapse: collapse;}
.tblType2 .colw {width:191px;  /* allow for 4 across */ }
.tblType2 td {border:0px; vertical-align:top;}
.photothumb {
	/* width:190px; *//* to fit 4 across */
	float:left;
	text-align:left;
}
.photothumb img {
	/* padding:1px 1px 1px 1px; */
	display:inline;
	/* background:#cccccc; */
	border:1px solid #f0f0f0;
	/* margin: 0 20px 0 0; */
	/* float:left; */
	
}
.photothumb .location {
	font-size:.7em;
	color:green;

}

.photothumb .caption {
	color:#00CC00;

}

.photobig {
	width:766px;
	text-align:left;
}
.photobig img{
	display:inline;
	border:0px solid black;

}
.photobig .caption {
	color:#00CC00;

}
.photobig .takendate {
}
.photobig .photographer {
}
.MailToAddresses {
	width:755px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	height:100px;
	border: solid red 2px;
	float:left;
	overflow: scroll;	
	padding: 2px;
	text-align:left;
}

.shadow-container {
	
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px; 
	
}

.shadow-container .shadow2,
.shadow-container .shadow3,
.shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    .shadow-container .shadow1 {
        background-color: #F1F0F1;

    }

    .shadow-container .shadow2 {
        background-color: #DBDADB;
		
    }

    .shadow-container .shadow3 {
        background-color: #B8B6B8; 
		
		
    }

    .shadow-container .container {
        background-color: #ffffff;  
		border: 1px solid #848284;
        padding:0px;

    }
	
.shadow-container .container img {
	
	padding:0px;
	margin:0px;
	background-color:yellow;
	display:block;

}
.shadow-container .container h1 {
	
	padding:0px;
	margin:0px;
	background-color:#FFFF00;
	display:block;
}
#LHSPhoto {
	
	width:154px;
	display:block;
}
.RHSPhoto {
	width: 204px;
	float:right;
	margin:5px 0px 0px 5px;
	
	

}
.RHSPhoto img {

}

.Quote {font-family:"Book Antiqua", sans-serif; font-size:.5em; color:#FF0000; text-align:left;}



.PhotoINLINE {
	width: 350px;
	padding: 0px 5px 5px 0px;
	float: left;
	background-color:white;
	display:inline;
	
}
