/*
******************
My User Classes
******************
*/ 


/*****************************************
 PVII Harmony: CSS Page Grid Framework
 by Project Seven Development - ver 1.2.0
 www.projectseven.com
*****************************************
*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	margin: 0px;
	font-weight: 600;
}
.txtShd {
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.txt-xlgr {
	font-size: x-large;
}
.txt-sm {
	font-size: small;
}

.txt-indent {
	text-indent: 50px;

}
.underline {
	text-decoration: underline;
}

.lnSp {
	line-height: 150%;
}


.txt-lgr {
	font-size: large;
}



.p7HMY {
	margin: auto;
}

/*
----------------------------------------------
 Special fixed background images. The first class "top-panel"
 sets the smoky wisp background in the first content box in
 layout-01. The second class "banner-01" is for the large, 
 full-width image of the woman in the hat in layouts 01-03.
----------------------------------------------
*/

.top-panel {
	background-image: url(../images/background/JungleWarrior-filters.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
} 
.intro {
	height: auto;
	width: 60%;
	padding-right: 20%;
	padding-left: 20%;
}


.banner-soldierWalk {
	background-image: url(../images/background/soldiersWalk-04-25.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
} 
.banner-agent-orange {
	background-image: url(../images/background/agent-orange-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 0px;
	padding-bottom: 320px;
}

.banner-wall {
	background-image: url(../images/background/Wall-04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.banner-timeline {
	background-image: url(../images/background/11thlib-timeline.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background: cover;
}

.banner-wall-winter {
	background-image: url(../images/background/Wall-winter-filters.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

.banner-3soldiers {
	background-image: url(../images/background/3-soldier_stat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.banner-memorialFlag {
	background-image: url(../images/background/memorialFlag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}


.banner-casualties {
	background-image: url(../images/background/casualites.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.banner-purpleHeart {
	background-image: url(../images/background/purpleHeart.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.banner-VietnamCampaign {
	background-image: url(../images/background/VietnamCampaignRib.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}





/*
******************************
         COLORS
******************************
*/

.p7HMY.hmy-color-root-black,
.p7HMY .hmy-content-wrapper.hmy-color-content-black {
	background-color: rgb(0,0,0);
	color: #ccc;
}
.p7HMY.hmy-color-root-black.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-black.transparent {
	background-color: rgba(21,21,21,0.90);
	color: #ccc;
}

.p7HMY.hmy-color-root-gray,
.p7HMY .hmy-content-wrapper.hmy-color-content-gray {
	background-color: rgb(51,51,51);
	color: #000;
}
.p7HMY.hmy-color-root-gray.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-gray.transparent {
	background-color: rgba(94,94,94,0.90);
	color: #ccc;
}


.p7HMY.hmy-color-root-litegray,
.p7HMY .hmy-content-wrapper.hmy-color-content-litegray {
	background-color: rgb(204,204,204);
	color: #000;
}
.bkg-litegray {
	background-color: rgb(204,204,204);
	color: #000;
}

.p7HMY.hmy-color-root-litegray.transparent,
.p7HMY .hmy-content-wrapper.hmy-color-content-litegray.transparent {
	background-color: rgba(204,204,204,0.9);
	color: #000;
}




/*
******************************
         LINK COLORS
******************************
*/
A.classWhiteBldUn {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
A.classWhiteBldUn:link  {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
A.classWhiteBldUn:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
A.classWhiteBldUn:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
A.classWhiteBldUn:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}


A.classLtGryBldUn {
	color: #cccccc;
	font-weight: bold;
	text-decoration: underline;
}
A.classLtGryBldUn:link  {
	text-decoration: underline;
	color: #cccccc;
	font-weight: bold;
}
A.classLtGryBldUn:visited {
	text-decoration: underline;
	color: #cccccc;
	font-weight: bold;
}
A.classLtGryBldUn:hover {
	text-decoration: underline;
	color: #cccccc;
	font-weight: bold;
}
A.classLtGryBldUn:active {
	text-decoration: underline;
	color: #cccccc;
	font-weight: bold;
}




A.classLtGry {
	color: #cccccc;
	text-decoration: underline;
}
A.classLtGry:link  {
	text-decoration: underline;
	color: #cccccc;
}
A.classLtGry:visited {
	text-decoration: underline;
	color: #cccccc;
	font-weight: normal;
}
A.classLtGry:hover {
	text-decoration: underline;
	color: #cccccc;
	font-weight: normal;
}
A.classLtGry:active {
	text-decoration: underline;
	color: #cccccc;
	font-weight: normal;
}





A.classLiteBlue {
	color: #7BB3EA;
}
A.classLiteBlue:link  {
	text-decoration: none;
	color: #7BB3EA;
}
A.classLiteBlue:visited {
	text-decoration: none;
	color: #7BB3EA;
}
A.classLiteBlue:hover {
	text-decoration: underline;
	color: #7BB3EA;
}
A.classLiteBlue:active {
	text-decoration: none;
	color: #7BB3EA;
}

A.classBlue {
	color: rgba(46,79,148,1);
}
A.classBlue:link  {
	text-decoration: none;
	color: rgba(46,79,148,1);
}
A.classBlue:visited {
	text-decoration: none;
	color: rgba(46,79,148,1);
}
A.classBlue:hover {
	text-decoration: underline;
	color: rgba(46,79,148,1);
}
A.classBlue:active {
	text-decoration: none;
	color: rgba(46,79,148,1);
}


A.classOrange {
	color: rgba(255,153,51,1);
}
A.classOrange:link  {
	text-decoration: none;
	color: rgba(255,153,51,1);
}
A.classOrange:visited {
	text-decoration: none;
	color: rgba(255,153,51,1);
}
A.classOrange:hover {
	text-decoration: underline;
	color: rgba(255,153,51,1);
}
A.classOrange:active {
	text-decoration: none;
	color: rgba(255,153,51,1);
}
/*
******************************
         GENERAL COLORS
******************************
*/

.bkg-Blue {
	background-color: rgba(46,79,148,1);
}
.bkg-Black {
	background-color: rgba(0,0,0,1);
}


/*
******************************
        BKG SECTION IMAGES
******************************
*/



.casualtyBkg {
	background-image: url(../images/background/casultyBkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.soldiersMemBkg {
	background-image: url(../images/background/soldiersMemorial-Bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bkg-purpleHeart {
	background-image: url(../images/background/purpleHeart.jpg);
}



.img-flt-lft {
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
	height: auto;
	width: auto;
	padding-top: 15px;
}


.img-flt-rgt {
	float: right;
	height: auto;
	width: auto;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
}


.color-White {
	color: rgba(255,255,255,1);
}
.color-LiteBlue {
	color: #7BB3EA;
}
.color-LiteGray {
	color: #CCCCCC;
}
.color-medGray {
	color: #999999;
}


.color-Blue {
	color: rgba(46,79,148,1);
}


.justified {
	text-align: justify;
}
.img-flt-lft {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.img-brd-medGray {
	border: 4px solid rgba(153,153,153,1);
}

.img-flt-lft-5t {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.img-flt-rgt {
	float: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.sm-gray-italic {
	font-size: small;
	font-style: italic;
	color: rgba(204,204,204,1);
}
.sm-white-italic {
	font-size: small;
	font-style: italic;
	color: rgba(255,255,255,1);
}

.sm-medGray-italic {
	font-size: small;
	font-style: italic;
	color: rgba(153,153,153,1);
}

.sm-black-italic {
	font-size: small;
	font-style: italic;
	color: rgba(0,0,0,1);
}
.highlight {
	background-color: rgba(255,255,255,.25);
}


/****************************
Table colors and border

****************************/
/*<style type="text/css">*/

table {
	border-collapse: collapse;
}

	table.tableizer-table {
	font-size: 12px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	color: rgb(0,0,0);
	} 
	.tableizer-table td {
	padding: 2px;
	/* [disabled]margin: 2px; */
	border: 1px solid #CCC;
	}
	.tableizer-table th {
		background-color: ;
	color: #FFF;
	font-weight: bold;
	}

	{ 
	background-color: rgba(47,79,148,.65);
}
.table-highlight {
	background-color: rgba(46,79,148,.35);
	/* [disabled]color: rgb(0,0,0); */
}
