/* 
================================
Skin styles for DotNetNuke
================================
*/   

#dnnLogo
{
	display:none;
}

H2
{
	color:#000000;
}

.main_dnnmenu_container {
	background-color: transparent; 
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
	padding-left:100px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:15px;
	width:100%;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 10pt; 
	/*font-weight: bold; */
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	white-space: nowrap;  /*Word wrapping menu item now optional*/	
	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand; 
	color: #000000;
	font-size: 11pt;
	/*font-weight: bold; */
	font-style: normal;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica;
	/*background-image:url(images/menubg.gif);*/
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	padding: 10px 12px 5px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: transparent;
	color:#3300ff;
}

.main_dnnmenu_itemhover td {  
	background-color: transparent;
	color:#333333;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 0px 3px 0px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 0px;
	width:0px;
	font-size: 1px;
	border:solid 1px #000000;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*---*/

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}


Body
{
	background-color:#bdd98f;
	color:#333333;
}

Body td
{
	
}

#LoginTable
{
	width:1000px;
	float:middle;
	padding:0px;
	text-align:right;
	
}

#LoginTable .SkinObject
{
	font-size:15px;
}

#MainTable
{
	background-repeat:no-repeat;
	width:1151px;
	float:middle;
}

.MainTable_1
{
	background-image:url(images/header_1.jpg);

}

.MainTable_2
{
	background-image:url(images/header_2.jpg);
	
}

.MainTable_3
{
	background-image:url(images/header_3.jpg);
}

.MainTable_4
{
	background-image:url(images/header_4.jpg);
}

.MainTable_5
{
	background-image:url(images/header_5.jpg);
}

.MainTable_6
{
	background-image:url(images/header_6.jpg);
}


#TopRowTable
{
	width:100%;
	height:100px;

}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: bold;
}

.ContentPane
{
	width:100%;
	padding:5px 5px 5px 5px;
}


#LeftMenu
{
	background-image:url(images/menu-left.gif);
	float:left;
	width:50px;
	height:88px;
}
.LeftPane
{
	width:200px;
	padding:5px 5px 5px 5px;
}

.RightPane
{
	width:200px;
	padding:5px 5px 5px 5px;
}

#MainTable_TopRow td
{
	height:348px;
	width:95%;
}

#MainTable_SpacerRow td
{
	padding-top:15px;
	height:78px;
}

#MainTable_BottomRow td
{
	
}

a
{
	color:#333333;
}

.SkinObject {
    color: #333333;
}



A.SkinObject:link {
    text-decoration:    none;
    color:#333333;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#3300ff;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#333333;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#333333;
}


A:link  {
    text-decoration:    underline;
    color:  #333333;
}

A:visited   {
    text-decoration:    underline;
    color:  #333333;
}

A:active    {
    text-decoration:    none;
    color:  #3300ff;
}

A:hover {
    text-decoration:    underline;
    color:  #333333;
}


#dnnLogo
{
	float:right;
}


/*Publish Classes */

.categoryItemList .itemTitle 
{
	float:left;
	font-size:13px;
	width:100%;
	font-weight:bold;
}



.categoryItemList .itemAuthor 
{
	float:left;
	font-style:italic;
}

.categoryItemList .itemDescription 
{
	float:left;
	width:100%;
	padding-top:10px;
}

.categoryItemList
{
	background-color:#ffffff;
	margin-bottom:15px;
}

.altCategoryItemList 
{
	background-color:#e9e9e9;
}

#publishTagCloud ol
{
	margin-left:0px;
	
}
.leftPane .categoryItemList .itemTitle 
{
	float:left;
	font-size:17px;
	width:100%;
}

.leftPane .categoryItemList
{
	border:solid 0px #000000;
	background-color:#ffffff;
}

#articleDisplay
{
	padding:5px;
	border:solid 1px #000000;
	background:#e9e9e9;
}

.commentPopup
{
	background-color:#e9e9e9;
	width:400px;
}