/* Layout */
body {
    background: url(/public/images/bg.png) repeat-x;
}
div#container {}
div#header {}
div#header-left {}
div#header-right {}
div#header-nav1-wrap {}

div#header-nav2-wrap {

    background: url(/public/images/bcc_07.png) no-repeat;
}
div#header-nav1 {
    top:40px;
}
    div#header-nav1 p {
        margin:5px 0 5px 0;
    }
div#header-nav1-right{
    width:250px;
}
div#header-nav1-left{
    width:200px;
}
div#header-nav2 a{
  color:#7F0808;
	font-size: 1.3em;
	padding: 0 10px;
}
div#feature {}
div#content-area {
    background: url(/public/images/bcc_13.png) no-repeat;
}
div#content-left-wrap {}
div#content-right-wrap {}
div#content-left {}
div#content-right {
padding:20px;
}
div#content-footer {}
div#footer-nav {}
div#footer {}

/* Links */
a:link, a:visited, a:active {}
a:hover {}

/* Font */
h1 {

}


.style1 {
	font-size: 0.8em;
	font-weight: bold;
}
.note {
	font-size: 0.7em;
	color: #8F8F8F;
}
.error {
	color: #C00000;
}

#view_vehicle #photo_wrap {
	width: 350px;
	height: 130px;
}
#photo_wrap {
	overflow: auto;
	border: 2px solid #8F8F8F;
}
#photo_wrap .photo {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#view_vehicle .left {
	float: left;
	width: 33%;
}
#view_vehicle .right {
	float: right;
	width: 65%;
}

#main_photo {
	width: 350px;
	text-align: center;
}
#main_photo table {
	height: 270px;
}
#main_photo table, #main_photo table tr td  {
	width: 100%;
	vertial-align: middle;
}
#main_photo img {
	border: 1px solid #8F8F8F;
	padding: 2px;
}
#comment_wrap {
	margin: 20px 0 0 0;
}
#comment_wrap .comment {
	border-color: black;
	border-width: 2px 0;
	border-style: solid;
	padding: 5px;
	background: #EFEFEF;
}
#comment_wrap .author_photo {
	border: 1px solid #8F8F8F;
	padding: 2px;
}


#photo_block_wrap #photo_uploader {
	float: left;
}
#photo_block_wrap #status_message {
	float: right;
	width: 290px;
}
#photo_block_wrap #photo_wrap {
	float: right;
	width: 290px;
	height: 200px;
}

.date_completed {
	color: #088F00;
}

#survey_ask_message {
	text-align: center;
	font-weight: bold;
	color: #088F00;
}

#id_wrap {
	background: #ECDADA;
	border: 1px solid #7F0808;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.6em;
	font-weight: bold;
	color: #7F0808;
	width: 200px;
	padding: 10px 20px;
	margin: 0 auto;
	text-align: center;
}
#id_wrap input {
	font-size: 1.2em;
	font-weight: bold;
	color: #7F0808;
}

h3.colorful {
	background: #ECDADA;
	border-bottom: 2px solid #7F4F4F;
	padding: 2px;
}

#notification_list {
	font-size: 0.8me;
	background: white;
	margin: 10px 0;
	padding: 5px;
	border: 2px solid #8F8F8F;
}
.notification {
	padding: 3px 0;
}

/* Datagrid Table */
table.tbl { width: 100%; background:#ECDADA;}
td.tbl-header { text-align: center; padding: 3px; font-weight: bold; border-bottom: 2px solid #7F4F4F; }
tr.tbl-footer {}
table.tbl-footer { font-size: 1em; }
tr.tbl-row {}
tr.tbl-row-even { background: #f4f4f4; }
tr.tbl-row-odd { background: white; }
tr.tbl-row-highlight:hover { background: #fffba6; cursor: pointer; }
td.tbl-nav { height: 20px; border-top: 2px solid #7F4F4F; color: #4D4D4D; }
td.tbl-pages { text-align: center; }
td.tbl-row-num { text-align: right; }
td.tbl-cell {}
td.tbl-controls { text-align: center; }
td.tbl-found {}
td.tbl-checkall {}
td.tbl-page { text-align: right; }
td.tbl-noresults { font-weight: bold; color: #9F0000; height: 45px; text-align: center; }
span.tbl-reset { margin: 5px 5px; }
img.tbl-reset-image { margin-right: 5px; border: 0; }
span.tbl-create { margin: 5px 0; }
img.tbl-create-image { margin-right: 5px; border: 0; }
div.tbl-filter-box {}
img.tbl-arrows { border: 0; }
img.tbl-order-image { margin: 0 2px; border: 0; }
img.tbl-filter-image { border: 0; }
img.tbl-control-image { border: 0; }
span.page-selected { color: black; font-weight: bold; }
input.tbl-checkbox {}