/* 
================================
Skin styles for DotNetNuke
================================
*/   

/* 
EDIT FOR MENU ACTIVE CLICK 
lines 467, 474 of file controls/solpartmenu/spmenu.js 
*/
body {
	margin:0;
	padding:0;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fff;
}
.skinmaster {
	height: 100%;
	background-color: #d4dec6;
	border: 0px; 
}
.skinheader {
	background-image: url(header_bg.jpg);
	background-repeat: repeat-y; 
	background-color: #ffffff;
}
.skingradient {
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-x;
	height:26px;
	padding: 0px 10px 0px 0px;
}
.controlpanel {
	width: 100%;
	background-color: #DFEDF5;
}
.toppane {
}
.leftpane {
}
.contentpane {
	width: 90%;
}
.rightpane {
}
.bottompane {
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:21px;
	background-color: Transparent;
}
.MainMenu_MenuContainer table {
	border-right: #0b4a77 1px solid;
	border-left: #5591bb 1px solid;
}
.MainMenu_MenuItem {
	border: #3a94d5 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt !important; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #3a94d5; 
	border-left: #3a94d5 0px solid; 
	border-bottom: #3a94d5 0px solid; 
	border-top: #3a94d5 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	padding-left: 2px;
}
.MainMenu_SubMenu {
	background-color: #3a94d5; 
	z-index: 1000; 
	border: 1px solid #004373;
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #DFEDF5; 
	cursor: pointer;
	cursor: hand; 
	color: #0062A8; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #3a94d5 0px solid; 
	border-bottom: #3a94d5 0px solid; 
	border-top: #3a94d5 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #ffffff;
}
.dnn_dnnmenu_ctldnnmenu_spmitmscr  {
	background-image: url(arrow_down.gif) no-repeat;
	background-color: #004373;
	color: #3a94d5;
	font-size: 0.1pt;
	height: 10px;
}

.StandardButton     {
  background: #004373; 
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFEDF5;
	border-right: #004373 1px solid; 
	border-top: #004373 1px solid; 
	border-left: #004373 1px solid; 
	border-bottom: #004373 1px solid; 
}
.TreeViewMenu_Header {
}
.Head   {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  18px;
   font-weight: normal;
   color: #448f44;
}
.Subhead   {
   color: #000000;
}
.pagefooter {
	height:26px;
	background-color: #d4dec6;
}
.pagefooter span {
	color:  #3a94d5;
}
p, td, tr, ul, ol, div, span {
   font-family: Arial, Helvetica, sans-serif;
}
.Normal {
	font-size: x-small !important;
}

/* hyperlink style for footer bar links */
.pagefooter A.SkinObject:link {
	color:  #3a94d5;
}
.pagefooter A.SkinObject:visited {
	color:  #3a94d5;
}
.pagefooter A.SkinObject:active {
	color:  #3a94d5;
}
.pagefooter A.SkinObject:hover {
	color:  #144365;
}

/* hyperlink style tolken links */
.SkinObject {
   font-weight: bold;
   font-size: 8.5pt;
   color: #c32a2a;
	font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
}
A.SkinObject:link {
   text-decoration:    none;
   color: #c32a2a;
}
A.SkinObject:visited  {
   text-decoration:    none;
   color: #c32a2a;
}
A.SkinObject:active   {
   text-decoration:    none;
   color: #c32a2a;
}
A.SkinObject:hover    {
    text-decoration:    none;
    color: #f56967;
}

/* hyperlink style menu bar links */
.skingradient A:link {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
}
.skingradient A:visited  {
	color: #ffffff;
	text-decoration: none;
}
.skingradient A:active   {
	color: #ffffff;
	text-decoration: none;
}
.skingradient A:hover    {
	color: #0062A8;
	text-decoration: none;
}

/* hyperlink style for content module */
A:link  {
    text-decoration:    underline;
    color:  #3a94d5;
	 font-weight: bold;
}
A:visited   {
    text-decoration:    none;
    color:  #7197b2;
	 font-weight: bold;
}
A:active    {
    text-decoration:    none;
    color:  #3a94d5;
	 font-weight: bold;
}
A:hover {
    text-decoration:    underline;
    color: #144365;
	 font-weight: bold;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
A.CommandButton:link {
    text-decoration:    underline;
    color: #6C6C6C;
}
A.CommandButton:visited  {
    text-decoration:    underline;
    color: #6C6C6C;
}
A.CommandButton:active   {
    text-decoration:    underline;
    color: #6C6C6C;
}
A.CommandButton:hover    {
    text-decoration:    underline;
    color: Black;
}




/*   SLIDESHOW STYLES  */
#slide-show {
	margin-right:auto; 
	margin-left:auto;

}
#slide-images{
	position:relative;
	margin-right:auto; 
	margin-left:auto;
	display:block;
	margin:0px;
	padding:0px;
	width:250px;
	height:250px;
	overflow:hidden;
}
#slide-images li{
	position:absolute;
	top:0;
	left:0;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
#slide-images li img{
	display:block;
	background-color:#FFFFFF;
	width: 250px;
}


/*   CMCNEWS MODULE STYLES  */
.NewsCategory {
	display: none;
}
.NewsSummary {
	width: 425px;
	font-size: x-small;
}
.FullStory {
	font-size: x-small;
}



