﻿
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#000000;
}


* table {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px}
* td {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px}




/**
**	List - start
*/
#header-list
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	color:#ffffff;
}
#header-list li.name
{
	font-size:15px;/*1.4em;*/
	font-family:"Times New Roman", Verdana, Arial;
	font-weight:bold;
	padding-top:0px;
	letter-spacing:.2em;
}
#header-list li.title
{
	font-size:11px;
	font-family:Verdana, Arial;
	font-weight:normal;
}

.ul_main1 
{
	font-weight:normal;
	font-size:110%;
}
.ul_main1 ul
{
	display:inline;
}
.ul_main1 ul li
{
	display:inline;
	list-style:none;
	padding:5px;
}

li.emphasized 
{
	font-size:1.1em;
	color:red;
}

/**
**	List - end
*/



#leftsideNavContainer
{
	margin-top: 5px;
	background-color: transparent;
	width: 100%;
}

.sectiontitle
{
	font-size: 1.75em;
	font-weight: bold;
	color: #000066;
	padding-top:5px;
	padding-bottom:5px;
}

.subsectiontitle
{
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
	padding-top:5px;
	padding-bottom:5px;
}


/*************************************************************
**
**	Link styles
**
*************************************************************/
/* link1 */
a.link1
{
	color:#ffffff;
	text-decoration:none;
}

a.link1:visited
{
	text-decoration:none;
	color:#ffffff;
}

a.link1:hover
{
	color:#ffffff;
	text-decoration:underline;
	cursor: pointer;
}

a.link1:active
{
	color:#ffffff;
}

/* link2 */
a.link2
{
	color:#000066;
	text-decoration:underline;
}

a.link2:visited
{
	text-decoration:underline;
	color:#000066;
}

a.link2:hover
{
	color:#000066;
	text-decoration:underline;
	cursor: pointer;		
}

a.link2:active
{
	color:#000066;
}

/* link3 */
a.link3
{
	color:#000066;
	text-decoration:none;
}

a.link3:visited
{
	text-decoration:none;
	color:#000066;
}

a.link3:hover
{
	color:#000066;
	text-decoration:underline;
	cursor: pointer;		
}

a.link3:active
{
	color:#000066;
}


/*************************************************************
**
**	Link styles - End
**
*************************************************************/

/*************************************************************
**
**	Table styles
**
*************************************************************/
table.tab1
{
	margin: 0px;
	border-collapse: collapse;
}

td.tab1
{
	margin: 0px;
	border-collapse: collapse;	
	vertical-align:middle;
	text-align:center;
}

td.tab2
{
    padding-top:5px; padding-bottom:5px;
}

/*************************************************************
**
**	Table styles - End
**
*************************************************************/

/*************************************************************
**
**	Form
**
*************************************************************/
/* This is for page with entry form. */
#mainForm 
{
	padding-left:5px; 
	padding-right:5px;
	
	padding-left:10px; 
	padding-right:0px;
	margin-left:0px;
	margin-right:5px;
	margin-top:10px;
}

/* This is for page with entry form. Must be placed after #mainForm. */
#mainFormHeightAdj
{
	height:8px;
	overflow:hidden;		/* IE6 fix to do smaller height. */
}

.formDiv
{
	border: 0px;
	padding: 0px 5px 5px 5px;
	background-color: #dcdcdc; /* #dfeaff; */
}

.formDivTitle
{
	font-weight:bold;
	font-size:105%;
	color:#ffffff;
	background-image:url("Images/TabPgSelected.gif");
	background-position:center;
	background-repeat:repeat-x;
	margin-left:-5px;
	margin-right:-5px;
	padding-bottom: 5px;
	padding-left:5px;
	
}

.formLabel1
{
	margin-left:10px;
}
.formLabel1_firstCol
{
	margin-left:0px;
}

.formmessage
{
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: Red;
    background-color: Transparent;
}

.formmessage img
{
	vertical-align:middle;
}

.qa
{
	color: #000066;
	
	font-weight:bold;
	font-size:1.05em;
}

p.qa
{
	color: #000000;
	padding:10px 10px 10px 15px;
	font-size:1em;
	font-weight:normal;
}

/*************************************************************
**
**	Form - End
**
*************************************************************/

/*************************************************************
**
** side Menu
**
*************************************************************/

.sideMenuItem
{
	width:152px;
	height:31px;
	cursor:pointer;
	color:#000066;
	font-weight:bold;
	text-align:center;	
	vertical-align:middle;
	background-image:url(Images/leftMenuNotSelected.jpg);
	background-repeat:no-repeat; 
	
	
	height:24px;
	padding-top:7px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	
	padding-top:5px;
	height:28px;	

}

.sideMenuItemSelected
{
	width:152px;
	margin:0px 0px 0px 0px;
	height:31px;
	cursor:pointer;
	color:#000066;
	font-weight:bold;	
	text-align:center;
	background-image:url(Images/leftMenuSelected.jpg);
	background-repeat:no-repeat;

	height:24px;
	padding-top:7px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;	
	
	padding-top:5px;
	height:28px;	
}

.sideMenuItemDynamicHover
{
	text-decoration:underline;
}
.sideMenuItem:hover
{
	text-decoration:underline;
}
#sideMenuIEoffset
{
	margin-top:0px;
	#margin-top:-13px;
	_margin-top:-13px;
}

/*************************************************************
**
** side Menu - Ends
**
*************************************************************/

.leftColumnSection
{
	margin-top: 5px;
	margin-left:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-left:4px;
	padding-bottom:5px;
	width:100%;
	
	/*
	background-image:url(Images/cstlFrame1.png);
	background-repeat:no-repeat;
	behavior: url(iepngfix.htc);
*/
}

#divLeftCol1
{
	height:50px;
	overflow:visible;
	background-image:url(Images/divLeftCol1.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
	
}

#divLeftCol2
{
	height:33px;
	overflow:hidden;
	background-image:url(Images/divLeftCol2.jpg);
	background-repeat:no-repeat;
}

p.big 
{
	font-size:1.1em;
	line-height:1.75em;
	text-align:left;
	margin-left:5px; 
	font-weight:bold;
	color:#000000;
}

#qlViolationSearch	/* quick link */
{
	position:relative;
	top:21px;
	left:540px;
	text-decoration:none;
	width:195px;
	height:24px;
	background-color:Transparent;
}

.columnLeft
{
	float:left;
	width:45%;
	margin:0px 5px 0px 5px;
}

.columnRight
{
	float:left;
	width:45%;
	margin:0px 5px 0px 5px;	
}

.boxedInfo
{
	font-size:1.05em;
	background-color:#e6e5e1;
	padding:5px 5px 5px 15px;	
	border:solid 0px #e6e5e1;
	line-height:1.3em;
}




.twocol 
{
	width:45%;
	float:left; 
	padding-left:5px; 
	padding-right:5px; 
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
}

img 
{
	border:0px;
	vertical-align:middle;
}

.Bullet1
{
	background-image:url(Images/Bullet1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px 10px 10px 10px;
	margin-right:10px;
	
}
#MessageDay
{
	padding: 0px 5px 5px 15px;
	overflow:hidden;
}
.MessageDayTitle
{
	padding-top:5px;
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:130%; /* 16px; */
	color:#000066;
}
.MessageDayDate
{
	font-size:80%;
	padding:0px;
}
.MessageDayDetails
{
	font-size:105%;
	padding:0px;
}

/* Welcome */
.Welcome1
{
	height:213px;
	width:600px;		/* 582px */
	overflow:hidden;
	background-image:url(Images/MayorWelcome1.jpg);
	background-repeat:no-repeat; 
}
/*
* html .Welcome1
{
	background-image:none;
	height:213px;
	width:582px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Default/Images/MayorWelcome.png', sizingMethod='default', enabled='true');
}
*/

.Welcome2
{
	height:213px;
	width:600px;
	overflow:hidden;
	/* background-image:url(Images/MayorWelcome2.jpg); */
	background-image:url(Images/BannerSlide1.jpg);
	background-repeat:no-repeat; 	
	filter:alpha(opacity=0);
	
}
/*
* html .Welcome2
{
	background-image:none;
	height:213px;
	width:582px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Default/Images/MayorWelcome.png', sizingMethod='default', enabled='true');
}
*/

.WelcomeMsg1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#3333cc;
}

.WelcomeMsg2
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	line-height:150%;
 
}

/* Gridview */
.GvRowStyle
{
	 line-height:150%;
}
/* Gridview */
