.background {
	background-color: #4ca1b6;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
.inBackground {
	background-image: url(../images/in-w-bg.png);
	background-repeat: no-repeat;
	margin: 100px 0 0 0;
	padding: 0px;
	width: 100%;
	background-position: right center;
	float: left;
	height: 585px;
}
.lBackground {
	background-image: url(../images/link-w-sdw.png);
	background-repeat: no-repeat;
	background-position: 25px top;
	background-size: auto;
	margin: 0px;
	width: 100%;
	padding: 88px 0 35px 0;
}
.wel_come_box {
	margin-left: 90px;
	margin-bottom: 25px;
	margin-top: 20px;
	margin-right: 25px;
}
.login-box-wrap {
	margin: 0px;
	padding: 0px;
	float: none;
	display: block;
}
.logLeftBox {
	background-image: url(../images/logleft.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 222px;
	width: 203px;
	text-align: center;
}
.logrLeftBox {
	background-image: url(../images/logrleft.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 222px;
	width: 20px;
	display: none;
}
.logLeftBox .logo {
	float: right;
	position: relative;
	top: 19px;
	right: 4px;
}
.logLeftBox .logicon {
	position: relative;
	top: 20px;
	left: 39px;
}
.logRunning {
	background-image: url(../images/top-running.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 222px;
	width: 285px;
}
.logRunning .sologn {
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
}
.logRight {
	background-image: url(../images/logright.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 222px;
	width: 20px;
}
.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1b7eb0;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	float: left;
	height: 27px;
	width: 135px;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #dedede, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dedede, endColorstr=#ffffff);
}
.inputFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	float: left;
	height: 20px;
	width: 185px;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #ffffff, #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dedede);
}
/*Responsive Version updated 01-04-2020 dpanel.co_v1.2*/
header {
	background-image: url(../images/header_running.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 96px;
	width: 100%;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	position: relative;
}
footer {
	background-image: url(../images/header_running.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}
.copyrights_box {
	font-size: 9px;
	color: #e6e6e6;
	text-decoration: none;
	background-color: #333;
	background-image: url(../images/footer_running.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	float: left;
	width: 100%;
	height: 27px;
}
.logo_box {
	background-image: url(../images/logo_box.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0 0 0 5px;
	float: left;
	width: 203px;
	position: relative;
	height: 200px;
	text-align: center;
	top: -65px;
	left: -18px;
}
.body-wrapper {
	width: 80%;
	background: #fefefe;
	border: 2px solid #FFF;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0 0 3px 0 #666;
	box-shadow: 0 0 3px 0 #666;
	padding: 0px;
	margin: 0px auto;
	float: none;
}
#note_cross_btn {
	float: right;
	position: absolute;
	cursor: pointer;
	top: 2px;
	right: 0px;
}
#showNote {
	width: 223px;
	float: none;
	margin: 0 auto;
	display: none;
	cursor: pointer;
	text-align: right;
}
#container {
	display: table;
	width: 100%;
	background: #f6f6f6;
}
#container #row {
	display: table-row;
}
#container #row #left,
#right,
#middle {
	display: table-cell;
}
#container #row #middle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	vertical-align: top;
}
#container #row #right {
	width: 25%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	vertical-align: top;
}
#container #row #left {
	width: 25%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
	vertical-align: top;
}
#containeri {
	display: table;
	width: 100%;
}
#containeri #row {
	display: table-row;
}
#containeri #row #left,
#right,
#middle {
	display: table-cell;
}
#containeri #row #middle {
	color: #818181;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
	padding: 0 9px 0 9px;
}
#containeri #row #middle a {
	color: #818181;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
	text-decoration: none;
}
#containeri #row #middle a:hover {
	text-decoration: underline;
}
#containeri #row #right {
	width: 25%;
	color: #1b7eb0;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
	padding: 9px;
	background-image: url(../images/stat-part.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#containeri #row #left {
	width: 25%;
	color: #1b7eb0;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
	padding: 9px;
	background-image: url(../images/stat-part.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.quic_links {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 100%;
}
.quic_links ul {
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.quic_links ul li {
	margin: 0px;
	float: left;
	width: 49%;
	padding-top: 0%;
	padding-right: 0.5%;
	padding-bottom: 0%;
	padding-left: 0.5%;
}
.quic_links ul li a {
	font-size: 11px;
	color: #818181;
	line-height: 16px;
	text-decoration: none;
}
.quic_links ul li a:hover {
	text-decoration: underline;
}
.quic_info {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 100%;
}
.quic_info ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.quic_info ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.quic_info ul li a {
	font-size: 11px;
	color: #818181;
	text-decoration: none;
	line-height: 16px;
	float: left;
	width: 100%;
}
/*Responsive Version updated 01-04-2020 dpanel.co_v1.2 End*/
.gradiantContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	float: left;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #ffffff, #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dedede);
}
.inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/login-button.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 78px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.inputButton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1a7fb1;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.adContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 618px;
	width: 460px;
}
#alretGreen {
	background-color: #ebffc7;
	height: 51px;
	border: 1px solid #96ff50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3d3d;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#alretRed {
	background-color: #ffe3e3;
	height: 51px;
	border: 1px solid #ff8888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3d3d;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#alretYellow {
	background-color: #fff8c7;
	height: 51px;
	border: 1px solid #ffd850;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3d3d;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.headerContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
}
.headerContainer::before {
	content: "";
	position: absolute;
	background-image: url(../images/logrunning.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 161px;
	width: 91%;
	z-index: -1;
	margin-left: 4%;
}
.logoContainer {
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 161px;
	width: 203px;
}
.logoContainer img {
	margin-left: 13px;
}
.logOutContainer {
	/*background-image: url(../images/log-out-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;*/
	margin: 0px;
	padding: 0px;
	float: right;
	display: block;
	position: relative;
}
.logOutContaineri {
	background-image: url(../images/log-out-bgi.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 82px;
	height: 51px;
	position: absolute;
	top: -27px;
	right: -19px;
}
.logTRunning {
	/*background-image: url(../images/logrunning.png);*/
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 59px 25px 0 0;
	padding: 0px;
	float: right;
	height: 102px;
	width: auto;
}
.setIco {
	background-image: url(../images/set-ico.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 27px;
	width: 27px;
	text-decoration: none;
}
.setIco:active {
	background-image: url(../images/seto-ico.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 27px;
	width: 27px;
	text-decoration: none;
}
.logoutIco {
	background-image: url(../images/log-out.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 37px;
	width: 37px;
	text-decoration: none;
	position: absolute;
	top: 6px;
	left: 38px;
}
.logoutIco:active {
	background-image: url(../images/log-outo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 37px;
	width: 37px;
	text-decoration: none;
}
.bodyContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.statBar {
	background-color: #f6f6f6;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 36px;
	width: 100%;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #dbdbdb;
}
.contantContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 959px;
	background: -moz-linear-gradient(top, #ededed, #f7f7f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f7f7f7));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ededed, endColorstr=#f7f7f7);
}
.personalContainer {
	margin: 0px;
	padding: 10px 0 10px 0;
	float: left;
	width: 100%;
	border-bottom: #d6d6d6 1px solid;
}
.persNote {
	background-image: url(../images/p-note.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 12px;
	float: none;
	height: 88px;
	width: 223px;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	position: relative;
}
.persNote p {
	height: 59px;
	overflow-y: auto;
	font-size: 11px;
}
.persNoteInput {
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 202px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
	text-decoration: none;
	overflow: auto;
}
.aviterBox {
	margin: 0px;
	padding: 2px;
	float: left;
	height: 55px;
	width: 55px;
	border: 1px solid #d6d6d6;
	background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5);
}
.aviterBoxi {
	margin: 5px 0px 0px 0px;
	padding: 2px;
	float: left;
	border: 1px solid #d6d6d6;
	background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5);
}
.identity_box {
	float: right;
	text-align: left;
	margin-top: 10px;
}
.identity_box img {
	margin-bottom: 5px;
}
.avitor_box {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.galleryContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 237px;
}
.headingBar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 237px;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #dbdbdb;
}
.headingBar2 {
	margin: 0px;
	color: #1b7eb0;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
	padding: 9px;
	float: left;
	width: 100%;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #dbdbdb;
}
.headingSmallBar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 19px;
	width: 237px;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #dbdbdb;
}
.gdContainer {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
}
.clockContainer {
	background-color: #FFF;
	background-image: url(../images/clock-t.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 61px;
	width: 100%;
}
.channelsContainer {
	margin: 0px;
	padding: 10px 5px 10px 5px;
	float: left;
	width: 100%;
	background-color: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}
.ButtonContainer {
	margin: 0px 0px 8px 0px;
	padding: 5px;
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.ButtonContainer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
	display: inline-block;
}
.ButtonContainer ul li {
	text-align: center;
	margin: 5px;
	padding: 0px;
	float: none;
	display: inline-block;
	width: 78px;
}
.buttonBox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 85px;
	width: 85px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e5e5e5);
	border: 1px solid #d6d6d6;
	font-size: 11px;
	color: #1b7eb0;
	text-decoration: none;
	line-height: 10px;
}
.buttonBox i {
	font-size: 36px;
	padding: 10px;
}
.buttonBox span {
	width: 100%;
	float: left;
}
.buttonBox:hover {
	text-decoration: none;
}
.menuBarLink {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 41px;
	width: 751px;
	border: 1px solid #dcdcdc;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
}
.menuField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	float: left;
	height: 17px;
	width: 147px;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #dedede, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#ffffff));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dedede, endColorstr=#ffffff);
}
.portfolioButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: -moz-linear-gradient(top, #3b3b3b, #0e0e0e);
	background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#0e0e0e));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b3b3b, endColorstr=#0e0e0e);
	margin: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #565656;
}
.portfolioButtons:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: -moz-linear-gradient(top, #8c8c8c, #505050);
	background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#505050));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8c8c8c, endColorstr=#505050);
	margin: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.portfolioButtons:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: -moz-linear-gradient(top, #3b3b3b, #0e0e0e);
	background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#0e0e0e));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b3b3b, endColorstr=#0e0e0e);
	margin: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #565656;
}
.portfolioButtonsActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: -moz-linear-gradient(top, #ececec, #dbdbdb);
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#dbdbdb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ececec, endColorstr=#dbdbdb);
	margin: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.menuLowerBar {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 23px;
	width: 751px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	border-left-color: #dbdbdb;
	background: -moz-linear-gradient(top, #f6f6f6, #ebebeb);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#ebebeb);
}
.footerContainer {
	padding: 0px;
	float: left;
	width: 969px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.approveContainer {
	background-color: #fff8c7;
	border: 1px solid #ffd850;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3e3d3d;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	width: 732px;
}
.approveRow {
	background-color: #fffffe;
	padding: 0px;
	float: left;
	height: 91px;
	width: 711px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #fffffe, #fffbdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffffe), to(#fffbdf));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffffe, endColorstr=#fffbdf);
	border: 1px solid #ffde68;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.closeButtons {
	background-color: #fff8c7;
	margin: 0px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffdc60;
	text-decoration: none;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.closeButtons:hover {
	background-color: #ffd850;
	margin: 0px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff8c7;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.closeButtonr {
	background-color: #ffe3e3;
	margin: 0px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ff8888;
	text-decoration: none;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.closeButtonr:hover {
	background-color: #ff8888;
	margin: 0px;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffe3e3;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.roundCorner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0px;
	padding: 0 10px;
	border: 2px solid #d7d7d7;
}
legend {
	margin-bottom: 10px !important;
}
.row1 {
	background-color: #ededed;
	border-bottom: solid 2px #dbdbdb;
	width: 753px;
	text-align: center;
	vertical-align: middle;
}
.row1:hover {
	text-decoration: none;
	background-color: #d2e1ff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9dbbf7;
	width: 752px;
}
.row2 {
	background-color: #f7f7f7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	width: 752px;
}
.row2:hover {
	text-decoration: none;
	background-color: #d2e1ff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9dbbf7;
	width: 752px;
}
.style01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #818181;
	text-decoration: none;
	font-weight: normal !important;
}
.style01s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #818181;
	text-decoration: none;
}
.style01s:hover {
	text-decoration: underline;
}
.style02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005266;
	text-decoration: none;
}
.style02s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005266;
	text-decoration: none;
}
.style02s:hover {
	text-decoration: underline;
}
.style03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1b7eb0;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
}
.style04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
}
.style04s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: bold;
}
.style04s:hover {
	text-decoration: underline;
}
.style05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: none;
}
.style05s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: none;
}
.style05s:hover {
	text-decoration: underline;
}
.style06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b7eb0;
	text-decoration: none;
}
.style06s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1b7eb0;
	text-decoration: none;
}
.style06s:hover {
	text-decoration: underline;
}
.style07 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	text-decoration: none;
	line-height: 16px;
}
.style07s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	text-decoration: none;
	line-height: 16px;
}
.style07s:hover {
	text-decoration: underline;
}
.style08 {
	margin: 0px;
	float: left;
	filter: Alpha(Opacity=40);
	opacity: 0.40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	background-color: #2d89ea;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.style08:hover {
	margin: 0px;
	float: left;
	filter: Alpha(Opacity=99);
	opacity: 0.99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-color: #2d89ea;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.style09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e6e6e6;
	text-decoration: none;
}
.style10 {
	background-color: #393939;
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #3b3b3b, #0e0e0e);
	background: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#0e0e0e));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3b3b3b, endColorstr=#0e0e0e);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.style10:hover {
	background-color: #393939;
	margin: 0px;
	float: left;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(top, #8c8c8c, #505050);
	background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#505050));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8c8c8c, endColorstr=#505050);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1b7eb0;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
}
.style12 {
	margin: 0px;
	float: left;
	filter: Alpha(Opacity=30);
	opacity: 0.30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	vertical-align: middle;
	background-color: #b90808;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.style12:hover {
	margin: 0px;
	float: left;
	filter: Alpha(Opacity=60);
	opacity: 0.60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #b90808;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.style13 {
	margin: 0px;
	float: left;
	filter: Alpha(Opacity=30);
	opacity: 0.30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	vertical-align: middle;
	background-color: #2d89ea;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.style13:hover {
	margin: 0px;
	float: left;
	filter: Alpha(Opacity=80);
	opacity: 0.80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #2d89ea;
	border-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.mt-1 { margin-top: 1px; }
.mt-2 { margin-top: 2px; }
.mt-3 { margin-top: 3px; }
.mt-4 { margin-top: 4px; }
.mt-5 { margin-top: 5px; }
.mb-1 { margin-bottom: 1px; }
.mb-2 { margin-bottom: 2px; }
.mb-3 { margin-bottom: 3px; }
.mb-4 { margin-bottom: 4px; }
.mb-5 { margin-bottom: 5px; }
.ms-1 { margin-left: 1px; }
.ms-2 { margin-left: 2px; }
.ms-3 { margin-left: 3px; }
.ms-4 { margin-left: 4px; }
.ms-5 { margin-left: 5px; }
.me-1 { margin-right: 1px; }
.me-2 { margin-right: 2px; }
.me-3 { margin-right: 3px; }
.me-4 { margin-right: 4px; }
.me-5 { margin-right: 5px; }