/* 
    Document   : newsblog
    Created on : 25-Jan-2008, 12:28:36
    Author     : Doug
    Description: Styles for newsblog CMSApplication
*/
	/* Bear in mind that every style here is cascaded from the current template
   - be careful setting colours etc!
*/ /* blogApp is the main container for front-end presentation */
/*
#newsblogApp {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

#newsblogApp h1,#newsblogApp h2 {
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
}

#newsblogApp p.byLine {
	font-size: smaller;
}
*/

/* newsblogEditor is the main container for the Admin interface */
#newsblogEditor {
	font-size: smaller;
}

#newsblogEditor table#itemList {
	border: 1px solid #CCCCCC;
	padding: 0;
	width: 550px;
}

#newsblogEditor tr {
	padding: 0;
	margin: 0;
}

#newsblogEditor th {
	text-align: left;
}

#newsblogEditor tr.darkBG {
	background-color: #DDDDDD;
}

#newsblogEditor td {
	padding: 3px;
}

#newsblogEditor td.itemID,
#newsblogEditor td.itemTitle,
#newsblogEditor td.itemThumb,
#newsblogEditor td.itemImage,
#newsblogEditor td.itemDate
{
	border-right: 1px solid #CCCCCC;
}

/* #newsblogItemEditor is the editor for an individual newsblog item */
#newsblogItemEditor { /*display: none;*/
	
}