/* 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
	Dark Gray:				#3D3D3D
	Background Gray:		#7a7a7a
	Red:					#af2020
	21st Patch Blue:		#639ec8
	21st Patch Yellow:		#ffcb00
	21st Crest Blue:		#0072cf
	21st Crest White:		#ffffff
	21st Crest Gold:		#917b4c
------------------------------------*/

/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	background: #FFF;
	color: #000;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

ol.disc,ul.disc{ 
    list-style:disc
}

ol.circle,ul.circle{ 
    list-style:circle
}

ol.decimal,ul.decimal{ 
    list-style:decimal
}

.NumList
{
    list-style:decimal;
     margin-left:10px;
}


/* 2. Elements
------------------------------------*/
body {
    background: #7a7a7a url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/body_gradient.jpg) repeat-x;
    color: #3d3d3d;
    font-family: Verdana, Arial, sans-serif;
}
a {
    color: #3d3d3d;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #0072cf;
}
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: 0px solid #3d3d3d;
}
p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 1.1em 0;
}



/* 3. ID's
------------------------------------*/
#container {
    background: #fff;
    font-size: 62.5%;
    margin: 0 auto 14px;
    padding: 14px 0;
    overflow: auto;
    width: 996px;
}
#contentBackground {
    background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/3column.gif) repeat-y;
    width: 996px;
    overflow: hidden;
}
#dropDownNav {
    float: left;
    font-size: 1.1em;
}
#dropDownNav li {
    background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/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 16px;
}
#dropDownNav li:hover, #dropDownNav li.sfHover, #dropDownNav li a:active, #dropDownNav li:hover a, #dropDownNav li.sfHover a {
	background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/nav_hover_gradient.gif) repeat-x;
    color: #639ec8;
}
#dropDownNav li ul {
    background: #C2C2C2;
    border: 1px solid #b6b6b6;
    border-top: none;
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    top: 29px;
    width: 165px;
}
#dropDownNav li ul li {
    background: none;
    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: 165px;
}
#dropDownNav li ul li a:focus, #dropDownNav li ul li a:hover {
    background-image: none;
    background-color: #b4b4b4;
    color: #4E4E4E;
}
#dropDownNavNS{
	position:absolute;
	top:10px;
 	left:5px;
}
#dropDownNavNS li{
    line-height:15px;
}
#footer {
    background: #4e4e4e;
    clear: both;
    color: #e3e3e3;
    font-size: 1.2em;
    padding: 5px 10px;
    overflow: auto;
    width: 976px;
}
#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: 200px;
}
#footerMiddle {
    margin: 2.8em 0 0;
    width: 576px;
}
#footerRight {
    text-align: right;
}
#footerRight a {
    color: #ffd54a;
}
#header {
    background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/Header_7CSC.jpg) no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height: 151px;
    width: 996px;
}
#headerStar {
    display: block;
    position: relative;
    top: 24px;
    left: 15px;
    height: 102px;
    width: 80px;
}
#headerStar2 {
	display: block;
	position: relative;
	top: -102px;
	left: -0px;
	height: 42px;
	width: 800px;
	float: right;
}
#leftCol {
    background: #c2c2c2;
    float: left;
    width: 196px;
}
#leftCol .rss, #leftCol .podcasts {
    margin-left: 10px;
}
#leftColNav li {
    font-size: 11px;
    line-height: 2.8em;
}
#leftColNav .level3 {
    border-left: 1px solid #c2c2c2;
}
#leftColNav .level4 {
    background: #fff;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
}
#leftColNav .level4 a {
    font-weight: normal;
    line-height: 15px;
}
#leftColNav .level4 a:hover {
    background: none;
    color: #3d3d3d;
}
#leftColNav li a.current {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.current:hover {
    background: #4e4e4e;
    color: #fff;
}
#leftColNav li a.subNav {
    background: #f7f7f7;
    font-weight: normal;
    border-top: 1px solid #c2c2c2;
}
#leftColNav li a.subNav:hover {
    background: #f7f7f7;
    color: #3d3d3d;
}
#leftColNav li#last {
    border-bottom: 1px solid #939393;
    margin: 0.2em 5px 0;
}
#leftColNav li#sections {
    background: #a1a1a1;
    font-weight: bold;
    padding: 0 10px;
}
#leftColNav li a {
    display: block;
    padding: 0 10px;
    width: 176px;
}
#leftColNav li a:hover {
    background-color: #b4b4b4;
    color: #7b8738;
}
#leftColRSS {
    padding: 1em 0;
    margin-bottom: 2em;
}

#header {
    background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_images/Header_7CSC.jpg) no-repeat;
    border-bottom: 1px solid #8f8f8f;
    height: 151px;
    width: 996px;
}

/* News  */
.news-left 
{
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
}	
.news-right 
{
	display: block;
	float: right;
	padding: 10px 10px 10px 10px;
}

.caption
{
	width: 350px;
	margin: 4px 0 0 0;
	font-size: 12px;
	color:#10234B;
	padding-bottom: 2px;
	border-bottom: 1px solid #bdbd89;
	border-right: 1px solid #bdbd89;
}
.captionVB
{
	width: 250px;
	margin: 4px 0 0 0;
	font-size: 12px;
	color:#10234B;
	padding-bottom: 2px;
	border-bottom: 1px solid #bdbd89;
	border-right: 1px solid #bdbd89;
}

/* 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(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/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(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/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(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/live_search_left.gif) no-repeat;
float: left;
height: 2.8em;
width: 6px;
}
#mainContent {
    background: #f7f7f7;
    float: left;
    padding-bottom: 10px;
    width: 604px;
}
#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(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/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;
}
#wrapper {
    background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/white_bg.gif) repeat-y top center;
    width: 100%;
}
#featureBox img {
    float: left;
    height: 300px;
    width: 373px;
}
#featureBox {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}
#featureBox a {
    color: #000;
    display: block;
}
#featureBox ul {	float: left;
	height: 300px;
	width: 217px;
}
#featureBox li {
	background-color: #ececec;
	height: 79px;
	margin-bottom: 3px;
	padding: 10px;
}
#features li a.active {
	position: relative;
	right: 20px;
	background-color: transparent;
	background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/feature_arrow1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#features li a {
	background: none;
	position: relative;
	right: 20px;
}
#featureBox .heading {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.3em;
	margin-left: 35px;
}
#featureBox .blurb {
	font-size: 12px;
	display: block;
	margin-left: 35px;
}
#table.newsphoto-left {
    cellpadding:3; cellspacing:3; float: left; width:300; height:300; background-color:#CCCccc
}
#table.newsphoto-right {
    cellpadding:3; cellspacing:3; float: right; width:300; height:300; background-color:#CCCccc
}
#table.newsphoto-center {
cellpadding:3; cellspacing:3; float: center; width:580; height:400; background-color:#CCCccc
}
#table.printnews {
cellpadding:0; cellspacing:0; float: right; width:120; height:20; text-align:right
}

/* CSS Sprite Icons */
.rss {background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/icon_sprites.gif)           0px -114px no-repeat;}
.podcasts {background: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/icon_sprites.gif)      0px -133px no-repeat;}
.MainBodyHeader{font-size:1.2em; height:25px; margin-bottom:0px; background-image:url('/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/fmcsprite.gif'); background-position: -5px -10px;
    height:30px; font-weight:bold; color:White; vertical-align:top; padding-left:3px; margin-left:0px; line-height:2.2em;}
.SmallHeader{font-size:1.2em; height:25px; margin-bottom:0px; background-image:url('/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/fmcsprite.gif'); background-position: -5px -130px;
    height:30px; font-weight:bold; color:White; vertical-align:top; padding-left:3px; margin-left:0px; line-height:2.2em;}
.SmallHeader2
{
	font-size:1.2em; margin-bottom:0px; background-image:url('/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/rv4_Images/fmcsprite.gif'); background-position: -5px -120px;
    height:30px; font-weight:bold; color:White; vertical-align:top; padding-left:12px; padding-top: 10px; padding-bottom: 0px; margin-left:0px; line-height:2.2em;
}

.PageBox
{
	max-width: 996px;
	background-color: #000;
	padding-left: 208px;
	padding-right: 208px;
}


/* 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(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/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;
}

#Alert
{
	color: #af2020;
	font-weight: normal;
	background: #fbaf5d;
	background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/Alerts/Alert2.png);
	background-repeat: no-repeat;
	border: solid 1px #af2020;
	font-size:12px;
	max-width: 580px; /* change this to 996px when site is switched over... */
	min-height: 100px;
	padding-top: 30px;
	padding-left: 120px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#AlertFull
{
	color: #af2020;
	font-weight: normal;
	background: #fbaf5d;
	background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/Alerts/Alert2.png);
	background-repeat: no-repeat;
	border: solid 1px #af2020;
	font-size:12px;
	max-width: 996px; /* change this to 996px when site is switched over... */
	overflow: hidden;
	min-height: 100px;
	padding-top: 30px;
	padding-left: 120px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.Alert_Title
{
	font-weight:bolder;
	font-size: 18px;

}

.ReleaseBox
{
	max-width: 996px;
	min-height: 200px;
	background: #CCC;
	border: solid 1px #999;
	padding: 8px 8px 8px 8px;
}

#Comment
{
	color: #255081;
	font-weight: normal;
	background: #639ec8;
	background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/Alerts/Comment.png);
	background-repeat: no-repeat;
	border: solid 1px #255081;
	font-size:12px;
	max-width: 580px; /* change this to 996px when site is switched over... */
	min-height: 100px;
	padding-top: 30px;
	padding-left: 120px;
	padding-right: 30px;
	padding-bottom: 10px;
}




.newsList
{
	width: 580px;
	height: 100px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/newsListBG3.jpg);
	background-repeat: no-repeat; 
	
	
}

.newsListImage
{
	float: left;
	width: 140px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	padding-left: 20px; 
}

.newsListLink
{
	width: 380px;
	float: right;
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 12px 12px 12px;
}

/* 5. Print
------------------------------------*/
@media print {
    body {
        background: #fff;
    }
    #header, #navBar, #breadCrumbs, #leftCol, #rightCol, #footer {
        display: none;
    }
    #mainContent {
        overflow: visible;
    }
}

/* 6. Handheld
------------------------------------*/
@media handheld {
    
}

/* 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;} */


.iPad
{
    background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/Leadership/CSM/CSMToolbox/Images/iPadElements/iPad.png);
    background-repeat: no-repeat;
    width: 480px;
    height: 600px;
    padding-top: 12px;
    margin-left: 272px;
    padding-right: auto;
    padding-bottom: 12px;
    
}

.iPadTopBar
{
    background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/Leadership/CSM/CSMToolbox/Images/iPadElements/iPad_topBar.png);
    background-repeat:repeat-x;
    width: 350px;
    height: 24px;
    margin-top: 60px;
    margin-left: 65px;
    padding-right: auto;
    padding-bottom: 0px;
    
}

.iPadTopBarSpan
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 14pt;
    color: White;
}

.iPadFirstRow
{
    margin-left: 72px;
    margin-top: 72px;
    padding-bottom: 12px;
}

.iPadRows
{
    margin-left: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
	width: 350px;
}

.iPadIcon
{
    padding: 12px, 12px, 0px, 12px;
}

.iPadHomeButton
{
    /*position:absolute ; top: 725px; left: 490px;*/
    margin-top: 360px;
    margin-left: 225px;
}

.New
{
	width: 100px;
	height: 30px;
	float: left;
	background-image: url(/web/20161019114001oe_/http://www.eur.army.mil/21TSC/7CSC/21TSC/Images/New.png);
}