/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/
body
{
	background-color:#000;
	font-size:90%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#myaccount-admin
{
	color:#000;
}

#myaccount-admin a
{
	color:#000;
}

/* Text */

h2
{
	font-size:130%;
	display:inline;
	text-align:center;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}

h1
{
	font-size:150%;
	/*display:inline;*/
	text-align:left;
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
}

h3
{
	font-size:150%;
	display:inline;
	text-align:left;
	color:#ff9900;
	font-family:Arial, Helvetica, sans-serif;
}


/* Nav Text */
a 	{color: #64615F;text-decoration: none;}
a:hover {color: #ff9900;text-decoration:none;}
a.loginLink {color: #ff9900;text-decoration: none;}
a.loginLink:hover {color: #000;text-decoration:none;}
a.orangeLink {color: #ff9900;text-decoration: none;}
a.orangeLink:hover {color: #000;text-decoration:underline;}
a.blueLink {color: #3399ff;	text-decoration: none;}
a.blueLink:hover {color: #000;text-decoration: underline;}
a.whiteLink {color: #ffffff;text-decoration: none;}
a.whiteLink:hover {color: #000;text-decoration: underline;}
a.choice {color: #000000;text-decoration: none;}
a.choice:hover {color: #ff9900;	text-decoration:none;}

/*Sinc8 screens */
div.admin_editscreen    
{
background: #333333;
}

div.subsection    
{
background: #333333;
}

#pd_options  
{
background: #333333;
}
#pd_categories    
{
background: #333333;
}
 #pd_files    
{
background: #333333;
}
 #pd_associations    
{
background: #333333;
}
 #pd_pictures    
{
background: #333333;
} 
#pd_stats    
{
background: #333333;
}
.crumb
{
list-style:none;
}
.last_breadcrumb
{
list-style:none;
}