﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment... */

/* ***************************************************************************************** */
/* Body */
/* ***************************************************************************************** */
body
{
	margin: 20px 0px 0px 20px;
	padding: 0;
	border: none 0;
}

/* ***************************************************************************************** */
/* Wrapper */
/* ***************************************************************************************** */
#Pet-PopupWrapper
{
	height: 100%;
	width: 739px;
	margin: 0;
	padding: 0;
	border: none 0;
}

body.IE7 #Pet-PopupWrapper
{
}

body.FF #Pet-PopupWrapper,
body.Safari #Pet-PopupWrapper
{
}

/* ***************************************************************************************** */
/* Mast */
/* ***************************************************************************************** */
#Pet-PopupWrapper .Pet-Mast
{
	height: 64px;
}

body.IE6 #Pet-PopupWrapper .Pet-Mast
{
	background-color: #202b63;
}

#Pet-PopupWrapper .Pet-Mast img
{
	margin: 0;
	padding: 0;
	border: none 0;
}

/* ***************************************************************************************** */
/* User View Container */
/* ***************************************************************************************** */
#Pet-PopupWrapper .Pet-UserView
{
	display: block;
	height: 17px;
	margin: 10px 5px;
	padding: 5px;
	background-color: #e6e8ec;
	border: none 0;
}

#Pet-PopupWrapper .Pet-UserView a.Pet-SiteAdmin,
#Pet-PopupWrapper .Pet-UserView a.Pet-SiteAdmin:visited,
#Pet-PopupWrapper .Pet-UserView a.Pet-SiteAdmin:hover
{
	float: left;
	margin-left: 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #202b63;
}

#Pet-PopupWrapper .Pet-UserView a.Pet-SiteAdmin:hover
{
	color: gray;
}

/* ***************************************************************************************** */
/* Command Bar Container */
/* ***************************************************************************************** */
#Pet-PopupWrapper .Pet-CommandBar
{
	display: block;
	margin: 20px 10px;
}

#Pet-PopupWrapper .Pet-CommandBar:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#Pet-PopupWrapper .Pet-CommandBar {display: inline-block;}

/* Hides from IE-mac \*/
* html #Pet-PopupWrapper .Pet-CommandBar {height: 1%;}
#Pet-PopupWrapper .Pet-CommandBar {display: block;}
/* End hide from IE-mac */

/* ***************************************************************************************** */
/* Bread Crumb Container */
/* ***************************************************************************************** */
#Pet-PopupWrapper .Pet-BreadCrumb
{
	display: block;
	margin: 10px 0 15px 10px;
}

/* ***************************************************************************************** */
/* Close Button Container */
/* ***************************************************************************************** */
#Pet-PopupWrapper .Pet-CommandBar .Pet-CloseButton
{
	float: right;
	width: 29%;
	display: block;
	text-align: right;
}

#Pet-PopupWrapper .Pet-CommandBar .Pet-CloseButton a,
#Pet-PopupWrapper .Pet-CommandBar .Pet-CloseButton a:visited,
#Pet-PopupWrapper .Pet-CommandBar .Pet-CloseButton a:hover
{
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #202b63;
}

#Pet-PopupWrapper .Pet-CommandBar .Pet-CloseButton a:hover
{
	color: gray;
}

/* ***************************************************************************************** */
/* Content Body Container */
/* ***************************************************************************************** */
#Pet-PopupWrapper .Pet-ContentBody
{
	margin: 10px 5px;
}
