﻿/* SITE WIDE DEFAULT */
body {
	scrollbar-arrow-color:#DDDDDD;
	scrollbar-base-color:#666666;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF url(//local.anaheim.net/gradient_blue.jpg) repeat-x;
}

a {color:#0000CC}
a:hover {text-decoration:underline}

/*Copy Text */
table {font-size:11px}







table.Primary
{
	background-color:#FFFFFF;
	width:769px;
	border:7px solid #FFFFFF;
	border-collapse: collapse; /* CELLSPACING=0 */
	margin:0 auto 0 auto;
}

td.HeaderLogoBg
{
	background:url(//local.anaheim.net/images/home_logo_bg.gif);
	background-color:#115097;
}

table.HeaderLogo
{
	border-bottom:1px solid #FFFFFF;
	width:100%;
	border-collapse:collapse;
	vertical-align:bottom;
	font-size:9px;
	color:#FFFFFF;
}

table.HeaderLogo td
{
	padding:0; /* CELLPADDING=0 */
}

table.HeaderLogo p
{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


td.HeaderLogoLeft
{
	width:33%;
}

td.HeaderLogoLeft a
{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

td.HeaderLogoCenter
{
	width:250px;
}

td.HeaderLogoRight
{
	width:33%;
	vertical-align:bottom;
	text-align:right;
}


table.BlueYellowTable
{
	border-collapse: collapse;
	width:100%;
}

table.BlueYellowTable tr td,
table.BlueYellowTable tr th,
table.BlueYellowTable tbody tr td,
table.BlueYellowTable tbody tr th
{
	padding:5px;
	background-color:#FFFFEF;
	border:1px solid #EEE;
	vertical-align:top;
}

table.BlueYellowTable tr:nth-child(even) td,
table.BlueYellowTable tbody tr:nth-child(even) td
{
	background-color:#FFFFD6;
}

table.BlueYellowTable tr.BlueYellowTableHeader td,
table.BlueYellowTable tr.BlueYellowTableHeader th,
table.BlueYellowTable tbody tr.BlueYellowTableHeader td,
table.BlueYellowTable tbody tr.BlueYellowTableHeader th,
table.BlueYellowTable thead tr th
{
	color:#FFFFFF;
	background-color:#115097;
	border:1px solid #EEE;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

table.BlueWhiteTable
{
	border-collapse: collapse;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}

table.BlueWhiteTable thead tr th,
table.BlueWhiteTable tr th
{
	font-weight:normal;
	color:#FFFFFF;
	background-color:#115097;
	vertical-align:middle;
	text-align:left;
	font-size:9pt;
	padding:4pt 4pt 4pt 5pt;
}

table.BlueWhiteTable tr td,
table.BlueWhiteTable tbody tr td
{
	padding:4pt;
	background-color:#FFFFFF;
	border:1px solid #EEE;
	vertical-align:top;
	border-left:none;
	border-right:none;	
	font-size:8pt;	
}







/* SMALL BLUE FLOATING TABLE WITH CLOSE BUTT AND IFRAME*/

#statusTable,
#translateTable,
#translateTableCC, /* City Clerk */
#translateDiv,
#noticeDiv
{
	border-collapse: collapse;
	border:1px #115097 solid;
    position:absolute;
	display:none;
	background-color:#FFFFFF;
}

#translateDiv,
#noticeDiv
{
	width:210px;
	font-size:12px;
}

#statusTable tr#blueHeader,
#translateTable tr#blueHeader,
#translateTableCC tr#blueHeader,
#translateDiv p#blueHeader,
#noticeDiv p#blueHeader
{
	margin:0;
	padding:3px 5px 5px 5px;
	height:auto;
	background-color:#115097;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#statusTable a
{
	color:#FFFFFF;
	text-decoration:none;
}

#statusTable iframe,
#translateTable iframe,
#translateTableCC iframe,
#translateDiv iframe
{
	width:200px;
	height:75px;
}




.LeftTables
{
	vertical-align:top;
	padding-right:4px;
}



/*White Copy */
.Utxt1,
.solid_header, /*SOLID HEADER SHOULD BE REPLACED BY BLUEHEADER*/
.BlueHeader /* WHEN USING BLUEHEADER SPECIFY BACKGROUND COLOR AS BLUE */
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/* SHOULD BE REPLACED WITH .DGrayHeaderTable */
.Utxt6 {
	font-size:9px;
	color:#FFFFFF;
}
.Utxt6 a {
	color:#FFFFFF;
	text-decoration:none;
}
.Utxt6 a:hover {color:#FFFFFF}



.ANABlueHeader
{
 color:#000099; 
 font-weight:bold;
 font-size:16px;
}



.SeniorProgHeader
{
 text-align:center;
 color:#0066FF; 
 font-weight:bold;
 font-size:16px;
}
.SeniorProgText
{
 color:#0066FF; 
 font-weight:bold;
 font-size:12px;
}










/* LINK BOX */
.linkBox,
.linkBoxFullWidth,
.linkBoxFloatLeft,
.linkBoxFloatRight,
.linkBoxInline
{
	width:190px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-collapse: collapse;
}

.linkBoxFloatLeft
{
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}

.linkBoxFloatRight
{
	float:right;
	margin-left:4px;
	margin-bottom:4px;
	border:1px solid #115097;
	border-collapse:collapse;
}

.linkBoxInline { display:inline }
.linkBoxFullWidth { width:100% }

.linkBoxMainTD
{
	padding:5px;
	padding-left:15px;
	font-size:10px;
}

.linkBoxBlueHeader,
.linkBoxDGrayHeader,
.DGrayHeaderTable
{
	font-size:10px;	
	color:#FFFFFF;
	font-weight:bold;
	background-color:#115097;
	height:18px;
	white-space:nowrap;
}

.linkBoxDGrayHeader,
.DGrayHeaderTable
{
	background-color:#6C6C6C;
}

.DGrayHeaderTable /* GOES TO 100% FIND OUT IF ABOVE IS 100%*/
{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	width:100%;
}




/*BELOW IS NEW VERSION OF LINK LIST */
.BlueHeader190,
#BlueHeader190,
.DGrayHeader100P,
#DGrayHeader100P,
#section_links
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;	
	color:#FFFFFF;
	font-weight:bold;
	background-color:#115097;
	padding:3px 6px 3px 6px;
	margin:0;
}

.BlueHeader190,
#BlueHeader190
{
	width:190px;
}

.DGrayHeader100P,
#DGrayHeader100P,
#section_links
{
	background-color:#6C6C6C;
	width:auto;
}


#section_links a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#section_links a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

.section_links_submenu
{
	display:none;
	position:relative;
	left:9px;
	width:97%;
}






#LinkList
{
	padding:5px 2px 5px 8px;
	width:190px;
	font-size:9px;
}

#LinkList li
{
	list-style-type: none;
	padding:0 0 0 9px;
	background: url(//local.anaheim.net/images/LIBlueDot.gif) no-repeat 0 6px;
	list-style-position:outside;
	color:#0000CC;
}

#LinkList li a { text-decoration:none }
#LinkList li a:hover { text-decoration:underline }






/* Blue Copy SEEMS TO BE ALWAYS INCLUDED WITH .linkBoxMainTD */
.Utxt4,
.linkBoxmainTD
{
	font-size:9px;
	color:#0000CC;
}

.Utxt4 a,
.linkBoxmainTD a
{text-decoration:none}


/* USUALLY BLUE */
.NavLinks
{
	font-size:11px;
	color:#0000CC;
}

.NavLinks a {text-decoration:none}





.ULBlueLinks {
	margin-left: 0;
	color:#0000CC;
}

.ULBlueLinks li {
	margin-left: 0;
	}

.ULBlueLinks a {
	font-size: 11px;
	text-decoration:none;
	}
	

/* Thin black Copy */
.Utxt6i {
	font-size:9px;
	color:#000000;
}




/* Message Text */
.Message {
	font-size:9px;
	color:#3366CC;
}



/* Form Elements DURING REDESIGN CONSIDER REMOVING VERDANA FONT... HAS TOO MUCH WIDTH PER CHARACTER TO FILL IN FORMS */
.drpDown1{
	border:1px solid #CAC9C9;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px ;
}

/*formCommon should eventually replace .txtBox1*/
.txtBox1,
.formCommon input,
.formCommon select,
.formCommon textarea
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	border:1px solid #242424;
}

 /* REMOVES BOX AROUND RADIO BOXES, CHECKBOXES EG. <input type=radio> 
    WORKS IN IE7 AND ABOVE ONLY IF !DOCTYPE IS IN <html> TAG
	USE .noBox TO FORCE IT OFF OTHERWISE */
.formCommon input[type=radio],
.formCommon input[type=checkbox],
.formCommon .noBox
{
	border:none;
}

.formCommon input[type=submit]
{
	cursor:pointer;
}

#4ADA
{
	color:white;
	font-size:1px;
	text-decoration:none	
	
}

p.YellowWarn
{
	text-align:center;
	border:1px solid black;
	padding:5px;
	background-color:#FFC;
}

.CurvyIt
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: #4aa7e0 2px solid;
	background-color: #ececec;
	
}

.oldRoundBoxContainer
{
	vertical-align:top;
	padding-top:10px;
}