#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}


div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}


div.view.message {
	position: relative;
	margin:6px 0 18px 0;
	padding:0;
	border: none;
}
div.change_password {
	display: inline-block;
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
}
.message.hidden {
	background-color: #f8f8f8;
	background-image: url('/images/css/hiddenbackground.png');
}
.attachment.hidden, .attachment_player_wrapper.hidden, .map.hidden {
	border: 5px solid #aa8888;
}
.map.update.hidden, .message .attachments div.map.update.hidden, .map.publish.hidden {
	display: none;
}
.attachment_wrapper.edit {
	display: inline-block;
}
.map.update, .map.publish {
	position:relative;
}
.address_search_form {
	position: relative;
}
.map.update .address_search_form {
	position: absolute;
	right: 0;
	bottom: -30px;
}
.address_search_error {
	position: absolute;
	left: 100%;
}

/* unnecessary
div.attachment_player_wrapper {
	display: inline-block;
	padding: 0;
	margin: 0;
}
*/
.message.edit, .message.hidden.edit {
	background-color: #fff0f0;
}
.message.edit textarea {
	width: 480px;
	min-height: 150px;
}
.message_edit_links, .attachment_edit_links, .message .attachments div.attachment_edit_links, .message_location_edit_links, .message .attachments div.message_location_edit_links {
	/*position: absolute;
	top: 0;
	right: 0;*/
	display: block;
	font-size: smaller;
	color: #777;
}
.message.edit .row.submit {
	padding: 8px 16px 16px 8px;
}

.attachment_wrapper.edit, .message_map_wrapper_update, .attachment_edit_links a {
	vertical-align: top;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}


.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}
#tag-grid a {
	color: black;
}
.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


select {
	font-size:inherit;
}
select option {
	font-size: inherit;
}


.menubar {
	margin: 0 0 0px 0; /* /////// 0 0 2px 0 !!!!!! */
	padding: 0 0 0 0;
	width: 100%;
	background: #ffff00;
	color: #000000;
	/*border: thin solid red;*/
	
	font-size: 18px;
	/* position:relative;*/ 
	/* font-size: ???; */
	
}

.kioskbody .menubar {
	padding-top: 0;
}


/*
.menubar + * {
	clear:both;
}
*/
.menu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*border: thin solid white;*/
}
.mainmenu {
	float: left;
/*
	position:absolute;
	top:0;
	left:0;
*/
}
.rightmenu {
	float: right;
	text-align: right;
/*
	position:absolute;
	top:0;
	right:0;
*/
}


.menuhomelink {
	/*width: 33px;*/
	background-image: url('/images/css/megafone_net_mini.png');
	background-repeat: no-repeat;
	background-position: center center;

}
/*
.menuhomelink a .menutext {
	display: block;
	width: 100%;
}
*/
.menuhomelink a {
	width: 43px;
}

.menuhomelink.active, .menuhomelink.mouseover {
	background-image: url('/images/css/megafone_net_mini_yellow.png');
}


/*.mainmenu > li:first-child > a > .menutext { */
/*.participants_menuitem > a > .menutext {
	display:inline-block;
	min-width: 130px;
}*/
/*.mainmenu > li:first-child > a {*/
/*.participants_menuitem > a {
	/* //display:inline-block;*/
	/*min-width: 141px;*/
/*}*/

.dummyclearfloats {
	clear:both;
	/*display:none;*/
	margin:0;
	padding:0;
	height:0;
}
.menu li {
	margin: 0 0 0 0;
	padding: 4px 8px 4px 8px;
	white-space: nowrap;
}
.menu > li {
	display:inline-block;
	
	position: relative;
	/*padding-left:12px;
	padding-right:12px;*/
	
	/*min-width:100%;*/
	
	/*border: thin solid yellow;*/
}
.menu.mainmenu > li {
	/*margin-right:20px;*/
	float: left;
}
.menu.rightmenu > li {
	/*margin-left: 20px;*/
	float: right;
}
.menu a {
	outline: 0;
	text-decoration: none;
	color:inherit;
	display: inline-block;
	padding: 0 0 0 0;
	
}

.menu .highlight, .menu .active {
	/*font-weight: bold;*/
	background-color:  #000000;
	color: #ffff00;
}
.menu .highlight > a {
	/*font-weight: bold;*/
}

.maincontent {
	padding: 6px;
}

.submenu {
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #ffff00;
	color: #000000;
	position: absolute;
	top:100%;
	min-width: 100%;
	z-index:99;
}
.mainmenu .submenu {
	left: 0;
}
.rightmenu .submenu {
	right: 0;
}
.submenu a {
	min-width: 100%;
/*	background-color: #ffff00;*/
}
.submenu li {
	display: block;
	text-align: left;
}
.menu li.mouseover {
	background-color: #000000;
	color: #ffff00;
}
.submenu li.groupheader {
	font-style: italic;
	font-size: smaller;
}
.submenu li.ingroup {
	padding-left: 20px;
}

.expand_triangle {
	background: url('/images/css/triangle.png');
	width: 11px;
	height: 6px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.menu li.mouseover .expand_triangle, .menu .highlight .expand_triangle,  .menu .active .expand_triangle {
	background: url('/images/css/triangle_highlight.png');
	width: 11px;
	height: 6px;
}


.message {
	margin:6px 0 18px 0;
	padding:0;
	font-family: Arial,Helvetica;
	/* font-size: 15px;*/
}
.message .comments_header {
	font-size: 13px;
}
.message .comments_content {
	font-size: 15px;
	margin-left: 20px;
}
.comment_author {
	font-weight: bold;
}
.comment_text {
	font-style: italic;
}
.comment_details {
	font-size: 12px;	
	color: #666;
}
.comment.hidden {
	text-decoration: line-through;
	color: #666;
}
.post_comment textarea {
	width: 450px;
	resize: none;
	/*height: 1em;*/
}


.message .attachments {
	margin:0;
	padding: 0;
	word-spacing: 0;
}
.message .attachments img {
	vertical-align:bottom;
}
.message .attachments object {
	vertical-align:bottom;
}
.message .attachments iframe {
	vertical-align:bottom;
}
.message .attachments div {
	display: inline-block;
}
.addthis_toolbox {
	display: inline-block;
	vertical-align:baseline;
	width:90px;
	height:16px;
}

.message p {
	margin: 0 0 0 0;
}
.message_author {
	font-weight: bold;
}
.message_details {
	font-size: smaller;
	color: #aaa;
}

.media.message_header {
	font-weight: bold;
	font-size: 110%;
}
a.message_content {
	display: block;
}
a.message_content, a.message_content:visited {
	color: inherit;
	text-decoration: none;
}


.tag-cloud a {
	color:#000000;
}
.tag-cloud a.selected {
	color:#ffff00;
	background-color:#000000;
}
a.tag.othertag {
        background-color:#ffff00;
}
.reset_tags {
        background-color:#ffff00;
}

/*
.tag-size0 {
	font-size:0.7em;
}
.tag-size1 {
	font-size:0.8em;
}
.tag-size2 {
	font-size:0.7em;
}
.tag-size3 {
	font-size:0.9em;
}
.tag-size4 {
	font-size:1.0em;
}
.tag-size5 {
	font-size:1.1em;
}
.tag-size6 {
	font-size:1.2em;
}
.tag-size7 {
	font-size:1.3em;
}
.tag-size8 {
	font-size:1.4em;
}
.tag-size9 {
	font-size:1.5em;
}
.tag-size10 {
	font-size:1.6em;
}
.tag-size11 {
	font-size:1.7em;
}
.tag-size12 {
	font-size:1.8em;
}
.tag-size13 {
	font-size:1.9em;
}
.tag-size14 {
	font-size:2.0em;
}
*/

.grid-view table.items tr.even.hidden
{
	background: #D8D8D8;
	color: #808080;
}
.grid-view table.items tr.even.featured {
	background: #FFFBB0;
}
.grid-view table.items tr.odd.featured {
	background: #FFE0B0;
}
.grid-view table.items tr.featured td {
	font-weight: bold;
}

.grid-view table.items tr.odd.hidden
{
	background: #E2D8D8;
	color: #808080;
}

table.detail-view.user-profile tr.even, table.detail-view.user-profile tr.odd {
	background-color: transparent;
}
table.detail-view.user-profile th {
	text-align: left;
}

img.user-settings.social-profile-picture {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.social.error {
	color: red;
}


.addthis_toolbox {
	display: inline-block;
	vertical-align:baseline;
	width:90px;
	height:16px;
}

.loginDialog .ui-dialog-titlebar, .messageSearchDialog .ui-dialog-titlebar {
	display: none;
}

.in-dialog input[type="text"], .in-dialog input[type="password"], .in-dialog input[type="email"] {
	width: 100%;
}

#credits, .follow, .creativecommons {
	font-size: 12px;
}
#credits {
	margin-bottom: 0.2em;
}

.captcha_image, .captcha_refresh_link {
	vertical-align: middle;
}
.contact_page p {
	max-width: 65em;
}
.contact_page {
	padding-top: 10px;
}

h1.about_header {
	font-size: inherit;
	font-weight: bold;
	margin-top: 0.5em;
}
p.about_content.in_siteindex {
	margin-bottom: 2px;
}

.message-search-form {
	font-size: 12px;
}

.view.message.edit .updating {
	display:none;
}
.view.message .loading_editor {
	display:none;
}
.view.message .loading_editor .loading_editor_text {
	display:none;
}

.view.message.edit .updating img {
	vertical-align: middle;
}

#user_index_title {
	display: none;
}

/*
.audiojs .play-pause a { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }
.audiojs .play-pause a.play { display: block; }
.audiojs .play-pause a {
	text-decoration: none;
	font-size:0;
}
.error .play-pause a { cursor: auto; }
.playing .play-pause a.play, .playing .play-pause a.loading, .playing .play-pause a.error { display: none; } 
.playing .play-pause a.pause { display: block; } 
*/
