/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: #af69ab;
}
.skinmaster {
	height: auto;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
	width: 966px;
}
.skinheader {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 25px;
}
.skingradient {
	background-image: url(ctnavbkg.jpg);
	height:37px;
	text-align: right;
	vertical-align: middle;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
/*.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}*/
.rightpane {
	width: 275px;
	background-color: #f7f3f8;
	padding-left: 21px;
	padding-right: 36px;
	padding-top: 25px;
	padding-bottom: 25px;
	border: 4px solid #ffffff;
}
.contentpane {
	width: 100%;
	padding-left: 36px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	white-space: normal;
	border: 4px solid #ffffff;
	background-color: #FFFFFF;
}

.bottompane {
	width: 100%;
	background-color: #af69ab;
	padding-right: 29px;
	font-size: 10px;
	color: #fffffe;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
}
.main_dnnmenu_container {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	height: 37px;
}
.main_dnnmenu_bar {
	cursor: hand;
	cursor: hand;
	height:37px;
	text-align: right;
	vertical-align: middle;
	width: 100%;
	padding-right: 20px;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #af69ab;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	background-color: #e5c4e4;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
	white-space: nowrap;
	padding-left: 5px;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:0px;
	height:19px;
}
.main_dnnmenu_itemhover td {
	background-color: #f5edf5;
	padding-left: 5px;

	padding-right: 0px;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
	font-size: 13px;
	font-weight: normal;
	color: #af69ab;
	white-space: nowrap;
	height:19px;
	padding-bottom:2px;
	padding-top:2px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
	white-space: nowrap;   /*explicitly set padding for root menu items*/
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	height: 37px;
}

.main_dnnmenu_itemhover {
	background-color: #f5edf5;
	font-family: "Trebuchet MS", "Times New Roman", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #af69ab;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:6px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	
}



.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: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.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;
}
.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);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.bottomskingrad {
	background-image: url(CTbotskin.jpg);
	height:28px;
}
.SkinObject
{
	font-size: 10px;
	color: #fffffe;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #fffffe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #fffffe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #fffffe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.SkinObject:active
{
	text-decoration: underline;
	color: #fffffe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
}
H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #696969;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #af69ab;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #af69ab;
}
A:link
{
	text-decoration: none;
	color: #af69ab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:visited
{
	text-decoration: none;
	color: #af69ab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:hover
{
	text-decoration: underline;
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A:active
{
	text-decoration: none;
	color: #af69ab;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
tbody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #696969;
}
a.RogerHyperLink:link, a.RogerHyperlink:visited,a.RogerHyperlink:active {
    text-decoration:none;
	color:pink;
}
a.RogerHyperLink:hover {
	text-decoration:underline;
	color:firebrick;
}