/*BEGIN Drafts */
p#new_draft
{
	text-align: center;
	padding-top: 45px;
	background: url("write.jpg") center top no-repeat;
}

p#new_draft a
{
	padding-top: 45px;
	
	text-decoration: none;
	font-weight: bold;
}

table#drafts_index
{
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

table#drafts_index th
{
	background-color: rgb(230, 230, 230);
	text-align: left;
	border: none;
	padding: 2px 8px;
}

table#drafts_index td
{
	background-color: white;
	border: none;
	padding: 2px 10px;
}

table#drafts_index th.leave_talk
{
	text-align: center;
}

table#drafts_index td.leave_talk
{
	background: white url("emblem_delete.small.png") center center no-repeat;
	text-align: center;
}

table#drafts_index td.leave_talk a
{
	margin: auto;
	width: 35px;
	height: 30px;
	display: block;
}

table#drafts_index td.leave_talk a span
{
	display: none;
}

table#drafts_index th.draft_title, table#drafts_index td.draft_title
{
	padding-left: 55px;
}

table#drafts_index td.draft_title
{
	background: url("draft.small.png") 10px center no-repeat;
}

table#drafts_index th.actions, table#drafts_index td.actions
{
	width: 120px;
	text-align: center;
}

table#drafts_index td.actions a.move_to_trash, 
table#drafts_index td.actions a.edit, 
table#drafts_index td.actions a.send_lesson
{
	display: block;
	width: 35px;
	height: 30px;
	float: left;
}

table#drafts_index td.actions a.move_to_trash
{
	background: white url("emblem_delete.small.png") center center no-repeat;
}

table#drafts_index td.actions a.edit
{
	background: url("edit.small.png") center center no-repeat;
}

table#drafts_index td.actions a.send_lesson
{
	background: white url("send_lesson.small.png") center center no-repeat;
}

table#drafts_index td.actions a.move_to_trash span, 
table#drafts_index td.actions a.edit          span, 
table#drafts_index td.actions a.send_lesson   span
{
	display: none;
}

/*END   Drafts */

/*BEGIN Subjects Tree */
div#subjects_tree
{
	float: left;
	width: 200px;
}

div#subjects_tree ul
{
	padding-left: 20px;
}

.lessons_list, .folders_list
{
	margin: 0;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-left: 22px;
}

.lessons_list
{
	background: url("favicon.png") left bottom no-repeat;
}

.folders_list
{
	background: url("folder_mini.jpg") left bottom no-repeat;
}

.selected
{
	font-weight: bold;
}
/*END   Subjects Tree */

/*BEGIN Lessons Tree */
div#lessons_tree
{
	margin-left: 200px;
}

div#lessons_tree .content_center
{
	padding-top: 15px;
}

div#lessons_tree #deco
{
	float: right;
}

#content #lessons_tree h1
{
	text-align: right;
	font-size: 2.2em;
	padding: 3px;
	color: rgb(137, 159, 49);
	margin: 0;
	font-weight: normal;
	border-bottom: 0px;
}
/*END   Lessons Tree */

/*BEGIN Lesson display */
p#last_modification
{
	text-align:center;
}

p#print_footer
{
	display: none;
}

#content #wiki_menu_lesson h1
{
	border-bottom: 0;
}

#wiki_menu_lesson
{
	width: 100%;
	border-bottom: 1px solid black;
}

#wiki_menu_lesson ul
{
	float: right;
	list-style-type: none;
}

#wiki_menu_lesson ul li
{
	margin-top: 2px;
	margin-bottom: 2px;
}

#wiki_menu_lesson ul li a
{
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

#wiki_menu_lesson ul li#action_lesson a
{
	background-image: url("action_lesson.jpg");
}

#wiki_menu_lesson ul li#action_comment a
{
	background-image: url("action_comment.jpg");
}

#wiki_menu_lesson ul li#action_history a
{
	background-image: url("action_history.jpg");
}

#wiki_menu_lesson ul li#action_modify a
{
	background-image: url("action_modify.jpg");
}

#wiki_menu_lesson ul li#action_print a
{
	background-image: url("action_print.jpg");
}

div#ends_wiki_menu_lesson
{
	clear: both;
}

#wiki_menu_lesson h1
{
	font-weight: normal;
	font-size: 2.1em;
	margin: 0;
	padding-top: 80px;
	margin: 0 0 7px 0;
}

div#content h1
{
	font-weight: normal;
	font-size: 2.1em;
	vertical-align: top;
	margin: 25px 0 15px 0;
	border-bottom: 1px solid black;
}
/*END   Lesson display */

/*BEGINS Lessons */
	
/*BEGIN Admin */
p#order_modify
{
	text-align: right;
}
/*END   Admin */

