/* Intro
-----------------------------------------------------------------------------*/

#intro_index .course {
	margin-top : 15px;
}

#intro_index .course .col1 { float : left; width : 650px; margin-right : 10px; }
#intro_index .course .col2 { float : left; width : 310px; margin-right : 0px; }

#intro_index .course .section {
	margin-bottom : 15px;
}

#intro_index .course .section.last {
	margin-bottom : 0px;
}

#intro_index .course .section_title {
	font-size : 12px;
	font-weight : bold;
	padding-bottom : 4px;
}

#intro_index .course .section_icon {
	float : left;
	margin-right : 10px;
	margin-bottom : 0px;
}

/* Definition
-----------------------------------------------------------------------------*/

#definition_index table {
	margin-left : auto;
	margin-right : auto;
	width : 800px;
}

#definition_index table th,
#definition_index table td {
	border-top : 0px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	line-height : 17px;
	padding : 5px;
	padding-left : 10px;
	padding-right : 10px;
}

#definition_index table th {
	background : #c4d398;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
}

#definition_index table .row1 { background : #E8F0D2; }
#definition_index table .row2 { background : #f3fae1; }

/* Workspace
-----------------------------------------------------------------------------*/

#workspace_index .col1 { float : left; width : 475px; margin-right : 15px; }
#workspace_index .col2 { float : left; width : 475px; margin-right : 0px; }

/* Default
-----------------------------------------------------------------------------*/

#default_index .text {
	text-align : justify;
}

#default_index .authors {
	font-size : 11px;
	font-weight : normal;
}

#default_index hr {
	background : #FFFFFF;
	margin-bottom : 15px;
}

#default_index .slogan {
	font-size : 11px;
	font-weight : bold;
}

#default_index .green {
	color : #8CAC2F;
}

#default_index .orange {
	color : #ff6600;
}

#default_index .footer {
	border-top : 1px dotted #999999;
	padding-bottom : 25px;
	padding-top : 25px;
}

#default_index .col1 { float : left; width : 500px; }
#default_index .col2 { float : left; width : 500px; }

