
* {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	border:none;
	font-weight:normal;
}

a {
	color: #777;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b {
	font-weight: bold;
}

select {
	color: #777;
}

h5 {
	margin: 10px;
	color: #49da32;
	font-weight: normal;
}

h6 {
	color: #aaa;
	margin-left:11px;
}

body {
	width: 728px;
	margin: auto;
}

#top {
	float: left;
	width: 724px;
	height: 90px;
	background: url(/img/header.gif) top no-repeat;	
}

#top:hover {
	cursor:pointer;
}

#signupbar {
	width: 160px;
	height: 31px;
	float: right;
	margin-top: 45px;
}

#signupbar p{
	display: inline;
	font-size: 12px;
	color: #777;
	margin: 3px 0 0 5px;
	float:left;
}


#signupbar form{
	display: inline;
}


#navbarRepeat {
	width: 371px;
	height: 32px;
	float: left;
	background: url(/img/navbarRepeat.png) top repeat-x;
	padding-left:10px;
}
#navbarLogin {
	width: 339px;
	height: 32px;
	float: left;
	background: url(/img/navbarRepeat.png) top repeat-x;
}

#navbarLogin p {
	font-size:12px;
	color:#ffffff;
	margin:9px;
	float:right;
}

#loginFail {
	margin:0px;
	padding:0px;
}

#navbarLogin a {
	color: #fff;
	text-decoration:underline;
}

#navbarRight {
	width: 8px;
	height: 39px;
	float: right;
	background: url(/img/navbarRight.png) top no-repeat;
}

#navbarBottom {
	width: 720px;
	height: 7px;
	float: left;
	background: url(/img/navbarBottom.png) top no-repeat;
}

#nav {
	list-style:none;
}

#nav li {
	text-indent:none;
	float:left;
}

#nav li a {
	float:left;
	font-size:12px;
	color:#FFFFFF;
	padding: 9px 12px 9px 12px;
}

#nav li a:hover{
	text-decoration:none;
}

#navbarLogin p{
	float:right;
	font-size:12px;
	color:#FFFFFF;
	margin: 3px 5px 0 0;
}

#navbarLogin input{
	float:right;
	margin: 0 5px 0 0;
}

#navbarLogin div {
	float:right;
	margin: 6px 3px 0 0;
}

#username, #password {
	font-size:12px;
	width: 62px;
	border: #e4e4e4 1px solid;
	color: #fff;
	padding:2px 3px 2px 3px;
	margin-top:7px;	
}

#username {
	background: url(/img/username.gif) top no-repeat;
}

#password {
	background: url(/img/password.gif) top no-repeat;
}


#loginbutton, #logoutbutton, .button {
	font-size:10px;
	background: #777;
	border-color: #ddd;
	border-width: 1px;
	border-style: outset;
	color: #fff;
	padding:2px 6px 2px 6px;
	margin:1px;
}


#spacer {
	float: left;
	width: 724px;
	height: 25px;
	margin-bottom: 10px;
	background: #fafafa;
}

#spacer a{
	float:right;
	color: #777;
	font-size: 12px;
	margin-right:10px;
}
#content {
	float:left;
	width: 545px;
	text-align:center;
	background: #f6f8f9;
	border-color: #ddd;
	font-size: 12px;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom:15px;
	min-height:10px;
}

#content div {
	margin: 10px 0 0 14px;
	padding-bottom:15px;
	width: 510px;
	background-color: #ffffff;
	border:#eee 1px solid;
	float: left;
}

#content div p {
	text-align:left;
	margin:12px 20px 0px 20px;
	clear:both;
	line-height:1.6;
}

#content div h1 {
	text-align:left;
	margin:12px 20px 0px 20px;
	clear:both;
}

#content div h3 {
	text-align:left;
	margin:0px 20px 20px 20px;
	clear:both;
}

#content div div {
	width: 470px;
	border:none;
	float: left;
	text-align:left;
	margin:12px 20px 0px 20px;
	clear:both;
}

#content div div div {
	margin:0px;
	padding:0px;
	float: left;
	width:auto;
	clear:none;
}
#rightbar {
	color: #FFFFFF;
	width: 169px;
	height: 500px;
	float: right;
	//background: url(/rightBar.png) top no-repeat;
	background: #f6f8f9;
}

#rightbar p {
	width: 150px;
	margin: auto;
	background: #FFFFFF;
  	filter:alpha(opacity=50);
  	opacity:0.5;
	margin: 0 10px 10px 10px;	
	color: #222;
	font-size:12px;
}

#rightbar img {
	vertical-align: middle;
	margin-right:4px;
}

#footer {
	font-size: 12px;
	width: 724px;
	text-align:center;
	margin: 40px 0 15px 0;	
	padding: 20px 0 20px 0;
	width: 100%;
	background: #f6f8f9;
	border-color: #eee;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

#gutterLogos {
	width: 724px;
	text-align:center;
}
#gutterLogos img {
	margin: 0px 10px 10px 10px;
}

p.center{
	text-align:center;
}
#content input, textarea, button, select {
	float:left;
	border: #e8e8e8 1px solid;
	padding:4px;
	margin: 10px 0 0 0;
	font-size:12px;
	color: #444;
}
input.submit {
	margin-top:20px;
}

table {
	width:470px;
	text-align:left;
}

#cpass input, #cpass button {
	float:left;
	margin:0 8px 0 0;
}

div#fiveSpacer {
	width: 514px;
	height: 5px;
	float:left;
	clear:both;
	background:none;
	border:none;
	margin:0;
	padding:0;
}

div#tutorialThumb {
	position:relative;
	//background: #fcfcfc;
	padding-bottom:3px;
	margin:7px 0 0 13px;
	width: 514px;
	border:#eaeaea 1px solid;
}

div#tutorialThumb:hover {
	cursor:pointer;
	background: #fcfcfc;
}

div#tutorialThumb h2 {
	color: #66c24a;
	font-size:12px;
	text-align:left;
	float:left;
	width: 360px;
	margin:10px 0 3px 15px;
	
}

div#tutorialThumb p {
	float:left;
	clear:none;
	margin:1px 0 0 15px;
	width: 360px;
}

#tutorialThumb img {
	float:right;
	margin: 3px 5px 0 0;
	padding: 5px;
	width:80px;
	height: 80px;
	//border: #eee 1px solid;
}

.bold {
	font-weight: bold;
}

#listFooter {
	margin:15px 0 0 0px;
	width: 542px;
	float:left;
	text-align:center;
	color: #333;
	//border: #eee 2px solid;
	//padding:5px 0 5px 0;
	//background: #ffffff;
}

#pageNumber {
	margin:15px 0 0 15px;
	width: 520px;
	float:left;
	text-align:center;
	color: #aaa;
}

#breadcrumbs {
	margin:20px 20px 0 20px;
	//width: 520px;
	float:left;
	text-align:left;	
}

div#newTutorialTabs {
	padding:0;
	border:0px;
	background: #f6f8f9;
}

div#newTutorialTabs div {
	margin:0;
	padding:6px 10px 6px 10px;
	width: auto;
	text-align: center;
	float:left;
	clear:none;
	background: #f9f9f9;
	border-style: solid;
	border-color: #eee;
	border-width: 1px 1px 0px 1px;
}

div#editTab, div#previewTab {
	cursor:pointer;
	background-color: #FFFFFF;
}

div#editPage {
	margin-top:0px;
	border-top-width:0px;
}

div#previewPage {
	margin-top:0px;
	border-top-width:0px;
}

div#helpTip {
	position:absolute;
	left:490px;
	width:50px;
	margin:0;
	border:#dddddd 2px solid;
	color:#888;
}

h1.tutPreview, h3.tutPreview {
	margin-left:0px;
}
#ads {
	margin: 50px 0 20px 100px;
	float:left
}
#ads p {
	font-family: arial,verdana,helvetica,lucida,sans-serif;
	margin:0;
	padding:0;
	font-size: 13px;
}
a.linka {
	color: #008000;
	font-size: 15px;
	text-decoration: underline;
}
.urllink {
	color: #008000;
	text-decoration: none;
	font-size: 12px;
}
.adbox {
	width: 260px;
	float:left;
	margin-left: 10px;
}

