/* My Ashurst Sharepoint Collaboration Styles

	Author: 	Amar Galla
	File:		myashurst_collab.css
	Rev:		Ver 1.0.0.
	Date:		03/08/2006
	Ver Date:	03/08/2006
*/

iframe.Collab { 
	display:block;
	width:100%;
	height:100%;
	border:none;
}

.CollabTopLinks
{
    font-weight: bold; 
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
}

.SecurityMessage
{
	font-weight: bold; 
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 15px;
    color:#990000;
}

.LoginPanel
{
	margin-left:10px;
}

/* GENERIC STYLES ============================================================= */

H1.spsma-title
{
	font-weight: normal;
	font-size: 180%;
	margin: 0px 0px 0px 0px;
	line-height: 1.2em;
	color: #990033; /* burnt orange */
}

/* LEFT NAV AREA STYLES ============================================================= */

#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 ============================================================= */
table.spsma-leftnavtable {
	width: 200px;
	border-collapse: collapse;
}

.spsma-leftnavtabletitle {
	background: #990033 url("/_layouts/1033/images/Ashurst/table_headerbg_gradient_3.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:link, a.spsma-leftnavlink:visited
{
	font-weight: normal;
	color: #990033; /* burnt orange */
	text-decoration: none;
	font-size: 12px;
}

a.spsma-leftnavlink:hover
{
	font-weight: normal;
	color: #990033; /* burnt orange */
	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;
}

#collabmain a:link, #collabmain a:visited
{
	font-weight: normal;
	color: #990033; /* burnt orange */
	text-decoration: none;
	font-size: 11px;
}

#collabmain a:hover
{
	font-weight: normal;
	color: #990033; /* Medium purple */
	text-decoration: underline;
	font-size: 11px;

}