@charset "utf-8";


body {
	background: #000;
	position: relative;
	text-align: center;
	font-size: 8pt;
	margin: 0px; 
}

table.body {
	background: #fff url(../images/body-bg.png) top repeat-x;
	width: 100%;
}

div.copyright {
	background: #000 url(../images/copyright-bg.png) top repeat-x; 
	padding: 45px 0 60px 0; 
	text-align: right; 
	margin-left: 0;
	margin-right: 0;
	margin-top: 0; 
	width: 100%;
	color: #FFFFFF;
	border-top: none;;
}

div.copyright-inner {
	width: 900px;
	margin: auto;
	color: #fff;
}

td.header {
	padding: 4px 5px 5px 6px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 0px;
	border-bottom: 0px;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}

div.header {
	padding: 4px 5px 5px 6px;
	border: none;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
	text-align: center;
}

div.newupdates {
	position: absolute; 
	height: 31px; 
	width: 150px; 
	margin: 15px 0px 0px 15px;
	background-image: url(../images/newupdates.png); 
	background-repeat: no-repeat;
}


/* MENU */

td.top_menu {
	background-image: none; 
	background-color: none;
	background: none;
	border-top: none; 
	border-left: none; 
	border-bottom: none;
	padding-bottom: 0px; 
}

td.top_menu2 {
	width: 20%;
	background-image: none;
	background-position: bottom;
	background: none;
	text-align: right; 
	border-right: none; 
	border-top: none; 
	border-bottom: none; 
	padding-bottom: 0px; 
	color: #CCCCCC;
}

.top_menu_link_loggedin {
	color: #CCCCCC;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: left;
	height: inherit;
	border-left: none;
}

div.top_menu_link_container_end {
	border-left: none;
}

div.top_menu_link {
	font-weight: bold;
	font-size: 11px;
	padding: 0;
}

.top_menu_link a {
	padding: 9px 10px 9px 10px;
	display: block;
}

.top_menu_link a:hover {
	background: url(../images/hover.gif) repeat-x;
	text-decoration: none;
	border: none;
}

td.menu_user {
	background-image: none; 
	background-repeat: repeat-x; 
	background-color: none;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #ccc; 
	text-align: left;
	margin: 0 6px;
}

div.menu_item_dropdown a {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	border-left: none;
	display: block;
	background: #fff;
}

div.menu_item_dropdown a:hover {
	padding: 3px 40px 5px 7px; 
	font-weight: normal;
	background: #ededed;
	border-left: none;
	text-decoration: none;
	display: block;
	color: #000;
}

div.menu_dropdown {
	border: 1px solid #CCCCCC; 
	border-top: none; 
	background: #fff; 
	position: absolute; 
	margin-top: 6px;
	margin-left: -20px;
	z-index: 99;
	width: auto; 
	white-space: nowrap; 
}

/* HOME PAGE */

div.right-wrapper {
	width: 300px;
}

portal_spacer-home {
	background: #f5f5f5;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;	
}

div.home-right-top-wrapper {
	background: url(../images/home-right-top.png) no-repeat;
	height: 42px;
}

div.home-right-top {
	margin: 0px 10px;
	text-align: center;
	padding: 10px;	
	color: #555;
	font-weight: bold;
	font-size: 14px;
}

div.home-right {
	background: #f5f5f5;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	padding: 0 0 10px 0;
}

div.home-right-header-wrapper {
	background: #f5f5f5 url(../images/home-right-divider.png) top repeat-x;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
}

div.home-right-header {
	margin: 0px 10px;
	text-align: center;
	padding: 10px;	
	color: #555;
	font-weight: bold;
	font-size: 14px;
}

div.home-right-bottom {
	background: url(../images/home-right-bottom.png) no-repeat;	
	height: 44px;
}

img.photo {
	border: 1px solid #DDDDDD;
}

div.portal_signup_wrapper {
	padding: 0;
	background-image: none; 
	background-repeat: none;
	background-color: #333;
	border: 1px solid #ccc;
	text-align: center;
	height: 49px;
	margin: 0;
}

a.portal_signup {
	padding: 10px 25px;
	display: block;
	font-size: 18px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	text-align: center;
	width: auto;
	width: 200px;
	margin: auto;
}
a.portal_signup:hover {
	background: #dddddd;	
}

div.portal_whatsnew {
	border: none;
	padding: 0;
}





