/*BASIC FORMATTING TAGS*/
html, body 
{
}

body
{
font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:normal;
line-height:16px;
color:#333333;
}

/* for background images etc. */
.body
{
background-image:url(../images/page_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
background-color:#FFFFFF;
padding:0;
margin:0;

}

img {
	padding:0;
	margin:0;
	border:none;
}

.img_bordered, .hl_bordered img
{
border: solid 1px #999999 !important;
}

a {color:#f00;text-decoration:none;}
a:hover {text-decoration:underline;}

ul {}
li {}
h1 { font-size: 20px; margin-top: 0px; margin-bottom: 10px;}
h2 { font-size: 18px; margin-top: 0px; margin-bottom: 10px;}
h3 { font-size: 14px; margin-top: 0px; margin-bottom: 10px;}
h4 {font-size: 9px; margin-top: 0px; margin-bottom: 10px;}
p { margin-top: 0px; margin-bottom: 10px;}

table.padded tr td, table.padded tr th {
    padding: 5px;
}


form {padding:0;margin:0;}

form select, form input, form textarea {
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px; 
}

.alert, .val_alert
{
    color: #CC0000;
    font-weight: bold;
}

.alert
{
    text-indent: 10px;
    line-height: 26px;
}

.hint {
    font-size: 8px;
}

.textbox_standard, .tb_std {
	width: 120px;
	border: solid 1px #A8A8A8; 
}

.textbox_wide, .tb_wide {
	width: 300px;
	border: solid 1px #A8A8A8; 
}



/* standards for form fieldset areas */
form fieldset, fieldset{
	background-color:#EFEFEF;
	border: solid 1px #444444;	
		
	margin: 20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
}

form fieldset legend, fieldset legend{	
	background-color: #000040;
	font-size:12px;
		
	color:#EFEFEF;
	font-weight:bold;
	font-variant:small-caps;
		
	padding: 0px 8px 2px 8px;
	margin: 2px 0px 10px 0px;
	position:relative;
	top: -10px;
	
}
	

#container 
{
    border-left:1px solid #0955b6; 
    border-right:1px solid #0955b6;
    width:768px;
    background-color: White;
    overflow: visible;
    border-bottom:1px solid #000040;
}


#content
{
    position: relative;
    top: -52px;
    /*margin-bottom: -52px;*/
    text-align:left;
    min-height:600px
}

.content
{
    /*padding: 5px 22px 15px 15px;*/
    /*line-height: 20px;*/
	width:100%;
	height:650px;
}

.column
{    
    /*max-width: 162px;*/
    width: 185px;
    /*min-height: 300px;*/
    float:right;
}


#footer_container
{
    margin-top: -70px;
    display: block;
    border-left:1px solid #000040;
    border-right:1px solid #000040;
    background-color: White;
    width: 768px;    
    height: 150px;
	filter:alpha(opacity=40);
	opacity:0.4;
    z-index: 10;
}

#footer_links 
{
    width: 100%;
    text-align:center;
    vertical-align: middle;
    font-weight:bold;
    font-size:10px;
    color:#000000;
    z-index: 100;
    position: relative;
    display: inline;
    top: 38px;
}

#footer_links a
{
    color:#000000;
}

#header
{
    background-image:url(../images/logoBG.jpg);
    background-position:top;
    background-repeat:no-repeat;
    height:70px;
    text-align:right;
    vertical-align:middle;
}

#header .logo 
{
    margin-top: 2px;
    margin-left: 1px;
    float: left;
    
}
#header .banner
{
    margin-top: 5px;
    margin-right: 4px;
    float: right;
    
}

.logInBar
{
    background-image:url(../images/redBarBG.jpg);
    background-position:top;
    background-repeat:no-repeat;
    vertical-align:middle;
    text-align:left;
    height:29px;
}

.logInBar div 
{
    font-size:10px;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    vertical-align: middle;
}

.logInBar, .logInBar a
{   
    color:#e8cf9c;
    text-decoration:none;
}
.logInBar a:hover
{
    color:Yellow;
}

.logInBar div.alt
{    
    padding-left: 17px;
    padding-top: 5px;
    font-family:Arial;
    font-size:21px;
    line-height:21px;
    font-weight: lighter;
}

.logInBar div.form
{    
    float: right;
    padding-top: 6px;
    font-family:Arial;
}

.soldierHeader
{
    background-image:url(../images/soldier_header.jpg);
    background-position:top;
    background-repeat:no-repeat;
    width:768px;
    height:136px;
}
.navBackground
{
    background-image:url(../images/navBG.jpg);
    background-repeat:no-repeat;
    background-position:top;
    width:768px;
    height:115px;
    vertical-align:top;
    text-align:left;
}

.blueNavTable
{
    background-image:url(../images/blue_darker_bg.jpg);
    background-repeat:no-repeat;
    background-color:#1687cb;
    background-position:top right;
    height:35px;
}

.blueNavTable td 
{
    padding-top: 3px;    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-right: solid 1px #2C7DAF;
    color: White;
    font-weight:bold;
    text-align:center;
    line-height: 14px;
}

.blueNavTable td a 
{
    color: White;
    display: block;
}

.blueNavTable td a:hover 
{
    text-decoration: none;
    color: Yellow;
}

.subscribe_mailing
{
    color: White;
    font-weight: bold;
    padding-left:14px;
    width:200px;
}

.red_tab
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-image:url(../images/red_tab_bg.gif);
    background-position:top;
    background-repeat:repeat-x;
    color: White;
    font-size:10px;
    text-align:center;
    height:20px;
    padding-bottom:0px;
}

.red_tab a {
    color:#FFFFFF;
    text-decoration: none;
}
.red_tab a:hover {
    text-decoration: none;
    color: Yellow;
}
.red_tab_right
{
    background-image:url(../images/red_tab_right.gif);
    background-position:top left;
    background-repeat:no-repeat;
    width:7px;
    height:20px;
}
.red_tab_left
{
    background-image:url(../images/red_tab_left.gif);
    background-position:top right;
    background-repeat:no-repeat;
    width:8px;
    height:20px;
}

.column a 
{
    color: White;
    text-decoration: underline;
}

.column div
{
    float:right;
    background-color:#020295;
    background-image:url(../images/flag_area_bg.gif);
    background-position:bottom;
    background-repeat:no-repeat;
    font-size:12px;
    text-align:left;
    /*width:162px;*/
    width:185px;
    min-height:260px;
    color:#FFFFFF;
    /*padding: 13px;*/
    padding-bottom: 40px;
    margin-bottom: 20px;
    
}
.column div h1
{
    display:block;
    padding-top:3px;
    padding-left:13px;
    color:#ffffff;
    font-weight:bold;
    font-size:16px;
    background-color:#000040;
    height:34px;
    line-height:30px;
    /*margin-top: -13px;*/
    /*margin-left: -13px;*/
    margin-bottom: 10px;
    /*width: 175px;*/
}
.flagBox a
{
    font-weight:bold;
    color:#8295e9;
}

.flagBox p
{
    margin-top: 0px;
}
.flagBox img
{
    margin-right:10px;
    float:left;
}
.potd_info
{
    background-image:url(../images/PotD_Info_BG.gif);
    background-position:top;
    background-repeat:no-repeat;
    width:432px;
    height:44px;
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
    width:162px;
    min-height:260px;
}
.potd_info td
{
    color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
}
.potd_info a
{
    color:#8295e9;
    font-weight:bold;
}

.blueFadeBox
{
    background-image:url(../images/blue_fade_box_bg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    height:200px;
    width:230px;
    padding-bottom:11px;
    border-left: solid 1px White;
    border-bottom: solid 1px White;
}
.blueFadeBox h1
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    color:#000040;
    margin-top: 8px;
}
.blueFadeBox a
{
    color:#346bd1;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}
.redFadeBox
{
    background-image:url(../images/red_fade_box_bg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    width:230px;
    padding-bottom:11px;
    border-left: solid 1px White;
    border-bottom: solid 1px White;
}
.redFadeBox h1
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    color:#8f0000;
    margin-top: 8px;
}
.redFadeBox a
{
    color:#c90000;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}
.grayFadeBox
{
    background-image:url(../images/gray_fade_box_bg.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    height:200px;
    width:230px;
    padding-bottom:11px;
    border-left: solid 1px White;
    border-bottom: solid 1px White;
}
.grayFadeBox h1
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    color:#565656;
    margin-top: 8px;
}
.grayFadeBox a
{
    color:#5d5d5d;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
}
.smallRectangleBox
{
    padding-left:10px;
    padding-bottom:7px;
}
/* buttons and tabs */
.btn, .fb_button
{
	background-image: url(../images/button.gif);
	background-position:top;
	background-repeat:repeat-x;
	border: solid 1px #A8A8A8; 
	height: 18px;
	cursor: hand;
	cursor:pointer; 
	color: #FFFFFF;
	text-transform: uppercase;
    font-weight: normal;
	font-size: 10px;
}

.btn:hover
{
	color: Yellow;
}

.btn a, .btn a:hover {
	text-decoration: none;
}

#cnnbox.cnnclass
{
	height:103px;
	width:175px;
	float:left;
	font-size:10px;
	overflow:hidden;
	line-height:18px;
}

.watermark
{
	color:Silver;
	width: 120px;
	border: solid 1px #A8A8A8; 
}

/* re0rder treeview */

.rtv_photos .rtMid 
{
    text-align: center;
    vertical-align: middle;
}

.rtv_photos img 
{
    margin: 5px 5px 5px 5px !important;
    bottom: 13px !important;
}

.rtv_photos * 
{
    padding: 0px 0px 0px 0px !important; 
    margin: 0px 0px 0px 0px !important; 
    list-style: none;
    /*background-color: White !important;*/
}

.rtv_photos .rtLI 
{
    float: left !important;   
}

.div_portfolio 
{
    position:relative;
    height: 100px;
    width: 100px;
    display: block;
    margin: 5px 5px 5px 5px !important;
    text-align: right;
    cursor: pointer;
}

.div_portfolio span 
{
    color: White !important;
    font-weight: bold;
    border: solid 2px #333333;
    background-color: #333333 !important;
}

.div_label
{
    text-align: center;
    cursor: pointer;
}

/* FormBuilder */
 .fb_label, .label {
     text-align: right;
     padding-right: 1em;
     vertical-align:top;
 }

 .fb_submit {
     text-align: center;
 }

 .fb_required {
     font-weight: bold;
 }

 .fb_invalid {
     color: #c00;
     font-weight: bold;
 }

 .fb_error {
     color: #c00;
     font-style: italic;
 }
 
.error { 
    color:red;
    font-style:italic;
}
 
.confirmation_box { 
    display:none;
} 
