﻿/* Property of United States Special Operations Command */
/* Custom Stylesheet */
/* July 28, 2009 */
/* Styles for sub pages: any page other than master or welcome type  */
/* ----------------------------------------------------------------- */
/* START Article type pages  */
/*	Global: These styles used for all article type pages */
.article-shell
{
	height:100%;
}
.article-header
{
	margin-top:10px;
}

.article-title
{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:12pt;
}

.article-title-image
{
	text-align:right;
	float:right;
	width:125px;
	height:125px;
	border:none;
}

.article-image-right
{
	float:right;
	margin:5px;
	padding:3px;
	display:inline;
}

.article-image-left
{
	float:left;
	margin:5px;
	padding:3px;	
}
.article-date
{
	font-size:10pt;	
	padding:3px 0 3px 10px;
	border-bottom:2px #000000 ridge;
	border-top:1px #C6AB2A solid;
	color:#3D3318;
}

.article-body
{
	clear:both;
	margin:0 !IMPORTANT;
	padding:3px 3px 3px 10px;
	color:#000000;
}

/*Edit Mode */
.article-title .ms-formfieldlabelcontainer 
{
	float:left !important;
	margin-right:15px;
}

.article-date .ms-formfieldlabelcontainer 
{
	float:left !important;
	margin-right:5px;
}

/*END Edit Mode */

/*	Unique: These syles for specific layout pages */
.news-header
{

	font-size:10pt;	
	padding:3px 0 3px 10px;
	border-top:1px #C6AB2A solid;
	color:#3D3318;
}
.news-header-bottom
{
	margin:0;
	padding:0;
	font-size:5pt;	
	border-top:2px #000000 ridge;
	clear:both;
}


/* END Article type pages Global */
