/* 
 * reset css
 */

* {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
a img, iframe { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
	
ul, ol, dl, li, dt, dd {
	list-style: none;
}

form, fieldset {
	border: 0;
}	
legend {
	color: #000;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: serif;
}
select {
	margin: inherit;
}
table {
	border-collapse: collapse;
	border: 0;
}
td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
/* 
 * end reset css
 */
 
 body { 
	background: #FFCC00;
	color:#333;
	font:0.8em Tahoma;
	margin-bottom:20px; 
	line-height:20px;
}
#wrapper {
	background:#FFFFFF;
	margin:20px auto;
	padding:10px;
	width:900px;
}

#header {
	margin:0;
	padding:0;
	width:900px;
	display:block;
	background:url(../../../public/shared/images/header.jpg) no-repeat left;
	height:100px;
}

#header h1 {
	font-size: 2em;
}

#playing {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
#navcontainer{
	height:40px;
}
#menu{
	background-color:#333333;
	padding:10px;
}

#menu li {
	display:inline;
	list-style:none;

	font-weight:bolder;
	color: #FFFFFF; 
	padding:10px;
}

#menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#browse_crag {
	background: #F5F5DC;
	height:30px;
	border-top: 1px solid #DEB887;
	border-bottom: 1px solid #DEB887;
}

#submenu {
	background: #ADD8E6;
	height:20px;
	border-top: 1px solid #191970;
	border-bottom: 1px solid #191970;
}

.login {
	padding: 10px;
}
#mainContent {
	float: left;
	margin-top: 10px;
	width: 100%;
	background: #FFFFFF;
	
	 min-height:300px;
	height: auto !important;
	height: 300px;

}

#mainContent h1{
	font-size: 1.5em;
	padding: 10px;
}

#sidebar {
	float: left;
	width: 160px;
}

#footer {
	text-align: right;
	clear: both;
	color:#ffffff; 
	background-color:#333333;
	padding:20px;
}
#footer a:link, #footer a:visited{
	color:#CCCCCC;
}
#slide {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}
#current_slide img{
	border:solid 1px silver;
	padding:5px;
}

table.center {margin-left:auto; margin-right:auto;}

/**** Forms ****/

fieldset {
	margin:1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}

legend {
	font-weight:bold;
}

label {  
	display: block;
}

label {
	clear: both;
	float: left;
	width: 100px;
	margin-right: 2em; 
}

fieldset input {
	margin-bottom: 1em; 
}
fieldset a {
	clear: both;
	padding: 10px;
	text-decoration: none;
	color: #000000;
}
.button {
	text-align:center;
	font-weight:bold;
	cursor: pointer;
}

.button a {
	text-align: center;
	text-decoration: none;
	background: url(../images/fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}

.button a:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

form input#submit, form input#reset { 
	float: none; 
	display: inline; 
	margin:0;
	padding:0;
}

#exam {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 500px;
	border: 3px double #ccc;
	padding: 20px;
}

#error {
	background: #FFCCCC;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: 1px solid #CC0000;
	padding: 10px;
}

.error {font-weight: bold;
color:#FF3300;
padding-left: 18px;
background: url(../../shared/images/error.png) no-repeat left top;}

#correct {
	background-image: url(../../../public/shared/images/accept.png); 
	background-repeat: no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 20px;
}

	#correct h2 {
		font-size: 1.6em;
	}

#incorrect {
	background-image: url(../../../public/shared/images/cancel.png); 
	background-repeat: no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-left: 20px;
}

	#incorrect h2 {
		font-size: 1.6em;
	}
	
/* table ------------------------------------------------ */

table.sections
{ 
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.sections td
{ 
	border-bottom: 1px dotted #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #404040;

	text-align: left;
	padding-left: 30px;
} 

table.sections th
{ 
	background-color: #fafafa;
	border-bottom: 1px #d79900 solid;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding-left: 3px;
} 