<br />
<b>Warning</b>:  include(/init.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in <b>/home/cccmin/community/share/cssmain.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>:  include() [<a href='function.include'>function.include</a>]: Failed opening '/init.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/local/lib/php/PEAR') in <b>/home/cccmin/community/share/cssmain.php</b> on line <b>3</b><br />

.instruction {
	font-size: 1em;
	color:#888;
	font-style: italic;
	margin-left:.4em;
	}
.positive {
	color:green;
	font-weight:bold;
	}

/* FRIENDS LIST */
.friendListItem { 
	padding: 0; 
	margin-right: 6px; 
	margin-top: 0; 
	margin-bottom: 6px; 
	text-align: center; 
	float: left; 
	}
.friendListItemTitle{
	font-size:.9em;
	line-height: 1.2em;
	}
.friendListItem a {
	background-color:#fff;
	border: none;
	}
.friendListItem a:hover {
	border: none;
	}
.userImg {
	background-color:#fff;
	text-align:left;
	border: 2px solid #cccccc;
	margin-right: 8px; 
	margin-bottom: 8px;
	padding:2px;
	}
.nowOnline .userImg{
	background-color:#D2F7BC;
	}
.idle .userImg{
	background-color:#F9D59F;
	}
.handle {
	cursor: move;
	}
.trash {
	cursor: pointer;
	}


/* AUTO COMPLETE -- everything here totally needs to be cleaned up */
div.page_name_auto_complete {
	font-size:12px;
	color:black;
	width: 100px;
	background: #fff;
	display: inline;
	}
div.page_name_auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	}
div.page_name_auto_complete ul li {
	margin: 0;
	padding: 3px;
	}
div.page_name_auto_complete ul li.selected { 
	color: #fff; 
	background-color: #3366CC; 
	}
div.page_name_auto_complete ul strong.highlight { 
	color: #800; 
	margin: 0;
	padding: 0;
	}
.numTypeMatches {
	color:#008000;
	padding-left:10px;
	font-size:11px;
	}
div.page_name_auto_complete ul li.selected .numTypeMatches {
	color:#fff;
	}	
li.suggestEntry {
	text-align:right;
	margin:1em 0;
	padding:0;
	}
li.suggestEntry div {
	display:inline;
	white-space:nowrap;
	}
li.suggestEntry div.left {
	float:left;
	}
.liveSuggestMessage {
	border:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	color:blue;
	text-align:center;
	}
#addcontactsearch {
	font-size:16px;
	font-weight:bold;
	color:#333;
	}
#findContactArea {
	margin-top:20px;
	margin-bottom:30px;
	}
.findContactLabel {
	color:#666;
	font-size:18px;
	font-weight:bold;
	}
#searchNetwork {
	margin-bottom:3px;
	}
.findContactLink{
	font-size:14px;
	padding-left:5px;
	}	
input#addcontactsearch[type=text] {
	padding-left:2px;
	border:1px solid #7F9DB9;
	}
input#addcontactsearch:focus{
	background-color:#FFFFDD;
	}
.miniInfoArea {
	margin-top:15px;
	color:#333;
	padding:3px;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	}
#searchNetworkAgain {
	cursor:pointer; 
	background-color:#FFFF99;
	}
.livePanelTitle {
	cursor:move;
	}
.contactAddSuccess {
	color:green;
	font-weight:bold;
	}
.contactAddFail {
	color:red;
	font-weight:bold;
	}
#addContactFormArea {
	padding-top:5px;
	}
#profileSearchName{
	cursor:pointer; 
	}
#inviteContactsSuccess{
	padding-left:30px;
	}
.successfulContactInvite{
	color:#333;
	font-weight:bold;
	}
#contactInviteEmails {
	font-family: Arial, Verdana, Helvetica;
	border:1px solid #7F9DB9;
	font-size:16px;
	padding-left:2px;
	color:#666;
	}
#inviteContactsFormArea {
	margin-right:20px;
	margin-top:10px;
	}
#inviteContactsFormArea .emphasis {
	color:#333;
	background-color:#E9F5FF;
	}
.livePanel {
	color:#333;
	}
#noContactsMessage {
	font-size: 13px;
	font-style:italic;
	}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.pagination{
	padding: 2px;
	}
.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/
	font-size: .9em;
	}
.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	}
.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
	}
.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
	}
.pagination li.currentpage{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid navy;
	background-color: #2e6ab1;
	color: #FFF;
	}
.pagination li.disablepage{
	padding: 0 5px;
	border: 1px solid #929292;
	color: #929292;
	}
.pagination li.nextpage{
	font-weight: bold;
	}
* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
	}