/*
Name: HedgeSite
Media: Screen,Projection
Version: 1
Created: 2006-12-11
Updated: 2007-03-19
Author: Mat Harden
Intended for: base HedgeSites
*/

.even td,
.downloads .even a {
	background-color: #eaf1f8;
	}

td {
	padding: .25em .5em;
	}

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-size: 1em;
	}

form fieldset {
	width: auto; /* 80% IE fix */
	}

fieldset div {
	/*clear: left;*/
	margin-bottom: 10px;
	}

#login div label {
	width: 120px;
	padding: 4px 0 4px 20px;
	margin: 0 0 0 -20px;
	float: left;
	text-align: left;
	font-size: .85em;
	color: #000;
	color: #fff
	}

div.chk label {
	width: auto;
	float: none;
	padding-left: 0;
	}

div.chk {
	margin: .5em 0;
	}

.submit {
	margin-top: 10px;
	margin-left: 130px;
	}
/*
.hs-basic fieldset div {
	clear: left;
	margin-bottom: 10px;
	}

.hs-basic div label {
	width: 200px;
	padding-top: 4px;
	padding-right: 10px;
	float: left;
	text-align: right;
	font-size: .95em;
	}


 Messages */

.msg {
	clear: both;
	margin-bottom: 1em;
	padding: .25em;
	/*border-style: solid;
	border-width: 0 0 0 3px;*/
	}
/*#p_ind .msg {
	padding: 0;
	}*/

.msg p {
	margin: .5em 0 .5em 10px;
	}

.confirm {
	color: #819f4e;
	background: #edf9d8;
	border-color: #a1bf6e;
	}

.error {
	color: #000;
	background: #efc09e;
	background: #f5e5dc;
	border-left: 5px solid #EF1216;
	}
	
.errorlogin {
	border-color: #EF1216;
	}

#p_ind .errorlogin p strong {
	color: #EF1216;
	}

	
#p_ind .error p strong {
	color: #EF1216;
	}

.warning, .warning label {
	color: #c88b00;
	background: #faf2cc;
	border-color: #e8ab00;
	font-size: 1em;
	}

.info {
	color: #1390c5;
	background: #e1f1f8;
	border-color: #1390c5;
	}


/* 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, 
.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 6px;
	}
td.down {
	padding-left: 24px;
	background-image: url("../images/icons/down-green.gif");
	background-repeat: no-repeat;
	background-position: 6px 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;
	}

.vcf {
	padding: 0 0 0 20px;
	background: transparent url("../images/icons/vcf_16.gif") no-repeat 1px 2px;
	}


#client-controls {
	margin: 0 0 0 150px;
	}
#user-filter {
	margin-left: 150px;
	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 {
	margin: 0 0 0 150px;
	position: relative;
	clear: both;
	margin-bottom: 2em;
	padding-top: 1em;
	}
input {
	font-size: 1em;
}


/* Upload/Folder tools */

#p_hom #tools {
	clear: right;
	margin: 1em 0;
	width: 70%;
	padding: 0;
	background: #e7ddca;
	border: 1px solid #ceba95;
	}

#p_hom .files {
	width: 70%;

}

#tools {
	clear: right;
	margin: 1em 0;
	padding: 0;
	background: #e7ddca;
	border: 1px solid #ceba95;
	}

#tools ul {
	margin: 1px;
	padding: 0;
	list-style-type: none;
	}

#tools label {
	font-size: 1em;
	}

#tools li {
	margin-left: 1em;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#tools a:link, 
#tools a:visited {
	padding: 3px 3px 3px 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #373734;
	}

#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");
	font-size: 0.85em;
	}

#switch-dir {
	background-image: url("../images/icons/add-folder-orange.gif");
	}

/* Custom */

table {
	width: 100%;
	border: 1px solid #ccc;
	}

th {
	padding: 6px 10px;
	color: #00467F;
	font-size: .85em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #eee;
	}

td {
	vertical-align: top;
	padding: 6px 10px;
	font-size: .85em;
	line-height: normal;
	}

.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;
	}

.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: #A7B5BF;
	border: 1px solid #415968;
	}

#primary #hs-user-status p {
	margin: 1em 0;
	color: #fff;
	font-weight: bold;
	}

#hs-user-status a:link {
	color: #fff;
	}

.hs-user-tools {
	margin: 15px 0 1.5em 0;
	padding: 0;
	list-style-type: none;
	}
.hs-user-tools li {
	display: inline;
	margin-left: .35em;
	padding-left: .5em;
	/*background: #eee;*/
	border-left: 1px dotted #B3C3CF;
	}
.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: 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-view h3 {
	margin-bottom: 0;
	color: #809aaf;
	font-size: 1em;
	}
#hs-user-view .primary p {
	margin-top: 0;
	}
#hs-user-view dl {
	line-height: normal;
	}
#hs-user-view dt {
	color: #809aaf;
	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;
	}

.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;
	}
	.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{
text-align:left;
}

	.company-info table{border:1px dotted  #B3C3CF;}
	.company-info td{border:0;}
	
	.company-info .grey-bg{background:#D6E0E9}
	.company-info .red-bg{background:#B8CBD9}
	.company-info .orange-bg{background:orange}