
/*          browsenews.php          */
/***********************************/



a.cwnews_list_cell:link,
a.cwnews_list_cell:visited,
a.cwnews_list_cell:hover,
a.cwnews_list_cell:active
{
	text-decoration: underline;
	font-family:Arial; color:#636161; font-size:12px; line-height:15px;
}



/* Newslist (in admin-area) */
.cwnews_list_cell{
	font-family:Arial; color:#CDD3D6; font-size:12px; line-height:15px;
	vertical-align: top;
	padding-bottom:5px;
}



/*
.cwnews_list_cell{
	border-right: 1px solid #004983;
	border-bottom: 1px solid #004983;
}
.cwnews_list_th_cell{
	height : 21px;
	width : 247px; 
	padding-left : 2px;
	padding-right : 2px;
	border-right: 1px solid #004983;
	border-bottom: 1px solid #004983;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
    	text-decoration : none;      
	background-color : #E4E4E4;
	color : #B22222;
}
.cwnews_list{
	border-left: 1px solid #004983;
	border-top: 1px solid #004983;
}
*/



.cwnews_list_link:link,
.cwnews_list_link:visited,
.cwnews_list_link:active
{
	text-decoration: none;
	font-family:Arial; color:#CDD3D6; font-size:12px; line-height:15px;
	vertical-align: top;
}


.cwnews_list_link:hover
{
	text-decoration: underline;
	font-family:Arial; color:#CDD3D6; font-size:12px; line-height:15px;
	vertical-align: top;
}



/*          viewnews.php            */
/***********************************/

.newstitle_headrow
{
}


.cwnews_details_backlink:link,
.cwnews_details_backlink:visited,
.cwnews_details_backlink:hover,
.cwnews_details_backlink:active
{
	text-decoration: underline;
	font-family:Arial; color:#CDD3D6; font-size:13px; line-height:15px;
}


.cwnews_newsdate
{
	font-family:Arial; color:#FFFFFF; font-size:13px; line-height:15px;
	vertical-align: top;
	padding-bottom:5px;
	padding-right:5px;
}

.cwnews_newstitle
{
	font-family:Arial; color:#FFFFFF; font-size:13px; line-height:15px;
	vertical-align: top;
	padding-bottom:5px;
}

.cwnews_image
{
	vertical-align: top; text-align: center;
	padding-right:5px;
}

.cwnews_newstext
{
	font-family:Arial; color:#FFFFFF; font-size:13px; line-height:15px;
	vertical-align: top;
	padding-bottom:5px;
}





/* Each link which is entered in the news text should have the class "news_link" */
.cwnews_link:link,
.cwnews_link:visited,
.cwnews_link:active
{
	text-decoration: none;
	font-family:Arial; color:#DDDDDD; font-size:13px; line-height:15px;
}

.cwnews_link:hover
{
	text-decoration: underline;
	font-family:Arial; color:#DDDDDD; font-size:13px; line-height:15px;
}







/*****************************************************************/
/*         CREATIVWARE WEBSITE SPECIFIC, USED IN OLD LINKS       */
/*****************************************************************/


/* Each link which is entered in the news text should have the class "news_link" */
.news_link:link,
.news_link:visited,
.news_link:active
{
	text-decoration: none;
	font-family:Arial; color:#DDDDDD; font-size:13px; line-height:15px;
}

.news_link:hover
{
	text-decoration: underline;
	font-family:Arial; color:#DDDDDD; font-size:13px; line-height:15px;
}
