/* CSS Document */

textarea.input_markdown {
	height: 400px;
	width: 600px;
}

a.emailtoafriend {
    background-image: url('/images/silk/email.png');
    background-position: 0 -1px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

#search, #searchGo,
textarea, .nice, .input_wide, select {
		border: 1px solid #D3D3D3;
}

input.input_wide, textarea.input_wide {
	width: 400px;
	display: block;
}

textarea.input_wide {
	height: 150px; 
}

textarea.input_markdown {
	height: 400px;
	width: 600px;
}

.doc_edit_link a {
	border: 1px solid #D3D3D3;
	background-color: #ECE9D8;
	padding: 2px 5px;
    font-size: 8pt;
    font-weight: normal;
}
.doc_edit_link a:hover {
	background-color: #D3D3D3;
}

.doc_image {
	display: block;
}

.doc_image_align_right {
	float: right;
	margin-left: 10px;
}

.doc_image_align_left {
	float: left;
	margin-right: 20px;
}

.doc_image_align_plain {
	display: none;
}


/* Comment threads for groups */

.vm_line {
	width: 100%;
	float: left;
	clear: left;
}
.vm_image {
	float: left;
	width: 100px;
	text-align:center;
	padding-bottom: 10px;
	margin-left: 15px;
}
.vm_from {
	padding-top: 5px;
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 30px;
}
.vm_from_time {
	font-size: 10px;
}
.vm_msg {
	float: left;
	width: 400px;
	padding-top: 5px;
	border-top: 1px solid #D9D9D9;
	margin-bottom: 10px;
}
.vm_msg.first {
	border-top: none;
}
.vm_msg p {
	margin-top: 0px;
}
.vm_msg h1 {
	font-size: 18px;
	margin: 0px;
}
.vm_msg h2 {
	font-size: 14px;
	margin: 0px;
}

#reply {
	float: left;
	clear: both;
}
.vm_reply {
	padding-left: 285px;
}
.vm_new {
	padding-left: 100px;
}
p.thread_pref {
	margin: 0px 20px 20px 0px;
	border: 1px solid orange;
	padding: 5px 10px 5px 30px;
	background: url(/images/silk/email_open.png) no-repeat 5px center #FFFFCC;
}

p.thread_pref_shared {
    margin-right: 150px;    
}

p.thread_pref a {
	border: 1px solid gainsboro;
	background-color: whitesmoke;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 3px 10px 3px 26px;
}

p.thread_pref a:hover {
	background-color: gainsboro;
}
p.thread_pref a.email_subscribe_link {
	background-image: url(/images/silk/add.png);
}
p.thread_pref a.email_unsubscribe_link  {
	background-image: url(/images/silk/cancel.png);
}

div#page_comments {
    clear: both;
    border-top: 2px gray solid;
    padding: 10px 0px;
}

div#page_comments p#page_comments_link {
    margin: 5px 0px;
}

div#page_comments p#page_comments_link a {
    background-color: gainsboro;
    border: 1px gray solid;
    padding: 2px;
    margin: 5px;
    height: 20px;
    padding-left: 20px;
    background-image: url('/images/silk/comments.png');
    background-position: 2px 2px;
    background-repeat: no-repeat;
}

div.doc_edit_link {
    float: right;
}

#xsite_login {
	background-color:khaki;
	background-image:url("../images/alert.gif");
	background-position: 5px 2px;
	background-repeat:no-repeat;
	padding-bottom:12px;
	padding-left: 70px;
	margin: 10px;
	border: 1px solid black;
}
#xsite_login h2 {
	color: black;
	margin-top: 5px;
}

.doc {
    clear: both;
}

table.resourcelist td table {
    width: 100%;
}

.admin_button,
.tag_link {
	border: 1px solid Gainsboro;
	background-color: AliceBlue;
	color: black;
	font-size: 10px;
	margin-left: 10px;
	padding: 2px 5px;
}
a.admin_button:hover,
a.tag_link:hover {
	background-color: Gainsboro;
	border-color: black;
}

.edit_file {
	background-image: url(../images/silk/folder_edit.png);
}

.x_comments {
	background-image: url(../images/silk/comments.png);
}
.x_no_comments {
	background-image: url(../images/silk/comment.png);
}
.edit_link {
	background-image: url(../images/silk/link_edit.png);
}
.archived_versions {
	background-image: url(../images/silk/book.png);    
}
.archived_versions_open {
	background-image: url(../images/silk/book_open.png);    
}
.edit_file,
.edit_link,
.x_comments,
.x_no_comments,
.archived_versions {
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 2px 5px 2px 22px !important;
	margin: 0px 5px 0px 0px;
}

