/* CSS Document */

body {
	background-color: #1A1A1A;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
body.popup {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.pageWidth {
	min-width: 760px;
	max-width: 1024px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 765 ? "760px" : document.body.clientWidth > 1029 ? "1024px" : "100%" );
}


/* Header */

.bkgdHome {
	background-position: left top;
	background-image: url(http://a1920.g.akamai.net/f/1920/1078/8h/www.imimages.com/partnersmart/header_ps.jpg);
	background-repeat: no-repeat;
}


/* Top Menu */

.containerTopMenu {
	min-width: 760px;
	max-width: 1024px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 765 ? "760px" : document.body.clientWidth > 1029 ? "1024px" : "100%" );
}
.bkgdTopMenu {
	background-position: left top;
	background-image: url(http://a1920.g.akamai.net/f/1920/1078/8h/www.imimages.com/partnersmart/bkgd_ps_menu.gif);
	background-repeat: repeat-x;
}


/* Left Menu */

.containerLeftNav {
	background-image: url(http://a1920.g.akamai.net/f/1920/1078/8h/www.imimages.com/partnersmart/bkgd_ps_leftnav.gif);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	z-index: 5;
	visibility: visible;
	left: 0px;
	top: 135px;
	width: 170px;
	height: 465px;
}
.bkgdLeftNav {
	background-position: left top;
	background-image: url(http://a1920.g.akamai.net/f/1920/1078/8h/www.imimages.com/partnersmart/bkgd_ps_leftnav.gif);
	background-repeat: no-repeat;
	background-color: #5B5B5B;
}
.leftNav {
	margin-top: 30px;
	margin-left: 10px;
	color: #ffffff;
	font-size: 12px;
}
a.leftNavLinks {
	color: #ffffff;
	text-decoration: none;
}
a.leftNavLinks:visited {
	color: #ffffff;
	text-decoration: none;
}
a.leftNavLinks:hover {
	color: #ffffff;
	text-decoration: none;
}


/* Content */

.containerContent {
	min-width: 760px;
	max-width: 1024px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 765 ? "760px" : document.body.clientWidth > 1029 ? "1024px" : "100%" );
}
.bkgdLeftNav2 {
	background-color: #5B5B5B;
}
.content {
	background-color: #ffffff;
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 100px;
}
.contentPopup {
	background-color: #ffffff;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
.contentLeftNav {
	background-color: #ffffff;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.contentSmall {
	font-size: 11px;
}
.contentSmaller {
	font-size: 10px;
}
.contentSmallerWhite {
	color: #ffffff;	
	font-size: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #B5001F;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
a {
	color: #0E55AA;
}
a:visited {
	color: #0E55AA;
}
a:hover {
	color: #1168D1;
}
a.storyLinks {
	color: #ffcc33;
	font-size: 11px;
}
a.storyLinks:visited {
	color: #ffcc33;
	font-size: 11px;
}
a.storyLinks:hover {
	color: #ffcc33;
	font-size: 11px;
}
a.whiteLinks {
	color: #ffffff;
}
a.whiteLinks:visited {
	color: #ffffff;
}
a.whiteLinks:hover {
	color: #ffffff;
}
.highlightTable {
	border: 1px solid #990000;
}
.highlightBox {
	color: #666666;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px
}
td {
	font-size: 12px;
}
.tableBorder {
	border: 1px solid #333333;

}
.tableSubheader1 {
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
.tableSubheader2 {
	background-color: #333333;
	color: #FFFFFF;

}
.tableRow1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tableTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.tableGray {
	background-color: #666666;
}
.nobr {
	white-space: nowrap;
}


/* Footer */

.containerFooter {
	min-width: 760px;
	max-width: 1024px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 765 ? "760px" : document.body.clientWidth > 1029 ? "1024px" : "100%" );
}
.footer {
	color: #ffffff;
	font-size: 10px;
}
a.footerLinks {
	color: #ffffff;
	text-decoration: none;
}
a.footerLinks:visited {
	color: #ffffff;
	text-decoration: none;
}
a.footerLinks:hover {
	color: #ffffff;
	text-decoration: none;
}

