

ul.styledlist 
{
	line-height: 1.5em;
	list-style-type: none;
	margin: .3em 0 0 1.5em;
	padding: 0;
	/* list-style-image: url(arrow.png); */

}

ul.styledlist li
{
	background-image:url(arrow.gif); 
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: 0 .1em;
}



#pbar #menu ul li
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	margin-left:4px;
}

#pbar  a
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	color:blue;
	text-decoration:underline;
	font-weight:normal;
	color:#0000FF;
	font-size:12px;
	margin-left:4px;
	border-bottom:0;
}

#pbar a:hover
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-decoration:underline;
	font-weight:normal;
	color:#0000FF;
	font-size:12px;
	margin-left:4px;
}

#pbar a:visited
{
	/*font-style:italic; */
	color:#555;
	
}



th.header
{
	background-color:#C0C0FF;
	color:#000000;
	border-left:1px;border-right:1px;border-top:1px;border-bottom:2px;border-style:solid;
	border-color:#9090C0;
	padding: 2px;
	margin: 0;
	text-align:left;
	font-weight:normal;
	background-image:url('bg.gif');
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}

th.headerSortUp
{
	background-image:url('desc.gif');
}

th.headerSortDown
{
	background-image:url('asc.gif');
}

tr.odd > td.row
{
	background-color:#E0E0FF;
	color:#000000;
	border-left:1px;border-right:1px;border-top:1px;border-bottom:1px;border-style:solid;
	border-color:#FFFFFF;
	padding: 2px;
	margin: 0;
	text-align:left;
}

tr.even > td.row
{
	background-color:#F0F0F0;
	color:#000000;
	border-left:1px;border-right:1px;border-top:1px;border-bottom:1px;border-style:solid;
	border-color:#FFFFFF;
	padding: 2px;
	margin: 0;
	text-align:left;
}

textarea
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	width:90%;
	height:450px;
	border-left:3px;border-right:3px;border-top:3px;border-bottom:3px;border-style:inset;
}

div.error
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background-color:#FFB0B0;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#A00000;
}

div.notice
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background-color:#B0B0FF;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#0000A0;
}



/*dropdown lists*/

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
margin:4px;

}

.mainitems{
border: 1px solid black;
background-color: #FFEEC6;
padding:3px;
width:150px;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: lightyellow;
border: 1px solid black;
width:150px;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


/* SEARCH */

.search
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:50px;
}

.searchquery
{
	width:500px;
	margin-left:5px;
	margin-right:5px;
}

.searchresult li strong
{
	background-color:#eee;
}

.searchresult li 
{
	list-style-type:none;
	width:90%;
	margin:2px;
	padding:2px;
	margin-left:5%;
	margin-right:5%;
	
	background-color:#B0B0FF;
	border-style:solid;
	border-width:1px;
	border-color:#0000A0;
	
}

.searchresult li:nth-child(odd)       { background-color:#B0B0FF; border-color:#0000A0;}  
.searchresult li:nth-child(even)      { background-color:#9090BF; border-color:#0000A0; }  


/*draw.php*/

#paint
{
	border:1px solid black;
	
	width:600px;
	height:400px;
	left:10px;
	
}


#Tools
{
float:right;
width:300px;
margin-right:10px;

}

#Tools_tabbar
{
padding-left: 0;
margin-left: 0;
background-color: #aaa;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#Tools ul li { display: block; }

#Tools ul li a
{
padding: 0.2em .7em;
background-color: #aaa;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#Tools ul li a:hover
{
background-color: #eee;
color: #000;
}

ul.Tools_Paint
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

li.Tools_Paint
{
	display: block;
	float:left;
	margin-left:3px;
	margin-top:3px;
	margin-right:3px;
	margin-bottom:3px;
	
	border:2px solid #fff;
	
	padding:0px;
	font-size:0px;
	
	width:50px;
	height:33px;
	overflow:hidden;
}

#Tools_Paint_Pen {
	background-image:url(drawicons/pen.jpg);
}

#Tools_Paint_Line {
	background-image:url(drawicons/line.jpg);
}
#Tools_Paint_Curve {
	background-image:url(drawicons/curve.jpg);
}
#Tools_Paint_CurvePen {
	background-image:url(drawicons/curvepen.jpg);
}
#Tools_Paint_SplinePen {
	background-image:url(drawicons/spline.jpg);
}
#Tools_Paint_Ellipse {
	background-image:url(drawicons/circle.jpg);
}
#Tools_Paint_Rect {
	background-image:url(drawicons/rect.jpg);
}
#Tools_Paint_Polygon {
	background-image:url(drawicons/poly.jpg);
}
#Tools_Paint_Text {
	background-image:url(drawicons/text.jpg);
}
#Tools_Paint_Image {
	background-image:url(drawicons/image.jpg);
}


li.Tools_Paint_Selected
{
	border:2px inset #333;
	background-color:#ddd;
}

li.Tools_Paint:hover
{
	background-color:#aaf;
}

#Tools_Settings_Smoothing
{
	width:100px;
}


 .guipic
  {
	background: url('http://peeeq.de/GuiParserPics/symbols.png') no-repeat top left;
	width:16px;
	height:16px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	position:relative;
	/*top:6px;/*
	/*margin-bottom:-0.5px;*/
}

.guitext
{
	float:left;
	clear:both;
}

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	width: default;
}

ol#code {
	padding-left: 30px;
}

#footer {
	margin-top:20px;
}
