BODY {
 color: White;
 background-color: White;
 background: url(../../images/background.png);
 font-family: Arial, Tahoma, Verdana;
 font-size: medium;
 text-align: justify;
 color:Navy;
}

.galgrid
{
	background-color:White;
	border-style:solid;
	border-width:1;
	border-color:Gray;
	}
.galthumb
{
	max-width:100px;
	max-height:100px;
	}
	
IMG {border: 0}

.ymsec
{
 font-family: Tahoma;
 font-size:large;
}

.calhead
{
 font-family: Tahoma;
 font-size:large;
 color:White;
 background-color:Blue;
}

.cindis
{
 font-family: Tahoma;
 font-size:large;
 color:Gray;
}

.cinplain
{
 font-family: Tahoma;
 font-size:large;
 color:Navy;
}
.cinwe
{
 font-family: Tahoma;
 font-size:large;
 color:Red;
}

.cosimple
{
 font-family: Tahoma;
 font-size:x-small;
 color:Navy;
}


a {
 color: #f06060;
 font-weight:bold;
 text-decoration:none;
}

a:hover {
 color: #f0a060;
}

.lbar {
 background-color:White;
}

.leftmenubar
{
	background:url(../../images/left_menu.gif) no-repeat;
	width:30px;
	height:33px;
 padding:0px;
 
	}
.rightmenubar
{
	background:url(../../images/right_menu.gif) no-repeat;
	width:16px;
	height:33px;
	}

.menubar 
{
	background:url(../../images/center_menu.gif);
	background-repeat:repeat-x;
	height:33px;
	vertical-align:bottom;
   padding:0px;
text-align:center;
}

.gallerybtn
{
 color: #295A3C;
 font-size: 12px;
 text-align:center;
 cursor:pointer;
 width: 110px;
 height: 30;
 padding: 7px;
 background-color:White;
 background: url(../../images/bkgnd.gif) no-repeat left top;
 background-position:center;
 display:inline-block;
	}

.content
{
 height:320px;
 padding:10px;
 vertical-align:top;
 background-color:White;
 color: Navy;
 font-family: Tahoma;
 font-size:medium;
}

.vertmenu {
 display:none;   
}

.menuitem 
{
 color: Navy;
 font-size: 12px;
 text-align:center;
 cursor:pointer;
 width: 110px;
 height: 30;
 padding: 5px;
 background-color:White;
 background: url(../../images/bkgnd.gif) no-repeat left top;
 background-position:center;
 display:inline-block;
}

.hmenuitem {
 color: #295A3C;
 font-size: 12px;
 text-align:center;
 cursor:pointer;
 width: 110px;
 height: 30;
 padding: 7px;
 background-color:White;
 background-position:center;
 display:inline-block;
}

.vmenuitem {
 color: Navy;
 font-size: 12px;
 text-align:center;
 cursor:pointer;
 width: 110px;
 height: 30;
 padding: 7px;
 background-color:White;
 background: url(../../images/vbkgnd.gif) no-repeat left top;
 background-position:center;
 display:inline-block;
}

.menuitem a:hover {	
 color: #3399CC;
}


.simple
{
 font-family: Tahoma;
 font-size:small;
}

.msgheader
{
 color: Black;
 font-family: Tahoma;
 font-size:small;
 cursor:pointer;
}

.msgbody
{
 font-family: Tahoma;
 font-size:small;
 background-color:White;
 color: Gray;
}

.hidden {
 display: none;
}

.linkbtn {
 font-size:x-small;
 color:#FFE0C0;
} 

.linkbtn:hover {
 color:#d0b0a0;
} 

.dpDiv {
	background-color: #ffffff;
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

.dpTR {
	}
.dpTitleTR {
	}
.dpDayTR {
	}
.dpTodayButtonTR {
	}
.dpTD {
	border: 1px solid #ece9d8;
	}
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
.dpTitleTD {
	}
.dpButtonTD {
	}
.dpTodayButtonTD {
	}
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
