/*
 *
 * news->index
 *
 */
#index .newsTitle {
	color:#FFFFFF;
	font-size:170%;
	text-align:left;
}

#index .newsDetails {
	text-align:left;
}
#index .newsIcon {
	margin: 0 5px 0 5px;
	
	float: left;
	width: 32px;
}

#index .newsPost {
	text-align: justify;
	color:#383838;
}
#index .newsPost span{
	
	color:#383838;
}

#index .newsCommentLink {
	float: right;
}

#index th {
	border-left:0px;
	border-right:0px;
	text-indent:3px;
	height:37px;	
	background-image: url('../img/background-h1blue.png');
	background-repeat: repeat-x;
}

/*
 *
 * news->view
 *
 */
 
#view .commentUser {
	float: left;
}

#view .commentDate {
	float: right;
}

#view .input textarea {
	margin-left: 0px;
	padding-left: 0px;
}

#view .submit {
	margin-left: 470px;
}

#view h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}
table tr td {
background-color:#fff;
font-size:1.12em;
padding:4px;
color: #383838;
vertical-align:top;
}
