/* Text styles */
td, body{ 
	font-family: helvetica, 'Lucida Grande', verdana ;
	font-size:12px; 
}

h1
{
	color: #67C6DD;
	font-weight:bold; 
	margin: 0px 0px 10px 0px; 
	padding:0px; 
	font-size:24px;
}

h2
{
	color: #67C6DD;
	font-weight:bold; 
	margin: 0px 0px 10px 0px; 
	padding:0px; 
	font-size:22px;
}

h3
{
	color: #67C6DD;
	font-weight:bold; 
	margin: 0px;
	padding:0px; 
	font-size:15px; 
}

h3.sidebar
{
	color: #67C6DD;/*#bad846;*/
	font-weight:bold; 
	margin: 0px;
	padding:0px; 
	padding-bottom:3px;
	font-size:15px;
	background: url('../img/4dots.gif') center left no-repeat;
	padding-left: 13px;
}

h3 a
{
	color: #A6C700; /*#e7a131;*/
	font-weight:bold; 
	margin: 0px;
}
h3 a:hover
{
	color: #A6C700; /*#e7a131;*/
	font-weight:bold; 
	margin: 0px;
	text-decoration:underline;
}
a{ 
	color:#303B3D;
	text-decoration:none;
}
a:hover{ 
	color:#303B3D;
	text-decoration:underline;
}
a.portalLink{ 
	color:#303B3D;
	font-size:10px;
}
a.weight_1{
	color:#303B3D;
	font-size:10px; 
	text-decoration:none;
}
a.weight_2{
	color:#303B3D;
	font-size:13px; 
	text-decoration:none;
}
a.weight_3{
	color:#303B3D;
	font-size:16px; 
	text-decoration:none;
}
a.weight_4{
	color:#303B3D;
	font-size:19px; 
	text-decoration:none;
}
a.weight_5{
	color:#303B3D;
	font-size:22px; 
	text-decoration:none;
}
.external 
{
	background: url('../img/itemIcons/external-link.gif') center right no-repeat;
	padding-right: 18px;
}
.newLink
{
	background: url('../img/itemIcons/new-link.gif') center right no-repeat;
	padding-right: 30px;
}
.small{
	color:#303B3D; 
	font-size: 9pt;
}
.mini
{
  color: #666666;
  font-size: 8pt;
}
.mini_date
{
  color: #666666;
  font-size: 8pt;
}
.highlight
{
	background:#ff9;
	padding: 2px;
}

.itemImage
{
	/*float: right;
	clear: right;*/
	border: solid 1px #cccccc; margin: 0px 0px 0px 10px;
}

.thumbnail{
	border: solid 1px Gainsboro;
}

.imageMini
{
	float: left;
	border: solid 1px Gainsboro;
	margin-right: 5px;
}
.Tag
{
	font-size: 8pt;
	color: #999999;
}
.tags{
	color: #999999;
	font-size: 8pt;
}
.tags a{
	color: #999999;
	font-size: 8pt;
}
.breadcrumbs
{
	font-size: 10pt;
	color: #AAAAAA;
	margin-bottom: 25px;
}

.breadcrumbs .active, .breadcrumbs a.active:hover
{
	color: #67C6DD; 
	font-size:14px;
	text-decoration: none;
}

hr
{ 	
	color:#eeeeee; background: #eeeeee; border: 0; Height:1px; 
}
hr.white{
	color:#ffffff; background: #ffffff; border: 0; Height:1px; 	
}

/* Helper things that can be used everywhere */
td, div{
	vertical-align: top;
}

p
{
  font-size: 9pt; 
  font-family: arial, Verdana, Helvetica, sans-serif;
}

.longText{ 
	color:#666666; line-height:18px; padding-right:30px;
}

.intro
{
  font-size: 10pt;
  font-family: arial, Verdana, Helvetica, sans-serif;
  line-height: 13pt;  
  background-color: Gainsboro;
  padding: 10px;
}

.advanced /* text in advanced*/
{
  font-size: 10px;
  font-family: arial, Verdana, Helvetica, sans-serif;
  color: #878578;
}

.search /* buttons */
{
	border: 1px solid #fff;
	background-color: #58595B;
	color: #fff;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;	
	letter-spacing: 3px;
	height:20px;
}
.linkbutton{
	border: 1px solid #fff;
	background-color: #58595B;
	color: #fff;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;	
	letter-spacing: 3px;
	text-decoration:none; 
	padding-left:8px; padding-right:8px; padding-bottom:1px; padding-top:2px;
}
/*
.advancedsearch
{
	background-color: #ff0000;
}
*/

.grayBack
{
	background-color: Gainsboro;
}

#autocomplete
{
	position: float;
	background: white;
	border: solid 1px Gray;
	width: 200px;
	overflow: hidden;
}

textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}


/* DataGrid rows */
.row {
}

.altrow {
	/*background-color: #EAEAEA;*/
	background-color: #EAEAEA; /* #dfdabd;*/
}
.altrow_sidebar{
	/*background-color:  #dfdabd;*/
}

/* DataGrid paging */
.paginator td
{
	padding: 5px;
	text-align: right;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.paginator a
{
	padding: 2px 6px;
	border: solid 1px #c82c76;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #283548;
}
.paginator a:visited
{
	padding: 2px 6px;
	border: solid 1px #cccccc;
	background: #fff;
	text-decoration: none;
	text-align: center;
	color: #3333CC;
}
.paginator span
{
	padding: 5px 5px;
}
.paginator a:hover
{
	color: #878578;
	background: #dfdabd;
	border-color: #e7a131;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}



.bottomBorder{ 
	border-bottom: 2px solid #cccccc;
}
.hidden{
	display:none;
}
.teaser{ 
	border: solid 1px #cccccc;
}

