/**
Name : Style.css
Controller : News
Module : News
Date : 2010 Feb 04
*/

#Core-News {

}

.Core_MoreBtn {
		self {
			margin-top: 15px;
			width: 114px;
			height: 40px;
			background-image: url($images/more_button.png);
			text-align: center;
	 	}
	 	a:link, a:visited {
	 		color: #333;
	 		text-decoration: none;
	 		font-weight: bold;
	 		padding-top: 11px;
	 		display: block;
	 		height: 14px;
	 	}
	 	a:hover {
	 		color: #333;
	 		text-decoration: underline;
	 		font-weight: bold;
	 		padding-top: 11px;
	 		display: block;
	 		height: 14px;
	 	}
}

/************** DEFAULT VIEW / CATEGORY VIEW ******************/
.News-ItemPreview {
    
}
.News-ItemPreview-Grid {
    margin-bottom: 35px;
    width: 180px;
    float: left;
    margin-right: 20px;
}
.News-ItemPreview-List {
    margin-bottom: 35px;
    width: 100%;
}
.News-ItemPreview h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.News-ItemPreview h2 a:link, a:visited {
    color: #494949;
    text-decoration: underline;
}
.News-ItemPreview h2 a:hover {
    color: #494949;
    text-decoration: underline;
}
.News-ItemPreview .Core_MoreBtn {
	margin-top: 15px;
	width: 114px;
	height: 40px;
	background-image: url(../../images/more_button.png);
	float: right;
}
.News-ItemPreview .Core_MoreBtn a:link,
.News-ItemPreview .Core_MoreBtn a:visited {
	color: #333;
	text-decoration: underline;
	padding-top: 11px;
	display: block;
	height: 14px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.News-ItemPreview .Core_MoreBtn a:hover {
	color: #333;
	text-decoration: underline;
	padding-top: 11px;
	display: block;
	height: 14px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.News-ItemPreviewCategory {
	
}

.News-ItemPreview-Grid img {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-right: 10px;
    margin-bottom:  15px;
}
.News-ItemPreview-List img {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-right: 10px;
    float: left;
}
.News-ItemPreviewCategory {
	float: left;
}
.News-ItemPreviewCategory a img{
	border: 0;
	float: none;
}
.News-ItemPreviewCategory a {
	color: #494949;
}
.News-ItemPreview-Grid .News-SmallImageHolder {
    height: 150px;
}
.News-ItemPreview-Grid p {
    font-size: 12px;
    text-indent: 15px;
    height: 120px;
    overflow: hidden;
}
.News-ItemPreview-List p {
    font-size: 12px;
    text-indent: 15px;
}
.News-ItemMeta {
    border-top: 1px solid #CCCCCC;
    color: #CCCCCC;
    font-size: 11px;
    margin-top: 15px;
}
.News-Category {

}
.News-Category h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.News-Category h1 a:link, a:visited {
    color: #333333;
    text-decoration: none;
}
.News-Category h1 a:hover {
    color: #333333;
    text-decoration: underline;
}

.News-Toolbar {
    float: right;
}
.News-Toolbar a {
    margin-left: 10px;
}

/************** DETAILS VIEW ******************/
.News-Item {

}
.News-Item h1 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 25px;
}
.News-Item img {
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-right: 5px;
}
.News-Item p {
    font-size: 12px;
    text-indent: 30px;
}

.News-SameCategory {
	margin-top: 50px;
	
}
.News-SameCategory h2 {
	font-size: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.News-SameCategory h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
.News-SameCategory h3 a {
	color: #494949;
	text-decoration: underline;
}
.News-SameCategory p {
	font-size: 12px;
}
.News-SameCategoryMeta {
	font-size: 11px;
	color: #ccc;
	margin-bottom: 25px;
}

/********************* PORTLET ***********************/
.News-Portlet {
    color: black;
    padding: 10px;
}
.News-Portlet h1 {
    margin-left: -15px;
}
.News-Portlet-Item {
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}
.News-Portlet-Item h2 {
    font-size: 14px;
    margin-bottom: 10px;
}
.News-Portlet-Item h2 a {
    color: black;
    text-decoration: none;
}
.News-Portlet-Item p {
    font-size: 14px;
}
.News-Portlet-Item div {
    font-size: 10px;
    color: #999999;
}
.News-Portlet-Item div a {
    color: black;
    float: right;
}

#upload_button {
	border: 1px solid #333;
	padding: 10px;
	background-color: #ccc;
}