/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E3E2E2;	
}

.skinmaster {
	background-color: #ffffff;
}


.controlpanel {
	width: 100%;
	background-color: #ffffff;
	border: 0px solid #FFFFFF;
	margin:0px;
}


.leftpane {
	width: 277px;
	background-color: #FFE2D0;
	padding: 0px;

}

.links{
	background-color: #A2906D;
}

.contentpane {
	background-color: transparent;
	padding: 0px;
	height: 100%;

}

.rightpane {
	padding: 0px;
	width: 259px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	height: 100%;


}
.bottompane {
	padding: 0px;
	height: 148px;
	width: 522px;

}


/* 
================================
Link Skin styles 
================================
*/   

.SelectedTab{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a.SelectedTab:link, a.SelectedTab:visited, a.SelectedTab:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
		font-weight: normal;
}
a.SelectedTab:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
/* 
================================
solpartmenu styles 
================================
*/   

.MainMenu_MenuItem {
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	background-color: Transparent;
	font-family:  Verdana, Tahoma, Arial, Helvetica;
	height: 29px;

}
.MainMenu_MenuIcon {
	border-left: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid; 
	background-color: #FBC117; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 29px;
}
.MainMenu_SubMenu {
	background-color: #FBC117;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 

}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FBC117;  
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: normal; 
	height: 29px;
}
   
   
.MainMenu_MenuContainer {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 29px;
	background-color: #232959;  	
}

/* ================================
style for module titles
================================ */

.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}


/* ===============================
default text style used for the main content text
eg. used by the Text / HTML module 
================================== */
.Normal
{
	color: #666666;
	font-family: Arial, tahoma, arial;
	font-weight: normal;
	font-size: 12px;
}

a.Normal:link, a.Normal:visited, a.Normal:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
		font-weight: normal;
}
a.Normal:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C2850;
	text-decoration: underline;
		font-weight: normal;
}
a.OtherTabs:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C2850;
	text-decoration: underline;
	font-weight: normal;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		font-weight: normal;
	color: #666666;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}


.btmcolour {
	background-color: #232959;
	height: 74px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	margin: 0px;
	padding: 50px 0px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

.footer {
	background-color: EBEBEB;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
}
.leftbghome {
	background-image: url(drury_pets_2home.gif);
	height: 397px;
	width: 192px;
}

.homebg {
	background-image: url(hmepage_home.gif);
	height: 397px;
	width: 608px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;


}

.bodybg {
	background-image: url(body_bg_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainbg {
	background-color: #FFFFFF;
}
.leftbg {
	background-image: url(drury_pets_2.gif);
	background-repeat: no-repeat;
	height: 397px;
	background-color: #CCCCCC;



}

/* ===============================
default text style used for the forms
================================== */
.FormTable{
	margin:0px;
	padding: 4px;
}

