.AceHeader {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}

.SearchPane {
  height: 61px;
  width: 436px;
  padding-top: 20px;
}

.IntTabName {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #b21011;
  padding-top: 18px;
}
.intBreadCrumbs {
  padding-top: 20px;
}
.internalcontentpane {
  width: 565px;
  padding-left: 20px;
  padding-top: 20px;
}
.leftpane {
  width: 176px;
  padding-top: 20px;
}
.ContentPane {
  width: 496px;
  height: 234px;
  padding-right: 15px;
  padding-top: 17px;
}

.RightPane {
  width: 250px;
  height: 251px;
}

.footer {
  padding-top: 7px;
}


.footerStripe {
  background-image: url(images/footerStripe.gif);
  background-repeat: repeat-x;
  width: 761px;
  height: 16px;
}

/* RadMenu Styles (Skin = Dnn) */

.radmenu .text { margin-bottom: 5px; }

.RadMenu_DNN .rootGroup .item a:link, .RadMenu_DNN .rootGroup .item a:active, .RadMenu_DNN .rootGroup .item a:visited {
    cursor: hand;
    cursor: pointer;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
}

.RadMenu_DNN .rootGroup .item a:hover {
    cursor: hand;
    cursor: pointer;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
}

.RadMenu_DNN .rootGroup .item a:link, .RadMenu_DNN .rootGroup .item a:active, .RadMenu_DNN .rootGroup .item a:visited {
	padding-right: 14px;
	padding-left: 14px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
}

.RadMenu_DNN .rootGroup .item a:hover {
	padding-right: 14px;
	padding-left: 14px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
}

.RadMenu_DNN .level1 .item a:link, .RadMenu_DNN .level1 .item a:active, .RadMenu_DNN .level1 .item a:visited {
    cursor: hand;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: -5px;
    padding-top: 5px;
    width: 145px;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    color: #666666;
	border-bottom: 1px solid #557da1;
	border-right: 1px solid #557da1;
	border-left: 1px solid #557da1;
}

.RadMenu_DNN .level1 .item a:hover {
    cursor: hand;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: -5px;
    padding-top: 5px;
    width: 145px;
    text-align: left;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    color: #666666;
    background-color: #ededef;
	border-bottom: 1px solid #557da1;
	border-right: 1px solid #557da1;
	border-left: 1px solid #557da1;
}
/* 
================================================================================================================================================================================================
Admin RADMENU styles			(skin=dnnAdmin)
================================================================================================================================================================================================
*/  
 
.RadMenu_dnnAdmin  .item a:link, .RadMenu_dnnAdmin .item a:active, .RadMenu_dnnAdmin .item a:visited {
	background-color:#CC0000;
	color: White;
	width: 200x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
}
.RadMenu_dnnAdmin .item a:hover {
	cursor: hand;
	cursor: pointer;
	background-color:#CC0000;
	color: #FFFFFF;
}
.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
}