/*-------------------------------------------------------------------------------------	html redefinitions */
											
	body{
		margin: 16px 20px 16px 20px;
		font: normal 12px/14px verdana;
		background: url(/.admin/camrias.png) top center no-repeat;
		background-color:#000;
		}

	hr{
		width:200px;

		text-align: left;		/* align left IE */
		margin: 10px auto 5px 0;	/* align left Mozilla */

		border: none 0; 
		border-top: 1px solid #303d41;	/* the border */
		height: 1px;			/* whatever the total width of the border-top and border-bottom equal */
		}

/*-------------------------------------------------------------------------------------	main links */

	pre a:link, pre a:visited{
		text-decoration:none;
		color:#777;
		padding-bottom:3px;
		}

	pre a:hover, pre a:active{
		color:#ddd;
		border-color:#ddd;
		border-bottom-width:1px;
		border-left-width:0px;
		border-right-width:0px;
		border-top-width:0px;
		border-style:dotted;
		}

/*-------------------------------------------------------------------------------------	index links */

	#menu{
		background-color:#000;
		padding-top:0px;
		padding-bottom:20px;
		background: url(/.admin/camrias.gif) top right no-repeat;
		font:normal 11px/13px verdana;
		}

/*-------------------------------------------------------------------------------------	wrap pre tags */

	pre{
		white-space: pre-wrap;       /* css-3 			*/
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 	*/
		white-space: -pre-wrap;      /* Opera 4-6 		*/
		white-space: -o-pre-wrap;    /* Opera 7 		*/
		word-wrap: break-word;       /* Internet Explorer 5.5+ 	*/
		}

/*-------------------------------------------------------------------------------------	main body */

	pre{
		text-align:left;
		width:50%;
		font:normal 13px/19px verdana;
		color:#555;
		background:url(/.admin/darken.png);
		border: 1px solid #333;
		padding:40px;
		}

	b{
		color:#888;
		font-weight:normal;
		}

	small{
		font:normal 9px/19px verdana;
		color:#777;
		}

/*-------------------------------------------------------------------------------------	fin */
