/****************
Fast Links Styles
*****************/

/*.yui-skin-sam .yui-panel-container.shadow {
	background-color:#d1caa6;
opacity:.50;
filter: alpha(opacity=50 style=0);
display: block;
}*/


#fastLinks
{
	width: 179px;
	font-size: 85%;
	
}

#fastLinks div.hd {
	background-image: none;
	background-color: #e5d29d;
	border: #c29925 1px solid;
}

#fastLinks div.bd{
	border-color: #c29925;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	background-color: #fdfaf1;
}

#fastLinks div.ft {
	border-color: #c29925;
	border-width: 0px 1px 1px 1px;
	background-color: #fdfaf1;
}

#fastLinks div.underlay {
	background-color: #4a3e04;
	filter: alpha(opacity=50);
	opacity: .50;
}

#fastLinks_newUL, #fastLinksUL
{
	margin-bottom: 0px;
	margin-left: -20px;
}

#fastLinks_newUL li, #fastLinksUL li
{
	list-style-type: none;
	list-style-position: outside;
	margin-left: -20px;
	margin-bottom: 5px;
}

#fastLinks_newUL li div.readNode
{
	cursor:pointer;
	color: #FFFFFF;
	background-color: #b6b6b6;
	border: 1px dashed #f0f0f0;
	opacity: .30;
	filter: alpha(opacity=30);
	font-weight: bold;
	height: 20px;
}

#fastLinks_newUL li div.readNode.hover
{
	background-color: #b6b6b6;
	color: #ffffff;
	border: 1px dashed #f0f0f0;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
	height: 20px;
}

#fastLinksUL li
{
	cursor:move;
}

#fastLinksUL li div.readNode.fastLink a,
#fastLinksUL li a,
div.readNode.fastLink a
{
	color: #00907C;
	font-weight: bold;
	text-decoration: none;
}

#fastLinksUL li div.readNode.fastLink a:hover,
#fastLinksUL li a:hover,
#fastLinksUL li a:hover
{
	text-decoration: underline;
}

#fastLinksUL li div.readNode.fastLink a:visited,
#fastLinksUL li a:visited,
div.readNode.fastLink a:visited
{
	color: #A7CAC4;
}

#fastLinksUL li img
{
	margin-left: 8px;
	padding: 0px 2px;
	cursor:pointer;
}

#fastLinksUL li.unpublished
{
	background-color: #ffff99;
}

#fastLinks_newUL li div.formNode div.formWrapper div,
#fastLinksUL li div.formNode div.formWrapper div
{
	margin-bottom: 5px;
} 

#fastLinks_newUL li div.formNode div.formWrapper span.title_wrapper,
#fastLinksUL li div.formNode div.formWrapper span.title_wrapper
{
	font-weight: bold;
} 

#fastLinks_newUL li div.formNode div.formWrapper span.requiredFieldIcon,
#fastLinksUL li div.formNode div.formWrapper span.requiredFieldIcon
{
	color: #FF0000;
} 

#fastLinks_newUL li div.formNode div.formWrapper span.input_wrapper,
#fastLinksUL li div.formNode div.formWrapper span.input_wrapper
{
	display: block;
}

/*
#fastLinks span.button-group
{
	
}

#fastLinks span.button-group button
{
	cursor: pointer;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}*/



#fastLinks span.button-group.major button
{
	
}

#fastLinks span.button-group.minor button
{
	
}


#fastLinks span.button-group button.default, #fastLinks span.button-group button  {
	background-color: #00423c;
	color: #faedc9;
	border-width: 1px;
	border-color: #00423c;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	margin: 0px 1px 0 0;
	padding: 2px;
	cursor: pointer;
	display: inline;
	font-size: 92%;
}

#fastLinks span.button-group button.hover
{
	background-color: #e4eaea;
	color: #00423c;
	border: 1px solid #00423c;
	
}

/****************
Miscellaneous Styles
*****************/



.hidden
{
	display: none;
}