@charset "utf-8";
/* CSS Document */

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }

.center        { margin:0,auto; }
.up            { margin-top: 0; }
.down          { margin-bottom: 0; }
.left          { margin-left:0; }
.right         { margin-right:0; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px; margin:0 auto; }
 
.img-left      { float:left; margin:4px 10px 4px 0; }
.img-right     { float:right; margin:4px 0 4px 10px; }
.img-640       { text-align:center; width:640px; height:auto; margin:4px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.greenbox {
	color:white;
	background-color:#3FE943;
	padding: 4px;
	margin: 0 auto; /* Centers the class */
	width: 85%;
	overflow: auto;
	/*white-space:pre;*/
}

.warning {
	color:black;
	background-color:#FE6F6B;
	padding: 4px;
	margin: 0 auto; /* Centers the class */
	width: 85%;
	overflow: auto;
	/*white-space:pre;*/
}
.code {
	color:#363636;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	border: 1px solid #999999; 
	background-color: #E1E1E1;
	padding: 4px; 
	margin: 3px;
	width: 85%;
	overflow: auto;
	/*white-space:pre;*/
}
.code-linux	{
	font: 1em Courier, serif;
	background: black;
	color: green;
	border: 1px solid white;
	}
.code-win	{
	font: 1em "Fixed Sys", serif;
	background: black;
	color: white;
	font-weight: bold;
	border: 1px solid white;
	border-top: 6px solid blue;
	}
.youtube	{
	text-align: center;
	}
.title {
	text-align:center;
	font-weight: bold;
	font-size: 16px;
	}
.pagination {
text-align: center;
	}