/*
Name: HedgeSite
Media: Screen,Projection
Version: 1
Created: 2006-12-11
Updated: 2007-03-15
Author: Daniel Conaghan
Intended for: base HedgeSites
*/

.even td,
.downloads .even a {
	background-color: #f0f0ee; /*D6E0E9*/
	}

.expired {
	color: #999;
	}

td {
	padding: .25em .5em;
	background: #fff;
	}

td ul.hs-tools {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

td ul.hs-tools li {
	display: inline;
	}

form {
	margin: 0;
	}

form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

form fieldset {
	width: 100%; /* IE fix */
	border:0;
	}

fieldset div {
	/*clear: left;*/
	margin-bottom: 10px;
	}

div labels { /* Needs to be applied to just HedgeSite forms */
	width: 120px;
	padding-top: 4px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-size: .95em;
	color: #00355E;
	}
div.chk label {
	width: auto;
	float: none;
	}

div.chk {
	margin: .5em 0;
	}

.submit {
	margin-top: 10px;
	margin-left: 130px;
	}
.pass_submit
{
	margin-top: 10px;
	margin-left: 0px;
}


/* Messages */

.msg {
	clear: both;
	margin-bottom: 1em;
	padding: 0 .5em 0 1em;
	background: #F0F0EE;
	border-style: solid;
	border-width: 0 0 0 5px;
	}

.msg p {
	margin: .5em 0;
	font-weight: bold;
	}

.msg form {
	padding-bottom: .5em;
	}

.confirm {
	color: #386350;
	background: #edf9d8;
	border-color: #386350;
	}

.error {
	color: #6F1400;
	background: #f5e5dc;
	border-color: #6F1400;
	}

.warning {
	color: #e8ab00;
	background: #faf2cc;
	border-color: #e8ab00;
	}

.info {
	color: #80A1B6;
	background: #e1f1f8;
	border-color: #80A1B6;
	}

[disabled] {
	color: #666;
	background: #fff;
	border: none;
	}


/* Buttons/Icons */

a.file:link, a.file:visited, 
a.folder:link, a.folder:visited, 
.fil-tools a:link, .fil-tools a:visited, 
.co-tools a:link, .co-tools a:visited {
	padding: 4px 4px 4px 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	}

p a.download {
	padding: 4px 4px 4px 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	}

a.folder {background-image: url("../images/icons/folder-orange.gif") !important;background-position: 4px 3px !important; padding-left: 24px;}
a.file {background: url("../images/icons/file.gif");}
a.pdf {background: url("../images/icons/pdf.gif");}
a.xls {background: url("../images/icons/excel-file.gif");}
a.zip {background: url("../images/icons/zip-file.gif");}
a.htm {background: url("../images/icons/dreamweaver-file.gif");}
a.swf, a.fla {background: url("../images/icons/flash-file.gif");}
a.ai {background: url("../images/icons/illustrator-file.gif");}
a.doc, a.dot {background: url("../images/icons/ms-word.gif");}
a.mp3 {background: url("../images/icons/mp3-music-file.gif");}
a.psd {background: url("../images/icons/photoshop-file.gif");}
a.txt {background: url("../images/icons/text-file.gif");}

p.exp {
	margin: 20px 0;
	}

p a.csv {
	padding: 20px 20px 20px 40px;
	background: url("../images/icons/stats1.gif") no-repeat 20px 20px;
	border: 1px dotted #BDC7CF;
	}

p a.csv:hover {
	background-color: #D6E0E9;
	/*border: 1px solid #A7B5BF;*/
	border-style: solid;
	}

a.fil-del {background: url("../images/icons/delete-page-red.gif");}
a.dir-del {background: url("../images/icons/delete-folder-orange.gif");}
a.notify { background: url("../images/icons/email-contact-orange.gif"); }

.fil-tools a:hover, .fil-tools a:active, 
.co-tools a:hover, .co-tools a:active {
	padding: 3px 3px 3px 23px;
	background-position: 3px 3px;
	background-color: #dadfea;
	border: 1px solid #3188E1;
	}



.co-tools, 
.hs-tools, 
.fil-tools {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.co-tools li, 
.hs-tools li, 
.fil-tools li {
	margin: 0;
	padding: 0;
	display: inline;
	}

.hs-tools a:link, .hs-tools a:visited {
	display: inline;
	width: 21px;
	height: 21px;
	float: left; /* fix IE5 */
	overflow: hidden;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

.hs-tools a:hover, .hs-tools a:active {
	width: 19px;
	height: 19px;
	background-color: #dadfea;
	background-position: 3px 3px;
	border: 1px solid #3188E1;
	}

.edit a { background-image: url("../images/icons/edit-page-green.gif"); }
.browse a { background-image: url("../images/icons/search-icon-green.gif"); }
.activate a { background-image: url("../images/icons/vote-user-green.gif"); }
.de-activate a { background-image: url("../images/icons/vote-user-red.gif"); }
.delete a { background-image: url("../images/icons/delete-page-red.gif"); }

td.up {
	padding-left: 24px;
	background-image: url("../images/icons/up-yellow.gif");
	background-repeat: no-repeat;
	background-position: 6px;
	}
td.down {
	padding-left: 24px;
	background-image: url("../images/icons/down-green.gif");
	background-repeat: no-repeat;
	background-position: 6px;
	}

.add-co {
	padding-left: 20px;
	background: transparent url("../images/icons/add-page-green.gif") no-repeat;
	}

.add-user {
	padding-left: 20px;
	background: transparent url("../images/icons/add-user-green.gif") no-repeat;
	}

.invite-user {
	padding-left: 20px;
	background: transparent url("../images/icons/user-login-orange.gif") no-repeat;
	}

.vcf {
	padding: 0 0 0 20px;
	background: transparent url("../images/icons/vcf_16.gif") no-repeat 1px 2px;
	}


#client-controls {
	margin: 1em 0 0 0;
	}
#user-filter {
	clear: left;
	padding-top: 10px;
	}
#user-filter form {
	margin: 0;
	}
#user-filter div {
	display: inline;
	}
#user-filter label {
	width: auto;
	float: none;
	clear: left;
	}
#user-filter span label {
	display: none;
	}
#user-list {
	position: relative;
	clear: both;
	margin-bottom: 2em;
	padding-top: 1em;
	}
#user-list strong {
	font-weight: normal;
	color: #fff;
	background: #E6B53C;
	}
#user-list table {
	width: 100%;
	}



/* Upload/Folder tools */

#tools {
	clear: right;
	margin: 1em 0;
	padding: 0;
	background: #edebe3; /*;*/
	border: 1px solid #D3CCB9;
	}

#tools ul {
	margin: 1px;
	padding: 0;
	list-style-type: none;
	}

#tools li {
	margin-left: 1em;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#tools a:link, 
#tools a:visited {
	padding: 3px;
	background-position: 4px 3px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #373734;
	}
#tools a.icon:link, 
#tools a.icon:visited {
	padding: 1px 3px 3px 24px;
	}

#tools a:hover, 
#tools a:active, 
#tools a:focus {
	outline: none; /* remove ugly dotted border */
	}

#tools a.on, 
#tools a.on {
	background-color: #fff;
	}

#tools form {
	margin: 0;
	padding: 1em;
	background-color: #fff;
	}

#tools form fieldset {
	border: none;
	}

#tools form legend {
	margin: 0;
	color: #222;
	font-weight: bold;
	}

#tools form div.submit {
	border: none;
	}

#switch-fil {
	background-image: url("../images/icons/add-page-green.gif");
	}

#switch-dir {
	background-image: url("../images/icons/add-folder-orange.gif");
	}

#tools #hs-file-group table {
	width: auto;
	background: red;
	}
	
.files table {
	width: 100%;
	}
	
/* Custom - Boyer Allan */

table {
	border-bottom: 1px solid #D9D9D5;
	}

th {
	padding: 6px 10px;
	color: #fff;
	font-size: .85em;
	text-align: left;
	/*border-bottom: 1px solid #ccc;*/
	background: #80A1B6;
	}

#content th a:link, #content th a:visited {
	color: #fff;
	text-decoration: underline;
	}

td {
	vertical-align: top;
	padding: 6px 10px;
	font-size: .85em;
	line-height: normal;
	border-left: 1px solid #D9D9D5;
	}
td.first {
	border-left: none;
	}

.hs-content-edit {
	margin-bottom: 2em;
	}

.hs-content-edit label {
	display: none;
	}

.hs-content-edit div.title input {
	width: 250px;
	}

.hs-content-edit textarea {
	width: 420px;
	height: 400px;
	}

.hs-content-edit .order label {
	display: inline;
	float: none;
	}
.hs-content-edit div.title .order input {
	width: 20px;
	}


#hs-user-status label, #hs-user-status fieldset {
	display: none;
	}

#hs-user-status {
	padding: 0 2em;
	background: #B8CBD9;
	border: 1px solid #B8CBD9;
	}
#hs-user-status p {
	margin: 1em 0;
	color: #fff;
	font-weight: bold;
	}
#hs-user-status a:link {
	color: #fff;
	}


#hs-user-invite-info {
	margin: .5em 0;
	padding: .25em .5em .5em 1em;/**/
	border-left: 5px solid #1390c5;
	background: #e1f1f8;
	}

#hs-user-invite-info p {
	margin: .5em 0;
	}


.hs-user-tools {
	margin: 1em 0 1.5em 0;
	padding: 0;
	list-style-type: none;
	}
.hs-user-tools li {
	display: inline;
	margin-left: .35em;
	/*background: #eee;
	padding-left: 25px;
	border-left: 1px dotted #B3C3CF;*/
	}
.hs-user-tools li.first {
	margin: 0;
	padding: 0;
	border-left: none;
	}
.hs-user-tools a {
	padding-left: 20px;
	background-position: 1px;
	background-repeat: no-repeat;
	}
.hs-user-tools a.edit {
	background-image: url("../images/icons/edit-page-green.gif");
	}
.hs-user-tools a.delete {
	background-image: url("../images/icons/remove-user-red.gif");
	}
.hs-user-tools a.view {
	background-image: url("../images/icons/left-green.gif");
	}


#hs-user-view .primary {
	float: left;
	margin: 1em 1em 0 0;
	padding: 0;
	}
#hs-user-view .secondary {
	float: right;
	width: 150px;
	margin-top: 1em;
	padding-left: 1em;
	border-left: 1px dotted #b3c3cf;
	}
.hs-user-file-history {
	clear: both;
	padding: 2em 0;
	}
.hs-user-file-history table {
	width: 100%;
	}

#hs-user-view dl, 
#hs-user-view .primary p {
	margin-top: 0;
	}
#hs-user-view dt {
	color: #666;/**/
	font-weight: bold;
	}
#hs-user-view dd {
	margin-bottom: 1.5em;
	margin-left: 0;
	}

#hs-user-view .primary dl {
	float: left;
	display: inline;
	line-height: 1.8em;
	padding: 0;
	border-left: none;
	}
#hs-user-view .primary dt {
	float: left;
	font-weight: bold;
	}
#hs-user-view .primary dd {
	margin-left: 1.5em;
	margin-bottom: 0em;
	}

.details-info {
	font-size: 0.8em;
	margin: 0 0 0 130px;
	padding: 0;
}
/*
#registerform label, 
#password label, 
form.details label, 
#tools label, 
#add_record label {
	/* Needs to be applied to just HedgeSite forms 
	width: 120px;
	padding-top: 4px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-size: .95em;
	color: #00355E;


	}
*/
#user a:link, #user a:visited, #user span {
 color: #80A1B6;
 text-decoration: none;
 }
#user a:hover, #user a:active {
 color: #80A1B6;
 text-decoration: underline;
 }



#asset_table {
	width: 100%;
	margin-top: 1em;
	}

#history_table {
	margin-top: 1em;
	margin-left: -15px;/**/
	}
	
#history_table .first {
	width: 90px;
	}

	.hs-basic div.txt label, .hs-basic div.sel label{
float:left;
padding-right:10px;
padding-top:4px;
text-align:left;
width:200px;

}
.hs-basic .txt,.hs-basic .sel,.hs-basic .rad{clear:both !important}

.hs-basic fieldset div {
	clear: left;
	margin-bottom: 10px;
	}

.hs-basic div label {
	width: 100px;
	padding-top: 4px;
	padding-right: 10px;

	text-align: right;
	font-size: .95em;
	}


#perf_history_page {margin-bottom:30px}
#perf_history_page h2{margin:10px 0}
#perf_history_page input{font-size:0.8em;border:1px solid #80A1B6;padding:0;margin:0}
#perf_history_page hr{border:0;border-top:1px solid black}
#perf_history_page table{width:680px}
#perf_history_page td,#perf_history_page th{padding:1px;margin:0;text-align:center;}
#perf_history_page th {padding:2px 2px;font-size:0.85em}
#perf_history_page td{padding:5px 3px;font-size:0.85em}
.table_sub_header th{background:#AFC4D1}
#geo_exp_table input{font-size:0.8em;width:30px}

#image_upload_form{width:455px;border:1px dotted #B8CBD9;padding:10px;margin-top:30px}
#image_upload_form h3{padding-bottom:20px}
.image-submit{margin-left:10px}
#fund-performance-textarea{width:675px;height:250px}
#fund-performance-notes li,#fund-performance-notes {color:black !important}
.perf_submit{margin-top:10px}
#month_end{width:100px !important}