/*
	colors:
	red=#963232
	yellow=#be9e0a
	blue=#314b97
	green=#439632
*/


/*
	default styles
*/
body {
	background: #ffffff url("images/bg.gif");
	font: 10pt verdana, sans-serif;
	color: #303030;
}

a:link {
	text-decoration: none;
	color: #458382;
}
a:visited {
	text-decoration: none;
	color: #5a4684;
}
a:hover {
	text-decoration: underline;
	color: #00c0c0;
}

table {
	border: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table td {
	vertical-align: top;
}

img {
	border: 0;
}


/*
	outer width: 660
	inner width: 648
*/
#outer-box {
	/* width=660*/
	width: 648px;
	border: 1px solid #386867;
	background-color: #d1e7e7;
	margin: auto;
	padding: 5px;
}

#inner-box {
	/* width=648 */
	width: 616;
	border: 1px solid #386867;
	background-color: #f5f5f5;
	padding: 0 15px 10px 15px;
}

/*
	opening blurb
*/
#intro {
	margin: 10px 80px 0 80px;
	color: #386867;
	font: bold 8pt/10pt "trebuchet ms",sans-serif;
	text-align: center;
}



#tutorial {
	/* width=616 */
	width: 614px;
	border-width: 1px;
	border-style: solid;
}

.box.html-css {
	border-color: #963232;
}
.box.javascript {
	border-color: #be9e0a;
}
.box.php-mysql {
	border-color: #314b97;
}
.box.design {
	border-color: #439632;
}



.box {
	width: 298px;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	position: relative;
}
.sect {
	height: 170px;
	font-size: 8pt;
}
.tutlist {
	height: 130px;
	font-size: 8pt;
}
.tutorial {
	width: 100%;
}
.tutorial-content {
	margin: 10px;
}
.tutorial-content .description {
	font-style: italic;
	color: #606060;
	text-align: center;
}

.sect p,
.tutlist p {
	margin: 6px 6px 12px 6px;
}

.go {
	position: absolute;
	right: 6px;
	bottom: 6px;
}

/*
	some general styles
*/
.wrap-left {
	float: left;
}
.wrap-right {
	float: right;
}
.unfloat {
	clear: both;
}


h1 {
	font: bold 14pt/22px arial,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
h1 a:link,
h1 a:visited,
h1 a:hover
{
	color: #ffffff;
}
h2 {
	font: bold 11pt/18px arial,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
h2 a:link,
h2 a:visited,
h2 a:hover
{
	color: #ffffff;
}

.box.html-css h1,
.box.html-css h2 {
	background: #963232 url("images/title-html-css.gif");
	border-bottom: 1px solid #963232;
}
.box.javascript h1,
.box.javascript h2 {
	background: #be9e0a url("images/title-javascript.gif");
	border-bottom: 1px solid #be9e0a;
}
.box.php-mysql h1,
.box.php-mysql h2 {
	background: #314b97 url("images/title-php-mysql.gif");
	border-bottom: 1px solid #314b97;
}
.box.design h1,
.box.design h2 {
	background: #439632 url("images/title-design.gif");
	border-bottom: 1px solid #439632;
}

h3 {
	font: italic bold 11pt arial,sans-serif;
	color: #ac631c;
}
h4 {
	font: italic bold 10pt arial,sans-serif;
}


code {
	display: block;
	margin-left: 20px;
	padding: 8px;
	border: 1px dashed #d1e7e7;
	border-left: 3px solid #d1e7e7;
	background-color: #f8fcfc;
	color: #386867;
	font-size: 10pt;
	font-family: "courier new",monospace;
}
code.error {
	border: 1px dashed #dab6b6;
	border-left: 3px solid #dab6b6;
	background-color: #fcf8f8;
	color: #683838;
}

ul.contents {
	margin-top: 0;
	font-size: 8pt;
}

table.data th {
	background-color: #f0f0f0;
}
table.data th,
table.data td {
	padding: 3px;
	border: 1px solid #c0c0c0;
	vertical-align: middle;
}

.links {
	clear: both;
	margin-top: 16pt;
	text-align: center;
}
.small {
	font-size: 7pt;
}
.demo {
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	text-transform: uppercase;
}
.demo small {
	font-weight: normal;
	font-size: 6pt;
	text-transform: none;
}
.date {
	font-size: 8pt;
}

input.textbox {
	font: 8pt verdana,sans-serif;
	color: #404040;
	border: 1px solid #b4b4b4;
	background-color: #ffffff;
	padding: 2px;
}
input.button {
	font: 8pt verdana,sans-serif;
	color: #404040;
	border: 1px solid #b4b4b4;
	background-color: #ebebeb;
	padding: 2px;
}

.download {
	text-align: center;
	margin: 16pt 0;
}
.download img {
	width: 145px;
	height: 30px;
}







.alert {
	width: 100%;
	margin: 0;
	position: absolute; top: 0; left: 0;
	border-bottom: 1px solid #edd400;
	background-color: #fffdeb;
	color: red;
}
.alert .inner {
	padding: 4px;
}
.alert .aside {
	margin-top: 4px;
	font-size: 8pt;
	text-align: center;
}
.alert .icon {
	float: left;
	margin: 0 8px;
}

