html {
	width: 100%;
	height: 100%;
}
body {
	font: 11px/1.4 arial, helvetica, sans-serif;
	background: #deeef6 url('/images/bg.png') repeat-x fixed;
	color: #000000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
img {
	display: inline;
	border: 0px;
}
h1 {
	color: #302963;
	font-size: 22px;
}
h2 {
	color: #302963;
	font-size: 17px;
	margin: 0px;
	margin-bottom: 5px;
}
h3,.h3 {
	color: #302963;
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
}
h4 {
	color: #302963;
	font-size: 12px;
	margin: 0px;
}
hr {
	color: #CFCFCF;
	background-color: #CFCFCF;
	height: 2px;
	border: 0px;
	/* width: auto; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.main {
	padding: 0px;
	margin: 0px;
	background: url('/images/clouds.jpg') no-repeat fixed;
	background-position: 45% 0%;
	width: 100%;
	height: 100%;
}
label {
	float: left;
	width: 100px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 1px;
	text-align: left;
}
input {
	border: 1px solid #ABADB3;
	padding: 3px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
select {
	border: 1px solid #ABADB3;
	padding: 2px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	border: 1px solid #ABADB3;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type=submit] {
	border: 1px solid #4F4F4F;
	font: 11px/1.4 arial, helvetica, sans-serif;
	/* background-color: #BDE6FE; */
	background-color: #5E57B0;
	color: #FFFFFF;
	font-weight: bold;
}
input[type=submit]:hover {
	background-color: #706BBF; /* #A3BFE5; */
	cursor: pointer;
	color: #B7E3FC;
}
.imginput {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.registration {
	padding: 8px;
	background-color: #EBF6F8;
	border: 2px solid #ABADB3;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.borderwrap {
	border: 2px solid #ABADB3;
	padding: 2px;
	background-color: #EBF6F8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}
.quickbar {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 15;
}
.quickbar img {
	padding-bottom: 2px;
	vertical-align: middle;
}
.quickbar a {
	line-height: 30px;
	background-color: #5E57B0;
	padding: 10px;
	border-right: 1px solid #9D99DF;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.quickbar a:hover {
	color: #B7E3FC;
	background-color: #706BBF;
}
a {
	color: blue; /* #5E57B0 */
}

/*
ul.tree, ul.tree ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
ul.tree ul {
	margin-left: 10px;
}
ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url('/images/node.png') no-repeat;
}
ul.tree li a {
	display: block;
	text-decoration: none;
}
ul.tree li a:hover {
	background-color: #9BB9E2;
}
ul.tree li.treelast {
	background: url('/images/lastnode.png') no-repeat;
}
*/


.category {
	font-weight: bold;
	margin-left: 0px;
}
.category a {
	outline: none;
	text-decoration: none;
	color: #000000;
	display: block;
}
.category a:hover {
	background-color: #9BB9E2;
}
.category img {
	/* vertical-align: 0px; */
}
.notes {
	/* margin-left: 10px; */
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 16px;
}
.notes a {
	display: block;
	text-decoration: none;
	padding: 1px;
	padding-bottom: 2px;
	/* margin-left: 16px; */
	outline: none;
}
.noteshover a:hover {
	background-color: #9BB9E2;
}
.noteitem img {
	vertical-align: -2px;
}
pre {
	font: 12px/1.4 arial, helvetica, sans-serif;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}
.footer {
	text-align: center;
}
.footer a {
	text-decoration: none;
}
.popup {
	position:absolute;
	z-index:20;
	/* width:172px; */
	/* height:102px; */
	display:none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px;
	background-color: #EBF6F8;
	border: 2px solid #ABADB3;
	
	-moz-box-shadow: 10px 10px 15px -12px #356D8F;
	-webkit-box-shadow: 10px 10px 15px -12px #356D8F;
}
.popmenu a {
	/* width: 160px; */
	padding: 3px 10px 3px 10px;
	display: block;
	text-decoration: none;
}
.popmenu a:hover {
	background-color: #a8d8eb; /* #deedf3; #9BB9E2; */
}
.popmenu a img {
	vertical-align: -2px;
	padding-right: 5px;
}
#alert {
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #286285;
	height: 0;
	color: #FFFFFF;
	font: 20px/40px arial, sans-serif;
	opacity: .9;
	z-index: 30;
	
	-moz-box-shadow: 0px 0px 15px 5px #356D8F;
}
.bigcat {
	padding: 1px;
	/* background-color: #92BED6; */
	white-space: nowrap;
}
.ui-draggable-dragging {
	background-color: #9BB9E2;
	width: 150px;
	text-decoration: none;
	cursor: move;
}

.rate {
	text-align: right;
	width: 120px;
	float: right;
}
.rate span {
	position: relative;
	top: -5px;
}
.rate img {
	padding: 2px;
	cursor: pointer;
}
.ratedesc {
	margin-left: 10px;
}
.rateblock {
	text-align: left;
	border-bottom: 1px dotted #CFCFCF;
	padding-bottom: 2px;
	margin-bottom: 6px;
}
.ratescore {
	cursor: pointer;
}



/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
#notelist .ui-resizable-e { background: url('/images/resize_h.png') no-repeat center left; width: 10px; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 3px; bottom: 3px; background: url('/images/resize_se.png') no-repeat; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/* Tabs
----------------------------------*/
.ui-tabs { } /* padding: .2em; zoom: 1; */
.ui-tabs .ui-tabs-nav { z-index: 15; list-style: none; position: relative; padding: 0px 0px 0px; margin-top: 0px; margin-left: 0px; }
.ui-tabs .ui-tabs-nav li { margin: -11px 3px -1px 0px; position: relative; float: left; padding: 0; text-align: center; }
.ui-tabs .ui-tabs-nav li a { height: 19px; float: left; text-decoration: none; width: 90px; background-color: #D7E1E3; -moz-border-radius: 15px 15px 0px 0px; -webkit-border-radius: 5px 5px 0px 0px; border: 2px solid #ABADB3; outline: none; padding-top: 5px; color: #3232FF; } /* padding-left: 2em; padding-right: 2em; */
.ui-tabs .ui-tabs-nav li a:hover { background-color: #EBF6F8; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {  } /* padding-bottom: 0px; */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { height: 21px; cursor: text; background-color: #EBF6F8; font-weight: bold; border-bottom: 0px; color: #0000FF; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 16px; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* Hide line numbers by default */
#linenumdyna { 
	display: none;
}
.savebottom {
	bottom: 3px;
	position: absolute;
}
.nodecor {
	text-decoration: none;
}
.indent {
	margin-left: 10px;
}