tutorialInfo/*******************************************/

table.myposts {
	width: 440px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.myposts th {
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px solid #564B47;
}

table.myposts th {
	text-align: left;
}

table.myposts th.forum {
	width: 60px;
}

table.myposts th.subject {
	width: auto;
}

table.myposts th.replies {
	width: 60px;
}

table.myposts th.lastreply {
	width: 80px;
}

table.myposts td {
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 1px dotted #564B47;
}

table.myposts td.subject {
	border-left: 1px dotted #564B47;
}

table.myposts td.replies {
	border-left: 1px dotted #564B47;
}

table.myposts td.lastreply {
	border-left: 1px dotted #564B47;
}

/*******************************************/
/*******************************************/

table.tutorials {
	background: #FFF;
	margin: 10px 0px 0px 10px;
	width: 600px;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
}

table.tutorials th.pic {
	padding-top: 10px;
	width: 101px;
}

table.tutorials th {
	padding-top: 10px;
	padding-left: 10px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}

table.tutorials th em {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

table.tutorials th.details {
	padding-top: 10px;
	padding-left: 10px;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

table.tutorials th.details  em {
	font-size: 10px;
}

table.tutorials td {
	padding: 5px 0px 20px 10px;
	width: auto;
	border-bottom: 1px dotted #564B47;
	font-size: 10px;
	vertical-align: top;
}

table.tutorials td.pic {
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #564B47;
	vertical-align: top;
}

table.tutorials td.details {
	padding: 0px 0px 20px 10px;
	width: auto;
	border-bottom: 1px dotted #564B47;
	font-size: 10px;
	vertical-align: top;
}

table.pic img {
	float: left;
	margin: 4px;
}

/*******************************************/
/*******************************************/

table.tutorialInfo {
	width: 600px;
	background: #FFF;
	margin: 10px 0px 0px 10px;
	width: 600px;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
}

table.tutorialInfo th {
	width: 25%;
	border-top: 2px solid #35698E;
}

table.tutorialInfo td {
	vertical-align: top;
}

table.tutorialInfo td a em {
	vertical-align: top;
	color: #00F;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid #00F;
}

table.tutorialInfo td a:hover em {
	color: #F00;
	border-bottom: 1px solid #F00;
}


/*******************************************/
/*******************************************/

table.register {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.register td {
	padding-left: 10px;
	vertical-align: top;
}

table.register td.label {
	width: 150px;
}

table.register td em {
	font-style: normal;
	font-weight: bold;
	color: #F00;
}




/*******************************************/
/*******************************************/

table.code {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.code th {
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px dotted #BBCCDC;
}

table.code td {
	padding-left: 5px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
}

table.code td.num {
	width: 21px;
	border-right: 1px dotted #BBCCDC;
}

table.code td.nav {
	border-top: 1px dotted #BBCCDC;
	text-align: right;
}

