﻿.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-Wrapper
{
	height: 100%;
	width: 739px;
	margin: 0;
	padding: 0;
	border: none 0;
}

/* ***************************************************************************************** */
/* Mast */
/* ***************************************************************************************** */
#Pet-Mast
{
	height: 97px;
	border-top: solid 1px #202b63;
	border-left: solid 10px #202b63;
}

body.IE6 #Pet-Mast
{
	background-color: #202b63;
}

#Pet-Mast img
{
	margin: 0;
	padding: 0;
	border: none 0;
}

/* ***************************************************************************************** */
/* Application Bar */
/* ***************************************************************************************** */
#Pet-ApplicationBar
{
	background-color: #202b63;
	padding: 5px 0;
	border-left: solid 10px #202b63;
}

#Pet-ApplicationBar:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#Pet-ApplicationBar {display: inline-block;}

/* Hides from IE-mac \*/
* html #Pet-ApplicationBar {height: 1%;}
#Pet-ApplicationBar {display: block;}
/* End hide from IE-mac */

/* ***************************************************************************************** */
/* Application Icon */
/* ***************************************************************************************** */
#Pet-ApplicationBar .Pet-QuickLaunch
{
	float: left;
	width: 125px;
	margin-top: 10px;
	margin-left: 20px;
}

#Pet-ApplicationBar .Pet-AppHeader
{
	float: left;
	width: 225px;
	margin-top: 0;
	margin-right: 25px;
	border: solid 1px white;
}

body.IE6 #Pet-ApplicationBar .Pet-AppHeader
{
	margin: 0px;
	border: none 0;
}

#Pet-ApplicationBar .Pet-AppHeader .Pet-HyperLinkPanel
{
	margin: -4px 0px -10px -25px;
}

body.IE7 #Pet-ApplicationBar .Pet-AppHeader .Pet-HyperLinkPanel
{
	margin: -1px 0px -10px -25px;
}

#Pet-ApplicationBar .Pet-QuickLaunch .Pet-HyperLinkPanel
{
	text-align: left;
}

#Pet-ApplicationBar .Pet-QuickLaunch .Pet-AppTitle
{
	text-align: center;
}

#Pet-ApplicationBar .Pet-QuickLaunch .Pet-AppSubTitle
{
	text-align: center;
}

#Pet-ApplicationBar .Pet-QuickLaunch .Pet-HyperLinkPanel a,
#Pet-ApplicationBar .Pet-QuickLaunch .Pet-HyperLinkPanel a:visited,
#Pet-ApplicationBar .Pet-QuickLaunch .Pet-HyperLinkPanel span
{
    font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	color: #e6e8ec;
}

#Pet-ApplicationBar .Pet-QuickLaunch .Pet-HyperLinkPanel a:hover
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	color:white;	
}

#Pet-ApplicationBar .Pet-QuickLaunch .Pet-AppTitle a,
#Pet-ApplicationBar .Pet-QuickLaunch .Pet-AppTitle a:visited,
#Pet-ApplicationBar .Pet-QuickLaunch .Pet-AppTitle a:hover
{
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	font-style: normal;
	font-size: 30px;
}

#Pet-ApplicationBar .Pet-QuickLaunch .Pet-AppSubTitle span
{
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}

/* ***************************************************************************************** */
/* Site Content */
/* ***************************************************************************************** */
#Pet-SiteContent
{
	width: 729px;
	border-bottom: solid 1px #202b63;
	border-left: solid 10px #202b63;
	float: left;
}

/* ***************************************************************************************** */
/* Site Menu */
/* ***************************************************************************************** */
#Pet-SiteContent .Pet-SiteMenu
{
	float: left;
	width: 170px;
	margin: 0;
	background-color: #d8c9b4;
	background-image: url(images/background_SideBarMenu.jpg);
	background-repeat: no-repeat;

}

/* ***************************************************************************************** */
/* Dynamic Content */
/* ***************************************************************************************** */
#Pet-SiteContent .Pet-DynamicContent
{
	float: right;
	width: 549px;
	margin: 0;
	padding: 0;
	border: none 0;
}

/* ***************************************************************************************** */
/* User View */
/* ***************************************************************************************** */
.Pet-DynamicContent .Pet-UserView
{
	display: block;
	height: 17px;
	margin: 10px 0;
	padding: 5px;
	background-color: #e6e8ec;
	border: none 0;
}

.Pet-DynamicContent .Pet-UserView a.Pet-SiteAdmin,
.Pet-DynamicContent .Pet-UserView a.Pet-SiteAdmin:visited,
.Pet-DynamicContent .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-DynamicContent .Pet-UserView a.Pet-SiteAdmin:hover
{
	color: gray;
}

/* ***************************************************************************************** */
/* Bread Crumb */
/* ***************************************************************************************** */
.Pet-DynamicContent .Pet-BreadCrumbContainer
{
	display: block;
	margin: 10px 0 0 0;
}

.Pet-DynamicContent .Pet-BreadCrumbContainer:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.Pet-DynamicContent .Pet-BreadCrumbContainer {display: inline-block;}

/* Hides from IE-mac \*/
* html .Pet-DynamicContent .Pet-BreadCrumbContainer {height: 1%;}
.Pet-DynamicContent .Pet-BreadCrumbContainer {display: block;}
/* End hide from IE-mac */

/* ***************************************************************************************** */
/* Content Body Container */
/* ***************************************************************************************** */
.Pet-DynamicContent .Pet-ContentBody
{
	margin: 0px 0px;
}

/* ***************************************************************************************** */
/* Content Mast */
/* ***************************************************************************************** */
.Pet-ContentBody .Pet-ContentMast
{
	clear: both;
	display: block;
	height: 105px;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

.Pet-ContentBody .Pet-ContentMast img
{
	float: right;
}

/* ***************************************************************************************** */
/* Footer */
/* ***************************************************************************************** */
#Pet-Footer
{
	clear: both;
	height: 100px;
	width: 729px;
	margin: 0;
	padding: 0;
}

/* ***************************************************************************************** */
/* Application Icon */
/* ***************************************************************************************** */
#Pet-Footer .Pet-ApplicationIcon
{
	float: left;
	height: 80px;
	width: 160px;
	margin-top: 20px;
}

#Pet-Footer .Pet-ApplicationIcon .Pet-LogoPanel
{
}

#Pet-Footer .Pet-ApplicationIcon .Pet-LogoPanel a
{
	margin: 0;
	padding: 0;
	border: none 0;
	cursor: hand;
}

/* ***************************************************************************************** */
/* Quick Launch */
/* ***************************************************************************************** */
#Pet-Footer .Pet-QuickLaunch
{
	float: right;
	height: 100px;
	width: 500px;
	text-align: right;
	white-space: nowrap;
}

#Pet-Footer .Pet-QuickLaunch a,
#Pet-Footer .Pet-QuickLaunch a:visited,
#Pet-Footer .Pet-QuickLaunch a:hover
{
	margin-left: 10px;
	font-family: Verdana, Arial, 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	color: gray;	
}

#Pet-Footer .Pet-QuickLaunch a:hover
{
	text-decoration: underline;
	color: #202b63;
}
