﻿/* News and Views */



/* box1 */

#box1_left
{
	background-image:url('../../images/public/box1_left.gif');
	background-repeat:no-repeat;
	width:11px;
	height:400px;
	position:absolute;
	top:0px;
	left:0px;
}

.submittable td
{
	vertical-align:middle;
	color:#425095;
}

#box1_right
{
	background-image:url('../../images/public/box1_right.gif');
	background-repeat:no-repeat;
	width:11px;
	height:400px;	
	position:absolute;
	top:0px;
	left:531px;
	visibility:expression(  (document.getElementById('box1_content').firstChild.offsetHeight<=400) ? "visible" : "hidden" );
	
}

/* box 3 */
#box3_left
{
	background-image:url('../../images/public/box1_left.gif');
	background-repeat:no-repeat;
	width:11px;
	height:400px;
	position:absolute;
	top:0px;
	left:0px;
}

#box3_content
{
	height:398px;	
	width:185px;
	border-top: solid 1px #425095;
	border-bottom: solid 1px #425095;
	overflow:auto;
	position:absolute;
	top:0px;
	left:11px;
	
	scrollbar-3dlight-color:#5D65A1;
    scrollbar-arrow-color:White;
    scrollbar-base-color:#5D65A1;
    
    scrollbar-face-color:#5D65A1;
    scrollbar-highlight-color:#5D65A1;
    scrollbar-shadow-color:#5D65A1;
    scrollbar-track-color:#C9CFED;
}

#box3_right
{
	background-image:url('../../images/public/box1_right.gif');
	background-repeat:no-repeat;
	width:11px;
	height:400px;	
	position:absolute;
	top:0px;
	left:185px;
	visibility:expression(  (document.getElementById('box3_content').firstChild.offsetHeight<=400) ? "visible" : "hidden" );
	
}


/* box2 */

#box2_top
{
	background-image:url('../../images/public/box2_top.gif');
	background-repeat:no-repeat;
	width: 196px;
	height: 11px;
	font-size:1px;
}
#box2_content
{
	width: 194px;
	height: 378px;
	border-left: solid 1px #425095;
	border-right: solid 1px #425095;
	overflow-y:auto;

scrollbar-3dlight-color:#5D65A1;
    scrollbar-arrow-color:White;
    scrollbar-base-color:#5D65A1;
    
    scrollbar-face-color:#5D65A1;
    scrollbar-highlight-color:#5D65A1;
    scrollbar-shadow-color:#5D65A1;
    scrollbar-track-color:White;
	
}
#box2_bottom
{
	background-image:url('../../images/public/box2_bottom.gif');
	background-repeat:no-repeat;
	width: 196px;
	height: 11px;
	font-size:1px;
}

/* nomemeber 421 */

.nomember
{
	/*background-image:url('../../images/public/localnews/nomember.gif');*/
	width:537px;
	height:50px;
	color:#425095;
	font-size:12px !important;
	font-weight:bold;
	/*padding-top:35px;*/
	padding-left:15px;
	margin-bottom:10px;
	position:relative;
	top:0px;
	left:0px;
	z-index:3;
}

.disabled
{
	position:absolute;
	top:60px;left:0px;height:360px;width:542px;
	background-color:White;
	z-index:2;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;khtml-opacity:0.4*/
}

.newsandviews h1
{
	font-size:17px; font-family:Verdana;
	margin:4px;
	margin-bottom:10px;
}

#searchbox421
{
	background-image:url('../../images/public/localnews/searchbox.gif');
	width:190px;
	height:122px;
	overflow:hidden;
	margin-left:20px;
}

#searchbox421 #title421
{
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:White;
	line-height:18px;
}

#searchbox421 #body421
{
	padding-left:5%;
	padding-top:10px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:White;
	line-height:18px;
	
}

#searchbox421 #body421 .textbox
{
	width:90%;
	border:solid 1px #5D65A1;
}

#radio421
{
	color:#425095;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
}

#button421
{
	padding-top:10px;
	padding-left:100px;
	
}

.bigbox
{
	position:relative;top:0px;left:0px;height:400px;width:542px;
}