
/* these are the buttons for follow pages numbers */

.position2 {
	background: url("page_images/more_pages_arrow1.gif");
	background-repeat:no-repeat;
	height: 10px;
	width: 11px;
	position: relative;
	float:left; 
	left: 0; 
	top: -0	

}
.position2_hide {
	background: url("page_images/more_pages_arrow1.gif");
	background-repeat:no-repeat;
	height: 10px;
	width: 11px;
	position: relative;
	float:left; 
	left: 0px; 
	top: -0px	

}

/* these is the text size and color in the textboxes */

.main_text {
	color:#125FAA;
	font: 300 12px arial
}
.main_small {
	color:#636363;
	font: 300 10px arial
}
.main_small_blue {
	color:#125FAA;
	font: 300 10px arial
}
.main_text_hide {
	visibility:hidden;
	color:#125FAA;
	font: 300 12px arial
}
.main_small_hide {
	visibility:hidden;
	color:#636363;
	font: 300 10px arial
}
.main_small_blue_hide {
	visibility:hidden;
	color:#125FAA;
	font: 300 10px arial
}
.main_text_b {
	color: #125FAA;
	font: 300 12px arial;
	margin-left: 3px
 	
}
.main_text_bb {
	color: #125FAA;
	font: 900 12px arial;
	
 	
}
.float_a {
	position: relative;
	float:none; 
	left: 3px; 
	top: 0px
}

.float_b {
	position: relative;
	float:none; 
	left: 3px; 
	top: 1px
}
.float_c {
	position: relative;
	float:none; 
	left: 4px; 
	top: 1px
}

/* these are the backgrounds of the textboxes these are for software 4 per page */


.topbb {
	background: url("page_images/messagebox2_tools_4pp.gif");
	background-repeat:no-repeat;
	width: 404px;
	height: 93px;
	position: relative;
	float:left; 
	left: 0px; 
	top: -0px
}
.topcc {
	background: url("page_images/messagebox3b_avatars_5pp.gif");
	background-repeat:no-repeat;
	width: 404px;
	height: 76px;
	position: relative;
	float:left; 
	left: 0px; 
	top: -0px
}
.topdd {
	background: url("page_images/background_main_special8.gif");
	background-repeat:no-repeat;
	width: 404px;
	height: 500px
}

.topee {
	background: url("page_images/messagebox_main6_single.gif");
	background-repeat:no-repeat;
	width: 404px;
	height: 106px
}

.topaa {
	background: url("page_images/messagebox_header.gif");
	background-repeat:no-repeat;
	width: 404px;
	height: 18px;
	position: relative;
	float:left; 
	left: 0px; 
	top: -0px
}
/* textbox hide if not used software */

.topbb_hide {
	visibility:hidden;
	background: url("page_images/messagebox2_tools_4pp.gif");
	background-repeat:no-repeat;
	width: 404px;
	height: 93px;
	position: relative;
	float:left; 
	left: 0px; 
	top: -0px
}

.topaa_hide {
	visibility:hidden;
	background: url("page_images/messagebox_header.gif");
	background-repeat:no-repeat;
	width: 404px;
	height: 18px;
	position: relative;
	float:left; 
	left: 0px; 
	top: -0px
}



/* these are the buttons in the textboxes email link and print */

.mess_email {
	background: url("page_images/message_email_button3c.gif");
	background-repeat:no-repeat;
	width: 13px;
	height: 15px;
	position: relative;
	float:right; 
	left: -2px;	
}

.mess_print {
	background: url("page_images/message_printer_button3b.gif");
	background-repeat:no-repeat;
	width: 16px;
	height: 15px;
	
}
.mess_link {
	background: url("page_images/message_link_button2.gif");
	background-repeat:no-repeat;
	
}
.mess_email2_hide {
	visibility:hidden;
	background: url(page_images/message_email_button.gif);
	background-repeat:no-repeat;
	width: 13px;
	height: 10px;
	position: relative;
	float:left; 
	left: 0px; 
	top: 3px
}
.mess_print_hide {
	visibility:hidden;
	background: url("page_images/message_printer_button3.gif");
	background-repeat:no-repeat;
	width: 16px;
	height: 15px;
	position: relative;
	float:left; 
	left: 1px; 
	top: 2px
}
.mess_link_hide {
	visibility:hidden;
	background: url("page_images/message_link_button.gif");
	background-repeat:no-repeat;
	width: 12px;
	height: 13px;
	position: relative;
	float:left; 
	left: 1px; 
	top: 1px
}
.button_hide {
	visibility:hidden
	
}
.button {
	visibility:visible
	
}

.solidb {
	border-style: solid;
        border-color: #c0c0c0;
	border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 1px
}

.solidbb {
	border-style: solid;
        border-color: #c0c0c0;
	border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px
}
.solidc {
	border-style: solid;
        border-color: #c0c0c0;
	border-left-width: 0px;
        border-right-width: 1px;
        border-top-width: 0px;
        border-bottom-width: 1px
}
.solidcc {
	border-style: solid;
        border-color: #c0c0c0;
	border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 1px;
        border-bottom-width: 0px
}
.soliddd {
	border-style: solid;
        border-color: #c0c0c0;
	border-left-width: 1px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px
}