/* CSS Document */
body {
	background-color: #fff;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', Helvetica,
		Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

h1 {
	font-size: 2em;
	margin: 0.7em 0pt;
	color: #FF0000;
}

img {
	border: 0;
}

div.center-page {
	margin-top: 50px;
	text-align: center;
}

.error {
	color: red;
}

.orange {
	color: #ff6600;
}

.grey {
	color: #999999;
}

.grey-middle {
	color: #666666;
}

.black {
	color: #000;
}

.underline {
	text-decoration: underline;
}

.valign-top {
	vertical-align: top;
}

.valign-middle {
	vertical-align: middle;
}

.valign-bottom {
	vertical-align: bottom;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.smaller {
	font-size: smaller;
}

.blue-border {
	border: 1px solid blue;
}

.white-border {
	border: 1px dashed #999999;
	display: block;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #666666;
}

a.orange,a.orange:visited {
	color: #ff6600;
}

a.blue,a.blue:visited {
	color: #3300cc;
}

a.black,a:black :visited {
	color: #000;
}

a.underline,a.underline:visited {
	text-decoration: underline;
}

a.no-underline:hover {
	text-decoration: none;
}

a.button,a:button :visited {
	color: #000;
}

a.button:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.textbox {
	border: 1px solid #999999;
	padding: 2px;
	width: 150px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13pt;
}

#content a.underline,#content a.underline:visited {
	text-decoration: underline;
}

#content a.blue,#content a.blue:visited {
	color: #3300CC;
}

#content .current {
	color: #FE9615;
}

#content .current:hover {
	text-decoration: none;
}

#content table.layout {
	width: 100%;
}

#content table.layout td.left {
	height: 300px;
	vertical-align: top;
	padding-bottom: 40px;
	width: 100%;
}

#content table.layout td.right {
	width: 200px;
	padding-left: 10px;
	padding-right: 2px;
	vertical-align: top;
	padding-bottom: 40px;
}

#content table.layout td.bottom-links {
	padding-left: 20px;
}

#content table.layout td.copyright {
	font-size: smaller;
	font-weight: bold;
	padding-top: 2px;
}

#content table.layout td.left div.tabs {
	height: 29px;
	margin-top: 30px;
	background-image: url(/themes/qipit/img/private/subtab-background.png);
	background-repeat: repeat-x;
}

#content table.layout td.left div.tabs table {
	margin-left: 40px;
}

#content table.layout td.left div.tabs table td {
	width: 125px;
}

#content table.layout td.left div.tabs table td.spacer {
	width: 10px;
}

#content table.layout td.left div.tabs div.tab {
	background-image: url(/themes/qipit/img/private/subtab-repeat.png);
	height: 29px;
}

#content table.layout td.left div.tabs div.tab-current {
	background-image:
		url(/themes/qipit/img/private/subtab-current-repeat.png);
}

#content table.layout td.left div.tabs div.tab div.tab-right {
	float: right;
	width: 12px;
	height: 29px;
	background-image: url(/themes/qipit/img/private/subtab-right.png);
}

#content table.layout td.left div.tabs div.tab-current div.tab-right {
	background-image:
		url(/themes/qipit/img/private/subtab-current-right.png);
}

#content table.layout td.left div.tabs div.tab div.tab-left {
	float: left;
	width: 12px;
	height: 29px;
	background-image: url(/themes/qipit/img/private/subtab-left.png);
}

#content table.layout td.left div.tabs div.tab-current div.tab-left {
	background-image: url(/themes/qipit/img/private/subtab-current-left.png)
		;
}

#content table.layout td.left div.tabs div.tab div.tab-text {
	color: #000;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 8pt;
}

#content table.layout td.left div.tabs div.tab-current div.tab-text {
	color: #ff6600;
}

#content table.layout td.left div.tabs div.tab-current div.tab-text a {
	color: #ff6600;
}

#content table.layout td.left div.actions {
	background-color: #f1f3f8;
	padding: 10px;
}

#content table.layout td.left div.actions table {
	width: 100%;
}

#content table.layout td.left div.actions table td.links {
	font-size: smaller;
}

#content table.layout td.left div.actions table td.links-actions {
	width: 35%;
}

#content table.layout td.left div.actions table td.navigator {
	width: 32%;
	text-align: center;
}

#content table.layout td.left div.actions table td.navigator img {
	vertical-align: top;
}

#content table.layout td.left div.actions table td.sort {
	width: 33%;
	text-align: right;
}

#content table.layout td.left div.thumbnails {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

#content table.layout td.left div.thumbnails table {
	width: 100%;
}

#content table.layout td.left div.thumbnails table td {
	vertical-align: top;
	border-bottom: 1px solid #ebebeb;
}

#content table.layout td.left div.thumbnails table td.preview {
	width: 80px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content table.layout td.left div.thumbnails table td.preview div.preview
	{
	position: relative;
}

#content table.layout td.left div.thumbnails table td.preview input {
	position: absolute;
	top: 0px;
	left: -14px;
	margin: 5px;
	padding: 0;
}

#content table.layout td.left div.thumbnails table td.actions {
	width: 30px;
}

#content table.layout td.left div.thumbnails table td div.title-text {
	padding-top: 5px;
	padding-bottom: 2px;
}

#content table.layout td.left div.thumbnails table td div.title-edit {
	padding-top: 5px;
	padding-bottom: 2px;
}

#content table.layout td.left div.thumbnails table td.text {
	padding-left: 20px;
}

#content table.layout td.left div.thumbnails table td.text textarea {
	width: 99%;
}

#content table.layout td.left div.thumbnails table td.title {
	border-bottom: 0;
	vertical-align: bottom;
}

#content table.layout td.left div.thumbnails table td.subtitle {
	vertical-align: bottom;
	padding-bottom: 2px;
	padding-left: 4px;
}

#content table.layout td.left div.thumbnails table td.text div.infos {
	font-size: 8pt;
}

#content table.layout td.left div.thumbnails table td.text div.description
	{
	padding-top: 5px;
}

#content table.layout td.left div.thumbnails table td.text div.tags {
	margin-top: 15px;
	color: red;
}

#content table.layout td.left div.thumbnails table td h1 {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	color: black;
	margin-bottom: 5px;
}

#content table.layout td.left div.thumbnails table td span.small {
	font-weight: normal;
	font-size: 10pt;
}

#content table.layout td.left div.highlight {
	background-color: #FFFF99;
	cursor: pointer;
}

#content table.layout td.left #login {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

#content table.layout td.left #login h1 {
	color: red;
	margin-top: 20px;
}

#content table.layout td.left #upload {
	padding-left: 30px;
}

#content table.layout td.left #upload h1 {
	color: red;
	margin-top: 20px;
}

#content table.layout td.left #upload div.step {
	padding-bottom: 20px;
}

#content table.layout td.left #upload div.step h2 {
	color: #999999;
	font-size: 12pt;
}

#content table.layout td.left #upload div.step div.files {
	border: 1px solid #000;
	width: 400px;
	height: 100px;
	padding: 5px;
	color: red;
}

#content table.layout td.left #upload #step-1 table {
	width: 700px;
}

#content table.layout td.left #upload #step-2 table {
	width: 700px;
}

#content table.layout td.left #upload #step-2 table td.input input {
	border: 1px solid #999999;
	padding: 2px;
}

#content table.layout td.left #upload #step-3 table {
	width: 700px;
}

#content table.layout td.left #fullview {
	padding-left: 10px;
	padding-right: 10px;
}

#content table.layout td.left #fullview #title-edit {
	padding-top: 5px;
	padding-bottom: 2px;
}

#content table.layout td.left #fullview div.underline {
	text-decoration: underline;
}

#content table.layout td.left #fullview h1 {
	color: #666666;
	font-size: 18pt;
	padding: 0;
	margin: 10px;
	margin-left: 0px;
}

#content table.layout td.left #fullview h3 {
	color: #999999;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
}

#content table.layout td.left #fullview h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 9pt;
	color: black;
}

#content table.layout td.left #fullview a.blue,#content table.layout td.left #fullview a.blue:visited
	{
	color: #3300CC;
}

#content table.layout td.left #fullview div.tags {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content table.layout td.left #fullview div.tags #tags-text {
	color: red;
	width: 100%;
}

#content table.layout td.left #fullview div.navigation {
	background-color: #f1f3f8;
	padding-left: 4px;
	padding-right: 4px;
}

#content table.layout td.left #fullview div.navigation table {
	width: 100%;
}

#content table.layout td.left #fullview div.navigation img {
	vertical-align: middle;
}

#content table.layout td.left #fullview div.navigation img.move {
	margin: 10px;
}

#content table.layout td.left #fullview div.temporary-image {
	/*height: 100%;*/
}

#content table.layout td.left #fullview #document {
	border: 1px solid #000;
	margin: 0px;
}

#content table.layout td.left #fullview div.description {
	background-color: #D8E4ED;
	background-image:
		url('/themes/qipit/img/private/description-background.png');
	background-repeat: repeat-x;
	background-position: top;
	min-height: 100px;
	padding: 10px;
}

#content table.layout td.left #fullview div.description h1 {
	font-size: 14pt;
	color: #666666;
}

#content table.layout td.left #fullview div.description #desc-edit textarea
	{
	width: 99%;
}

#content table.layout td.left #fullview div.comments {
	margin-top: 10px;
}

#content table.layout td.left #fullview div.comments h1 {
	color: #000;
	font-size: 13pt;
}

#content table.layout td.left #fullview div.qipit {
	margin-top: 50px;
	margin-bottom: 20px;
}

#content table.layout td.left #fullview div.qipit strong {
	color: red;
}

#content table.layout td.left #my-account h1 {
	color: #ff6600;
	margin-left: 20px;
	margin-top: 20px;
}

#content table.layout td.left #my-account p {
	margin-left: 20px;
}

#content table.layout td.left #my-account div.content {
	margin-left: 20px;
	margin-top: 20px;
}

#content table.layout td.left #my-account div.content p {
	margin-left: 0;
}

#content table.layout td.left #my-account div.content table tr td {
	padding: 5px;
}

#content table.layout td.left #my-account div#content-4 table tr td {
	padding: 0px;
}

#content table.layout td.left #my-account div.content h3 {
	font-size: 10pt;
}

#content table.layout td.right h2 {
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#content table.layout td.right table {
	width: 100%;
}

#content table.layout td.right div.tags {
	color: red;
	margin-top: 15px;
	padding: 5px;
}

#content table.layout td.right div.learn-more {
	margin-top: 40px;
}

#content table.layout td.right div.tips-tricks h3 {
	color: red;
	font-size: 13pt;
	margin-bottom: 10px;
}

#content table.layout td.right div.tips-tricks p {
	color: black;
}

}
#content table.layout td.right div.document-tools {
	margin-top: 30px;
}

#content table.layout td.right div.document-tools table td {
	width: 33%;
	text-align: center;
}

#content table.layout td.right div.document-list {
	width: 200px;
	margin-top: 30px;
	background-color: #f4f2fa;
}

#content div.document-list div.title {
	height: 21px;
	background-image: url('/themes/qipit/img/private/side-title.png');
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	font-weight: bold;
}

#content div.document-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#content div.document-list ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

/*

#content table.layout td.right div.document-list table { width: 100%; }

#content table.layout td.right div.document-list table th { height: 27px; background-image: url('/themes/qipit/img/private/side-title.png'); text-align: left; padding-left: 4px; padding-right: 4px; }

#content table.layout td.right div.document-list table td { padding-top: 5px; padding-bottom: 5px; color: #999999; padding-left: 4px; }

*/
#content table.layout td.copyright {
	background-image:
		url(/themes/qipit/img/private/copyright-background.png);
	background-repeat: repeat-x;
	height: 26px;
	text-align: center;
}

#help-box {
	background-color: #FFFFCC;
	position: absolute;
	padding: 10px;
	display: none;
}

/**********************************************
*                                buttons                            *
***********************************************/
a.button {
	background: transparent url('/themes/qipit/img/btn-right-256.png')
		no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 10px;
	text-decoration: none;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button:active span.button-text {
	background-position: bottom left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

a.button_hl {
	background: transparent url('/themes/qipit/img/high-right-256.png')
		no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 28px;
	margin-right: 6px;
	padding-right: 10px;
	text-decoration: none;
}

a.button_hl span {
	background: transparent url('/themes/qipit/img/high-left-256.png')
		no-repeat;
	display: block;
	line-height: 15px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
}

a.button_hl:active {
	background-position: bottom right;
	color: #000;
	outline: none;
}

a.button_hl:active span {
	background-position: bottom left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
}

span.button-text {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: black;
	background: transparent url('/themes/qipit/img/btn-left-256.png')
		no-repeat;
	display: block;
	line-height: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/************************************************************/
	/*                		Upload page                         */
	/************************************************************/
div.content_left {
	float: left;
	width: 60%;
}

div.content_right {
	float: right;
	width: 30%;
	padding-left: 5%;
}

div.fileinputs {
	float: left;
	position: relative;
	width: 160px;
	height: 30px;
}

div.browse {
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}

input.browse {
	width: 152px;
	margin-right: 5px;
	border: 1px solid #999999;
}

label.browse {
	margin-right: 10px;
}

#browseDiv .hspacer {
	margin-top: 10px;
}

div.fileinputs input.file {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22px;
	-moz-opacity: 0;
	right: 70px;
	opacity: 0;
	filter: progid :                                        
		DXImageTransform .   
		     
		                
		
		           Microsoft .              
		      
		       
		          
		Alpha(opacity =                                         100);
	filter: alpha(opacity =                                         0);
	-khtml-opacity: 0;
	position: absolute;
	text-align: left;
	top: 0px;
	z-index: 2;
}

.fileInputField {
	width: 140px;
}

div.fileSelected {
	background-color: #fe9;
	border: 1px dotted #F70;
	margin-top: 20px;
	height: 240px;
}

.noFilesSelected {
	color: red;
	font-weight: bold;
	padding: 3px;
	background-color: #fe9;
}

#addedFiles {
	clear: both;
}

#addedFiles div.fileName {
	float: left;
}

#addedFiles div.fileDiv {
	background-color: #FFEE99;
	padding: 3px;
}

#addedFiles .fileRemoveDiv {
	display: block;
	text-align: right;
	color: red;
}

#addedFiles .fileRemoveLink {
	color: red;
}

div.button div.button-text a {
	text-decoration: none;
}

#infoMessageBoxEncloser { /*height: 22px;*/
	margin-top: 5px;
	margin-bottom: -10px;
	padding: 0px;
}

#infoMessageBox { /*height: 22px;*/
	padding-left: 3px;
}

#infoMessageBoxImage {
	float: left;
	margin-right: 4px;
	margin-left: 2px;
	margin-top: 1px;
}

#infoMessageText {
	line-height: 22px;
	padding-left: 4px;
	background: transparent url(../img/whiteb22right.gif) top right
		no-repeat;
	font-weight: bold;
}

#infoMessageBoxMore {
	background-color: #ffe28f;
	padding: 4px;
	width: 300px;
}

.uploadTemplate {
	background-color: #333;
	color: white;
	text-align: center;
	font-family: 'Lucida Grande', 'Trebuchet Sans MS', Verdana, Helvetica,
		sans-serif;
	font-size: 20px;
	font-weight: bold;
}

div.paragraph {
	margin-bottom: 10px;
}

div.content_left {
	margin-left: 10px;
}

textarea.editInPlace {
	width: 100%;
	height: 60px;
}

textarea {
	font-size: 9pt;
	width: 180px;
	height: 70px;
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;
}

#formField_name {
	margin-bottom: 10px;
}

select,input {
	border: 1px solid #999;
}

/*-----------------------Tags--------------------*/
#tags_list #tags_label {
	float: left;
	width: 40px;
	font-size: 1em;
}

#leftCol #tags_label {
	float: left;
	color: #FF0000;
	font-size: 13pt;
	font-weight: bold;
	width: 60px;
	color: red;
	margin-bottom: 10px;
}

.tag2,.tag2 a {
	font-size: 8pt;
	color: #ff0000;
}

.tag3,.tag3 a {
	font-size: 10pt;
	color: #ff0000;
}

.tag3,.tag3 a {
	font-size: 10pt;
	color: #ff0000;
}

.tag4 {
	font-size: 10pt;
	color: red;
	font-weight: bold;
}

.tag4_selected {
	color: #0a50a1;
	text-decoration: none;
}

#noTagYet {
	font-size: 8pt;
	color: #ff4040;
	font-style: italic;
}

#leftCol .tag .tagTitle #action_whatsthis {
	text-align: right;
	font-size: 8pt;
	color: #666666;
}

#leftCol .tag .tagTitle #action_unselect {
	text-align: right;
	font-size: 10pt;
	color: #666666;
}

textarea.editInPlace {
	height: 60px;
	width: 100%;
}

div.tooltip {
	background-color: lightyellow;
	border: 1px solid #FF9900;
	padding: 2px;
}

div.myEditInPlace {
	width: 400px;
}

div.myTagsEditInPlace {
	width: 340px;
}

div.myDescritpionEditInPlaceArea {
	width: 380px;
}

div#divDesc {
	margin-bottom: 30px;
}

div.tipTop a {
	background-color: inherit;
	color: #FF0000;
}

/**********************************************
*                                wait div                            *
***********************************************/
.waitTemplate {
	background-color: #333;
	color: white;
	text-align: center;
	font-family: 'Lucida Grande', 'Trebuchet Sans MS', Verdana, Helvetica,
		sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.textTemplate {
	background-color: #333;
	color: white;
	font-family: 'Lucida Grande', 'Trebuchet Sans MS', Verdana, Helvetica,
		sans-serif;
	font-size: 12px;
	text-align: justify;
}

.waitTemplate img {
	vertical-align: middle;
	margin-right: 5px;
}

/********************/
.bigThumb {
	position: absolute;
	bottom: 0px;
	left: -50px;
	z-index: 3;
	visibility: hidden;
}

*> .imageThumb {
	position: relative;
	float: left;
}

*> #content table.layout td.left div.thumbnails table td.preview div.preview .checkbox {
	left: -10px;
	position: absolute;
	top: 0px;
	border:none;
}

.imageThumb img {
	border: 1px solid #999;
}

*> .imageThumb .imageZoom {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.imageThumb .docType {
	top: 2px;
	position: absolute;
	right: 2px;
	border: none;
}

*> .imageRotateLeft {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

*> .imageRotateRight {
	position: absolute;
	bottom: 0px;
	left: 23px;
}

div.spacer {
	height: 20px;
}

input.text {
	width: 138px;
	margin-right: 5px;
	margin-bottom: 0.4em;
	border: 1px solid #999;
}

/**********************************************
*                  document page                            *
***********************************************/
#fax td {
	text-align: right;
	color: white;
	font-size: 11px;
	font-weight: normal;
}

#fax td div.errorMessage {
	color: #ff6600;
	width: 140px;
}

#fax td.left {
	text-align: left;
}

#fax td input {
	height: 15px;
	font-size: 11px;
	font-weight: normal;
	width: 132px;
}

#fax td input.long {
	width: 98%;
}

/**********************************************
*                  document page                            *
***********************************************/
#email td {
	text-align: right;
	color: white;
	font-size: 11px;
	font-weight: normal;
}

p.email-text {
	width: 300px;
	text-align: justify;
	color: white;
	font-size: 12px;
	font-weight: normal;
}

#email textarea,#email input.text {
	width: 300px;
	font-size: 11px;
}

#email select {
	width: 305px;
	margin-bottom: 5px;
	font-size: 11px;
}

.myEditInPlaceArea,#description-input {
	height: 50px;
}

#toggle_comment_div {
	height: 160px;
}

#toggle_comment_div textarea.comment {
	min-height: 80px;
	padding: 10px;
	width: 95%;
}

div.copyright {
	/* background-image: url(../img/copyright-background.png);
	background-position: center bottom;
	background-repeat: repeat-x; */
	font-size: 7pt;
	font-weight: bold;
	height: 21px;
	padding-top: 12px;
	text-align: center;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
}

input:focus,textarea:focus {
	border: 1px solid #ffa660;
}

img.orange-border {
	border: 1px solid #ffa660;
}

img.gray-border {
	border: 1px solid #999999;
}

div.display {
	border: dashed #999999 1px;
	width: 400px;
	padding-bottom: 10px;
	font-size: small;
	padding: 10px;
}

.historyDetail {
	background: #FFFFFF url(../img/bg-dc-action-gradient.gif) repeat-x scroll 0% 100%;
	border: 2px solid #EA5901;
	clear: left;
	display: none;
}

#docDetails dt {
	font-weight: bold;
}

.histFileHd dt {
	clear: both;
	float: left;
	margin: 0px;
	padding: 2px 5px 2px 0px;
	text-align: right;
	width: 80px;
}

#histList dd {
	margin-left: 0px;
}

.histFileHd dd {
	margin: 0px;
	padding: 2px 5px 2px 0px;
}

.historyDetail input.btn {
	background-color: #EA5901;
	border: 2px outset #FF9D3C;
	clear: both;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	margin: 5px 5px 5px 10px;
	padding: 1px;
	width: auto;
}

.historyDetail .clear {
	clear: both;
}

#docDetails a.selected {
	background-color: #EA5901;
	color: #FFFFFF;
	padding: 0pt 3px 0pt 0pt;
}

.selected {
	background: lightyellow none repeat scroll 0%;
	text-decoration: underline;
}

#histHeader dt {
	float: left;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.histFileHd dt {
	margin: 0px;
	padding: 2px 5px 2px 0px;
	text-align: right;
	clear: both;
	float: left;
}

.histFileBd {
	float: left;
	padding: 10px;
}

.histFileBd dd {
	padding-left: 10px;
	clear: both;
}