﻿/*
h1
{
	font-size:14px;
}
.content
{
	background-color: #fff;
	padding: 5px;
	padding-top: 0px;
	font-family:Verdana, Arial;
}
.content a
{
	color: #0000ff;
	//font-weight: bold;
	text-decoration: none;
}
.content a.link:hover
{
	color: #0000ff;
	//font-weight: bold;
	text-decoration: none;
}
*/


.selectCss
{
	background-color: #FF9966; 
	color: #000000;
}
.selectCssNotes
{
	background-color: #A4FE78; 
	color: #000000;
	text-decoration: none;
}
.selectCssClipboard
{
	background-color: #6699FF;
	color: #000000;
}

#Breadcrumbs
{
	position: relative;
	height: 30px;
	margin-bottom: 10px;
	font-size: 10px;/*0.9em;	*/
}

html>body #Breadcrumbs
{
	height: auto;
	min-height: 30px;
	overflow: hidden;
}

#Breadcrumbs ul
{
	float: left;
	margin: 0;
	padding: 0;
}
#Breadcrumbs li 
{
	display: inline;
	padding-right: 3px;
	
	color: #0F4E60;
	text-transform:uppercase;
	/*background: url(images/crumbs.gif) top right no-repeat;*/
}
#Breadcrumbs li a
{
	text-decoration: none;
	padding-right: 7px;
	color: #666666;
	background: url(images/crumbs.gif) top right no-repeat;
	word-wrap: break-word;
	text-transform: none;
}

#Breadcrumbs li a:hover
{
	color: #6B8F00;
}

#Breadcrumbs li span
{
	text-decoration: none;
	padding-right: 7px;
	color: #666666;
	background: url(images/crumbs.gif) top right no-repeat;
	word-wrap: break-word;
	text-transform: none;
}

/*
a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
*/
.TagContentCss
{
	/*
	background-color: #99CC00;*/
	border: thin solid #999999;
}
.TagContentCss a
{
	color: #000000;
}


