body {
	background-color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h2 {margin-top: 0;}

a {
	text-decoration:none;
	color: #557799;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
th {
	font-weight: bold;
	text-align:left;
}
td {
	text-align:left;
}
img {
	border:0px;
}

#trail {
	margin-top: 5px;
	margin-left: 196px;
	margin-bottom: 0;
	background-color: #e8e8e8;
	padding: 2px;
	width: 687px;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	border: 1px dotted #CCC;
	border-left: 0;
	border-right: 0;
}

#trail a {font-weight: normal;}

#trail_crumbs {float:left;}

#trail_pn {float:right;}

#trail_pn a {font-weight:bold;}

#portal_background {
	position: relative;
	top: 0;
	width: 900px;
	margin: 0px auto;
	border: 1px solid #000000;
	border-top: 1px solid #FFF;
	background-color: #FFFFFF; 
}
#content {
	margin:20px 0 40px 0;
	padding: 0;
	width:680px;
	overflow: hidden;
}
#content a {
	color: #6E99C4;
	font-weight: normal;
}
.clear {
	clear: both;
}

div.clear {
	clear: both; padding:0;
}
/*- Header Styles ------------------------ */
#page_headers {
	text-align: right;
	float: right;
	margin: 15px;
}

#header {
	position:relative;
	background: url("../images/line_dottedborder.jpg") no-repeat bottom left;
	margin: 26px 0 0 193px;
	width:705px;
	height:80px;
}
#header #switch {
	position:absolute;
	right:12px;
	top:60px;
}
#header #office_form {
	position:relative;
	width:140px;
	padding:0;
	margin:0;
	margin-top:-7px;
}
#header #office_form fieldset {
	padding:0;
	margin:0;
	border:0;
}
#header #office_form select {
	width:120px;
}
#header #office_form fieldset a {
	font-size:150%;
}
#top_navigation {
	background:url("../images/boxes/top.jpg") no-repeat;
	position:relative;
	top: 20px;
	left: 286px;
	width:410px;
	height:91px;
	padding:5px;
}
#logo_headings {
	position:absolute;
	width:284px;
	height:75px;
	top: 1px;
}
#heading {
	font-size:17px;
	font-family:'Lucida Grande', Arial, sans-serif;
	letter-spacing:0.12em;
	color:#536974;
	padding:4px 0 0 0;
}
#section {
	font-size:17px;
	font-family:'Lucida Grande', Arial, sans-serif;
	letter-spacing:0.12em;
	color:#ABB578;
	padding:4px 0 0 0;
}
/*- User Info ----------------- */

#user_info {
	position: relative;
	float: left;
	width: 149px;
	height:77px;
	margin: 16px 13px 0 13px;
	padding: 0 0 13px 0;
	border: 0px solid black;
	border-bottom: 0px dotted #CBDBEB;
	background: url("../images/line_dottedborder.jpg") no-repeat bottom left;
}

#user_info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*- Left Side Navigation ----------------- */
#navigation {
	list-style:none;
	position: relative;
	margin: 0 13px 0 13px;
	padding: 0;
	width:170px;
	top: -30px;
	float: left;
}

#navigation li {
	border: 0px solid black;
	padding: 15px 0 0 0px;
	text-indent: 0;
	clear: left;
}

#no_nav {
	position: relative;
	margin: 0 13px 0 13px;
	padding: 0;
	width:170px;
	min-height:350px;
	float: left;
}
.side-nav {
	background: none;
	font-weight: bold;
	padding: 15px 0 0 35px;
}

#navigation ul {
	list-style: none;
	font-weight: normal;
	padding: 8px 4px 8px 10px;
	position: relative;
	left: 0px;
	background: none;
	background-color: #e8e8e8;
	border: 1px dotted #CCC;
	width: 135px;
	margin: 10px 0 0 0;
}
#navigation ul li {
	padding: 0;
	margin: 0;
}
/*- Footer Information ------------------- */
#disclaimer {
	clear: both;
	background: url("../images/line_dottedborder.jpg") no-repeat top left;
	height: 15px;
	position:relative;
	width:692px;
	bottom: 20px;
	left: 193px;
}
#disclaimer #copyright {
	float: left;
	padding-top: 20px;
	text-align: left;
}
#disclaimer #code {
	padding-top: 20px;
	float: right;
	position:relative;
	right: 100px;
}
/*- Login Page & Basic Form -------------- */
.login {
	padding-top: 5px;
	padding-bottom: 50px;
}
#error {
	text-align:center;
	color:#FF0000;
	padding:10px;
	border:1px solid #FF0000;
	width:40%;
}
#success {
	text-align:center;
	color:#009900;
	padding:10px;
	border:1px solid #009900;
	width:40%;
}
#base_form form {
	margin-top:35px;
}
#base_form fieldset {
	border:0px;
	text-align:left;
	padding:0px;
}
#base_form fieldset br {
	clear:left;
}
#base_form label {
	display:block;
	width:75px;
	float:left;
	text-align:left;
	padding-right:0 7px 0 0;
	postion:relative;top:3px;
}
#base_form textarea {
	font-family:"Lucida Grande",Verdana,sans-serif;
	vertical-align:top;
	width:350px;
	margin-bottom:7px;
}
#base_form input {
	font-family:"Lucida Grande",Verdana,sans-serif;
	vertical-align:top;
	margin-bottom:12px;
}
#base_form select {
	font-family:"Lucida Grande",Verdana,sans-serif;
	vertical-align:top;
	margin-bottom:7px;
}
#base_form .big {
	font-size:16px;
	font-weight: bold;
}
#base_form .form-align {
	margin-left:7em;
	margin-top:15px;
}
#secure {
	background:url("../images/icons/lock.jpg") no-repeat;
	padding:8px 0 0 62px;
	height:52px;
	vertical-align:middle;
	position:relative;
	top:-8px;
}

/*- Admin Pages & Lists ------------------ */
#head-bar {background-color:#7E94A9;height:20px;margin-bottom:10px;}
.head-bar {background-color:#7E94A9;height:20px;margin-bottom:10px;}
#header-row {background-color:#CCCCCC;}
.header-row {background-color:#CCCCCC;}
#header-row th a, .header-row th a {color:#000;font-weight:bold;text-align:center;}
#head-bar-sub td {border: 1px solid #999; vertical-align: top;}
#head-bar-sub form {margin:0 0 0 2px;padding:0px;}
#head-bar-sub fieldset {border:0px;margin:3px 0;padding:0;}
#head-bar-sub form input {padding:0;margin:0;}
#head-bar-sub form select {padding:0;margin:0;}
#head-bar-sub form label {float:none;display:inline;}
#head-bar span {float:right;margin-right:2px; line-height:25px;}
#head-bar span#admin_nav_left {float:left;}
#head-bar span#admin_nav_left a:hover {color:#fff;}
#head-bar a {color:#FFF;}
#head-bar a:hover {color:#999;}
.table-center {text-align:center;}
.table-right {text-align:right;}
#admin_nav {float:right;font-weight:bold;font-size:11px;padding-top:0px; line-height: 25px;}
#admin_nav_left {float:left;font-weight:bold;font-size:11px;padding-top:0px; line-height: 25px;}
#temp_div {width: auto; height: 18px; padding: 2px 5px; border: 1px solid #999; background-color: #CDDAEA; float: left; vertical-align: top; line-height: normal;}
#new_cancel {margin-right: 15px; vertical-align: middle; cursor: pointer;}
#temp {vertical-align: middle; margin: 0; padding: 0;}
#statuses {width: 600px; margin: 0 50px 0 0; border-right: 1px solid #333; border-bottom: 1px solid #333;}
#statuses tr td, #attached_files tr th {border-top: 1px solid #333; border-left: 1px solid #333; margin: 0; padding: 5px; vertical-align: top;}
#statuses tr th {background-color: #CDDAEA;border-top: 1px solid #333; border-left: 1px solid #333; margin: 0; padding: 5px}
#statuses tr td a {color: #333;}
#statuses tr td.sub-files {border: 0; margin: 0; padding: 5px; vertical-align: top;}
.files {border: 0; margin: 0; padding: 0px; vertical-align: top;}
.files a {color: #333;}
.yui-dt-bd table {position: relative; top: 30px; width: 600px; margin: 0 50px 30px -9px; padding: 0; border-top: 1px solid #333; border-left: 1px solid #333; border-spacing: 0;}
.yui-dt-bd table tr td {border: 0; margin: 0; padding: 5px; vertical-align: top; border-bottom: 1px solid #333; border-right: 1px solid #333; color: #000; vertical-align: middle;}
.yui-dt-bd table tr th {background-color: #CDDAEA; border: 0; margin: 0; padding: 5px; border-bottom: 1px solid #333; border-right: 1px solid #333; color: #000; vertical-align: middle;}
.yui-dt-bd table tr td a {color: #000;}
.yui-dt-bd table tr th div span {color: #000; height: 12px;}
.yui-dt-bd table tr th div {vertical-align: middle; display: inline; border: 1px solid black;}
.yui-dt-bd table tr td div {color: #000; vertical-align: middle; display: inline;}
.yui-dt-hd {display: none;}
.odd {background-color: #E8E8E8;}
.fee-col1-width {width:70%;}
.fee-col2-width {width:15%;}
.fee-col3-width {width:10%;}
.fee-col4-width {width:5%;}
.fee-assess-col1-width {width:45%;}
.fee-assess-col2-width {width:40%;}
.fee-assess-col3-width {width:15%;}
.fee-sort {padding: 10px 0;}
#add {margin-top:15px;}
#permit_num {float:right;}

.co-download-image {vertical-align:middle;}
.co-download-text {font-weight:bold;}

.white {color:#FFF;}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*--------------- CSS For Multi Uploader ---------------*/
#photoupload-status {margin-left:11.5em;}
#photoupload-queue {margin:0 0 0 11.5em;list-style:none;padding:5px 0;}
#photoupload-queue li {margin:0;padding:0;padding:5px 0;}

.photoupload-queue .queue-file {font-weight:bold;}
.photoupload-queue .queue-size {color:#aaa;margin-left:1em;font-size:0.9em;}
.photoupload-queue .queue-loader {position:relative;margin:3px;font-size:0.9em;background-color:#ddd;color:#fff;border:1px inset #ddd;}
.photoupload-queue .queue-subloader{text-align:center;position:absolute;background-color:#81B466;height:100%;width:0;left:0;top:0;}
.photoupload-queue .input-delete {width:16px;height:16px;background:url(../images/delete_button.gif) no-repeat 0 0;text-decoration:	none;border:none;float:right;}

.gallery {max-width:125px;width:auto !important;width:125px;max-height:125px;}
.image {float:left;width:125px;padding:4px;margin:0 3px;text-align:center;border:solid 1px #999;margin-bottom:6px; height: 190px; overflow: hidden;}
.image_wrap {width:125px; height: 190px; overflow: hidden;}
.clear {clear:both;padding-top:6px;}
#previewArea {border:solid 1px #999;}
.big {font-size:18px;}
.status {vertical-align:middle;}

/* used on contractor statment */
.red {color: red; text-transform: capitalize;}
