/**
 * override common.css 
 */
body {
	background-color: #ffffff;
	color: #606060;
	font-family: Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
}

#header h1 {  
             padding-left:0;
             text-align:center;
}

#main h2, #main h3, #main h4 {
	font-family: Arial,'Times New Roman',Times,serif!important;
	font-weight: bold;
}

#navbar {
	border-bottom: 2px solid #52B3E5;
}

#content {
	border-top: 2px solid #52B3E5;
}

span.highlight {
	border-bottom: 1px solid #52B3E5;
}
table.listing td.headseparator {
	border-top: 1px solid #52B3E5;
}

table.listing td.endseparator {
	border-top: 1px solid #52B3E5;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #52B3E5;
}

div.separator {
	border-bottom: 1px solid #52B3E5;
}

/**
 * override style/common.css 
 */
a:link {
	color: #606060;
}
a:hover {
	color: #106895;
	background: #d5effd;
}
#header {
	background-color: #f6f7f8;
}

#navbar a {
	font-size: 0.80em;
}


table.announcements td.headseparator {
	border-top: 1px solid #8CD6FC;
}

table.announcements td.endseparator {
	border-top: 1px solid #8CD6FC;
}

/**
 * override leftSideBar.css
 */
#leftSidebar {  
               width:12%;
}

/**
 * override rightSideBar.css
 */
#rightSidebar {  
                width:12%;
}

/**
 * override bothSideBars.css
 */
#main {  
        width:51%;
}

.member a {  
            color:#375;
            text-decoration:underline;
}
.mceLayout {  
             border:1px solid!important;
}
