/* CSS Base */
*
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0;
}

html
{
	overflow-y: scroll
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "trebuchet MS", verdana;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
/* good ol' clearfix */
.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0px; 
	content: ".";
	font-size: 0px;
}

a.link
{
	line-height: 22px;
	font-size: 13px;
	color: #5eb81e;	
}

p
{
	padding-top: 15px; 
	font-size: 13px;
	line-height: 22px;
	color: #646464;
}

a:link
{
	font-size: 13px;
	color: #5eb81e;	
}

a:visited
{
	font-size: 13px;
	color: #646464	!important ;
}

a:hover
{
	font-size: 13px;
	color: #a0dd35;	
}


/* login screen */

#Form_EditForm
{
	padding-top: 20px;
	padding-bottom: 50px;
	width: 960px;
	
	
}

#MemberLoginForm_LoginForm_tab
{
	background-image: none;
}

#OpenIDLoginForm_LoginForm_tab
{
	background-image: none;
	font-size: 12px;
}

div#Email
{
	font-size: 12px;
	font-family: arial;
}

div#Password
{
	font-size: 12px;
	font-family: arial;
}

input.text
{
	border: 1px solid #ccc;	
}

#sitemap_container
{
	line-height: 22px;
	font-size: 13px;
	color: #5eb81e;	
}

#sitemap_container li.root {
	font-weight: bold;
}

#sitemap_container li.child {
	font-weight: normal;
}

#sitemap_container #column1, #sitemap_container #column2, #sitemap_container #column3 {
	float: left;
	width: 210px;
}

.field
{
	height: 25px;
}

label
{ 
	font-size: 13px;
	color: #646464;
	position: absolute;
	text-align:left;
	width:130px;
}

/*
input, textarea
{
	 margin-left: 140px;
}
*/

/* button style */
.action
{
	
}

.portfolio_type
{
	text-decoration: none;
}




