#Layout{
	width:760px;
	font-family:georgia,times new roman;
}

#QuickLinks{
	color:#FFFFFF;
	font-family:georgia,times new roman;
	padding-top:0;
	padding-left:0;
	padding-right:5px;
	padding-bottom:0;
}

#Top{
	width:760px;
	height:69px;
	color:#FFFFFF;
	font-family:georgia,times new roman;
	background:url('http://www.kingstonmass.org/images/layout/layout1.gif');
	background-repeat:no-repeat;
	border-top:solid 1px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:0;
	border-color:#265a8e;
}

#Header{
	font-family:georgia,times new roman;
	width:760px;
	height:116px;
	background:url('http://www.kingstonmass.org/images/layout/layout2.jpg');
	background-repeat:no-repeat;
	border-top:0;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:0;
	border-color:#265a8e;
}

#Search{
	width:760px;
	height:32px;
	color:#000000;
	background:#4281c0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:double;
	border-color:#FFFFFF;
	color:#FFFFFF;
	font-family:georgia,times new roman;
	font-size:8pt;
}

#Left{
	width:162px;
	font-family:georgia,times new roman;
	background:#FFFFFF;
}

#Content{
	width:588px;
	font-family:georgia,times new roman;
	padding:7px;
	background:#FFFFFF;
}

#Wide{
	font-family:georgia,times new roman;
	padding:7px;
	background:#FFFFFF;
}

#FooterText{
	color:#FFFFFF;
	font-size:8pt;
	font-family:georgia,times new roman;
	padding-top:0;
	padding-left:3px;
	padding-right:0;
	padding-bottom:0;
}

#Footer{
	width:753px;
	height:52px;
	color:#FFFFFF;
	font-family:georgia,times new roman;
	font-size:8pt;
	background:#4281c0;
	border:1px;
	border-color:#265a8e;
	border-style:solid;
}

BODY{
	font-family:georgia,times new roman;
}

/***************     Links     **************/

a{
	color:#000099;
	font-family:georgia,times new roman;
}

a:hover{
	color:#800080;
	font-family:georgia,times new roman;
}

a.Quick{
	color:#FFFFFF;
	font-family:georgia,times new roman;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.Quick:hover{
	color:#d2e3f4;
	font-family:georgia,times new roman;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

a.FooterLink{
	color:#FFFFFF;
	font-family:georgia,times new roman;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}

a.FooterLink:hover{
	color:#d2e3f4;
	font-family:georgia,times new roman;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
}

H1{
	font-family:georgia,times new roman;
	font-weight:bold;
	font-size:18px;
	color:#3F3F3F;
	margin-top:10px;
	margin-bottom:15px;
}

/***************     Search     **************/

.SEARCH_FORM_BOX{
	color:#6F6F6F;
	font-family:georgia,times new roman;
	border:1px;
	border-color:#bcc6d1;
	border-style:solid;
	background-color:#FFFFFF;
	height:20px;
	width:100px;
}

.SEARCH_FORM_LABEL_TEXT{
	color:#FFFFFF;
	font-family:georgia,times new roman;
	font-size:10pt;
	font-weight:bold;
}

.SUBMIT_BUTTON{
	color:#FFFFFF;
	font-family:georgia,times new roman;
	font-size:10pt;
	font-weight:bold;
	background-color:#4281C0;
	border:1px;
	border-color:#FFFFFF;
	border-style:solid;
	padding:0;
}

.MINISEARCH_TEXT{
	color:#FFFFFF;
	font-family:georgia,times new roman;
	font-weight:bold;	
}

/***********************************************/

SELECT, TEXTAREA, CHECKBOX{
	color:#444444;
	background-color:#FFFFFF;
}

.CHECKBOX{
	background-color:#FFFFFF;
}

LEGEND{
	color:#000000;
	FONT-SIZE:12px;
	margin: 2px 2px 2px 2px;
}

UL.ulNEWS{
	list-style-type:none;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

LI{
}

UL{
}

.IMAGE_BUTTON{
	color:#444444;
	background-color:#FFFFFF;
}

/*  For Message displayed within baselist usually */
.MESSAGE_TEXT{
	color:Gray;
}

.RADIO{
	color:#444444;
	background-color:#FFFFFF;
}

.ERROR_TEXT{
	color:Red;
}

/*  For text before the form field */
.FORM_LABEL_TEXT{
	color:#444444;
	font-weight:bold;
}

/*  Used as header text in Qforms */
.HEADER_TEXT{
	font-weight:bold;
	font-size:14px;
	color:#234384;
}

/*  For Cells in Baselist */
.TBL_CELL{
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left-width:1px;
	border-left-color:#24486C;
	border-left-style:solid;
}

/*  For Cells on left in Baselist */
.TBL_CELL_INITIAL{
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:none;
}

/*  For Rows in Baselist */
.TBL_ROW{
	background-color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
}

/*  For Row Alternating in Baselist */
.TBL_ROW_ALT{
	background-color:#C0C0C0;
	padding-left:3px;
	padding-right:3px;
}

/*  For Row Selected in Baselist */
.TBL_ROW_SELECTED{
	background-color:#FFFFCC;
	padding-left:3px;
	padding-right:3px;
}

/*  For Header Cells in Baselist */
.TBL_HEADER_CELL{
	font-weight:bold;
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left-width:1px;
	border-left-color:#24486C;
	border-left-style:solid;
}

/*  For Header Row in Baselist */
.TBL_HEADER_CELL_INITIAL{
	border-bottom:none;
	border-top:none;
	border-right:none;
	border-left:none;
}

/*  For Rows in Baselist */
.TBL_HEADER_ROW{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#24486C;
	padding-left:2px;
	padding-right:2px;
}

/*  For TextBoxes */
.TEXT{
	color:#444444;
	background-color:#FFFFFF;
}


/* Geo RSS Map styles */
#layertoggles{
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #CBCBCB;
	color: #444444;
	background: #F7FAFA;
	position: relative;
	top: -360px;
	left: auto;
	right: -39px;
	} 
#layertoggles p{
	margin-bottom: 0;
	padding-bottom:0;
	}
/* News feed styles */
.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW
{
	display:table-row;
	background-color:#FFFFE0;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT
{
	font-style:italic;
	margin-left:19px;
}

.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE
{
	display:table-row;
	background-color:#E0E0FF;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_DETAILS_TABLE
{
	display:table;
	background-color:Navy;
}

.NEWS_FEED_DISPLAY_DETAILS_TITLE
{
	font-weight:bold;
}

.NEWS_FEED_DISPLAY_EXPANDER
{
	margin:0px 5px 0px 5px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE
{
	color:Red;
}

.NEWS_FEED_DISPLAY_LINK_TITLE
{
	color:Navy;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE
{
	display:table-row;
	background-color:#E0E0E0;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER
{
	display:table-row;
	background-color:#FFC469;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_RSS
{
	margin:0px 2px 0px 10px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT
{
	font-weight:bold;
	color:#691F01;
}

.NEWS_FEED_DISPLAY_ROW_TITLE
{
	display:table-row;
	background-color:#FFEBCD;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_TABLE
{
	display:table;
	background-color:#733D1A;
}

.NEWS_FEED_DISPLAY_RSS
{
	margin:0px 2px 0px 10px;
}

.NEWS_FEED_DISPLAY_TITLE
{
	font-style:italic;
}

.LiveEditDiv
{
	margin:0;
	position:fixed;
	top:8px;
	left:auto;
	right:8px;
}

.LiveEditButton
{
}



/* Geo RSS Map styles */
#layertoggles{
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border-color: #CBCBCB;
	color: #444444;
	background: #F7FAFA;
	position: relative;
	top: -360px;
	left: auto;
	right: -39px;
	} 
#layertoggles p{
	margin-bottom: 0;
	padding-bottom:0;
	}
/* News feed styles */
.NEWS_FEED_DISPLAY_DETAILS_BODY_ROW
{
	display:table-row;
	background-color:#FFFFE0;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_DETAILS_BODY_TEXT
{
	font-style:italic;
	margin-left:19px;
}

.NEWS_FEED_DISPLAY_DETAILS_ROW_TITLE
{
	display:table-row;
	background-color:#E0E0FF;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_DETAILS_TABLE
{
	display:table;
	background-color:Navy;
}

.NEWS_FEED_DISPLAY_DETAILS_TITLE
{
	font-weight:bold;
}

.NEWS_FEED_DISPLAY_EXPANDER
{
	margin:0px 5px 0px 5px;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE
{
	color:Red;
}

.NEWS_FEED_DISPLAY_LINK_TITLE
{
	color:Navy;
}

.NEWS_FEED_DISPLAY_ROW_ARCHIVE
{
	display:table-row;
	background-color:#E0E0E0;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER
{
	display:table-row;
	background-color:#FFC469;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_RSS
{
	margin:0px 2px 0px 10px;
}

.NEWS_FEED_DISPLAY_ROW_HEADER_TEXT
{
	font-weight:bold;
	color:#691F01;
}

.NEWS_FEED_DISPLAY_ROW_TITLE
{
	display:table-row;
	background-color:#FFEBCD;
	text-align:left;
	text-indent:3px;
}

.NEWS_FEED_DISPLAY_TABLE
{
	display:table;
	background-color:#733D1A;
}

.NEWS_FEED_DISPLAY_RSS
{
	margin:0px 2px 0px 10px;
}

.NEWS_FEED_DISPLAY_TITLE
{
	font-style:italic;
}

.LiveEditDiv
{
	margin:0;
	position:fixed;
	top:8px;
	left:auto;
	right:8px;
}
#EmergencyAlert {
	background-color: red;
	font-size: 14pt;
	text-align:center;
	font-weight:bold;
	color: #FFF;
}

.LiveEditButton
{
}
