@charset "utf-8";

#information_message {
    color: #666;
	font-weight: bold;
	font-size: 110%;
}

.content_event_created {
    background-color:#ffddff;
}
.content_event_updated {
    background-color:#ddddff;
}
.content_event_edited {
    background-color:#ddffff;
}
.content_event_browsed {
    background-color:#ffffee;
}
.content_event_downloaded {
    background-color:#f0f0f0;
}


#camelot_folder {
    display: none;
}

#camelot_next_entries {
    display: none;
    margin: 10px 0px;
    padding: 10px 0px 10px 30px;
    background-color:#eeeeee;
	font-size: 110%;
	font-weight: bold;
}

#camelot_next_entries .next_loading {
    display: none;
}


#camelot_next_entries:hover {
    top: 1px;
    left: 1px;
    position: relative;
    cursor: pointer;
}

.preview_content:hover {
    top: 1px;
    left: 1px;
    position: relative;
    cursor: pointer;
}

.content_menu_button:hover {
    top: 1px;
    left: 1px;
    position: relative;
    cursor: pointer;
}

#camelot_loading {
    margin-top: 30px;
    padding: 15px;
    display: none;
}






.btn_short{
    margin-left:auto;
    margin-right:auto;
	width: 81px;
	height: 23px;
	display: block;
	background: url(../img/bg_btn_short.png) 0 0 no-repeat;
	text-decoration: none;
	color: #000;
}

.btn_short:hover,.btn_short:active{
	background-position: 0 -26px;
	color: #000;
}

.btn_short img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}




.btn_middle {
	margin: 0;
	padding: 3px 0 0 0;
	width: 161px;
	height: 23px;
	display: block;
	background: url(../img/bg_btn_middle.png) 0 0 no-repeat;
	text-decoration: none;
	color: #0066CC;
	text-align: center;
}

.btn_middle:hover,.btn_middle:active{
	background-position: 0 -26px;
}

.btn_middle img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}



.btn_long{
	margin: 0;
	padding: 3px 0 0 0;
	width: 221px;
	height: 23px;
	display: block;
	background: url(../img/bg_btn_long.png) 0 0 no-repeat;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.btn_long:hover,.btn_long:active{
	background-position: 0 -26px;
	color: #000;
}

.btn_long img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


input.search_input {
	background: url(../img/icon/icon_img01.png) 5px center no-repeat;
    padding: 5px 5px 5px 25px;
    height: 
}


.content_menus {
	padding: 5px 20px 5px 5px;
	height: 30px;
}



.sub_header{
	margin: 0;
	margin-bottom: 20px;
	height: 30px;
	background-color: #B4B4B4;
}


.title {
	margin: 0;
	padding: 10px 10px 10px 15px;
	border-bottom: 1px dotted #B4B4B4;
	font-size: 16px;
	font-weight: bold;
}

.title img{
	vertical-align: baseline;
}

.sub_block {
	margin: 0;
	padding: 15px;
}


.fill_column {
    width: 1px;
    white-space: nowrap;
}


.versions {
    color: #457878;
	font-size: 80%;
}


.cross_select {
    width: 180px;
    height: 200px;
}
.cross_select_big {
    width: 300px;
    height: 400px;
}
.cross_select_query {
    width: 180px;
}
.cross_select_query_big {
    width: 300px;
}


a.tag, a.tag:link, a.tag:visited {
	text-decoration: none;
    color: #333;
    background: #F0F0F0;
    margin: 1px 5px;
    padding: 0 10px;
    display: inline-block;
	border: 1px solid #FFF;
}

a.ontag, a.ontag:link, a.ontag:visited {
	text-decoration: none;
    color: #FFF;
    background: #889;
    margin: 1px 5px;
    padding: 0 10px;
    display: inline-block;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

a.tag:hover {
	border: 1px solid #CCC;
}


a.etc_tags {
    margin-left: 5px;
    display: inline-block;
}



div#convert_informations {
    margin: 15px 0;
    padding: 15px;
    background-color:#eeeeee;
	font-size: 110%;
}

div#convert_informations p {
	font-weight: bold;
}

div#convert_informations ul {
    margin: 15px 0 0 40px;
}

div#convert_informations ul li {
    padding: 3px;
}

div#convert_informations ul li .conversion_title {
}

div#convert_informations ul li .conversion_time {
    float: right;
    margin-right: 50px;
}

div#convert_informations ul li.conversion_queue {
    list-style-image: url(../img/icons/file.png);
}

div#convert_informations ul li.conversion_error {
    list-style-image: url(../img/icons/alert.png);
}


.form-section {
    padding-top: 4px;
    padding-bottom: 16px;
}


h3.form-title {
    font-weight: bold;
    font-size: 1.2em;
    width: 70%;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #eee;
}


.form-tips {
    color: #666;
    font-weight: bold;
}
