
/* centar */
.centar {
    background: #FFF;
	color: #000000;
	text-align:center;

	padding: 5px 5px 0px 8px;
	margin: 0px;
	

}

/* logo - iznad maina tekst*/
.logo-gore {
	font: 1.6em "Trebuchet MS",sans-serif;
	color: #747474;
	text-align:center;
}

/* main */
.ChannelMain {
    position:relative;
    margin-left: auto; 
    margin-right: auto;
	width: 500px;
	background: #FFF;
	/*color: #0094D6;*/
	font: 1.1em "Trebuchet MS",sans-serif;
	color: #000;
	text-align:center;
}

.channelChat {
	background: #FFF;
	font: 1.4em "Trebuchet MS",sans-serif;
	/*color: #0094D6;*/
	color: #000;
	text-align:center;
	padding: 2px 5px 2px 200px;
	width: 200px;
	float:left;
    /*border:1px solid #A6A6A6;*/
}

.ChannelMain a:link img { border: 1px solid white; }
.ChannelMain a:visited img { border: 1px solid white; }
.ChannelMain a:active img { border: 1px solid white; }
.ChannelMain a:hover img { border: 1px solid #FF3232; }

/*NOTE PROPERTIES*/


/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
  z-index:1;
}
.notedefault {
 padding: 3px;
 border: 1px solid #369;
 background-color: #C2C200;
 color: black;
 /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;

  z-index:1;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 28px;
 margin-top: -28px;
 z-index:1;
}

/* Headings within notes */
.notedefault h4 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}

/* END OF NOTE PROPERTES */

/* ADDED FOR CHANNEL EMPTY */

.channelEmailFrame{
	position:relative;
    margin-left: auto; 
    margin-right: auto;
	width: 400px;
	background: #FFF;
	/*color: #0094D6;*/
	font: 1.1em "Trebuchet MS",sans-serif;
	color: #000;	
}

.channelEmailTo{
	padding: 15px 15px 15px 15px;
	position:relative;
	width: 380px;
	text-align:left;
	border: 1px solid #585858;
}


/* END FOR CHANNEL EMPTY*/