/* General Styles */

body {
	background: #000000; color: #FFFFFF;
	font-family: Verdana, Helvetica; font-size: 10px;
}

table {
	font-family: Verdana, Helvetica; font-size: 10px;
	color: #FFFFFF;
}

a:link { text-decoration: none; color: #FFFFDD; }
a:visited { text-decoration: none; color: #FFFFDD; }
a:active { text-decoration: none; color: #DDFFFF; }
a:hover { text-decoration: none; color: #FFDDFF; }

/* Individual element styles */

/* Noticeboard styles */

.large_board {

background-image: url('/images/noticeboard.png');
width: 600px; height: 400px;

}

.small_board {

background-image: url('/images/noticeboardsm.png');
width: 210px; height: 350px;

}


/* Header Styles */

#topbar {
	position: absolute; top:0; left:0;
	width: 99%; height: 40px;
	color: #ffffff;
	float: left; padding:10px 0 0 5px;
}

#topbar2 {
	position: absolute; top:0; left:0;
	width: 600; height: 50px;
	color: #ffffff;
	float: left; padding:10px 0 0 5px;
}

#topbar2 H1 {
	position:relative; top:-10px; left:0;
	font-family: Verdana; font-size: 12pt;
	vertical-align: middle;
	display: inline; padding:0 20px 0 0;
}

#topbar2 H2 {
	position:relative; top:-10px; left:0;
	font-family: Verdana, Helvetica; font-size: 10px;
	font-weight: 100;
	vertical-align: middle;
	display: inline; padding:0 40px 0 0;
}

#topbar2 img {
	height: 30px; width:30px;
	vertical-align: top; border: 0;
	position:relative; top:0; left:0;

}

#topbar3 {
	position: absolute; top:-5; right:20px;
	float: right; padding:10px 0 0 5px;
 	height: 50px;
	color: #ffffff;
}


#topbar3 img {
	height: 30px; width:30px;
	position:relative; top:0; left:0;

}



/* Sidebar Styles */

#sidebar {
	position: absolute; top:60; left:15;
	width: 210px;
}

#rightsidebar {
	position: absolute; top:60; right:15;
	width: 210px;
}

#sidebar span {
 display: block;
}

#rightsidebar span {
 display: block;
}

#whosin img {
	width: 24px; height: 35px;
	float: left; padding: 0 5px 0 0;
	border:none;
}

#whosin span {
	clear: left;
}

/* Main Area Styles */

#main {
	position: absolute; top: 50px;
	left: 210px; right: 250px;
	padding: 10px 0 0 10px;
}

#maininfo {
	width: 550px;
	margin-left: auto ;
	margin-right: auto ;
	}


/* Full Page Area Styles */

#full {
	position: absolute; top: 50px;
	left: 0px; right: 0px;
	padding: 10px 0 0 10px;
}

#fullinfo {
	margin-left: auto ;
	margin-right: auto ;
	}
	
/* Chatbox styles */

#speakbox {
	padding: 5px;
	margin: 10px auto 20px;
	height: 120px; width: 350px;
}

#speakbox_test {
	padding: 0px;
	margin: 10px auto 20px;
	height: 150px; width: 470px;
}

#speakbox_test img {
	border-width:1px;
}


#speakbox2 {
	padding: 5px;
	margin: 10px auto 0px;
	height: 140px; width: 445px;
}


#speakbox_hoi {
	padding: 5px;
	margin: 10px auto 20px;
	height: 190px; width: 350px;
}

#speakbox textarea {
	background: none; color: #ffffff;
}

#speakbox_hoi textarea,#speakbox_hoi input,#speakbox_hoi select, .nobgwhite {
	background: none; color: #ffffff;
}

.nobgblack {
	background: none; color: #000000;
}

#speakbox_hoi OPTION, .nobgwhite OPTION, .nobgblack OPTION {
	background: #FFFFFF;
    color: #000000;
}


/* Message style */
.message {
	position: relative; height: 160px;
	left: 10px; right: 100px;
	clear: left;
}

#hoi_messages {
	margin: 20px 0 0 0;
}

.photo {
	position: absolute; top: 7; left: 6;
}

.photo img {
	width: 66px; height: 96px;
}



.message_top {
	position: absolute;
	top: 0; height: 7px;
	right: 0; left: 0;
             background-repeat: repeat-x;
}

.message_bottom {
	position: absolute;
	bottom: 0; height: 7px;
	left: 0; right: 0;
             background-position:center bottom;
             background-repeat: repeat-x;
}

.message_left {
	position: absolute;
	top: 0; bottom: 0;
    left: 0; width: 100px;
}

.message_right {
	position: absolute;
	top: 0; bottom: 0;
    right: 0; width: 7px;
}

.message_text {
	position: absolute; top: 7px;
	left: 95px; bottom: 0px;
	margin: 5px 10px 10px 0px; overflow: auto;
}


/* Organiser Styles */

#organiser_bg {
	position: absolute;
	top:0; left:0;
	width:615; height:375;
}

#left_page {
	position: absolute;
    left: 40; top: 13;
	width: 235; height: 340;
	color: #000000;
}

#right_page {
	position: absolute;
    left:335; top: 13;
	width: 235; height: 340;
	color: #000000;
}

.org_tab {
	position: absolute;
	background-image:url('/images/org_tab.png');
	width: 36; height: 42;
}

.org_tab img {
	position: absolute;
	top: 2; left: 2;
}

#tab1 {
	display: block;
	left: 332; top: 362;
}

#tab2 {
	display: block;
	left: 382; top: 362;
}

#tab3 {
	display: block;
	left: 432; top: 362;
}

#tab4 { display: none; }
#tab5 { display: none; }
#tab6 { display: none; }

/* TEST */

#memo {
	position: absolute;
	top:0; left:0;
	width:615; height:406;
	background-image:url('/images/memo/memo.png');
	background-color:#000000;
}

#leftpage {
	position: absolute;
    left: 63; top: 13;
	width: 235; height: 340;
	color: #000000;
}

#rightpage {
	position: absolute;
    left:335; top: 13;
	width: 235; height: 340;
	color: #000000;
}

.org_ribbon {
	position: absolute;
	width: 25; height: 35;
}

.org_ribbon img {
	position: absolute;
	top: 2; left: 2;
}

#ribbon1 {
	display: block;
	left: 307; top: 366;
}

#ribbon2 {
	display: block;
	left: 332; top: 366;
}

#ribbon3 {
	display: block;
	left: 357; top: 366;
}

#ribbon4 {
	display: block;
	left: 383; top: 366;
}

/* Enrollment Styles */


	
.enroll {
	background: none; color: black;
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	font-family: Verdana;
	font-size:10px;

}

.move {
	background: none; color: black;
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	font-family: Verdana;
	font-size:10px;

}

.enroll OPTION {
	background: #FFFFFF;
	font-size:10px;


}

.move OPTION {
	background: #FFFFFF;
	font-size:10px;


}

#enrolldiv {
	position:absolute;
	left:0px;
	top:10px;
	width:677px;
	height:675px;
	background-image: url(/images/enroll.png);
	font-size:10px;
}

#movediv {
	position:absolute;
	left:0px;
	top:10px;
	width:670px;
	height:707px;
	background-image: url(/images/move.png);
	font-size:10px;
	
}
	
#envdiv {
	position:absolute;
	left:0px;
	top:100px;

}



.enrolltext {
	background: none; color: black;
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	font-family: Verdana;
	font-size: 10px;
	overflow:auto;

} 

.movetext {
	background: none; color: black;
	border-style: solid;
	border-width: 1pt;
	border-color: #000000;
	font-family: Verdana;
	font-size: 10px;
	overflow:auto;

} 


/* Other Styles */

.promptbox {
	border: 1px solid #666666;
	padding: 10px 10px 30px 10px;
	text-align: center;
	vertical-align: middle;
}

.galleons:before {
	content:url('/images/galleons.png');
}
.sickles:before {
	content:url('/images/sickles.png');
}
.knuts:before {
	content:url('/images/knuts.png');
}

/* Duelling Style */


.duel_pos1 {
	position: absolute;
	top: 57px;
	left: 1px;	
}
.duel_pos2 {
	position: absolute;
	top: 57px;
	left: 60px;	
}
.duel_pos3 {
	position: absolute;
	top: 57px;
	left: 119px;	
}
.duel_pos4 {
	position: absolute;
	top: 57px;
	left: 178px;	
}
.duel_pos5 {
	position: absolute;
	top: 57px;
	left: 237px;	
}
.duel_pos6 {
	position: absolute;
	top: 57px;
	left: 298px;	
}
.duel_pos7 {
	position: absolute;
	top: 57px;
	left: 357px;	
}
.duel_pos8 {
	position: absolute;
	top: 57px;
	left: 416px;	
}
.duel_pos9 {
	position: absolute;
	top: 57px;
	left: 476px;	
}
.duel_pos10 {
	position: absolute;
	top: 57px;
	left: 535px;	
}
.duel_pos11 {
	position: absolute;
	top: 57px;
	left: 594px;	
}
.duel_pos12 {
	position: absolute;
	top: 57px;
	left: 653px;	
}
.duel_pos13 {
	position: absolute;
	top: 57px;
	left: 713px;	
}
