/**********************************************************************************************

	Notice Style Settings

	This file defines the look of the page items in the notice section of this site for all 
	item text, URLs, sizing, orientation, etc.,
	
***********************************************************************************************/


/*---------------------------------------------------------
Previous Link Images
----------------------------------------------------------*/
.notice_prev {

	background-image:  url("../images/notices/pageprev.gif");
	width:30px;
	height:26px;

}


/*---------------------------------------------------------
Background Link Images
----------------------------------------------------------*/
.notice_bg{

	background-image:  url("../images/notices/pagebg.gif");

}


/*---------------------------------------------------------
Page Link Definitation
----------------------------------------------------------*/
.notice_next{

	background-image:  url("../images/notices/pagenext.gif");
	width:30px;
	height:26px;

}

/*---------------------------------------------------------
Notice Link Definitation
----------------------------------------------------------*/
a.notice_link, a.notice_link:visited {
	text-decoration:none;
	font-size:12px;
	color:Blue;
}
a.notice_link:hover {
	color:Green;
}
/*---------------------------------------------------------
Add notice Definitation
----------------------------------------------------------*/
a.add_note, a.add_note:visited {
	text-decoration:none;
	font-size:14px;
	color:#6C1325;
}
a.add_note:hover {
	color:#0099FF;
}

/*---------------------------------------------------------
Page Non-Link for Current page
----------------------------------------------------------*/
.notice_text{

	font-size:16px;
	font-weight:bold;
	color:#000000;

}

/*   Notes details  */
#notes_div {
	visibility:hidden;
	background-color:#E6E6E6;
	height:100px;
	z-index:99;
	position:absolute;
	width: 700px;
	
}

		  
TD.notes {
	font-size:12px;
	color:#999999
}
.notes_name {
	font-size:12px;
}
.notes_email {
	font-size:12px;
}
.notes_comment {
	font-size:14px;
}
