.gb {
	border-left:1px solid #45A56B;
	border-right:1px solid #45A56B;
}

.fullgb {
	border:1px solid #45A56B;
}

.whiteLink {
	font-family: Arial;
	font-size:13px;
	color:white;
}

.saw {
	background:url(/img/peaceandblessingsOnProphetSAW.jpg); 
	background-position:right;
}

.redLink {
	color:red;
}

.redLink:hover {
	color:black;
}

.bbottom {
	border-bottom:1px solid #dbdbdb;
}

.mbox {
	background-color:#ffffcc;
	border:1px solid gray;
	padding-right:12px;
	padding-left:12px;
	text-align:center;
}

.kbox {
	background-color:khaki;
	border:1px solid gray;
	padding-right:12px;
	padding-left:12px;
	text-align:center;
}

.lbox {
	background-color:#eeeeee;
	border:1px solid #dbdbdb;
}

.ybox {
	background-color:#ffffcc;
	border:1px solid #ffcc33;
}

.mbox a {
	text-decoration:none;
}

.kbox a {
	text-decoration:none;
}


.yellowLink {
	font-family: Arial;
	font-size:13px;
	color:yellow;
}

.eon {
	background-color:#dbdbdb;
	font-weight:bold;
	width:153px;
	text-align:center;
}
.eoff {
	background-color:#efefef;
	width:153px;
	text-align:center;
}	
		
.tlink {
	text-decoration:none;
	color:003c00;
}

.rlpadding {
	padding-left:3px;
	padding-right:1px;
}

.rnlink {
	text-decoration:none;
	color:#003c00;
}

.rnlink: hover {
	text-decoration:none;
	color:#333300;
}

.tlink: hover {
	color:tomato;
}

.greenLink {
	color:green;
}

.greenLink:hover {
	color:black;
}

.hilite {
	background-color:#ffffcc;
	color:black;
	font-family: Arial;
	font-size:13px;
}

.bhilite {
	font-weight:bold;
	background-color:#ffff99;
	color:green;
	padding:3px;
	font-family: Arial;
	font-size:15px;
	text-decoration:none;
}

.shilite {
	background-color:#ffff99;
}

.whiteLink:hover {
	color:white;
}

.btitle {
	color:#003c00;
	font-size:19px;
	font-weight:bold;
	font-family: Arial;
	text-decoration:none;
}

.mtitle {
	color:#003c00;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
}


.mediaTitle {
	color:#003c00;
	font-size:15px;
	font-weight:bold;
	font-family:Arial;
}

.ton {
	background-color:#ffff66;
	border:1px dotted gray;
}

.toff {
	border:1px dotted #eeeeee;
}

.mediaTitle:hover {
	color:green;
}

body,td,a { 
	font-family: Arial;
	font-size:13px;
	color:black;
}

a:hover {
	color:green;
}

.lgb {
	border:1px solid #c6c6c6;
}

.vgb {
	border:1px solid #eeeeee;
}

.bgz
{
	background-image: url(img/bgz.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.lf {
	font-family:arial;
	font-size:11px;
}


.idbr {
	border:3px solid red;
	background-color:tomato;
}



.idbg {
	border:2px solid orange;
	background-color:yellowgreen;
}


.idbs {
	border:2px solid orange;
	background-color:white;
}

.pNav {
	font-size:12px;
}


/* CALENDAR STUFF BELOW */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #eeeeee;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #eeeeee;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #eeeeee;
	border: 1px solid black;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #cccccc;
	border: 1px solid #888888;
	cursor: pointer;
	color: black;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	color: black;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-size:11px;
	color: black;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton 
{
    font-size:11px;
	color: black;
	background: #cccccc;
	
	}


