/* My Ashurst Sharepoint bespoke style 

	Author: 	E Beaumont-Thomas
	File:		myashurst_events_sps.css
	Rev:		Ver 1.0.0.
	Date:		28/09/2006
	Ver Date:	28/09/2006
*/

/* GENERIC STYLES ============================================================= */

H1.spsma-title
{
	font-weight: normal;
	font-size: 180%;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
	color: #028096; /* burnt orange */
}

/* LEFT NAV AREA STYLES ============================================================= */
.spsma-eventgridtablecolumnbullet {
	background: #ffffff url("/_layouts/1033/images/Ashurst/navArrowHome.gif");
}

a:link.spsma-eventListMinTitle
{
	font-weight: normal;
	color: #444444; /* med grey */
	text-decoration: none;
	font-size: 100%;
}
a:visited.spsma-eventListMinTitle
{
	font-weight: normal;
	color: #444444; /* med grey */
	text-decoration: none;
	font-size: 100%;
}

a:hover.spsma-eventListMinTitle
{
	font-weight: normal;
	color: #980134; /* Medium purple */
	text-decoration: none;
	font-size: 100%;
}

#bkCnf TD
{
	vertical-align: top; 
}
/* For the minimal event list */
.ms-WPHeader
{
	background-color: #980134; /* Medium purple */
}
.ms-WPTitle
{
	color: White;
}
.ms-WPBorder
{
	border-color: #980134; /* Medium purple */
}

/* Changes 2010 */
/* LEFT NAV AREA STYLES ============================================================= */
.spsma-leftnavtable {
	width: 200px;
	border-collapse: collapse;
}

.spsma-leftnavtabletitle {
	background: #028096 url("/_layouts/1033/images/Ashurst/table_headerbg_gradient_4.jpg") left repeat-x;
	padding: 0px 0px 0px 9px;
	margin: 0px;
	height: 30px;
	color: #ffffff;
}

.spsma-leftnavtablelinks {
	width: 200px;
	border-collapse: collapse;
	margin: -1px 0px 5px 0px;
}

.spsma-leftnavtablecolumn
{
	width: 200px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #CCCCCC;
	height: 20px;
	background: #ffffff url("/_layouts/1033/images/Ashurst/navArrowHome.gif") right no-repeat;
}

.spsma-leftnavimage{
/*	background: #ffffff url("/_layouts/1033/images/Ashurst/web_part_image.jpg") top left no-repeat;
	height: 90px;
*/
}

.spsma-leftnavtitle {
	font-size: 14px;
	font-weight: normal; 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
}

a.spsma-leftnavlink, a.spsma-leftnavlink:visited
{
	font-weight: normal;
	color: #028096; /* burnt orange */
	text-decoration: none;
	font-size: 12px;
}

a.spsma-leftnavlink:hover
{
	font-weight: normal;
	color: #028096; /* Medium purple */
	text-decoration: underline;
	font-size: 12px;
}

a.spsma-leftnavtitle:link, a.spsma-leftnavtitle:visited
{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a.spsma-leftnavtitle:hover
{
	font-size: 14px;
	color: #FFFFFF; /* white */
	text-decoration: underline;
	cursor: pointer;
}

td.maincontent {
	vertical-align: top;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	border: 1px solid #eeeeee;
}

#eventsmain a:link, #eventsmain a:visited
{
	font-weight: normal;
	color: #028096; /* burnt orange */
	text-decoration: none;
	font-size: 11px;
}

#eventsmain a:hover
{
	font-weight: normal;
	color: #028096; /* Medium purple */
	text-decoration: underline;
	font-size: 11px;

}