/*Main.css starts here*/

body { color: #ffffff; font-size: 16px; font-family: Geneva, Arial, Helvetica, sans-serif; background-color: #282828; background-repeat: repeat; margin-left: 4px; margin-top: 4px; }
.style1 {	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #191919;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 2px;
	padding: 5px;
	height: 30px;
	width: 150px;
	clear: none;
	float: none;
	font-style: normal;
	line-height: normal;
	text-align: left;
	vertical-align: middle;
	bottom: auto;
	top: auto;
	text-indent: 6px;
	letter-spacing: normal;
	clip: rect(auto,auto,auto,auto);
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.style3 { color: #ffff33
; font-family: Geneva, Arial, Helvetica, sans-serif; }
a, a:visited { color: white; font-family: Geneva, Arial, Helvetica, sans-serif; }
a:hover { color: #ff0; font-family: Geneva, Arial, Helvetica, sans-serif; }




/*Nav.css starts here*/

/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p { color: white; font-size: 12px; font-family: Verdana, geneva, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #282828; }

/*Control DIV for expand all and collapse all links*/
#p7TMctrl { margin: 0 0 12px; font-size: 12px; display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	

}
#p7TMctrl a:visited {
	color: white;

}
#p7TMctrl a:hover {
	color: yellow;

}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div { margin: 0 0 0 16px; }

/*The Link style for top-level menuitems*/
#p7TMnav div a { font-size: 12px; font-weight: bold; text-align: left; border: none; }
#p7TMnav div a:visited {
	color: white;

}
#p7TMnav div a:hover {
	color: yellow;

}

/*The Link style for second-level menuitems*/
#p7TMnav div div a { font-size: 12px; font-weight: normal; text-align: right; border: none; }

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	padding: 0 0 0 0px !important;
	background-image:  none;


}
.p7minusmark {
	padding: 0 0 0 0px !important;
	background-image:  none;

}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 0px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666 !important;
}






/*GalleryStyle.css starts here*/

#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	/*background-color: #CCCCCC;*/
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #FFFFFF; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #FFFFFF; text-decoration: underline; }

.userAlert{
	float:right;

}


/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #FFFFFF;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.pagenums {
	font-size:10px;
	font-family: Trebuchet MS, verdana, arial;
	color: #FFFFFF;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 11px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #FFFFFF;
}

.indexInfo .date {
	color: #FFFFFF;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
/*	color: #FFFFFF;*/

	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #FFFFFF;
}

.contentLast {
	font-size:11px;
/*	color: #FFFFFF;*/
	padding-top:6px;
}

/* feedback */

.feedback {
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 6px 6px 0 6px;
}

.checkBoxText
{
	font-size: 11px;
	color: #FFFFFF;
}
.button {
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	width:100%;
	background-color:#D6BA8B;
}
	
