/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.dgskin_title
{
 font-family: Arial;
 font-size: 12pt;
 font-weight:bold;
}
.dgskin_actionbuttons
{
  float:left;
  clear:left;
  width:100%;
  text-align:left;
  padding-bottom:10px;
}
.dgskin_content_admin
{
	background-color: transparent;
	float:left;
	clear:left;
	padding-bottom:5px;
  /*width:800px;*/
}
.dgskin_content_leftpane
{
	background-color: transparent;
	float:left;
	clear:left;
	padding-bottom:5px;
  width:500px;
}
.dgskin_content_rightpane
{
	background-color: transparent;
	float:left;
	clear:left;
	padding-bottom:5px;
  width:200px;
}
.dgskin_imagebar_container
{
  float:left;
  clear:left;
  width:100%;
}
.dgskin_outer_container
{
  padding-left:5px;
  padding-top:5px;
  float:left;
  clear:left;
}
.dgskin_title_container
{
  float:left;
  text-align:left;
}
.dgskin_imagebar_left
{
  float:left;
  width:101px;
  height:4px;
  background: url('/images/yellow_line_left.gif') no-repeat;
  font-size:1pt;
}
.dgskin_imagebar_right
{
  float:left;
  height:4px;
  background: url('/images/yellow_line_right.gif');
  background-repeat: repeat-x;
  width:380px;
  font-size:1pt;
}

.dgskin_imagebar_rightpane
{
  float:left;
  height:4px;
  background: url('/images/yellow_line_short.gif');
  background-repeat: no-repeat;
  width:184px;
  height:3px;
  font-size:1pt;
}
/*
Main Links 
*/


A:link  {
	text-decoration: none;
	color: #3B73B9;
}
A:visited {
	text-decoration: none;
	color: #3B73B9;
}
A:active {
	text-decoration: none;
	color: #3B73B9;
}
A:hover {
	text-decoration: underline;
	color: #D21414;
}