/* 
================================
Skin styles for DotNetNuke
================================
*/   
body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000033;
	text-align: center;
}
a:link {
  color: #000033; 
  text-decoration: none;
  font-weight:bold;}/*normal links in the text*/
  
a:visited {
  color: #000033; 
  text-decoration: none;
  font-weight:bold;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #B62024; 
  text-decoration: underline;
  font-weight:bold;}
a:active {/*colour in NN4.xx is red*/ 
  color:#B62024; 
  text-decoration: none;
  font-weight:bold;}
.penguinsite
{
	display:table;
	height:auto;
	border:0;
	width:854px;
	
}

.containerpane
{
}

.corner {
	float:left;
	display:  block;
	position:absolute;
	background-image:url(images/corner.gif);
	background-repeat:no-repeat;
	width:177px;
	height:34px;	
}

.celldiv {
	float:left;/*fix for  buggy browsers*/
	display:  inline;
}
.rowdiv  {
	display:  table-row;
}

.tablediv {
	display:  table;
	height:auto;
	border:0;
}

.innertablediv{
	display:   table-row-group;
	height:auto;
	border:0;
}

.penguinmenu
{
	float:left;
	display:inline;
	width:552px; 
	height:32px;
	background-image:url('images/website_mockup4_r1_c1_r2_c2.jpg');
	background-repeat: no-repeat; 
    background-position: right top;
	vertical-align:middle;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
}
.logo_background{
	background-image: url(logo_back.jpg); 
	height:49px;
}
.menu_background{
	background-image: url(menu_back.jpg); 
	height:49px;
}
.menu{
	background-image: url(menu.jpg); 
	height:49px;
}
.skinheader {
}
.main_area{
	padding-left:60px;
	padding-right:60px;
	background-image:url(images/background_rep.jpg);
}
.main_area_small{
	padding-left:60px;
	padding-right:0px;
	background-image:url(images/background_rep.jpg);
}

.left_border{
	background-image: url(left_border.jpg); 
	background-repeat:no-repeat;
	background-position:right top;
}
.right_border{
	background-image: url(right_border.jpg); 
	background-repeat:no-repeat;
	background-position:left top;
}
.login{
	font-size:12px;
	color:#FFFFFF;
}
.graybase{
	background-color:#E4B558;
	height:35;
}
.darkgraybase{
	background-color:#E4B558;
	height:35;
}
.SkinObject{
	color:#FFFFFF;
}
.top_border{
	height:8;
	background-image: url(top_border.jpg); 
	background-repeat:no-repeat;
	background-position:top;
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	padding-top:55px;
	padding-left:0px;
	background-color: transparent;
	background-image:url(images/background_rep.jpg);	
}
.contentpane {
	width: 100%;
	padding-left:20px;
	padding-right:20px;
	background-color: transparent;
	background-image:url(images/background_rep.jpg);
}
.rightpane {
	width: 175px;
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
.MainMenu_MenuContainer {
	background-color: transparent; 	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:32px;
	background-color: Transparent;
	
}
.Seperator
{
    background-image: url(images/divider.gif);
    width: 15px;
    height: 28px;
}
.MainMenu_MenuItem {
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000033; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.MainMenu_MenuItemSelected
{
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #B62024; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.MainMenu_MenuIcon {
	border:none;
	background-color: #FFE8A5; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	border-left: #993300 1px solid; 
	border-bottom: #993300 1px solid; 
	border-top: #993300 1px solid; 
	border-right: #993300 1px solid;
	background-color:#FFE8A5;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	background-image:none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 5pt; 
	font-weight: normal; 
	
}
.MainMenu_MenuBreak {
	border:none;
	background-image: url(images/menu_back.jpg);	
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:#B62024;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color:Transparent;	

}
.MainMenu_MenuArrow {
	border-left: #333333 0px solid; 
	border-bottom: #333333 0px solid; 
	border-top: #333333 0px solid; 
	border-right: #333333 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 	
	background-image:none;	
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	background-image:none;
	color:#B62024;
}
.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);
}
.Title {
	font-size:16px;
	font-family:Tahoma, Arial, Helvetica;
	color:#6B8AA1;
}
.Content {
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica;
	color:#282828;
}
.Head {
	font-size:18px;
	font-family:Tahoma, Arial, Helvetica;
	color:#B62024;
}
img.thumbnail{
	border-color:#000000;
	border:solid;
	border-width:thin;
	}



