/*
TABLE OF CONTENTS
=================
Body Elements
Link Elements
Layout Elements
*/

/****************************************************** BODY ELEMENTS ********************************************************/

html 
	{
	font-size: 100%;
	height: 100%;
	}

* 
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	font-family: Tahoma, arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	}
	
.body
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
form 
	{
	font-size: 100%;
	height: 100%;
	}


p, li 
	{
	margin: 15px 0;
	text-align: left;
	}
	


/********************************** LINK ELEMENTS ************************************/

.SimpleViewBasicWrapper a:link
	{
	font-family: Tahoma, arial, Verdana, sans-serif;
	font-size: 11px;
	color: #005e00;
	padding: 0px;
	padding-right: 4px;
	text-decoration: none;
	}
	

.SimpleViewBasicWrapper a:hover
	{
	font-family: Tahoma, arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	padding-right: 4px;
	text-decoration: underline;
	}
	

/********************************** LAYOUT ELEMENTS ************************************/

.SimpleViewContainer {
	width: 320px;
	height: auto;
	border-style:none;
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
	}
	
.SimpleViewLogoWrapper {
	width: 100%;
	height: 35px;
	padding:0px;
	margin:0px;
    padding-top: 7px;
	}
	
.SimpleViewBasicWrapper {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	}
	

.SimpleViewBasicWrapper p{
	background: transparent !important;
	border: 0px !important;
	}
	
.recentlypublished {
	font-family: Tahoma, arial, Verdana, sans-serif;
	font-size: 14px;
	color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	}

.ms-WPBody table{
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #005E00;
	padding-bottom: 6px;
}

.am-griditem-user table{
	border-style: none;
}
	
/********************************** Navigation ************************************/

.ms-selectednavheader, .ms-selectednav, .ms-navheader, .ms-navitem
{
	background-color: black;
	font-size:x-small;
	font-family: Tahoma, arial, Verdana, sans-serif;
	font-size: 11px;
}

.ms-navSubMenu2
{
	display:block;
	margin-left: 24px !Important;
}


