﻿/* root.css */

/* Table of Contents
------------------------------------
    1. Reset
    2. Elements (a, body, p, etc.)
	3. ID's (#container, etc.)
	4. Classes (.red, .clear, etc.)
	5. Print
	6. Handheld
	7. Debug
	
COLORS
    Main Text:              #3d3d3d
    Army Gold:              #ffd54a
    Army Green:             #7b8738                  
    Light Gray bg:          #f7f7f7
------------------------------------*/

/* 1. Reset
------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, table, tbody, tfoot, thead, tr, th, td  {
	border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0 0 0 0px;
    font-size:11px;
    padding: 0;
    outline: 0;
    font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana;
}
#tableBorder table, tr, th, td
{
    border:1px solid black;
    font-size:11px;
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
    width:700px;
    padding:5px;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

/* 2. Elements
------------------------------------*/
body {
    /*background: #0d0d0d;
    color:black;*/
    font-family: Verdana, Arial, Sans-serif;
    background-image: url("images/PUBLIC_WEB_DESERT_BKG_200.jpg");
    background-size: cover;

}
a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: black;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.6em;
    line-height: 1.2em;
}
h2 {
    font-size: 1.2em;
}
img {
    border: 1px solid #3d3d3d;
}
p {
    line-height: 1.4em;
    margin: 1.1em 0;
    font-size:11px;
}

/* 3. ID's
------------------------------------*/
#wrapper {
    background: url(images/dark_gray_bg.gif) repeat-y top center;
    width: 100%;
}
#container {
    background: #595959;
    font-size: 62.5%;
    padding: 14px 0;
    overflow: auto;
    width: 996px;
}

#contentBackground {
    background: url(rv4_images/3column.gif) repeat-y;
    width: 996px;
    overflow: hidden;
}
#dropDownNav {
    float: left;
    font-size: 1.1em;
}
#dropDownNav li {
    background: url(rv4_images/drop_down_border1.gif) no-repeat right;
    float: left;
    display: block;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 -1px;
    position: relative;
    z-index: 999;
}
#dropDownNav li a {
    display: block;
    padding: 0 24px;
}
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
	background: url(rv4_images/nav_hover_gradient.gif) repeat-x;
    color: #000;
}
#dropDownNav li ul {
    background: url(rv4_images/drop_down_bg.png);
    border: 1px solid #b6b6b6;
    border-top: none;
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    top: 29px;
    width: 148px;
}
#dropDownNav li ul li {
    background-color:#ece9e9;
    border: none;
    display: block;
    font-size: 0.9em;
    height: auto;
    line-height: 2.6em;
    padding: 0;
}
#dropDownNav li ul li a, #dropDownNav li:hover li a, #dropDownNav li.sfHover li a {
    background: none;
    color: #3d3d3d;
    display: block;
    height: auto;
    padding: 0 0 0 10px;
    width: 139px;
}
#dropDownNav li ul li a:focus, #dropDownNav li ul li a:hover {
    background-image: none;
    background-color: #b4b4b4;
    color: black;
}
#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
    line-height:15px;
}
#footer {
    background: #4e4e4e;
    clear: both;
    color: #e3e3e3;
    font-size:12px;
    padding: 5px 10px;
    overflow: auto;
    width: 1180px;
}
#footer a {
    color: #e3e3e3;
    font-weight: normal;
}
#footer ul {
    text-align: center;
}
#footer li {
    display: inline;
    margin-right: 2.4em;
}
#footerLeft, #footerMiddle, #footerRight {
    float: left;
}
#footerLeft, #footerRight {
    width: 130px;
}
#footerMiddle {
    margin: 1.5em 0 0;
    margin-left:0px;
    min-width:940px;
    margin-right:-30px;
}
#footerRight {
    text-align: right;
}
#footerRight a {
    color: #ffd54a;
}
#header {
    background: url(Images/homepage_banner_JMC.jpg) no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height:175px;
    width:1315px;

}
#header2 {
	background: url(Images/homepage_banner_JMC.jpg) no-repeat;
	border-bottom: 1px solid #8f8f8f;
	height: 175px;
	width: 1315px;
}

}
#header3 {
    background: url(Images/Ceremonial_Ammo-Banner-1315W X 400H.jpg) no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height:400px;
    width:1315px;

}

#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}

#headerShield {
	display: block;
	position: absolute;
	top: 24px;
	left: 1250px;
	height: 102px;
	width: 80px;
}  
  
/*	=Left Column/Navigation Menu
------------------------------------*/
#leftCol {
    background-color:#c4c4c4;
    float: left;
    margin-top:-2px;
}
#leftCol .rss, #leftCol .podcasts {
    margin-left: 10px;
}
#leftColNav li {
    font-size: 11px;
    line-height: 2.8em;
}
#leftColNav li#sections {
    background: #cfcfcf; 
    font-weight:normal;
    font-size:10px;
    padding: 0 0px;
    width:197px;
}
#leftColNav li a {
    display: block;
    padding: 0 10px;
    width: 176px;
}
#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #000;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}

/* Live Search 
------------------------------------*/
#liveSearch {
position:relative;
background: #525252;
float: right;
height: 2.8em;
width: 26em;
}
#liveSearch input {
color: #737373;
float: left;
font-size: 1em;
height: 1.2em;
margin: 4px 5px;
padding: 0;
}
#liveSearch input#search {
width: 210px;
}
#liveSearch input.close {
background: url(rv4_images/searchbutton.png) no-repeat 5px 5px;
border: none;
color: #fff;
cursor: pointer;
display: inline;
float: right;
height: 26px;
width: 28px;
margin: 0;
padding: 0;
}
#liveSearchTabs {
position:absolute;
display:none;
cursor:pointer;
top:-22px;
left:-1px;
width:230px;
height:22px;
background: url(rv4_images/live_search_tab_1.png) no-repeat;
}
#liveSearchTabs li {
height:22px;
display:inline;
float:left;
text-align:center;
color:#fff;
font-size:11px;
font-family: Verdana, Arial, Sans-serif;
padding-top:7px;
}
#liveSearchTabs1 {
width:36px;
}
#liveSearchTabs2 {
width:64px;
}
#liveSearchTabs3 {
width:66px;
}
#liveSearchTabs4 {
width:64px;
}
#liveSearchLeft {
background: url(rv4_images/live_search_left.gif) no-repeat;
float: left;
height: 2.8em;
width: 6px;
}
/*COPY from ARMY.MIL */
/* Live Search */
#liveSearch h2 {
	font-size: 10px;
}
#liveSearch input.searchclose {
background: url(rv4_images/searchbutton.png) no-repeat 5px 5px;
border: none;
color: #3d3d3d;
cursor: pointer;
display: inline;
float: right;
height: 26px;
width: 28px;
margin: 0;
padding: 0;
}


#mainContent 
{
/*    background-color: #ece9e9; */
    background-color: #ece9e9;
        float: left;
    padding-bottom: 10px;
    width: 915px;
}
#mainContent h1, #mainContent h2 {
    padding: 8px 10px;
}
#mainContent p, #rightCol p {
    padding: 0 10px;
}
#mainContent ul {
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
}

#navBar {
    background: #cfcfcf url(rv4_images/nav_gradient.gif) repeat-x;
    border-bottom: 1px solid #b6b6b6;
    height: 2.8em;
}
#rightCol {
    display: inline;
    float: right;
    width: 196px;
}
#rightCol h2 {
    clear: both;
}
#rightCol ul {
    margin: 1em 0 1em 15px;
}
#rightCol li {
    line-height: 1.2em;
    margin: 0.8em 0;
}
#rightCol li a {
    display: block;
}


/* CSS Sprite Icons */
.rss {background: url(rv4_images/icon_sprites.gif)           0px -114px no-repeat;}
.podcasts {background: url(rv4_images/icon_sprites.gif)      0px -133px no-repeat;}


/* 4. Classes
------------------------------------*/
.block {
    clear: both;
    color: #fff;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.bordered {
    background: #fff;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #9b9b9b;
}
.centered {
	padding-left: 0;
    text-align: center;
}
.dark-gray {
    background: #4e4e4e;
}
.dark-red {
    background: #af2020;
}
.diamondList li {
    background: url(rv4_images/diamond_bullet.gif) no-repeat 0 2px;
    padding-left: 16px;
    margin: 12px 0;
}
.hide {
    display: none;
}
.hide2 {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.icon_sprite {
    display: block;
    float: left;
    height: 19px;
    margin: 0 4px;
    width: 19px;
}
.light-gray {
    background: #c0c0c0;
    color: #565656;
}
.rss, .podcasts {
    display: block;
    height: 19px;
    line-height: 19px;
    margin: 0.4em 0;
}
.rss .textLink, .podcasts .textLink, #email .textLink, #print .textLink {
    margin-left: 24px;
}

div.PopupOverlay
{
    z-index:1000;
    position:fixed;   
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #000;
    /* don't comment the below out...they are needed for the translucent overlay*/
    opacity: .5;
    filter: alpha(opacity=50);
}

.PopupDialog
{
    display:block;
    border:1px solid #007241;
    z-index:1001;
    position:absolute;
    background-color:#ece9e9;
}

.PopupToolbar
{
    border-style: none;
    background-color:#ece9e9;
}

.PopupToolbar img
{
    border-width: 0px;
    border-style: none;
    border-color: transparent;
}

.PopupToolbar div.button
{
    float:right;
    border-style: none;
    background-color:transparent;
    margin:1px;
    height:48px;
    width:48px;
    text-align:center;
    cursor:pointer;
    padding:5px 0 0 0;
}

.MediaPlayer
{
    vertical-align: middle;
    margin: 60px 60px 60px 60px;
}

#VideoWindow
{
    display:none;
}

.VideoThumbnail
{
    cursor: pointer;
    clear:both;
    margin-top:10px;
    margin-left:30px; 
}

/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {
        overflow: visible;
    }
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}
.nodrag {
	width:280px;
	margin:5px auto;
	min-height:50px;
	float:left;
}

.thedragbox, .thedragbox h2, .thedragbox .boxContent, .thedragbox .editMenu {
	display: inline;
	float: left;
}
.thedragbox {
	position: relative;
	font-size: 1.1em;
	width: 100%;
	
}
.thedragbox .boxHeader {
	position: relative;
	height: 24px;
	width: 100%;
	z-index: 200;
}


.thedragbox .boxHeader img {
	position: relative;
	top: -8px;
	border: 0;
}

.thedragbox .boxHeader h2 {
	font-size: 14px;
	color:#FFF;
	margin-left: 3px;
	margin-top: 0px;
	font-weight: normal;
}

.thedragbox .boxHeaderLeft {
	background: url(images/myArmy_sprite.gif) -636px -39px;
	height: 24px;
	width: 9px;
	position: absolute;
	left: 0;
	top: 0;
}

.thedragbox .boxHeaderMiddle {
	background: url(images/headerBG.gif) repeat-x;
	height: 24px;
	position: absolute;
	left: 9px;
	right: 9px;
}

.thedragbox .boxHeaderRight {
	background: url(images/myArmy_sprite.gif) -646px -39px;
	height: 24px;
	width: 9px;
	position: absolute;
	right: 0;
	top: 0;
}

.thedragbox .boxContent, .thedragbox .editMenu {
	position:relative;
	clear: both;
	width: 100%;
}
.thedragbox .editMenu {
	background: url(images/editBG.gif) bottom repeat-x #DDD;
	padding: 0;
	border: 1px solid #b6b6b6;
	border-top:0;
	width:100%;
}	
.thedragbox .editMenu fieldset {
	display: block;
}
.thedragbox .editMenu .boxfoot {
	width:100%;
}
.thedragbox .editMenu .saveButton {
	position:relative;
	top:-1px;
	display:block;
	background: url(images/myArmy_sprite.gif) no-repeat -420px -230px;
	width:51px;
	height:19px;
	float:right;
	margin-top:6px;
	margin-right:8px;
	margin-bottom:4px;
}
.thedragbox .editMenu .cancel {
	display:block;
	background: url(images/myArmy_sprite.gif) no-repeat -362px -230px; 
	width:57px;
	height:18px;
	float:right;
	margin-top:6px;
	margin-right:6px;
	margin-bottom:4px;
}		
.soldiersMagTop {
	position: relative;
	display: block;
	background-color: #f2f2f2;
	height:110px;
	border: 1px solid #b6b6b6;
	border-top: 0;
	border-bottom: 0;
}

.soldiersMagTop img {
	position: absolute;
	top: 14px;
	left: 12px;
	border: 1px solid #787878;
}

.soldiersMagTop div {
	width: 190px;
	position: absolute;
	top:11px;
	left: 86px;
}

.soldiersMagTop div strong, .soldiersMagTop div a, .soldiersMagTop div em {
	font-size: 12px;
	font-family: Verdana,sans;
	font-weight: bold;
	line-height: 16px;
}
.soldiersMagTop div em {
	font-style: italic;
	font-weight: normal;
}

.soldiersMagRSS {
	position:relative;
	border: 1px solid #b6b6b6;
	border-top: 1px solid #cccccc;
	background-color: #FFF;
	background: url(images/widgetBG.gif) bottom repeat-x;
	font-family:Verdana,sans;
	font-size:12px;
	line-height:1.4em;
}

.soldiersMagRSS ul {
	background: url(images/soldiersmagRSSBG.gif) top repeat-x;
}

.soldiersMagRSS li {
	display:block;
	width:100%;
	border-bottom: 1px dashed #6a6a6a;
}

.soldiersMagRSS .smlast {
	border:0;
}

.soldiersMagRSS a {
	display: block;
	padding: 2px 10px 6px 10px;
	padding-bottom:0;
	font-size: 12px;
	font-family: Verdana,sans;
	font-weight: bold;
	
}

.soldiersMagRSS strong {
	display: block;
	padding: 6px 10px 2px 10px;
	padding-top: 0;
	font-size: 10px;
	color: #7b8738;
	font-weight:100;
}

.soldiersMagRSSLeftCorner {
	display:block;
	background: url(images/myArmy_sprite.jpg) no-repeat -406px -29px;
	width: 9px;
	height: 9px;
	position:absolute;
	left:-1px;
	bottom:-1px;
	overflow: hidden;
}

.soldiersMagRSSRightCorner {
	display:block;
	background: url(images/myArmy_sprite.jpg) no-repeat -416px -29px;
	width: 9px;
	height: 9px;
	position:absolute;
	right:-1px;
	bottom:-1px;
	overflow: hidden;
}

.ataWidget {
	position:relative;
	display:block;
	border: 1px solid #b6b6b6;
	border-top: 0;
	background-color:#cccccc;
	padding-bottom: 10px;
	font-family:Verdana,sans;
	font-size:12px;
	line-height:1.4em;
	list-style-type: disc;
}

.ataWidgetLeftCorner {
	display:block;
	background: url(images/myArmy_sprite.jpg) no-repeat -406px -29px;
	width: 7px;
	height: 7px;
	position:absolute;
	left:0px;
	bottom:0;
	overflow: hidden;
}

.ataWidgetRightCorner {
	display:block;
	background: url(images/myArmy_sprite.jpg) no-repeat -416px -29px;
	width: 7px;
	height: 7px;
	position:absolute;
	right:0px;
	bottom:0;
	overflow: hidden;
}

.ataitem {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.ataitem div {
	float:left;
	width: 40%;
	margin-left:7%;
}

.ataitem h3 {
	width: 95%;
	font-size:12px;
}

.ataitem img {
	margin-top:5px;
	width: 95%;
}

.ataitem p {
	font-size: 10px;
}

/***  AKO   ***/
.akoWidget {
	position:relative;
	display:block;
	height:73px;
	border: 1px solid #b6b6b6;
	border-top: none;
	border-bottom: none;
	background-color: #f4f4f4;
	padding:6px 10px 6px 10px;
	font-family:Verdana,sans;
	font-size:12px;
	line-height:1.4em;
}

.akoWidget img {
	border: 0;
}

.akoWidget a:hover {
	color: #000;
}

.akoWidget .akoLogo {
	display:block;
	position: absolute;
	top: 9px;
	left: 8px;
}

.akoWidgetReg {
	display:block;
	position: absolute;
	top: 22px;
	left: 114px;
	font-weight: 900;
	font-size: 10px;
}

.akoWidgetHelp {
	display:block;
	position: absolute;
	top: 36px;
	left: 114px;
	font-weight: 100;
	font-size: 12px;
}

.akoWidgetFooter {
	display:block;
	border-top:1px dashed #666;
	background: url(images/akoFooterBG.jpg) repeat-x;
	width: 100%;
	height: 18px;
	position:absolute;
	left:0;
	bottom:0;
}

.akoWidgetFooter a {
	display:block;
	position: absolute;
	right: 15px;
	font-size: 10px;
	color: #3d3d3d;
	font-weight: bold;
}

.akoWidgetLeftCorner {
	display:block;
	background:url(images/widget_corner_sprite.jpg) no-repeat 0px -162px;
	width: 9px;
	height: 18px;
	position:absolute;
	left:-1px;
	bottom:0px;
}

.akoWidgetRightCorner {
	display:block;
	background:url(images/widget_corner_sprite.jpg) no-repeat right -162px;
	width: 9px;
	height: 18px;
	position:absolute;
	right:-1px;
	bottom:0px;
}

.asheader {
	width: 100%;
	height: 98px;
    background-color:#cccccc;
}

.asheader a {
	position:absolute;
	display:block;
	top:20px;
	width:20%;
	font-weight: normal;
    height: 13px;
}
.asheader a .icon {
	margin: 0 auto;
	height: 43px;
	width: 43px;
}
.dodicon {left:0%;}
.marineicon {left:20%;}
.navyicon {left:40%;}
.airforceicon {left:60%;}
.coastguardicon {left:80%;}

.dodicon .dod {
	background: url(images/third_party_icons.png) no-repeat -257px 0px;
}
.dodicon.current .dod {
	background-position: -257px -43px;
}
.marineicon .marine {
	background: url(images/third_party_icons.png) no-repeat -300px 0px;
}
.marineicon.current .marine {
	background-position: -300px -43px;
}
.navyicon .navy {
	background: url(images/third_party_icons.png) no-repeat -345px 0px;
}
.navyicon.current .navy {
	background-position: -345px -43px;
}
.airforceicon .airforce {
	background: url(images/third_party_icons.png) no-repeat -171px 0px;
}
.airforceicon.current .airforce {
	background-position: -171px -43px;
}
.coastguardicon .coastguard {
	background: url(images/third_party_icons.png) no-repeat -214px 0px;
}
.coastguardicon.current .coastguard {
	background-position: -214px -43px;
}

.dodicon span,
.marineicon span,
.navyicon span,
.airforceicon span,
.coastguardicon span {
	display: block;
	text-align: center;
	font-size:10px;
}

.dodicon:hover, .dodicon.current {color:#6515a9; font-weight: bold;}
.marineicon:hover, .marineicon.current {color:#d20a20; font-weight: bold;}
.navyicon:hover, .navyicon.current {color:#04267b; font-weight: bold;}
.airforceicon:hover, .airforceicon.current {color:#4676b8; font-weight: bold;}
.coastguardicon:hover, .coastguardicon.current {color:#ff6000; font-weight: bold;}

.asheaderleft {
	position: absolute;
	width: 10px;
	height: 98px;
}
.asheaderright {
	position: absolute;
	width: 10px;
	height: 98px;
	right:0px;
}
.asheadercenter {
	position: absolute;
	width: 95%;
	height: 98px;
	left: 2.5%;

}
.eagleimage {
	position: absolute;
	width: 100%;
	height: 97px;
	background:url(images/as-eagle.png) top center no-repeat;
}

.asRSSList {
	position:relative;
	display:block;
	padding:6px 10px 6px 10px;
	font-family:Verdana,sans;
	font-size:12px;
	line-height:1.4em;
}

.asRSSList li {
	border-top: 1px dashed #3d3d3d;
	margin-top: 6px;
	padding-top: 4px;
	position: relative;
	display: block;
}

.asRSSList li.asRSSFirst {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

.asRSSList li a:hover, .asRSSList li a:focus {
	color: #7b8738;
}

.asRSSList li a {
	font-family: "Verdana";
	font-weight: normal;
	font-size: 12px;
	color: #3d3d3d;
}



.asdodfooter,
.asmarinefooter,
.asnavyfooter,
.asairforcefooter,
.ascoastguardfooter {
	width: 250px;
    height: 18px;
}

.asdodfooterleft,
.asmarinefooterleft,
.asnavyfooterleft,
.asairforcefooterleft,
.ascoastguardfooterleft {
	position: absolute;
	width: 20px;
	height: 18px;
	
}

.asdodfooterright,
.asmarinefooterright,
.asnavyfooterright,
.asairforcefooterright,
.ascoastguardfooterright {
	position: absolute;
	width: 20px;
	height: 18px;
	right:0%
}

.asdodfootercenter,
.asmarinefootercenter,
.asnavyfootercenter,
.asairforcefootercenter,
.ascoastguardfootercenter {
	position: absolute;
	width: 357px;
	height: 18px;

}
.footerlink {
	bottom: 3px;	
}

.footerlink a {
	font-family:"Verdana";
	color: white;
	font-size: 10px;
	text-align: right;
	position:absolute;
	
}

.asdodfooterleft {background:url(images/widget_corner_sprite.jpg) no-repeat 0px -72px;}
.asdodfooterright {background:url(images/widget_corner_sprite.jpg) no-repeat right -72px;}
.asdodfootercenter {background:url(images/dod-footer-center.jpg) top repeat-x;}

.asmarinefooterleft {background:url(images/widget_corner_sprite.jpg) no-repeat 0px -90px;}
.asmarinefooterright {background:url(images/widget_corner_sprite.jpg) no-repeat right -90px;}
.asmarinefootercenter {background:url(images/marine-footer-center.jpg) top repeat-x;}

.asnavyfooterleft {background:url(images/widget_corner_sprite.jpg) no-repeat 0px -108px;}
.asnavyfooterright {background:url(images/widget_corner_sprite.jpg) no-repeat right -108px;}
.asnavyfootercenter {background:url(images/navy-footer-center.jpg) top repeat-x;}

.asairforcefooterleft {background:url(images/widget_corner_sprite.jpg) no-repeat 0px -126px;}
.asairforcefooterright {background:url(images/widget_corner_sprite.jpg) no-repeat right -126px;}
.asairforcefootercenter {background:url(images/airforce-footer-center.jpg) top repeat-x;}

.ascoastguardfooterleft {background:url(images/widget_corner_sprite.jpg) no-repeat 0px -144px;}
.ascoastguardfooterright {background:url(images/widget_corner_sprite.jpg) no-repeat right -144px;}
.ascoastguardfootercenter {background:url(images/coastguard-footer-center.jpg) top repeat-x;}

.dashedline {
	border : none;
	border-top : dashed 1px #3d3d3d;
	color: #FFFFFF;
	background-color : #FFFFFF;
	height : 1px;
}

.selectedNavLink 
{
    background-color:#999;
    color: #FFFFFF;
}

#WMPControls
{
    position:relative;
    background-color:#333;
    color:White;
}

#WMPControls div.Button
{
    width:32px;
    height:32px;
    padding:0;
    margin:5px;
    float:left;
    cursor:pointer;
}

#WMPTimeCaption
{
    height:32px;
    line-height:32px;
    margin:5px;
    float:left;
}

#WMPControls .PlayButton
{
    background-image:url('Images/player_play.png');
}

#WMPControls .PauseButton
{
    background-image:url('Images/player_pause.png');
}

#WMPControls .StopButton
{
    background-image:url('Images/player_stop.png');
}

#WMPCaption
{

    display:block;
    text-align:center;
    float:none;
}

#WMPCaption p
{
    line-height:23px;
    font-size:20px;
    text-align:center;
    margin:0px;
    display:block;
    padding:0px;
    height:50px;
}

#VideoWindow
{
    background-color:Black;
}

#VideoCloseButton
{
    z-index:20001;
    background-image:url('Images/fancy_close.png');
    width:30px;
    height:30px;
    cursor:pointer;
    position:absolute;
    right:-12px;
    top:-12px
}

/* 7. Debug
------------------------------------*/
/* Un-comment for site testing

*[style], font, center {outline: 5px solid red;}
img[alt=""] {border: 3px solid red;}
img[title=""] {border: 3px dotted fuchsia;}
img:not([alt]) {border: 5px solid red;}
img:not([title]) {outline: 5px solid fuchsia;}
table[summary=""] {outline: 3px solid red;}
table:not([summary]) {outline: 5px solid red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}
a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href=""] {background: fuchsia;} */

td .noBorder
{
    border: 0px;    
}

/*---Historian styles begins--*/
#MainContent_historianMenu td
{
     border: 0px;
}
.historianFooter
{
    margin-top:20px; 
    padding-bottom:2px;    
    font-style:italic; 
    font-weight:bold; 
    text-align:center;
}   
.historianContentRight
{
    color:black;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-left: 10px;
    margin-right:30px;
}

.historianBullet
{
    color:black;
    font-family: Verdana, Arial, Sans-serif;
    font-size: .8em;
    margin-left:8px   
}

.historianContentRight td
{
    border: 0px;
}
.historianContentRight h3
{
    font-size: 1.1em;
}

.historianContentRight a 
{
    color: #3d3d3d;
    font-size: .87em;
    text-decoration: underline;
    padding: 3px 0px 3px 0px;
}
.historianContentRight a:hover 
{
    color: Navy;
}
.historianContentRight hr
{
    height: 1px;
    background-color: #000;
    margin: 5px 0px 5px 0px;
}
/*---Historian styles ends--*/

/*---SHANNON TESTING NEW PCA BOXES--*/


.pcadragbox, .pcadragbox h2, .pcadragbox .boxContent, .pcadragbox .editMenu {
	display: inline;
	float: left;
}
.pcadragbox {
	position: relative;
	font-size: 1.1em;
	width: 100%;
	
}
.pcadragbox .boxHeader {
	position: relative;
	height: 24px;
	width: 100%;
	z-index: 200;
}


.pcadragbox .boxHeader img {
	position: relative;
	top: -8px;
	border: 0;
}

.pcadragbox .boxHeader h2 {
	font-size: 14px;
	color:#FFF;
	margin-left: 3px;
	margin-top: 0px;
	font-weight: normal;
}

.pcadragbox .boxHeaderLeft {
	background: url(images/myArmy_sprite.gif) -636px -39px;
	height: 24px;
	width: 9px;
	position: absolute;
	left: 0;
	top: 0;
}

.pcadragbox .boxHeaderMiddle {
	background: url(images/headerBG.gif) repeat-x;
	height: 24px;
	position: absolute;
	left: 9px;
	right: 9px;
}

.pcadragbox .boxHeaderRight {
	background: url(images/myArmy_sprite.gif) -646px -39px;
	height: 24px;
	width: 9px;
	position: absolute;
	right: 0;
	top: 0;
}

.pcadragbox .boxContent, .pcadragbox .editMenu {
	position:relative;
	clear: both;
	width: 100%;
}
.pcadragbox .editMenu {
	background: url(images/editBG.gif) bottom repeat-x #DDD;
	padding: 0;
	border: 1px solid #b6b6b6;
	border-top:0;
	width:100%;
}	
.pcadragbox .editMenu fieldset {
	display: block;
}
.pcadragbox .editMenu .boxfoot {
	width:100%;
}
.pcadragbox .editMenu .saveButton {
	position:relative;
	top:-1px;
	display:block;
	background: url(images/myArmy_sprite.gif) no-repeat -420px -230px;
	width:51px;
	height:19px;
	float:right;
	margin-top:6px;
	margin-right:8px;
	margin-bottom:4px;
}
.pcadragbox .editMenu .cancel {
	display:block;
	background: url(images/myArmy_sprite.gif) no-repeat -362px -230px; 
	width:57px;
	height:18px;
	float:right;
	margin-top:6px;
	margin-right:6px;
	margin-bottom:4px;
}		

.pcaWidget {
	position:relative;
	display:block;
	border: 1px solid #000000;
	border-top: 0;
	background-color:#000000;
	padding-bottom: 10px;
	font-family:Verdana,sans;
    	font-size:12px;
	color:#FFF;
    	text-decoration-color: red;
    	line-height:1.4em;
	list-style-type: disc;
}

.pcaWidgetLeftCorner {
	display:block;
	background-;
	width: 7px;
	height: 7px;
	position:absolute;
	left:0px;
	bottom:0;
	overflow: hidden;
}

.pcaWidgetRightCorner {
	display:block;
	background: url(images/myArmy_sprite.jpg) no-repeat -416px -29px;
	width: 7px;
	height: 7px;
	position:absolute;
	right:0px;
	bottom:0;
	overflow: hidden;
}


p.ex {
  color: #ffffff;
}

/*---Leadership styles Starts--*/
.biocontainer {
	text-align: center;
	margin-top: 15px;
}
.btnBio {
	width: 170px;
	height: 16px;
	line-height: 16px;
	float: left;
	border: 2px solid #fec325;
	display: inline-block;
	background-color: #fec325;
	padding: 5px 5px;
	font-size: 12px;
	color: #006bb3;
	font-family: "Overpass", sans-serif;
	"arial";
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 3px;
	transition: 0.0s;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
}

	.btnBio:hover {
		color: #006bb3;
		background: linear-gradient(#fec325 0%, #fec325 100%);
		border: double #555555 2px;
	}
/*---Leadership styles Ends--*/