@import 'portalDefault.css';
a.artLink:active,a.artLink:link,a.artLink:visited {
	font-size : 12px;
	color : #0064FF;
	font-family:Trebuchet MS;
	font-weight : bold;
 	text-decoration : none;
	font-size : 12px;
	cursor : pointer;
}

a.artLink:hover {
	text-decoration : underline;
	font-size : 12px;
	cursor : pointer;
}

a.readMore:link, a.readMore:active, a.readMore:visited {
	color:#65A22E;
	text-decoration:none;
}

a.readMore:hover{
	color:#65A22E;
	text-decoration:underline;
}
.readMore {
	font-size : 10px;
    text-align: right;   
    width: auto;
    height: auto;
}

.createNew {
	float: left;
	font-size: 10pt;
	color: #335599; 
}

.date {
	color:#757575;
	font-size:11px;
	font-weight:normal;
}

.content {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}

.customText {
	border: none;
}
.text {
	border:1px solid #88AADD;
	color:#335599;
	font-family:Trebuchet MS;
	font-size:8pt;
	font-weight:normal;
	height:16px;
	margin:1pt 4pt 1pt 10pt;
	padding-left:2px;
	width:130pt;
}

.imgSmall {
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
	color:#446699;
	cursor:pointer;
	display:block;
	font-family:Verdana;
	font-size:9pt;
	height:16px;
	width:16px;
	margin:-2px 20px 0px 10px;
	float: right;
	text-decoration:none;
}

.deletePage {
	background-image:url(../img/del.png);
	margin: 4px 5px 0px 5px;
}

.activePage {
	background-image: url(../img/arch.gif);	
	margin: 3px 10px 0px 10px;	
}

.inactivePage{
	background-image: url(../img/arch1.gif);	
	margin: 3px 10px 0px 10px;	
}

.moveUp{
	background-image: url(../img/move_up.png);	
	margin: 3px 5px 0px 5px;	
}

.moveDown{
	background-image: url(../img/move_down.png);	
	margin: 3px 5px 0px 5px;	
}

.newArticle {
	margin: 0px 0px 0px 2px;
}	

.artDescript{
	width: 500px;
	height: auto;
	float: left;
}
