/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */
div.mainboxframe {
	color: white;
	background-color: #0c2d44;
	background-image: none;
	padding: 5px 0 5px 0;
	width: 100%;
	height: 263px;
	display: block;
	border: 1px solid #6c8da4;
}

div.mainbox span.title {
	font-size: 150%;
}

div.mainbox div.text {
	padding: 3px 0;
}

.mainbox_part {
	display: none;
}

div.mainbox div.readmore {
	font-weight: bold;
}

div.mainbox div.text a:link { color: #DFDFDF; }
div.mainbox div.text a:visited { color: #DFDFDF; }

div.topicmenu {
	margin: 0 0 7px 0;
	text-align: right;
	font-weight: bold;
}

div.topicmenu span.topic {
	background-color: #2c4d64;
	margin: 0 3px;
	padding: 3px;
	border: 1px solid #4c6d84;
}
div.topicmenu span.highlighted { background-color: #5C7D94; }
div.topicmenu span.topic { cursor: pointer; color: #DFDFDF; }

.watermarkOn {
	color: #cccccc;
}
