/*****************************************************
common
*****************************************************/
@import url("base.css");
@import url("base_sub.css");
@import url("header_footer.css");
@import url("print.css");


/*****************************************************
*******************  id=main  ************************
*****************************************************/

/*****************************************************
Client_testimonials page
*****************************************************/
table td.logo{
    width:276px;
	}
table td.name{
    width:100px;
	}

/*****************************************************
Client_testimonials page
*****************************************************/
table td{
    vertical-align:top;
	}



/*****************************************************
******************  id=sidebar  **********************
*****************************************************/
	
/*****************************************************
GrapeCity Offices pages(8)
*****************************************************/	
/*===Microsoft GOLD CERTIFIED Partner==============*/ 		
div#banner_ms p.head_gray{
    background-color:#fff;
	}



	
/*===Blank between each news========================*/
div#content div.newsblock{
    margin-bottom:18px;
	}
/*===news title=====================================*/
/*===event title====================================*/
div#content p.title{
    margin-bottom:0px;
    font-weight:bold;
	color:#339933;
	}
/*===News date======================================*/
div#content p.date{
    margin-bottom:3px;
    color:#339933;
	font-size:90%;
	}
/*===links in news==================================*/
div#content p span{
    font-size:100%;
	}
	
/*===Link for page transition=======================*/
p#pagelink{
	text-align:center;
	font-size:100%;
	font-weight:bold;
    }
p#pagelink a#prev{
    background:url(../news_events/img/prev.gif) left center no-repeat;
	padding-left:9px;
	padding-right:6px;
	font-weight:normal;
	}
p#pagelink a#next{
    background:url(../news_events/img/next.gif) right center no-repeat;
	padding-left:6px;
	padding-right:9px;
	font-weight:normal;
	}
p#pagelink a:link,
p#pagelink a:visited{
    color:#0066cc;
	text-decoration:none;
	}
p#pagelink a:hover,
p#pagelink a:active{
    color:#3399cc;
	text-decoration:underline;
	}

/*****************************************************
Event page
*****************************************************/
/*===Blank between each event=======================*/
div#content div.eventblock{
    margin-bottom:18px;
	}
