/* ---[ Structure ]--------------------------------------------- */
#colM {
	padding: 0 0 0 95px;
	background: url("../graphics/bg_colm_100px.gif") top left repeat-y;
}


/* ---[ General ]--------------------------------------------- */
a.link {
		padding: 5px 5px 5px 25px;
		background: transparent url(../graphics/aoutside.gif) 100% 60% no-repeat;
		padding-right: 10px;
		color: #40659b;
		text-decoration: none;
	}


/* ---[ Headers ]----------------------------- */

h2.links {
		padding: 30px 0 0 65px;
		margin: 5px 0 0 0;
		background: url(../graphics/icons/weblinks.png) no-repeat 0 1px;
	}

/* ---[ Buttons ]--------------------------------------------- */

#edit {
	width: 21px;
	float: right;
	padding: 21px 0 0 0;
	margin: 0 0 5px 5px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:21px; /* for IE5/Win only */
	background: url("../graphics/edit.gif") 0 0;
}

#edit:hover {
	background-position: 0 -31px;
}

/* ---[ Portal ToolBar ]---------------------------------------- */
	
#links_toolbar {
		border-style: solid;
		border-color: #FDDC9A;
		border-width: 2px 0 2px 0;
		background: url(../graphics/bg_portal_toolbar.gif) top left repeat-x;
	}

#links_toolbar table {
		color: #963;
		font-size: 85%;
		padding: 5px;
		position: relative;
		width: 100%;
	}

/* ---[ Posts ]------------------------------------------------ */

.posts {
		margin: 15px 0 0 0;
		padding: 0;
	}

.post {
		margin: 0;
		padding: 0;
	}

.post h2 {
		width: 100%;
		background: #f4f4f4;
		font-size: 1.1em;
		font-weight: bold;
		margin: 10px 0 10px 0;
		padding: 0;
		border-bottom: none;
		
	}

.posts p {
		margin: 0;
		padding: 5px 5px 5px 25px;
	}

.posts div#border {
		border: 1px solid #c9c9c9;
		padding: 5px 5px 0 5px;
	}

/* ---[ Messages ]-------------------------------- */
	
.message {
	margin: 25px;
	padding: 0 0 0 50px;
	background: url(../graphics/info.gif) no-repeat 0 0;
}

.message h1{
	border-bottom: 1px solid #ccc;
}

.message p {
	margin: 0;
	padding: 5px 0 0 15px;
	font: 11px "Lucida Grande", Tahoma, Arial, sans-serif;
}