/* 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.nice_input,
textarea {
	font-family:"lucida grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	margin:0px;
	padding:2px 4px;
	color: #335;
	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: 10px;
}

.doc_image_align_plain {
	display: none;
}

.doc ul, .doc ol {
    margin: 0;
    padding: 0;
    overflow: auto;
    zoom: 1;
}

.doc ul li, .doc ol li {
    margin-left: 3em;
}

ul li a {
    margin: 1px;
}


/* 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 #DCDCDC;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 3px 10px 3px 26px;
}

p.thread_pref a:hover {
	background-color: #DCDCDC;
}
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, div.comments {
    clear: both;
    border-top: 2px gray solid;
    padding: 10px 0px;
}

div#page_comments p#page_comments_link, div.comments p.comments_link {
    margin: 5px 0px;
}

div#page_comments p#page_comments_link a, div.comments p.comments_link a  {
    background-color: #DCDCDC;
    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:#F0E68C;
	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, table.resourcelist td table {
    width: 100%;
}

.admin_button,
.tag_link {
	border: 1px solid #DCDCDC;
	background-color: #F0F8FF;
	color: black;
	font-size: 10px;
	margin-left: 10px;
	padding: 2px 5px;
}
a.admin_button:hover,
a.tag_link:hover {
	background-color: #DCDCDC;
	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;
}

div#validate_banner {
    font-size: 90%;
    padding: 5px;
    background-color: #ffd;
    text-align: center;
    border: 1px gray dotted;
    color: black;
}

div.versioned_file table {
}

div.versioned_file p {
    margin: 0;
    padding: 0;
}

.doc div.versioned_file table {
    width: 100%;
}

form div.versioned_file table {
    width: 95%
}

body.test_mode {
    padding-top: 20px;
    background: url('/images/shared/testmode.png') no-repeat center 0px;
}
