/*
Name: HedgeSite
Media: Screen,Projection
Version: 1
Updated: 2007-05-29
Author: Mat Harden
Intended for: base HedgeSites
*/

#secontent {
	float: right;
	width: 730px;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}

#hs-content {
	margin: 30px;
	}


#hs-content td {
	background-color: #efefef;
	}
#hs-content .even td,
.downloads .even a {
	background-color: #fff;
	}

.expired {
	color: #999;
	}
/* this effects the tinyMCE - or maybe doesn't now it's more specific */
/*#user-list td, .hs-user-file-history td, .hs-user-tracking td*/
#hs-content td {
	padding: .25em .5em;
	}
#hs-content th {
	padding: .75em .5em;
	color: #fff;
	background-color: #333133;
	}
#user-list th a {
	color: #fff;
	text-decoration: underline;
	}

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 */
	}

fieldset div {
	/*clear: left;*/
	margin-bottom: 10px;
	}

/*div label {
	width: 120px;
	padding-top: 4px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-size: .95em;
	}
div.chk label {
	width: auto;
	float: none;
	}
div.chk {
	margin: .5em 0;
	}

.submit {
	margin-top: 10px;
	margin-left: 0/ *130px* /;
	}*/

/* Basic layout of forms */
.hs-basic {
	margin-top: 10px;
	}
.hs-basic fieldset div {
	clear: left;
	margin-bottom: 20px;
	}
.hs-basic div.txt label, .hs-basic div.sel label {
	width: 200px;
	padding-top: 4px;
	padding-right: 10px;
	float: left;
	text-align: left;
	}
	
.hs-basic div.txt div.check label {
	width: 200px;
	padding-top: 4px;
	padding-right: 10px;
	float: none;
	text-align: right;
	}

.hs-basic div.txt input {
	width: 300px;
	padding: 1px 5px;
	}
	
.hs-basic div.txt div.check input {
	margin-left: 210px;
	width: 15px;
	height: 15px;
	padding: 1px 5px;
	}
	
.hs-basic div small {
	display: block;
	margin: 0 0 4px 215px;
	line-height: normal;
	}
/* Radio buttons */
.hs-basic div.rad fieldset {
	margin: 0;
	padding: 0;
	}
.hs-basic div.rad legend, .hs-basic div.funds legend {
	display: inline;
	margin: 0;
	}
.hs-basic div.rad div, .hs-basic div.funds div {
	margin: -1.6em 0 0 210px;
	}
.hs-basic div.funds div p {
	margin: .5em 0;
	}
.hs-basic div.rad legend {
	width: 200px;
	padding-top: 4px;
	padding-right: 10px;
	float: left;
	color: #000; /* IE fix */
	}
.hs-basic div.submit {
	margin-left: 210px;
	}
/* Validation styles */
.hs-basic div.error {
	padding: 1em 0;
	}
.hs-basic div.error label {
	width: 190px;
	padding-left: 10px;
	}
.hs-basic div.required label {
	font-weight: bold;
	}
.hs-basic div.required small.status {
	display: none;
	}


/* Messages */

.msg {
	clear: both;
	margin-bottom: 1em;
	padding: 0 .5em 0 1em;
	border-style: solid;
	border-width: 0 0 0 5px;
	}

.msg p {
	margin: .5em 0;
	font-weight: bold;
	}

.msg form {
	padding-bottom: .5em;
	}

.confirm {
	color: #819f4e;
	background: #edf9d8;
	border-color: #a1bf6e;
	}

.error {
	color: #b92e16;
	background: #efc09e;
	background: #f5e5dc;
	border-color: #b92e16;
	}

.warning {
	color: #c88b00;
	background: #faf2cc;
	border-color: #e8ab00;
	}

.info {
	color: #1390c5;
	background: #e1f1f8;
	border-color: #1390c5;
	}

/*[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: #dDe7eF;
	/*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, 
#content .hs-tools li, 
.fil-tools li {
	margin: 0;
	padding: 0;
	display: inline;
	
	background-image: none;
	}

.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: 0;
	}
#user-filter {
	clear: left;
	padding-top: 10px;
	
	/*border: 1px solid blue;*/
	}
#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;
	
	/*border: 1px solid red;*/
	}
#user-list strong {
	font-weight: normal;
	color: #000;
	background: #ff9;
	}

#content .hs-user-tools {
	margin: 2em 0 1.5em 0;
	padding: 0;
	list-style-type: none;
	}
#content .hs-user-tools li {
	display: inline;
	margin-left: .35em;
	padding-left: .5em;
	background: none;
	/*border-left: 1px dotted #B3C3CF;*/
	}
#content .hs-user-tools li.first {
	margin: 0;
	padding: 0;
	border-left: none;
	}
.hs-user-tools a {
	padding-left: 18px;
	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: 10px 0 1em 1em;
	}
#hs-user-view .secondary {
	float: left;
	width: 150px;
	margin-top: 1em;
	padding: 10px 0 1em 1em;
	border-left: 1px dotted #b3c3cf;
	}
#hs-user-view #hs-user-funds {
	float: right;
	width: 250px;
	margin-top: 1em;
	padding: 0 0 1em 1em;
	border-left: 1px dotted #b3c3cf;
	}

#hs-user-view h3 {
	margin: 0;
	}
#hs-user-view p {
	margin: 0 0 1em 0;
	}
#hs-user-view #hs-user-funds p {
	margin: 10px 0 0 0;
	color: #636466;
	font-weight: bold;
	}
#hs-user-view dl {
	margin: 0;
	}
#hs-user-view dt {
	color: #636466;
	font-weight: bold;
	}
#hs-user-view dd {
	margin: 0 0 1em 0;
	}
#hs-user-view abbr, #hs-user-view acronym {
	border: none;
	}
#content .hs-user-file-history td.up, #content .hs-user-file-history td.down {
	padding-left: 22px;
	}

.hs-user-file-history {
	clear: both;
	}


.hs-content-edit{
	padding: 20px 0 0 30px;
}

/* Upload/Folder tools */

#tools {
	clear: right;
	margin: 1em 0;
	padding: 0;
	background: #e7ddca;
	border: 1px solid #ceba95;
	}

#tools ul {
	margin: 1px;
	padding: 0;
	list-style-type: none;
	}

#content #tools li {
	margin-left: 1em;
	padding: 0;
	display: inline;
	list-style-type: none;
	
	background-image: none;
	}

#tools a:link, 
#tools a:visited {
	padding: 3px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #373734;
	}
#tools a.icon:link, 
#tools a.icon:visited {
	padding: 3px 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;
	}

#hs-content #fil div.txt label, #hs-content #fil div.sel label {
	width: 100px;
	}
#hs-content #fil fieldset div {
	margin-bottom: 10px;
	}
#hs-content #fil div.submit {
	margin-left: 110px;
	}


	
#password legend {
	display: none;
	}
	


table {
	width: 100%;
	}
table th {
	text-align: left;
	}

#hs-content table ul {
	width: auto;
	background-image: none;
	}


#user-logged {
	position: absolute;
	top: -20px;
	right: 45px;
	}
#user-logged p {
	margin: 0;
	text-align: right;
	color: #000;
	}
