
.tag1 { font-size:8px; }

.tag2 { font-size:10px; }

.tag3 { font-size:12px; }

.tag4 { font-size:14px; }

.tag5 { font-size:16px; }

.tag6 { font-size:18px; }

.tag7 { font-size:20px; }

.tag8 { font-size:22px; }

.tag9 { font-size:24px; }

.tag10 { font-size:26px; }

/* pane-sliders  */
.pane-sliders .title
{
	margin: 0;
	padding: 2px;
	color: #666;
	cursor: pointer;
}

.pane-sliders .panel
{
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

.pane-sliders .panel h3
{
	background: #f6f6f6;
	color: #666
}

.pane-sliders .content { background: #f6f6f6; }

.pane-sliders .adminlist { border: 0 none; }

.pane-sliders .adminlist td { border: 0 none; }

.jpane-toggler span
{
	background: transparent url(../images/j_arrow.png) 5px 50% no-repeat;
	padding-left: 20px;
}

.jpane-toggler-down span
{
	background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat;
	padding-left: 20px;
}

.jpane-toggler-down { border-bottom: 1px solid #ccc; }

/* tabs */

dl.tabs
{
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt
{
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open
{
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current
{
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

div.current dd
{
	padding: 0;
	margin: 0;
}

.template
{
	display:inline;
	width:150px;
	margin-left:3px;
	margin-right:3px;
	padding:3px;
	padding-top:5px;
	border:1px solid #CCCCCC;
}

/* Tooltips */
.tool-tip
{
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text
{
	font-size: 100%;
	margin: 0;
}

.filemanager
{
	overflow:auto;
	width:100%;
	height:200px;
	border:1px solid #666666;
}

.editor-hidden
{
	visibility: hidden;
	top: -9999px;
	left: -9999px;
	position: absolute;
}

textarea
{
	border: 0;
	margin: 0;
	padding: 0;
}

hr#system-readmore
{
	border: red dashed 1px;
	color: red;
}

.smile { cursor:pointer; }

.captcha
{
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

/* "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;
}

/* Tool tip default class found in template php files as class="supernote-hover-demo<?php echo $row->userid; ?>" */
.notedefault
{
	font-family:"Lucida Grande", Helvetica, Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-decoration:underline;
	text-align:left;
	background:#07405e;
	height:60px;
	width:auto;
	padding:5px;
	border:1px solid #0D374A;
}

.notenested
{
	width: 8em;
	padding: 3px;
	color:#FFF;
	text-decoration:underline;
	text-align:left;
	background:#07405e;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack
{
	margin-left: 5px;
	margin-top: 15px;
}

/* Headings within notes */
.notedefault h5
{
	margin: 0 0 5px 0;
	padding: 2px;
	color:#FFF;
	text-decoration:underline;
	text-align:left;
	background:#07405e;
}

/* Note close marker is only shown within pinned notes. */
.note-close
{
	float: right;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color:#FFF;
	text-decoration:underline;
	text-align:left;
	background:#07405e;
	visibility: hidden
}

.snb-pinned .note-close { visibility: inherit; }


fieldset { background:#FFF; color:#000; padding:0; margin:0 width:100%; }
legend { color:#0099CC; font-size:16px; margin:0 0 40px 0; padding:0;}
fieldset div button {color:#000; height:30px; width:80px; background:#CCC; margin:15px 10px 5px 10px;} 
fieldset div button:hover {color:#0066CC; cursor:pointer;}

