body {
	background-color: #EAF4FB;
	font-size:13pt;
	font-family:Calibri,Arial;
	line-height:1.2em;
	color: #707070;
}

a {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover {
	color:#BDBDBD;
}

label {
	display:block;
	font-weight:bold;
	margin-bottom:2px;
	cursor:pointer;
}

input {
	border:none;
	color:#707070;
	padding:0px 5px;
	width:280px;
	background-color:#F2F2F2;
	border:1px solid #E0E0E0;
	font-size:14pt;
	font-family:Calibri,Verdana;
	margin:3px;
}

input.submit {
	border:1px solid #E5E5E5;
	width:100px;
	padding:2px;
	font-weight:bold;
}

input.submit:hover {
	color:#FF9300;
	cursor:pointer;
}

.page-container {
	width:500px;
	margin:50px auto;
}

.wrapper {
	background-color:#FFFFFF;
	border:1px solid #E5E5E5;
}

.header {
	text-align: center;
	position:relative;
	top:-22px;
}

.footer {
	color:#4B87B3;
	text-align:right;
	font-size:10pt;
	font-weight:bold;
	position:fixed;
	bottom:10px;
	right:10px;
}

.sidebar {
	float:left;
	width:150px;
	position: relative;
	left:-14px;
}

#bars li {
	margin-bottom: 4px;
	background:transparent url(../img/bar-corner-left.png) no-repeat scroll left bottom;
    padding-bottom:16px;
}


#bars li a {
	display:block;
	width:140px;
	padding:15px;
	font-size:13pt;
	line-height:1.2em;
	font-weight:bold;
	margin:0px;
	background-color: #FAFAFA;
	color:#707070;
	border:1px solid #E5E5E5;
	border-bottom-width:2px;
}
/*
#bars li a.bandwidth {
	background-color: #F5FBAE;
	color:#8A7B43;
}

#bars li a.direct {
	background-color: #FFE7E7;
	color:#926464;
}

#bars li a.account {
	background-color: #FFF0DC;
	color:#91694B;
}
*/
#bars li a:hover {
	color:#FF9300;
}

#bars li a.selected {
	color:#FF9300;
}


.content {
	float:right;
	position:relative;
	right:-14px;
	background: url(../img/bar-corner-right.png) no-repeat bottom right;
	padding-bottom:16px;
	margin-bottom:0px;
}

.form {
	background-color:#FAFAFA;
	height:178px;
	width:300px;
	padding:10px;
	border:1px solid #E5E5E5;
	border-bottom-width:2px;
}

#bw_tab, #dr_tab, #acc_tab {
    display:none;
}

.title {
	text-align:right;
	font-size:16pt;
	font-weight:bold;
	color:#FF9300;
}

.desc {
	display:block;
	font-size:10pt;
	color:#AAAAAA;
}

.result {
	clear:both;
	padding:5px 5px 10px 5px;
}

.loader {
	display:block;
	text-align:center;
}

a.item {
	padding:5px;
	color:#707070;
	background-color:#FAFAFA;
	border:1px solid #E5E5E5;
	border-bottom-width:2px;
	margin:10px;
	display:block;
}

a.item:hover {
	color:#FF9300;
}

.status {
	display:block;
	text-align:center;
}

.status b {
	color:#FF9300;
}

.bottom-left, .bottom-center, .bottom-right {
    height:16px;
    line-height:0px;
    font-size:0px;
}

.bottom-left {
    background:transparent url(../img/bar-corner-left.png) no-repeat scroll left bottom;
    height:16px;
    line-height:0px;
    font-size:0px;
}

.bottom-center {
    background-color:#E5E5E5;
    width: 472px;
    margin:auto;
    height:16px;
    line-height:0px;
    font-size:0px;
}

.bottom-right {
    background:transparent url(../img/bar-corner-right.png) no-repeat scroll right bottom;
    height:16px;
    width:100%;
    position:relative;
    top:-16px;
    line-height:0px;
    font-size:0px;
}
            
.clear {
	clear:both;
}

.center {
	text-align:center;
}

.hidden {
	visibility:hidden;
}

#ads {
    text-align:center;
}
