﻿.NWS_TopPanel
{
	margin-top:10px;	
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom: solid 1px #dddddd;
}

.NWS_TopPanel label
{
	display:inline;	
	float:left;
	position:relative;
	top:3px;
	padding-right:5px;
	font-weight:bold;
}

.NWS_TopPanel select
{
	margin-right:10px;
	display:inline;	
	float:left;
}

.NWS_TopPanel input
{
	float:right;	
	display:inline;
}


/****************************/

.NWS_MainGrid
{
	width:100%;	
}

.NWS_MainGrid_Header
{
	background-color:Gray;
	color:White;
	font-size:10pt;
	font-weight:bold;
}

.NWS_MainGrid_Header TH
{
	border-left:solid 1px #dddddd;
	padding:2px;
}

.NWS_MainGrid_Row
{
	background-color:#eeeeee;
}

.NWS_MainGrid_Row TD
{
	border-left:solid 1px #dddddd;
	padding:2px;
}

.NWS_MainGrid_Row TD input
{
	float:right;
}

.NWS_MainGrid_RowAlt
{
	background-color:#e5e5e5;
}

.NWS_AddView_ItemDiv
{
	margin-top:8px;
	clear:both;
	display:block;
	background-color:#dddddd;
	width:100%;	
	height:30px;
}

.NWS_AddView_ItemDiv label
{
	float:left;
	margin-right:3px;
	font-weight:bold;
	color:white;
	width:130px;
	background-color:Gray;
	border-right:solid 1px white;
	height:25px;
	padding:3px 3px 2px 2px;
	
}

.NWS_AddView_ItemDiv select
{
	width:180px;
	position:relative;
	top:5px;
}

.NWS_AddView_ItemDiv input[type="text"]
{
	width:220px;
	position:relative;
	top:5px;
}

.NWS_AddView_ItemDiv input[type="checkbox"]
{
	position:relative;
	top:5px;
}

.NWS_AddView_DateRow input[type="text"]
{
	width:120px;
	
	top:-12px;
}

.NWS_AddView_DateRow span
{
	position: relative;
	top: -12px;
	
	
}

.NWS_AddView_WSYWIGItemDiv
{
	float:left;
	margin-right:3px;
	font-weight:bold;
	color:white;
	width:100%;
	background-color:Gray;
	padding:3px 3px 2px 2px;
	margin-top:10px;
}

.NWS_AddView_SectionDiv
{
	background-color:#dddddd;
	padding-top:5px;
}

.NWS_AddView_SectionDiv span
{
	
}

.NWS_AddView_SectionDiv span label 
{
	margin-right:10px;
	position:relative;
	top:-3px;
}

.NWS_AddView_SectionDiv_subDiv
{
	padding-top:5px;
	padding-left:5px;	
	padding-bottom:5px;
}


.NWS_AddView_SectionDiv_subDiv .SubLine 
{
	margin-bottom:5px;
}

.NWS_AddView_SectionDiv_subDiv .SubLine input
{
	width:auto;
}

.NWS_AddView_SectionDiv_subDiv .SubLine .SubLabel
{
	margin-right:5px;	
	width:130px;
	float:left;
	
}

