
body 
{
	
	margin-top: 0;
}


/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 170px;	 
	width: 649px;
	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}


.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	
	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	color:#000;
}

.disabled {
	visibility:hidden;		
}

	



.c_page
{
	width: 909px;background-color: #6E706F; 
        height: auto; 
        margin: 0 auto 0 auto;
}

.c_page .top_banner
{
        background-image: url(../images/top_banner.PNG); 
        height: 105px;
}

.c_page .form_label_gray
{
        font-family: Arial; 
        font-size: 14px; 
        color: #655D5B
}
.c_page .c_wall
{
    margin: 5px; 
    background-color: #E3E1E2;
}
.c_page .c_wall .c_wallitem
{
    background-color: white; 
    height: 50px; 
    width: 605px; 
    margin: 5px; font-family: Arial; font-size: 12px; margin: 5px 20px 5px 10px;
    color: #595A5A; 
    padding-right:5px;
    padding-top:10px;
    padding-left:10px;
    
  
}
.c_page .c_wall .c_wallitem .time
{
    margin: 3px; 
    height: 15px; 
    width: 550px;

    <!--
    
    line-height:15px
    -->

}
.c_page .c_wall .c_wallitem a
{
    color: #09759B; text-decoration :none;
}
.c_page .c_wall .c_wallitem .wallimage
{
    float: right; 
    max-width: 50px; 
    max-height: 50px;
}
.c_page .footer
{
        height: 30px;
        color: white; 
        text-align: right; 
        font: 11px arial;
        font-size: 11px; 
        margin: 20px 10px 0 20px; 
        margin-top: 10px;
}

.c_page .footer .copyright
{
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.c_page .dark_blue_link
{
    font-family: Arial; 
    font-size: 13px; 
    color: #1090BD; 
    text-decoration: none; 
    font-weight: bold;
}
.c_page .top_tabs
{
    
    height: 25px; 
    background-color: #6C6D6F; 
    width: 899px; color:white; 
    font-family: Arial; 
    font-size: 12px; 
    margin-top: 5px;
    margin-left: 10px;
    
}
.c_page .top_tabs a
{
    font-size: 12px;
    font-family: arial;
    text-decoration :none;
    color: white;
    margin-right: 10px;
    
}


















