* {
	margin: 0;
	padding: 0;
}

body {
	background: #0f1232 url('../images/background_index.jpg') no-repeat center top;
	width: 1000px;
	margin: 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

div {
	text-align: left;
}

img {
	border: none;
}

#container {
	width: 950px;
	margin: 0px auto;
}

table {
    border-color: #CCC;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td {
    border-color: #CCC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 10px;
    background-color: none;
	font-weight:normal;
}

.tablecol1 {
	width: 10%;
}

.tablecol2 {
	width: 30%;
}

.tablecol3 {
	width: 30%;
}

.tablecol4 {
	width: 30%;
}

.titleimage {
	margin-bottom:20px;
	margin-left:25px;
}

h1 {
	font-size: 18px;
	color:#a86ea3;
	margin-bottom:10px;
}

h2 {
	font-size: 16px;
	color:#FFF;
	margin-bottom:10px;
}

h2 span {
	color:#a86ea3;
}

h3 {
	font-size: 14px;
	color:#a86ea3;
	margin-bottom:5px;
}

p {
	margin-bottom: 10px;
	line-height: 14px;
	font-weight: normal;
}

input {
	margin-bottom: 2px;
	vertical-align: middle;
}
input.submit {
	padding: 5px;
}

a, a:visited {
	color: #a86ea3;
}

input {
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.checkbox {
	width: 20px;
}

.details {
	height:500px;
	color: #FFF;
}

.previewbox {
	width:950px;
	background: #403577;
	padding: 25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	color: #FFF;
	margin-bottom: 20px;
}

.box {
	width:300px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 20px 20px 0;
	float:left;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	color: #000;
}

.boxend {
	width:300px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 0 20px 0;	float:left;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	color: #000;
}

.boxlarge {
	width:300px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 20px 20px 0;
	float:left;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	color: #000;
}

.boxlargeend {
	width:300px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 0 20px 0;
	float:left;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	color: #000;
}

.boxmega {
	width:300px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 20px 20px 0;
	float:left;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	color: #000;
}

.boxmegaend {
	width:300px;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 0 0 20px 0;
	float:left;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	color: #000;
}

.box ul, .boxend ul, .boxlarge ul, .boxlargeend ul, .boxmega ul, .boxmegaend ul {
	margin: 0 0 10px 20px;
}

.box ul li, .boxend ul li, .boxlarge ul li, .boxlargeend ul li, .boxmega ul li, .boxmegaend ul li {
	font-weight: normal;
}

.green {
	background: #deedc8 url('../images/box_bg_green.jpg') left repeat-y;
	color: #000;
}

.orange {
	background: #fcc5a1 url('../images/box_bg_orange.jpg') left repeat-y;
	color: #000;
}

.pink {
	background: #fcdde2 url('../images/box_bg_pink.jpg') left repeat-y;
	color: #000;
}

.purple {
	background: #dbd0e6 url('../images/box_bg_purple.jpg') left repeat-y;
	color: #000;
}

.geography {
	background: #f1cbb4 url('../images/box_bg_geography.jpg') left repeat-y;
	color: #000;
}

.history {
	background: #dcc9df url('../images/box_bg_history.jpg') left repeat-y;
	color: #000;
}

.art {
	background: #fcdfc8 url('../images/box_bg_artdesign.jpg') left repeat-y;
	color: #000;
}

.music {
	background: #fad2d7 url('../images/box_bg_music.jpg') left repeat-y;
	color: #000;
}

.dandt {
	background: #c2d1bf url('../images/box_bg_design.jpg') left repeat-y;
	color: #000;
}

.science {
	background: #f9d5b8 url('../images/box_bg_science.jpg') left repeat-y;
	color: #000;
}

.pe {
	background: #c9d8e0 url('../images/box_bg_pe.jpg') left repeat-y;
	color: #000;
}

.ict {
	background: #eec5bd url('../images/box_bg_ict.jpg') left repeat-y;
	color: #000;
}

.phse {
	background: #e5eff7 url('../images/box_bg_phse.jpg') left repeat-y;
	color: #000;
}


#heading {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color:#000;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #733e71;
	height: 100px;
	padding:10px 8px 10px 8px;
}

#heading img {
	margin-top: 15px;
}


#heading li {
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 35px 4px 4px 4px;
	float: left;
	width: 60px;
	height: 55px;
	list-style:none;
	margin-right: 10px;
	font-size: 10px;
	cursor: pointer;
}

#heading li.active {
	-moz-box-shadow: 0px 0px 20px #FFF;
	-webkit-box-shadow: 0px 0px 30px #FFF;
	box-shadow: 0px 0px 3px;
}

#heading li.end {
	margin-right: 0px;
}

#panes {
	text-align: justify;
	border-style: none;
}

#panes div div { 
	overflow: hidden;
}

/* Pane rows for standard box */
.pane_row_single {
	height: 260px;
}

.pane_row_double {
	height: 460px;
}

.pane_row_triple {
	height: 690px;
}

.pane_row_quad {
	height: 920px;
}

/* Pane rows for large box */
.pane_row_single_large {
	height: 350px;
}

.pane_row_double_large{
	height: 620px;
}

.pane_row_triple_large{
	height: 920px;
}

.pane_row_quad_large{
	height: 1220px;
}

/* Pane rows for mega box */
.pane_row_single_mega {
	height: 500px;
}

.pane_row_double_mega{
	height: 980px;
}

.pane_row_triple_mega{
	height: 1460px;
}

.pane_row_quad_mega{
	height: 1940px;
}

.intro, .purplecurvebox {
	width:950px;
	background: #631360;
	padding: 25px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom: 10px;
}

.purplecurvebox {
	margin-bottom: 20px;
}

.columnleft {
	width: 460px;
	float: left;
	padding-right: 40px;
}

.columnright {
	width: 480px;
	float: right;
	padding-left: 20px;
}

.columnright p {
	font-style: italic;
}

#previous { 
	float: none;
	cursor: pointer;
}

#next {
	float: none;	
	cursor: pointer;
}

.tool-tip {
	color: #fff;
	width: 300px;
	z-index: 13000;
	-moz-box-shadow: 0px 0px 20px #FFF;
	-webkit-box-shadow: 0px 0px 10px #FFF;
	box-shadow: 0px 0px 3px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color:#a86ea3;
	padding: 8px 8px 4px;
	background: #000;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #000;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

#loginLogin {
	margin-left: 30px;
}

.loginMessage {
	background: #733e71;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.loginMessageText {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0px;
}

div.hr { 
	width: 100%; 
	height: 1px; 
	background: #48174f; 
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 0px; 
	font-size: 0px;
}

.logincolumns {
	width: 970px;
	height: 50px;
}

.logincolumnsleft {
	float: left;
	width: 485px;
}

button {
	padding: 1px 5px 1px 5px;
}

.logincolumnsright {
	float: right;
	text-align: right;
	width: 485px;
}
