
#welcomePanel,
#welcomePanel a {
	color: #7592af;
	font-family: Arial, Helvetica, sans-serif;
}
.fontWelcomeName {
	color: #436c95;
}
.fontCompanyName {
	font-size: 18px;
}

#footer ul li a {
	color: #9ba0a8
}
#footer #copyright {
	font-size: 11px;
	color: #a6a4a4;
}
#footer #copyright a {
	color: #819fbd;
}

.leftTitle {
	color: #8ca43a;
}

/*
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
Styles moved over from PM Site by MSimmons:
*/

/* general fonts */
td, body {
	font-family: arial, sans-serif;
	font-size: 12px;
	/*color: #7d7c7d;*/
	color: #595959;
}
.fontSizeNormal {
	font-size: 12px;
}

#footer {
	color: #83a2bf;
}

.blackTxt {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

th, td, label {
	vertical-align: top;
}

th {
	font-size: 11px;
	color: #333333;
}
.details th {
	font-size: 12px;
}

input[type=text],
input[type=password],
input[type=checkbox],
body textarea,
select {
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 2px;
	background: #f7f9fb;
	border: solid 1px #c4d1de;
	color: #666666;
}

select {
	padding: 1px;
}

/* CSS for select with icons inside */
select.icons {
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-color: #F7F9FB;
	padding-left: 15px;
}
select[multiple].icons {
	padding: 1px;
}
select.icons option {
	background-repeat: no-repeat;
	background-color: #F7F9FB;
	background-position: 0px 0px;
	padding-left: 18px;
}


input[type=text][disabled],
input[type=password][disabled],
input[type=checkbox][disabled],
body textarea[disabled],
select[disabled] {
	background-color:#EDEDED;
	color:#A9A9A9;
	cursor:default;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* advisor's rate */
.fontRed {
	color: #ff0000;
	font-size: 14px;
	font-weight: normal;
	font-size: 11px;
	margin: 0 10px;
	position: relative;
	top: -1px;
	left: 0;
}
.fontWhite {
    color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	font-size: 11px;
	margin: 0 10px;
	position: relative;
	top: -1px;
	left: 0;
}

#mainContent h3 {
	font-weight: bold;
	color: #999999;
}

#mainContent h3.sub {
	color: #999999;
	font-weight: bold;
}

/* from request.css below */
.clientRequest div span,
.PMNotes div span,
.researchNotes div span,
.AdvisorPMNotes div span,
.AdvisorCLNotes div span {
	color: #999999;
}

div.Title {
	font-size: 17px;
	font-weight: bold;
}

span#request_id {
	font-size: 16px;
}

div#NewNotesTitle {
	font-weight: bold;
}

textarea#inpNewNoteTextarea {
	font-size: 1.3em;
}

span.InputHover {
	/*font-size: 11px;*/
}

#contentWrapper #mainContent span.NotesNum {
	color: #999;
	font-weight: bold;
	line-height: 1.5em;
}

div#clientRequestDiv div.reqdetailDate,
div#PMNotesDiv div.pmnoteDate,
div#researchNotesDiv div.researchDate,
div#AdvisorPMNotesDiv div.advpmnoteDate,
div#AdvisorCLNotesDiv div.advclnoteDate,
div#clientRequestDiv div.RequiredNoteDate  {
	color: #7f7f55;
}

div#clientRequestDiv div.NotesOuterDiv span.reqdetailNoteText,
div.NotesOuterDiv div.reqdetail textarea.reqdetail_Textarea {
	color: #7f7f55;
	/*font-size: 11px;	*/
}

div#PMNotesDiv div.NotesOuterDiv span.pmnoteNoteText,
div.NotesOuterDiv div.pmnote textarea.pmnote_Textarea {
	color: #71839c;
}

div#researchNotesDiv div.NotesOuterDiv span.researchNoteText,
div.NotesOuterDiv div.research textarea.research_Textarea {
	color: #a18888;
}

div#clientRequestDiv div.NotesOuterDiv span.RequiredNoteText,
div.NotesOuterDiv div.RequiredNote textarea.reqdetail_Textarea,
div#AdvisorPMNotesDiv div.advpmnoteDate,
div#AdvisorCLNotesDiv div.advclnoteDate,
div#clientRequestDiv div.reqdetail textarea.reqdetail_Textarea,
div#AdvisorPMNotesDiv div.advpmnote textarea.advpmnote_Textarea,
div#AdvisorCLNotesDiv div.advclnote textarea.advclnote_Textarea {
	color: #999999;
}

#advisorList table th {
	font-weight: bold;
	color: #0079c2;
}
#advisorList table th.emailAdvisors,
#advisorList table th.emailClient {
	color: #fefefe;
}

#advisorList table tbody td.emailAdvisors,
#advisorList table tbody td.emailClient {
	color: #999;
	font-weight: bolder;
}

.whiteOnTab ul li a,
.whiteOnTab ul li a:active,
.whiteOnTab ul li a:visited,
.whiteOnTab ul li a:hover {
	text-decoration: none;
	color: #7d7d7d;
}

.whiteOnTab ul li.inactive a,
.whiteOnTab ul li.inactive a:visited,
.whiteOnTab ul li.inactive a:hover {
	color: #bfc0c0;
}

.advSrcRsltsRequestPage tr td.titleColor {
	color: #736322;
}

.history a {
	 color: #8b8989;
}





