body { 
	text-decoration:	none; 
	color:			black; 
	margin:			0 5%;
	font-size:		10px; 
	font-family:		"Comic Sans MS","Trebuchet MS",Verdana,Arial,sans-serif;
	background-color:	#a1b5f2;
}

:link, :visited { 
	color:		rgb(0,0,153); 
}

:active { 
	color:		rgb(255,0,102);
}

:hover { 
	color:		rgb(0,96,255);
}


h2 {
	position:		absolute;
	top:			2px;
	right:			6%;
	width:			75%;
	height:			20px;
	padding:		0px;
	color:			#3a3aBa;
	font-size:		16px;
	letter-spacing:		1px;
	font-weight:		bold;
	margin:			0px;
	overflow:		hidden;
	text-align:		right;
	border:			none;
	font-family:		"Comic Sans MS","Trebuchet MS",Verdana,Arial,sans-serif;
	
}

h3 {
	color:			#901090;
	font-size:		14px;
	font-weight:		bold;
	padding:		2px;
	text-align:		center;
	font-family:		"Comic Sans MS","Trebuchet MS",Verdana,Arial,sans-serif;
	font-variant:		small-caps;
}


h4 {
	color:			#a050e0;
	font-size:		11px;
	font-weight:		bold;
	padding:		0px;
	padding-top:		1em;
	text-align:		center;
	font-family:		"Comic Sans MS","Trebuchet MS",Verdana,Arial,sans-serif;
	margin:			0px;
}


h5 {
	font-weight:		bold;
	text-decoration:	underline; 
	font-size:		10px;
}

input, select {
	font-family:		Geneva,Verdana,"Century Gothic",sans-serif;
	font-size:		10px;
}

th {
	font-weight:		bolder;
	color:			#404090;
	font-size:		10px;
}

td {
	font-size:		9px;
}

td.tiny {
	font-size:		8px;
}

td.highlight {
	border:			1px dashed #4040f0;
}

.copyright {
	padding:		10px;
	color: 			#4d2d5f; 
	font-size: 		8px; 
	font-weight:		bold;
	text-align: 		center;
	font-family:		Geneva,Verdana,"Century Gothic",sans-serif;
}

.entry_button {
	font-size:		12px;
	font-weight:		bolder;
	border:			outset 2px #7040ff;
}


.error {
	color:			#ea2634;
	font-weight:		bolder;
	font-family:		Geneva,Verdana,"Century Gothic",sans-serif;
	font-size:		10px;
}

.success {
	color:			#33AA33;
	font-weight:		bolder;
	font-size:		9px;
	font-family:		Geneva,Verdana,"Century Gothic",sans-serif;
}

.titlebar {
	margin:			0px;
	border-bottom:		5px solid #a1b5f2;
	font-size:		14px;
	text-align:		left;
	font-weight:		bolder;
	letter-spacing:		1px;
	color:			#2020A0;
	font-variant:		small-caps;
	font-family:		"Trebuchet MS",Verdana,Arial,sans-serif;
	vertical-align:		bottom;
}

#toolbar {
	position:		absolute;
	top:			29px;
	right:			6%;
}

#pageblock {
	padding:		0px;
	padding-bottom:		3em;
	margin:			0px;
	border:			inset 2px blue;
	background:		#ffffff;
	text-align:		center;
}

#block1 {
	position:		absolute;
	margin:			15px;
	padding:		0 15px;
	width:			260px;
	font-size:		9px;
	color:			#a0a0b0;
	text-align:		center;
}

table.block1 {
	border:			1px outset blue;
	background-color:	#efefff;
}

#block2 {
	position:		relative;
	left:			300;
	margin:			15px;
	width:			640px;
	font-size:		9px;
	padding:		0 15px;
	color:			#a0a0b0;
	text-align:		center;
}

table.block2 {
	border:			1px dashed #a0a0d0;
	background-color:	#ffffff;
	padding:		10px;
}

.bytestext {
	padding-right:		3em;
}

td.buttons_active {
	background-color:	#ccccff;
	border:			inset 2px #7040ff;
	color:			#7040ff;
	font-weight:		bolder;
	text-align:		center;
	font-family:		Geneva,Verdana,"Century Gothic",sans-serif;
}

td.buttons_dull {
	background-color:	 #7040ff;
	border:			outset 2px #ccccff;
	color:			#ffffff;
	font-weight:		bolder;
	text-align:		center;
	font-family:		Geneva,Verdana,"Century Gothic",sans-serif;
}

a.toolbar:link, a.toolbar:visited { 
	color: 			#ffffff;
	text-decoration:	none;
}

a.toolbari:hover { 
	text-decoration:	underline;
	color:		 	#ffffff;
	font-weight:		bolder;
}


table.toolbar {
	border:			2px outset blue;
}

td.toolbar {
	text-align:		center;
	width:			65px;
	height:			23px;
	background-image:	url("images/button.png");
	background-repeat:	no-repeat;
	background-position:	center;
	font-weight:		bolder;
	font-size:		8px;
}


td.clientbar {
	background-color:	#869aca;
	color:			#ffffff;
	font-weight:		bolder;
	text-align:		center;
	font-family:		Geneva,Verdana,"Century Gothic",sans-serif;
	font-size:		11px;
	height:			28px;
}

.subtitle {
	font-size:		10px;
	text-align:		center;
}

#flipanchor1, #flipanchor2, #flipanchor3, #flipanchor4 {
        visibility:             hidden;
        position:               relative;
        z-index:                10;
}

#flip0, #flip1, #flip2, #flip3, #flip4, #flip5, #flip6, #flip7, #flip8, #flip9, #flip10, #flip11, #flip12, #flip13, #flip14, #flip15 {
        visibility:             hidden;
        position:               absolute;
        z-index:                30;
        top:                    0;
        left:                   0;
}


