/* html */
body {
	background: url('../img/header.png') top center repeat-x;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin-top: 10px;
}

h1, h2 {
	padding: 0;
	margin: 0 0;
}

h2 {
	font-weight: normal;
	font-family: "Arial Narrow", Helvetica;
	text-transform: uppercase;
	color: #369;
	background: transparent;
}

h3 {
    font-weight:normal;
    font-family: "Arial Narrow", Helvetica;
    font-size:1.45em;
	color: #369;
	background: transparent;
}

.article h3 {
    font-size:1.3em;
}

.article h3 a {
    color:#069;
    font-weight:bold;
}

iframe {
	border: none;
}

input {
	margin: 0 0 10px 0;
}

input:image {
	margin: 0;
}


label {
	display: block;
	font-weight: bold;
}

legend {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}
/* end html */

/* ids */

#body {
	width: 980px;
	margin: 0 auto;
}

#breadcrumb {
	font-family: Helvetica;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
	color: #666;
}

#content {
	width: 920px;
	margin-left: 20px;
	padding-top: 15px;
	border-top: 3px solid #125987;
}

#footer {
	text-align: center;
	clear:both;
	margin: 0 auto;
	width: 910px;
	padding: 50px 35px 30px 35px;
	background: url('../img/footer.png') #FFF bottom center no-repeat;
	color: #A3A3A3;
}

#head {
	width: 980px;
	margin: 0 auto;
	height: 148px;
}

#main {
	position: relative;
	border-top: 3px solid #074f7d;
	padding: 0 20px;
	width:640px;
	float:left;
	padding-top: 20px;
}

#nav, .nav {
	width: 240px;
}


#navigation {
	padding-top: 20px;
	float:left;
	width: 240px;
	border-top: 3px solid #074f7d;
}

#topbar {
	color: #FFF;
	text-align: right;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	width: 960px;
	text-transform: uppercase;
}

#ui-datepicker-div {
  display: none;
  z-index: 10; /*must have*/
}

/* end ids */

/* classes */
.bottom {
	overflow:hidden;
	background: url('../img/body.png') top left repeat-y;
}
.chart {
	text-align: center;
	margin-bottom: 20px;
}

.chart .desc {
	text-align: none;
}

.plus_minus {
	font-weight: bold;
	font-size: 12px;
	width: 12px;
	display: block;
	float: left;
}

.signature {
	font-style: italic;
}

.source {
	font-style: italic;
}

.users-table {
	width: 100%;
}

/* end classes */


/* tag rules */
div.body {
	float:left;
}

h1 img {
	border: none;
	width: 920px;
	padding: 20px 20px 0 20px;
}
/* end tag rules */

/* id rules */
#body .container {
	background: url('../img/body.png') top center repeat-y;
	margin: 0 auto;
	width: 920px;
	padding: 0 30px;
	float:left;
	color: #666;
	font-size: 105%;
}

#content h1, h2 {
	margin: 10px 0;
}


#header a{
	display:block;
	background-color: #FFF;
	color: #000;
	height: 108px;
	width: 960px;
	overflow:hidden;
	margin: 0 auto;
}

#main.no-menu {
	border-top: 3px solid #074f7d;
	padding: 0 20px;
	width:885px;
	float:left;
	padding-top: 20px;
}

#nav, #nav ul, .nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li a, .nav li a {
	font-family: Helvetica;
	display:block;
	background: url('../img/blue-menu.png') top left repeat-x #0F5684;
	margin: 2px;
	padding: 8px 20px 8px 10px;
	height: 13px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#nav li ul li a, .nav li ul li a {
	height: auto;
	background-image: none;
	background-color: #949494;
	padding-left: 22px;
}

#nav li ul li ul li a, .nav li ul li ul li a, .nav .equity li a {
	padding-left: 36px;
	color: #006699;
	background-image: none;
	background-color: #DCDCDC;
}

#nav li ul li ul li ul li a, .nav li ul li ul li ul li a {
	padding-left: 48px;
	background-image: none;
	background-color: #F4F4F4;
}

#nav li.selected, .nav li.selected {
    font-weight:bold !important;
}

#breadcrumb a {
	color: #666;
	text-decoration: none;
}

#quicklinks a {
	color: #666;
	text-decoration: none;
}

#topbar a {
	color: #FFFFFF;
	text-decoration: none;
}

#whatsnew, #quicklinks {
	float:left;
	width: 310px;
	margin-right: 10px;
}

#whatsnew ul, #quicklinks ul {
	margin: 0;
	padding: 0;
	margin-left: 25px;
	list-style: url('../img/arrow.png');
}

    #whatsnew ul li, #quicklinks ul li {
        font-size:1.2em;
        margin-bottom:0.3em;
    }

#whatsnew a {
	color: #006699;
	text-decoration: none;
}

#whatsnew h2, #quicklinks h2 {
	color: #FFF;
	text-align: left;
	padding: 0 10px;
	height: 30px;
	line-height: 31px;
	text-transform: uppercase;
	font-size: 110%;
	background: url('../img/blue-menu.png') #FFF top left repeat-x;
	border-bottom: 1px solid #E0E0E0;
}

/* end id rules */

/* class rules */
.chart * {
	padding: 0;
	margin: 0;
}

.checkbox input {
	display: inline;
	line-height: 30px;
}

.checkbox label {
	display: inline;
	margin: 0 0 5px 5px;
}

.users-table, .user-table td, .users-table th {
	text-align: left;
}

.users-table td {
	padding: 5px;
}

.users-table th {
	padding: 0 0 5px 5px;
}

.users-table tr {
	clear:both;
}


.users-table .altrow {
	background-color: #DDD;
}

/* end class rules */

/* UNSORTED */

html body #nav ul li.selected a{
	font-weight: bolder;
}

.users-table {
    font-size:0.95em;
	line-height: 15px;
}

#user_login form {
	width: 300px;
	margin: 0 auto;
	text-align: right;
}


#user_login {
	text-align: center;
	width: 500px;
	color: #FFF;
	margin: 0 auto;
	background-color: #004775;
	padding: 10px;
	border: 5px double #FFF;
}

#user_login a{
	color: #fff;
	text-decoration: none;
}

html body form#UserLoginForm, 
html body form#UserForgotForm {
	text-align:center;
}

#UserLoginForm label, 
#UserForgotForm label {
	display: inline;
	margin-right: 30px;

}

#user_login form#UserUpdateForm, #user_login form#UserForgotForm {
	width: 425px;
	margin: 0 auto;
	text-align: left;
}

#UserUpdateForm label, #UserForgotForm label {
	display: block;
	float:left;
	margin-right: 30px;
	width:150px;
	text-align:right;
}

#UserUpdateForm .input, #UserForgotForm .input {
	clear:both;
	float:none;
}

#UserUpdateForm .input.select, #UserForgotForm .input.select {
	padding-bottom:5px;
}

#UserSecurityQuestionId {
	width:230px;
}

.center {
	text-align: center;
}

.disabled {
	display: none;
}

.paging {
	text-align: center;
}

.pdf_link {
	position: absolute;
	top: 50px;
	right: 20px;
	text-align:right;
}

.pdf_link_a {
	line-height: 16px;
	background: url('../img/icons/printer.png') center left no-repeat;
	padding: 2px 0 2px 25px;
}

a.center {
	padding-top: 10px;
	clear:both;
	display:block;
	text-align: center;
}

.disclaimer {
	font-size: 80%;
}

#footer a {
	color: inherit;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.icon {
	vertical-align:text-bottom;
}

#disclaimer {
	background-color: #FFF;
	color: #CCC;

}

#disclaimer .disclaimer {
	width: 940px;
	margin: 0 auto;
}

#main-single {
	border-top: 3px solid #074f7d;
	padding: 0 20px;
	width: 885px;
}



.message {
	display: block;
	text-align: center;
	color: #900000;
	padding: 10px 0;
}

.conferenceCall table {
	border: 1px solid #074f7d;
	border-right: 0;
}

.conferenceCall th {
	color: #074f7d;
	font-weight: bold;
	border-bottom: 1px solid #074f7d;
}

.conferenceCall td, .conferenceCall th {
	border-right: 1px solid #074f7d;
	padding: 5px;
	color: #074f7d;
	text-align:left;
}

.conferenceCall .audio p {
    margin:0;
}

.table_row_0 {
	font-weight: bolder;
}

.options {
	position: relative;
}

.view_live_page {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 80%;
}

div.media_edit_media {
    float:none;
    clear:both;
}

ul.files {
    list-style-type:none;
    margin:0;
    padding:0;
}

    ul.files li {
        margin-bottom:5px;
    }

    ul.files img {
        padding-right:4px;
        vertical-align:middle;
    }

.histories_table {
	width:100%;
}

.histories_table th {
	padding-bottom:5px;
}

.histories_actions {
	width:100px;
}

.histories_table .altrow {
	background-color:#eeeeee;
}

.histories_table tr td {
	padding:3px 0 3px 10px;
}

.histories_table tr td input {
	margin:2px;
	padding:0;
}

.user_history_th{
	width:100px;
}

.center td{
	text-align:center;
}

.central_ping_form {
	display:inline;
}

.central_ping_form input {
	margin:0 2px;
}
