*:focus {
	outline: 0;
}
body {
	margin: 5px;
	padding: 5px;
	height: 100%;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	background-attachment: fixed;
	background-image: url(../img/bg/0.jpg);
	background-position: center center;
	background-repeat: repeat;
	background-color: #000;
}
#login_email:focus, #login_password:focus {
	background-color:#d1d1d1;
	outline: none;
	opacity: .6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}
#login_email, #login_password {
	border:solid;
	border-width:0px;
	background-color:#d0d0d0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	font-size: x-small;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 2px 5px 2px 5px;
	opacity: .2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
input.login_button, .login_button {
	background-color: transparent;
	font-size: x-small;
	color:#d0d0d0;
	margin-top:1px;
	margin-bottom:0px;
	margin-left:2px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	cursor:pointer;
}
input.login_button:hover, login_button:hover {
	background-color: transparent;
	font-size: x-small;
	color:#fff;
	margin-top:1px;
	margin-bottom:0px;
	margin-left:2px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	cursor:pointer;
}
p {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #333;
	margin-bottom: 7px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
a:hover {
	color: #f90;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
a:active {
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
#footer a:link {
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
#footer a:visited {
	color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
#footer a:hover {
	color: #f90;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
#footer a:active {
	color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 2em;
	nowrap:nowrap;
	margin-left: 15px;
	margin-top: 10px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #9DA3B5;
}
.content #designingbusinessgoals {
	background-image: url(../img/designing-business-goals-image2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 165px;
	padding-top: 0px;
	float: right;
	margin-right: 20px;
	width: 500px;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.header {
	padding-top: 5px;
}
h2 {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #666;
}
.content #designingbusinessgoals p {
	font-size: 11px;
	margin-bottom: 20px;
}
h3 {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: medium;
	color: #666666;
}
h4 {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #666666;
}
h5 {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	color: #666666;
}
h6 {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: xx-small;
	color: #666666;
}
.align-right {
	float:right;
	padding-left: 15px;
	padding-right:10px;
	padding-bottom: 15px;
}
.align-left {
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.align-center {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10;
	padding: 10px;
}
td {
	font-family: Verdana, Arial, Sans-Serif;
}
input.submit {
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-color: transparent;
	border-width: 2px;
	font-size: small;
	color:#FFFFFF;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	outline: none;
	background-image: url(../img/bg/translucent-purple.png);
	background-repeat: repeat;
	font-weight: bold;
}
input.submit:hover {
	color:#000;
	border-color: #FFF;
	background-image: url(../img/bg/translucent.png);
	background-repeat: repeat;
}
.content li {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
	color: #666666;
	list-style-type: none;
}
.content #contactarea #contactform #submitbutton {
	border:0px none;
	color:#d9d9d9;
	font-family: Verdana, Arial, Sans-Serif;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	width: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-weight: bold;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/sendemail.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content #contactarea #contactform #submitbutton:hover {
	border:0px none;
	color:#fff;
	font-family: Verdana, Arial, Sans-Serif;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	width: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-weight: bold;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/sendemail.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.clearfloat {
	clear:both;
	height:10px;
	font-size: 1px;
	line-height: 0px;
}
.clearheaderfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.blackborder {
	border: 0px solid #CCCCCC;
}
input {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	outline: none;
}
textarea, .submit_focus, #status_bar {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	outline: none;
	resize: none;
}
input.submit_focus {
	display: block;
	border-width: 0px;
	font-size: small;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	outline: none;
}
input.text {
	font-size: small;
	color: #666666;
	border: 1px solid #B9BABC;
	outline: none;
	background-color: #ddd;
}
input.text_2digit {
	font-size: small;
	color: #666666;
	border: 1px solid #CBCBCB;
	outline: none;
}
input.mini_text {
	width: 130px;
	height: 19px;
	font-size: x-small;
	color: #666666;
	border: 1px solid #CBCBCB;
	outline: none;
}
input.wee_text {
	height: 19px;
	font-size: xx-small;
	color: #666666;
	border: 1px solid #CBCBCB;
	outline: none;
}
input.textarea, .textarea, textarea#notes {
	padding: .3em;
	font-size: small;
	color: #666666;
	border: 1px solid #CBCBCB;
	outline: none;
	background-color:#ddd;
}
input.required {
	font-size: small;
	color: #666666;
	border: 1px solid #CBCBCB;
	outline: none;
	background-color: #ddd;
}
.required {
	width: 261px;
	height: 19px;
	font-size: small;
	color: #666666;
	border: 1px solid #CBCBCB;
}
textarea, textarea#notes {
	font-family: Verdana, Arial, Sans-Serif;
	BORDER-STYLE: solid;
	BORDER-COLOR: #B9BABC;
	BACKGROUND-COLOR: #ddd;
	BORDER-WIDTH: 1px;
	font-size: small;
}
input.required:focus, textarea:focus, textarea#notes:focus, input.text:focus, select:focus {
	background-color: #fff;
	outline: none;
}
.hosting {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
}
.serverstatus {
	width:320px;
	text-align:center;
	vertical-align:bottom;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	background-image: url(../img/bg/translucent-purple.png);
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left:auto;
	margin-right:auto;
	color: #fff;
	font-weight:bold;
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
	font-size: x-small;
}
.serverstatus .serviceName, .serverstatus .serviceStatus {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8px;
	font-weight:normal;
	vertical-align: middle;
	padding-top:0px;
	padding-bottom:0px;
}
.smallbold {
	font-size: small;
	font-weight: bold;
}
.rounded {
	padding:10px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	background-image: url(../img/bg/translucent-purple.png);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.07);
}
.roundedf90 {
	padding:10px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	background-image: url(../img/bg/translucent-f90.png);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}
.roundedf90 p {
	color:#fff;
}
#craftysyntax {
	width: 87px;
	height: 18px;
	background-image: url(../img/navlinks/offline.png);
	background-repeat: no-repeat;
	display: inline-block;
}
#livehelplink {
	height: 18px;
	background-image: url(../img/navlinks/livehelp.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.livehelp {
	height: 18px;
	width: 87px;
	display: inline;
}
#livehelplink:hover {
	background-image: url(../img/navlinks/livehelp-over.png);
	background-repeat: no-repeat;
	height: 18px;
	display: inline-block;
}
/* BEGIN Footer */

#footer {
	text-align: center;
	clear: both;
	padding-bottom: 0px;
	padding-top:5px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ccc;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #f90;
	text-decoration: underline;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 9px;
}
#footer ul.first {
	margin-bottom: 10px;
}
#footer ul li {
	display: inline;
	padding: 0 5px 0 9px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .8em;
	border-left: 1px solid #ccc;
	background: none;
}
#footer ul li.first {
	border-left: none;
}
#footer a.rssButton, #footer a.rssButton:visited {
	padding: 1px 0 5px 19px;
	background: transparent url(/images/global/icons/feed_icon_16x16.gif) no-repeat top left;
}
/* END Footer */
input {
	padding-left:.2em;
	padding-top:.2em;
}
textarea {
	padding:.2em;
}
#flashcontent {
	height: 650px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 7px;
	border: 3px solid #9da3b5;
	margin-right: auto;
	margin-left: auto;
	max-width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../img/bg/translucent-purple.png);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}
#jajahbtn {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 7px;
	border: 6px none #ff9900;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
}
#heading {
	background-image: url(../img/idban1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
body {
	margin:0
}
/* for ie mac*/
/* commented backslash hack v2 \*/ 
html, body {
	height:100%;
	padding:0
}
* html, * html body {
	overflow:hidden;
	padding:50px 0;
	margin:-50px 0;
	padd\ing:0;
	ma\rgin:0;
}
* html #outer {
	overflow:auto;
	height:99.9%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
* html #contain-all {
	position:absolute;
	overflow-y:scroll;
	width:100%;
	height:100%;
	z-index:1;
}
.container {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 115px;
	margin-bottom: 0px;
}
.content {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-top-width: 0.08em;
	border-right-width: 0.08em;
	border-bottom-width: 0.08em;
	border-left-width: 0.08em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #F7F7F7;
	border-bottom-color: #B0B0B0;
	border-left-color: #F7F7F7;
	background-image: url(../img/bg/translucent.png);
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	min-height:500px;
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}
.ij {
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
	top: -5px;
}
/* end hack */ 

#top-bar {
	position:absolute;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
	top:0px;
	left:0px;
	height:115px;
	width:100%;
	margin:0;
	padding:0;
	z-index:999;
	overflow:hidden;
	background-image: url(../img/gradient.png);
	background-repeat: repeat-x;
	text-align: center;
}
#topbar-inner, #footer-inner {
	/*	height:50px; \*/
	text-align: center;
}
/* mac hide - reduce page to allow the scrollbar to remain visible \*/
* html #topbar-inner, * html #footer-inner {
	margin-right:17px;
}
/* end hide*/

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:80px;
	z-index:999;
	background-image: url(../img/bg/rev-gradient.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	left: 0px;
	padding: 0px;
}
.spacer {
	height:50px
}/* same height as footer/header to preserve space*/
p {
	margin-top:0
}
html>body #top-bar, html>body #footer {
	position:fixed;
}/* for moz/opera and others*/
#footer-inner {
	padding: 20px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #FFF;
}
.popcontent {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #F7F7F7;
	border-bottom-color: #B0B0B0;
	border-left-color: #F7F7F7;
	background-image: url(../img/bg/translucent.png);
	padding: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#idlogin, .idlogin {
	background-color:transparent;
	background-image: none;
}
.rounded p {
	color:#666;
}
b {
	font-weight: bold;
}
.news {
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	max-width: 200px;
	font-size: x-small;
	color: #FFF;
	line-height: 160%;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 16px;
	padding-left: 5px;
	background-image: url(../img/bg/translucent-purple.png);
	background-color: transparent;
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	font-weight: bold;
}
.news p {
	font-size: x-small;
	color: #FFF;
}
.news b {
	color:white;
}
.news a {
	color:white;
	text-decoration:underline;
}
.news a:hover {
	color:#f90;
}
.rounded-white {
	padding:10px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-radius:7px;
	background-image: url(../img/bg/translucent.png);
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}
.news ol {
	margin-left: 0px;
	font-size: xx-small;
}
.news li {
	padding-bottom:5px;
}
.news ol li, ol li a, .news li {
	font-size: xx-small;
	list-style-type: upper-roman;
	color: #FFF;
}
.align-right-withmarginright {
	float:right;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 10px;
	margin-right: 150px;
}
.nobg {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#outer #contain-all .content .rounded-white ul li {
	padding-bottom: 7px;
}
#outer #contain-all .content .rounded-white ul li .mini_text{
	font-size: x-small;
	color: #000;
}
#top-bar #topbar-inner #asdf .portnav{
	color: #d0d0d0;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#top-bar #topbar-inner #asdf .portnav:hover{
	color: #fff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
b.larger {
	font-size:larger;
	color: #666;
}
#outer #contain-all .content h1 span {
	font-size: small;
	font-weight: bold;
	color: #666;
	margin-left: 7px;
}
#outer #contain-all .content .rounded-white a:hover{
	color: #f90;
	text-decoration: none;
}
#outer #contain-all .content .rounded-white ul li a:hover{
	color: #f90;
	text-decoration: none;
}
#outer #contain-all .content .rounded-white ul li a:hover u{
	color: #f90;
	text-decoration: underline;
}
