/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #82C3D3 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 125px;
	height: 15px;
	padding: 3px 0px 0px 4px;
	border: 1px solid #BDCACB;
	background: #FFFFFF;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	/*text-align: justify;*/
}

p.inline {
    display: inline;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;	
}

.text2 {
	text-align: center;
	font-size: 10px;
	color: #A0B8BC;
}

.text3 {
	color: #727F80;
}

.text4 {
    display:inline;
    font-size: 11px;
}

.text5 {
    display: inline;
    font-size: 14px;
}

.single {
    display: block;
    padding-right: 5px;
    text-indent: 10px;
}

.narrow {
    display: block;
    padding-right: 5px;
    text-indent: 10px;
}

/** LINKS */

a {
	text-decoration: none;
	color: #FFAF3E;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
}

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A0C9CE;
}

.style1 a {
	color: #739297;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.bg2 {
	background: url(images/homepage10.jpg) repeat-y left top;
}

.bg3 {
	background: url(images/blog_page.png) no-repeat left top;
}

.bg5 {
	background: url(images/homepage34.jpg) repeat-x left top;
}

.bg6 {
	background: url(images/subpage02.jpg) no-repeat left top;
}

.bg7 {
	background: url(images/subpage03.jpg) repeat-y left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

.img3 {
    float: left;
    margin-left: 20px;    
}

hr { display: none; }

.hr1 {
	clear: both;
	padding: 10px 0px;
	height: 2px;
	background: url(images/homepage29.gif) repeat-x left center;
}

.sidebar1 {
   margin-left: 5px;
}

pre.clinarrow {    
   width: 440px;
   background-color:black;
   color:white;
   white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
	/* width: 99%; */		       /* only if needed */
	/*margin: .5em 2em .5em 7em;*/
	padding: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 3px 3px px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px px rgba(0, 0, 0, 0.5);
}

pre.cliwide {   
   width: 575px;
   background-color:black;
   color:white;
   white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;                 /* IE 5.5+ and up */
	/* overflow-x: auto; */                /* Firefox 2 only */
	/* width: 99%; */		       /* only if needed */
	/*margin: .5em 2em .5em 7em;*/
	padding: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 3px 3px px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px px rgba(0, 0, 0, 0.5);
}

code.command {
   font-style: italic;
   font-weight:bold;
}

code.error {
   color: red;
}

code.warnerror {
   color: #ff0000;
}

code.commandline {
   color: #0000ff;
}

code.optionsonly {
    color: #804000
}

.superscript {
    font-size:xx-small;
    vertical-align:top;
}

