/* Edit Button */

.edit-button
{
	width: 3em;
	padding: 2px 4px 3px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #5B87C3;
	background-color: #CFDFF5;
	-moz-border-radius: 5px;
	
}

.edit-button a
{
text-decoration: none;
}

/* News Section */

.cms p.news-author,
.cms p.news-date,
.cms p.news-publication
{
margin: 0px;
}

.cms p.news-date
{
font-style: italic;
}

.news .cms h2,
.news .cms p.blurb
{
margin-bottom: 3px;
}



/* Letters Section */

.letters li, .fieldops li {
line-height:20px;
list-style-type:none;
padding-left:20px;
}

.letters li.pdf-file, .fieldops li.pdf-file {
background:transparent url(http://c0562802.cdn.cloudfiles.rackspacecloud.com/pdf.png) no-repeat scroll 0 2px;
}

.letters li.external-file, .fieldops li.external-file {
background:transparent url(http://c0562802.cdn.cloudfiles.rackspacecloud.com/globe.png) no-repeat scroll 0 2px;
}

.letters li.no-files, .fieldops li.no-files {
background:transparent url(http://c0562802.cdn.cloudfiles.rackspacecloud.com/x.png) no-repeat scroll 0 2px;
}


.letters h3, .fieldops h3, .letters h4, .fieldops h4 {
border-bottom:1px solid #003399;
color: #003399;
}

.letters h4, .fieldops h4 {
font-size:13px;
font-weight:normal;
margin-bottom: .5em;
}

.hidden {
display: none;
}

.cms input {
border: 1px solid #CCC;
height: 16px;
}

p.logout
{
float: right;
margin: 0px;
}

.cms ul.letters-list, .cms ul.sub-letters-list
{
margin: 0 0 20px 0;
}

.cms ul.secondary-letters-page
{
margin: 0px 0px 20px 20px;

}

.cms ul.secondary-letters-page li
{
padding-left: 0px;
}

a.edit
{
	padding: 0px 5px;
	position: relative;
	top: -2px;
	text-align: center;
	border: 1px solid #5B87C3;
	background-color: #CFDFF5;
	text-decoration: none;
}


.letters-list h3 a.edit
{
top: 0px;
}


/* Special Coding for the "Who we Are" page to accomodate adding partners into the CMS entry */

.wrapper #who_we_are .column-container .main .cms h3 {
clear: both;
color:#003399;
font-weight: bold;
}

.wrapper #who_we_are .column-container .main .cms img {
border: 1px solid black;
float: left;
margin: 10px 10px 10px 0px;

}

.cms table.common-grounds tr td, .cms table.common-grounds tr th{
	border: 1px solid #003399;
	font-size: 10px;
	padding: 4px;
	text-align: center
}

.cms table.common-grounds tbody tr td:first-child {text-align:left;}
