/*
 *  This is the file where you put your CSS changes. You should preferrably use this and
 *  override the relevant properties you want to change here instead of customizing plone.css.
 */

 
/*
**  DTML instructions to set caching headers. Inside comments area to play nicer with CSS editors.
**
** **   
**   
**   
**   
** */
/*  */


img {
    border: none;
	vertical-align: top;
}

.actionwords {
	font-size: 9px;
	color: #666666;
	}
	

a {
	text-decoration: none;
    color: #0066CC;
    background-color: transparent;
}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color:#003399;
    background-color: transparent;
}

p a {
    text-decoration: none;
}

p a:visited {
	color:#003399;
    background-color: transparent;
}

p a:active {
	color: #0066CC;
    background-color: transparent;
}


ul a, ol a {
    text-decoration: none;
}

dt a {
    text-decoration: none;
}

d a {
    text-decoration: none;
}

.comment {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
}

.snapshot {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
	color: #0066CC;
	text-decoration: none;
}

.help {
	color: #0066CC;
}

.photo {
	display: block;
	margin: 0.5em 1em 1em 0;
	float: left;
}

.content {
    clear: both;
}

hr.part {
	border: none 0;
	border-top: 1px dotted #999;
	width: 90%;
	height: 1px;
	margin: 3px auto 0 0;
	text-align: left;
}

div.tabs {
	clear:left;
	background: transparent;
	border-collapse: collapse;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: .2em 0em 0em 0em;
    white-space: nowrap;
}

div.tabs a {
    /* The normal, unselected tabs. They are all links */
    text-decoration: none;
	background: transparent;
    border-color: #333333;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #000000;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-transform: none;
}

div.tabs a.selected {
    /* The selected tab. There's only one of this */
	text-decoration: none;
    background: #03C;
    border: 1px solid #333333;
    border-bottom: #03C 1px solid;
    color: #FFFFFF;
    font-weight: normal;
}

div.tabs a:hover {
	text-decoration: none;
    background: #03C;
    border-color: #333333;
    border-bottom-color: #03C;
    color: #FFFFFF;
}

div.top {
    margin: 0;
    padding: 2px;
}


div.box .email {
    background-color: transparent;

}

div.box .evenEmail {
    background-color: #EEEEEE;

}



div.box .even {
    background-color: #EEEEEE;
	background-image:url(../images/newsitem_icon.gif);
background-repeat:no-repeat;
background-position: 0.2em 0.9em 1em 1em; 
}

div.box .odd {
    background-color: transparent;
	background-image:url(../images/newsitem_icon.gif);
background-repeat:no-repeat;
background-position: 0.2em 0.9em 1em 1em; 
}

div.box .content {
padding: 1em 1em 1em 2em;
}

table.listing td.checkbox {
  font-weight: bold;
  text-align: center;
}


a.actions {
	color: #333333;
	text-decoration: underline;
	}

a.actions:hover {
	color: #333333;
	}
	
div.editButtons {
    /*editButtons style and positioning */
    background-color: transparent;
    color: Black;
    float: right;
    margin: 3em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: none;
}

div.personalBar {
	clear:both;
}

div.linktabs {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
    background: transparent;
    white-space: nowrap;
	clear: right;
	float: right;
    margin: 0em 1em 0em 0em;
    padding: 0em 1em 0em 0em;
    text-align: right;
    text-transform: none;
    width: 29%;
}

div.linktabs a:hover {
	text-decoration: none;
    background-color: #EEEEEE;
    color: #000000;
}

div.linktabs a {
    /* The normal, unselected tabs. They are all links */
    background: transparent;
	text-decoration: none;
   /* border-color: #333333;
    border-width: 1px; 
    border-style: solid solid solid solid;*/
    color: #000000;
    font-weight: normal;
    height: 1.2em;
    margin-right: 0em;
    padding: 0em 1em;
    text-transform: none;
}

div.tabs a.dashboardS {
    /* The dashboard tab selected. There's only one of this */
	text-decoration: none;
    background: #03C;
    border: 1px solid #333333;
    border-bottom: #03C 1px solid;
    color: #FFFFFF;
    font-weight: normal;
}

.leftheadings th {
    text-align: right;
}

div.loginBox {
    /*loginbox style and positioning */
    background-color: transparent;
    color: Black;
    clear: none;
	position: absolute;
	top: 0%;
	left:70%;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: left;
    text-transform: none;
    width: 250px;
}

div.actionsBox {
    /*loginbox style and positioning */
    background-color: transparent;
    color: Black;
    float: right;
    margin: 0em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    text-align: left;
    text-transform: none;
    width: 29%;
}

div.linksBox {
    /*loginbox style and positioning */
    background-color: transparent;
    color: Black;
    float: right;
    margin: 6em 0em 0em 0em;
    padding: 0em 2em 0em 0em;
    text-align: right;
    text-transform: none;
    width: 30%;
}


table.listing td.top.nofilter {
    text-align: left ! important;
}

table.listing tr.default {
    background: #DCEDD0;	
}

input.uploadButton {
    margin-bottom: 1px ! important;
}

table.listing .external {
  background: White;
  border-top: hidden;
  border-right: hidden;
  border-bottom: hidden;
}

/* Restore undelining to links in various places */
.linkdata a, dd a, .quicklinks a {
  text-decoration: underline;
}

sup {font-family: sans-serif; font-size: 70%;}

p {
  text-align: left;
}

p.address {
  line-height: inherit;
}

.quicklinks span {
   font-size: 110%;
   font-weight: bold;
   margin-left: 1em;
   margin-right: 1em;
}

.quicklinks {
  margin-top: 0.5em;
}

/* Footer styling */

.footer {
    border-bottom: 0;
    color: Black;
    clear: both;
    float: none;
    margin: 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

.footer p {
   text-align: center;
}

#about-links{
  width: 90%;
}

div>#about-links{
  width: 100%;
}

#cfLogo {
  float: left;
  margin: 0em 1em;
}

#ploneLogo {
  float: right;
  margin: 1em;
}

/* Part of moving the dot to the right */
.required {
  padding-left: 10px;
}

ul, ol {
  line-height: 1em;
}

#sortable th {
  cursor: pointer;
}

.link-parent {
    display: block;
    background: transparent url(http://www.cfkeep.org/css/images/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 1px 16px;
    font-size: 75%;
}

/*  */