/*
	These CSS rules affect the styling of the demo pages. The centering techniques
	are demonstrated in the individual in the individual 1.html, 2.html and 3.html files.
*/


*{
	margin:0;
	padding:0;
}

body{
	/* Setting default text color, background and a font stack */
	color:#555555;
	font-size:0.825em;
	background: #fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
	min-width: 800px;
}

#descriptorBody{
	background-color:#F5F5F5;
}

.descriptor{
	background-color:#F0F0F0;
	border:1px solid #FFFFFF;
	margin:40px auto;
	padding:10px;
	width:700px;
	text-align: center;
	
	-moz-box-shadow:0 0 2px gray;
	-webkit-box-shadow:0 0 2px gray;
	box-shadow:0 0 2px gray;
}

.mainbox{
	background-color: #fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 10px;
	-moz-box-shadow:0 0 2px gray;
	-webkit-box-shadow:0 0 2px gray;
	box-shadow:0 0 2px gray;
}

.mainbox{
	width:700px;
	height:150px;
	top:250px;
	margin:0px auto;
}

.mainbox p {
	padding-bottom: 10px;
}

/* The styles below are only necessary for the styling of the demo page: */

h1{
	background:#e0edf7;
	border-bottom:1px solid #EEEEEE;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	padding:15px;
	text-align:center;
}

h2 {
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	padding-right:40px;
	position:relative;
	right:0;
	text-align:right;
	text-transform:uppercase;
	top:-48px;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}

.elearn,
.ecommunity {
	width: 290px;
	margin: 0px;
}

.ecommunity {
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 40px;	
	padding-right: 20px;	
}

.elearn {	
	padding-left: 30px;
}

.elearn .logo {
	background: url('../images/logo_elearn.png') no-repeat left top;
	width: auto;
	height: 100px;
}

.ecommunity .logo {
	background: url('../images/logo_ecommunity.png') no-repeat left top;
	width: auto;
	height: 100px;
}