.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
}

a:link.hidden, a:active.hidden, a:visited.hidden, a:hover.hidden 
{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

.navlink_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	text-decoration: none;
	line-height: 12px;
}
	.navlink_small a:link {
		color: #336699;
		text-decoration: none;
	}
	.navlink_small a:visited {
		color: #336699;
		text-decoration: none;
	}
	.navlink_small a:hover {
		color: #990033;
		text-decoration: none;
	}
	.navlink_small a:active {
		color: #336699;
		text-decoration: none;
	}

.navlink_small_mag
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}
	.navlink_small_mag a:link {
		color: #000000;
		text-decoration: none;
	}
	.navlink_small_mag a:visited {
		color: #000000;
		text-decoration: none;
	}
	.navlink_small_mag a:hover {
		color: #444444;
		text-decoration: none;
	}
	.navlink_small_mag a:active {
		color: #000000;
		text-decoration: none;
	}

.navlink_main 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	text-decoration: none;
	text-transform:uppercase;
}

	.navlink_main a:link 
	{
		color: #336699;
		text-decoration: none;
	}
	.navlink_main a:visited 
	{
		color: #336699;
		text-decoration: none;

	}
	.navlink_main a:hover 
	{
		color: #990033;
		text-decoration: none;
	}
	.navlink_main a:active 
	{
		color: #336699;
		text-decoration: none;
	}

.article_note
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.sidemenusub {
	font-size: 11px;
	color: #990033;
	padding-left: 20px;
	padding-top: 1px;
}
	.sidemenusub a:link {
		color: #000000;
		text-decoration: none;
	}
	.sidemenusub a:visited {
		color: #666666;
		text-decoration: none;
	}
	.sidemenusub a:hover {
		color: #990033;
	}
	.sidemenusub a:active {
		color: #000000;
	}


.search 
{
	padding-top: 3px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}


.more {
	font-weight: bold;
	color: #990033;
}
	.more a:link {
		font-weight: bold;
		color: #990033;
		text-decoration: none;
	}
	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}

.heading {
	color: #990033;
	font-weight: bold;
}

.productlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	padding-right: 15px;

}

.formhead {
	font-size: 10px;
	color: #336699;
	margin-bottom: 10px;
	font-weight: normal;

}

.formheadlg {
	font-size: 11px;
	color: #336699;
	font-weight: bold;
}


.input 
{
    border: 1px solid  #999999; 
	padding: 1px 3px 2px;
}

.button {
	border: 1px solid #999999;
	color: #666666;
	text-decoration:none;
}

.fileupload {
	
	border: 1px solid #999999;
	color: #666666;
	width: 300px;
}

.left 
{
	position:relative;
}

.size 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;
	color: #666666;
	width: 40px;
}

.noborder {
	border: none;
}

.smallmargin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}

.errorText
{
	font-weight: bold;
	text-transform: none;
	color: red;
}
.splitbullet
{
	color: #FFF;
	font-size:.7em;
	margin-right:2em;
	margin-left:2em;
}

.redbullet
{
	color: #a00;
	font-size:.8em;
}

Table.PageSize
{
	width: 500px;
}

.TreeView 
{ 
  background-color: white; 
  border: 1px solid  #999999; 
  cursor: default; 
  width: 220px;
  height: 140px;
} 


select, input,	textarea, select option
{
    color: #666666;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select
{
	padding-top:1px;
}
select option
{
	padding:2px 1px 1px 1px;
}

.TreeNode 
{ 
  color: #666666;
  padding-left: 1px; 
  cursor: default; 
} 

.HoverTreeNode 
{ 
  color: #666666;
  padding-left: 1px; 
  text-decoration: underline; 
  cursor: default; 
} 


.SelectedTreeNode 
{ 
  padding-left: 1px; 
  background-color: #a0a0a0; 
  cursor: default; 
}


.TreeNodeRow 
{ 
  width: 100%; 
  border:1px; 
  border-color:white; 
  border-style:solid;
}

.HoverTreeNodeRow
{ 
  background-color: #EEEEEE; 
  width: 100%; 
  border: 1px ; 
  border-color:white; 
  border-bottom-color:#CCCCCC; 
  border-style:solid;
}

.SelectedTreeNodeRow
{ 
  background-color: #CCCCCC;
  width: 100%; 
  border:1px; 
  border-color: Gray; 
  border-style: solid ;
}

@media print
{
	.noprint
	{
		visibility:hidden;
		display:none;
	}
} 


