﻿* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
}

body {
    font-family: Arial, Verdana, HelveticaNeueLT Std, Sans-Serif;
    font-size: 10pt;
    color: #313132;
}

/* ELEMENTS START HERE */
a:link {
    color: #0d3859;
    text-decoration: none;
}

a:visited {
    color: #0d3859;
    text-decoration: none;
}

h2 {
    clear: both;
    margin-bottom: 1em;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 14pt;
    color: #b10007;
}

h3 {
    clear: both;
    margin-bottom: 1em;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 13pt;
    color: #b10007;
}

h4 {
    clear: both;
    margin-bottom: 1em;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 12pt;
    color: #b10007;
}

p {
    margin-bottom: 1.5em;
}

ul {
    list-style: none;
}
/* ELEMENTS END HERE */


/* TOP AREA STARTS HERE */
#HeaderWrapper {
    width: 95%;
    clear: both;
}

#HeaderContent {
    float: left;
    padding-top: 1.2em;
    padding-left: 2em;
}

#LogoHolder {
    float: left;
}

.UserWelcome p, .UserWelcome Div {
    float: left;
    padding-right: 0.5em;
    font-size: 11pt;
    font-weight: bold;
}
/* TOP AREA ENDS HERE */


/* MIDDLE AREA STARTS HERE */

/* PAGE CONTENT STARTS HERE */
#ContentPane {
    clear: both;
    width: 95%;
    padding-top: 2em;
}

.ContentNav {
    display: none;
}

/* Content Holders */
.Content {
    width: 520px;
}

.ContentGrayBox {
    float: left;
    width: 520px;
    margin-bottom: 18px;
}

.ContentFooter {
    display: none;
}

#PrintButton {
    display: none;
}

/* Form Elements (input, select) */
span.CheckBox1 input {
    width: 15px;
    height: 15px;
}

div.CheckBox1 input {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-bottom: 6px;
}

.RequiredField {
    padding-top: 2px;
    padding-left: 10px;
}

.SubmitButtonHolder {
    padding-top: 15px;
}

.TextArea1 {
    width: 300px;
    height: 113px;
    padding: 2px 5px;
    font-size: 11pt;
    color: #313132;
    border: 1px solid #a5acb2;
}

input.TextBox1 {
    width: 250px;
    height: 14px;
    margin-bottom: 6px;
    padding: 2px 5px;
    font-size: 11pt;
    color: #313132;
    border: 1px solid #a5acb2;
}

div.TextBox1 {
    padding-bottom: 6px;
}

div.TextBox1 input {
    float: left;
    width: 185px;
    height: 14px;
    margin-right: 3px;
    margin-bottom: 6px;
    padding: 2px 5px;
    font-size: 11pt;
    color: #313132;
    border: 1px solid #a5acb2;
}

.TextBoxReadOnly {
    width: 188px;
    height: 15px;
    margin-bottom: 8px;
    padding: 2px 5px;
    font-size: 11pt;
    color: #313132;
    background-color: #ededed;
}

.DropDown1 {
    width: 263px;
    height: 20px;
    margin-top: 1px;
    margin-bottom: 6px;
    font-size: 11pt;
    color: #313132;
    border: 1px solid #a5acb2;
}

/* Two-Column Forms (Label next to input fields) */
.EditProfile {
    /* Entire Form Area */
    float: left;
    padding-top: 11px;
    padding-bottom: 20px;
}

.EditProfile h4 {
    margin-bottom: 11px;
}

.EditProfile input.TextBox1 {
    width: 185px;
    margin-bottom: 8px;
}

.EditProfile span.CheckBox1 input {
    margin-bottom: 8px;
}

.EditProfile select.DropDown1 {
    width: 197px;
    margin-bottom: 8px;
}

.FormItemHolder1 {
    /* Each Form Row */
    clear: both;
    width: 520px;
}

.FormItemHolder1 div {
    float: left;
}

.FormItemHolder1 div p {
    margin-bottom: 0px;
}

.FormItemHolder1 div.Label {
    width: 175px;
    padding: 4px 13px 0 0;
    font-size: 11pt;
}

.FreeTextBoxHolder {
    clear: both;
    width: 624px;
    padding-left: 20px;
}

.FreeTextBoxHolder div.Label {
    padding: 0 0 13px 42px;
    font-size: 11pt;
}

/* Tabular Lists (Header row and repeater rows) */
.ListHolder1 {
    /* Holds entire list */
    width: 507px;
    border-top: 1px solid #bebebe; 
}

.ListHolder1 a img {
    float: right;
    margin-bottom: 1px;
}

.ListHolder1 span {
    float: left;
}

.ListHolder1 div.EditHolder {
    width: 30px;
    padding-right: 10px;
}

.ListHolder1 div.EditDeleteHolder {
    width: 75px;
    padding-right: 10px;
}

.ListHolder1 div.Row {
    float: left;
    width: 499px;
    padding: 3px 4px 2px 4px;
    border-bottom: 1px solid #bebebe;
}

.ListHolder1 div.Row div {
    float: left;
    padding-right: 15px;
}

.ListHolder1 div.oddRow {
    float: left;
    width: 499px;
    padding: 3px 4px 2px 4px;
    border-bottom: 1px solid #bebebe;
    background-color: #f3f3f3;
}

.ListHolder1 div.oddRow div {
    float: left;
}

.ListHolder1 div.RowHeader {
    float: left;
    width: 499px;
    padding: 10px 4px 5px 4px;
    border-bottom: 1px solid #bebebe;
    background-color: #f3f3f3;
}

.ListHolder1 div.RowHeader div {
    float: left;
    font-weight: bold;
    padding-right: 15px;
}

.ListHolder1 div.PageNav {
    float: left;
    width: 491px;
    padding: 7px 8px;
    border-bottom: 1px solid #bebebe;
}

.ListHolder1 div.PageNav span {
    display: block;
    float: left;
    padding-right: 6px;
}

.ListHolder1 div.PageNav a img {
    float: left;
    margin-bottom: 0px;
}

.PageNav a.ArrowLeft {
	display: block;
    width: 4px;
    height: 11px;
    background-image: url(../Images/Btn_ArrowLeft.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.PageNav a.ArrowRight {
    display: block;
    width: 4px;
    height: 11px;
    background-image: url(../Images/Btn_ArrowRight.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.PageNav a.ArrowLeftDisabled {
	display: block;
    width: 4px;
    height: 11px;
    background-image: url(../Images/Btn_ArrowLeft_NoLink.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.PageNav a.ArrowRightDisabled {
    display: block;
    width: 4px;
    height: 11px;
    background-image: url(../Images/Btn_ArrowRight_NoLink.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

/* Tables */
table.CheckBox1 {
    margin-bottom: 8px;
}

table.CheckBox1 td input {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-bottom: 6px;
}

/* Accounts Widget Control */
div.WidgetHolder {
    width: 330px;
    float: left;
    padding-bottom: 8px;
}

div.WidgetHolder div {
    clear: both;
}

div.AccountSelectBox select {
    width: 315px;
    height: 113px;
    margin-bottom: 6px;
    border: 1px solid #a5acb2;
}

/* Team Pages */
.BioHolder h4 {
    margin-bottom: 0px;
}

.BioImageHolder {
    float: left;
    width: 152px;
}

.BioTextHolder {
    float: left;
    width: 333px;
    padding-left: 35px;
}
.TeamListHolder {
     width: 260px;
     float: left;
     height: 53px;
     margin-bottom: 10px;
}

.TeamListThumbnailHolder {
     float: left;
     width: 53px;
     height: 53px;
}

.TeamListTextHolder {
     float: left;
     width: 180px;
     padding: 6px 10px 0 17px;
     background-image: url(../Images/Btn_ArrowRight.gif); 
     background-repeat: no-repeat;
     background-position: 8px 12px;
}

.TeamListTextHolder a {
    text-decoration: underline;
}
/* PAGE CONTENT AREAS END HERE */

#RightPane {
    display: none;
}
/* MIDDLE AREA ENDS HERE */


/* BOTTOM AREA STARTS HERE */
#FooterWrapper {
    clear: both;
    width: 95%;
    padding-top: 3em;
}

.FooterContent {
    float: left;
    padding-right: 2em;
}

.FooterContent a {
    display: none;
}

.LastUpdated {
    float: left;
    text-align: right;
}
/* BOTTOM AREA ENDS HERE */


/* GENERAL CLASSES */

