/* 
================================
 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;
	padding-left: 10px;
    width:500px;
}
.dgskin_content_rightpane
{
	background-color: transparent;
	float:left;
	clear:left;
	padding-bottom:5px;
	padding-left: 5px;
  	width:200px;
}
.dgskin_imagebar_container
{
  float:left;
  clear:left;
  width:100%;
}
.dgskin_outer_container
{
  
  padding-left:0px;
  padding-top:5px;
  float:left;
  clear:left;
}
.dgskin_title_container
{
  float:left;
  text-align:left;
  padding-left: 5px;
}
.dgskin_imagebar_left
{
  float:left;
  width:101px;
  height:4px;
  background: url('/images/green_line_left.gif') no-repeat;
  font-size:1pt;
}
.dgskin_imagebar_right
{
  float:left;
  height:4px;
  background: url('/images/green_line_right.gif');
  background-repeat: repeat-x;
  width:380px;
  font-size:1pt;
}

.dgskin_imagebar_rightpane
{
  float:left;
  height:4px;
  background: url('/images/green_line_short.gif');
  margin-repeat: no-repeat;
  width:184px;
  height:3px;
  font-size:1pt;
}
/* Left column (3 column) */
.dgskin_imagebar_left_3column
{
  float:left;
  margin-left:3px;
  width:101px;
  height:4px;
  background: url('/images/green_line_left.gif') no-repeat;
  font-size:1pt;
}
.dgskin_imagebar_right_3column
{
  float:left;
  height:4px;
  background: url('/images/green_line_right.gif'); 
  background-repeat: repeat-x;
  width:175px;
  font-size:1pt;
}
.dgskin_content_leftpane_3column
{
	background-color: transparent;
	float:left;
	clear:left;
	padding-bottom:5px;
	padding-left: 7px;
    width:250px;
}
/* Middle column */
.dgskin_imagebar_left_3column_mid
{
  	float:left;
  	width:101px;
  	height:4px;
    background: url('/images/green_line_left.gif') no-repeat;
    font-size:1pt;
    margin-left: 3px;
}
.dgskin_imagebar_right_3column_mid
{
  	float:left;
  	height:4px;
  	background: url('/images/green_line_right.gif');
  	background-repeat: repeat-x;
  	width:80px;
  	font-size:1pt;
}
.dgskin_content_leftpane_3column_mid
{
	background-color: transparent;
	float:left;
	padding-bottom:5px;
	width:200px;
	padding-left: 7px;
}
/* Right Column (3 column) */
.dgskin_imagebar_rightpane_3column_right
{
  float:left;
  height:4px;
  background: url('/images/green_line_short.gif');
  background-repeat: no-repeat;
  padding-left:5px;
  width:184px;
  height:3px;
  font-size:1pt;
  margin-left: 3px;
}
.dgskin_content_rightpane_3column_right
{
	background-color: transparent;
	float:left;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:7px;
    width:200px;
	text-align: center;
}
/* Black background */

.dgskin_content_rightpane_black
{
	background-color: #000000;
	clear:left;
	padding-bottom:0px;
	padding-top:15px;
    width: 216px;
	color: #ffffff;
	text-align: center;
}
.dgskin_title_white
{
 font-family: Arial;
 font-size: 12pt;
 font-weight:bold;
 color: #FFFFFF;
}
.dgskin_imagebar_rightpane
{
  float:left;
  height:4px;
  background: url('/images/green_whiteline_short.gif');
  margin-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;
}
