@charset "utf-8";

/* @override 
  http://192.168.0.121/_projects/HyTech%20Seeds/trunk/style/style.css
  http://www.hytech.ab.ca/2013/style/style.css
*/

/******************* Hytech ********************************//*   Author: designspike   *//************************************************************************//*** General Style ***//** ----------------------------------------------------- **/
body {
    background: url(../images/bg-body-tile.jpg) repeat left top;
}
#page {
    background: url(../images/bg-body.jpg) repeat-x left top;
    width: 100%;
}
#header {
    margin-bottom: 20px;
}
.staff-area #header {
    height: 50px;
}
.staff-area #header #logo {
    display: none;  
}

#header #logo a {
    display: block;
    width: 341px;
    height: 30px;
    margin: 0 auto;
}
#footer_flower_bg {
    position: relative;
    margin-top: -422px;
    /*background: url(../images/bg-flowers.gif) no-repeat center top;*/
    width: 100%;
    height: 522px;
    z-index: -999;
}
h4.news img {
    width: 20px;
    height: 20px;
}/**/
.membertab .title {
    font-weight: bold;
    text-decoration: underline;
    color: #333;
    width: 150px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.membertab .subtitle {
    margin-bottom: 5px;
    color: #333;
    width: 150px;
    text-align: center;
    font-size: 11px;
}
.membertab .member_page {
    /*background: #594521;*/
    text-align: center;
    margin-top: 3px;
    width: 150px;
    height: 22px;
    line-height: 19px;
    border: 1px #999 solid;
}
.membertab .member_page a {
    text-decoration: none;
    color: #f2e9d7;
}
.membertab .member_page a:visited {
    text-decoration: none;
    color: #f2e9d7;
}
.membertab .member_page a:active {
    text-decoration: none;
    color: #f2e9d7;
}/*** Login Box Styling ***//** ----------------------------------------------------- **/

#staff_login {
    background-color: #002c54;
    padding: 5px;
    position: relative;
}
#staff_login form {
    width: 960px;
    position: relative;
    text-align: right;
    margin: 0 auto 10px;
}
#staff_login div.item, #staff_login div.b {
    display: inline-block;
    margin: 0 0 0 15px;
}
#staff_login div.item, #staff_login div.b {
    margin: 0 0 0 10px;
}
#staff_login input#username, #staff_login input#password {
    width: 100px;
    border-radius: 3px;
    border: 1px solid #9bc6db;
    float: right;
}
#staff_login label {
    margin-right: 5px;
    font: 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #aec3d3;
    text-decoration: none;
}
#staff_login div.b label {
    display: none;
}
#staff_login .submit {
    border: 0px solid transparent;
    display: inline-block;
    position: relative;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/nav-footer-bg.png) no-repeat -30px -5px;
    padding: 3px 10px;
    border-radius: 3px;
}
#staff_login .logout {
    margin-top: -10px;
    margin-left: 10px;
    clear: none;
    position: relative;
    float: right;
    display: block;
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.pwReset {
    margin-top: -25px;  /*margin-bottom: 5px;*/
    margin-right: 14%;  /*margin-left: 175px;*/
    float: right;
    width: 960px; /*position:fixed;*/
    display: inline-block;
    font: 10px Arial, Helvetica, sans-serif;  /*text-transform:uppercase;*/ /*text-align: center; */
}
#staff_login a {
    float: right;
    margin-top: 15px;
    text-decoration: none;
    color: #FFF;
}/**//**  Temporary work in progress, will put it in proper place soon.    */
.teleform label {
    float: left;
    text-align: right;
    width: 150px;

}
.staff-area .teleform label {
    font-style: normal;
    text-align: right;
    font-size: 13px;
    /*color: #666;*/
}
.form_row label {
    margin-top: 5px;
    float: left;
    width: 125px;
    font-size: 15px;
}
.form_row p {
    font-size: 22px;
}
div .item {
    font-size: 18px;
    font-weight: bold;
}
div .label {
    width: 500px;
}
#form_details {
    width: 440px;
}



/*** Navigation ***//** ----------------------------------------------------- **/
#navigation {
    margin: 10px 0;
    position: relative;
    z-index: 999;
}
#navigation #menu .nav_end {
    background: url('../images/nav-bar-end.png') no-repeat scroll left 1px;
    width: 15px;
    height: 52px;
    float: right
}
#navigation #menu .nav_end.selected {
    background: url('../images/nav-bar-end.png') no-repeat scroll left bottom;
}
#navigation #menu li.first_level_li {
    float: left;
    height: 52px;
    position: relative;
}
#navigation #menu li a.first_level {
    display: inline-block;
    font: 12px Arial, Helvetica, sans-serif;
    color: #eee;
    text-transform: uppercase;
    text-decoration: none;
    background: url(../images/nav-bar.png) no-repeat -30px top;
    padding: 19px 22px;
}
#navigation #menu li a:hover.first_level {
    color: #c6e96f;
}
#navigation #menu li.nav_button_first a.first_level {
    background: url(../images/nav-bar.png) no-repeat left top;
    padding-left: 25px;
}
#navigation #menu li.nav_button_last a.first_level {
    background: url(../images/nav-bar.png) no-repeat right top;
    padding-right: 25px;
}
#navigation #menu li.selected a.first_level {
    background: url(../images/nav-bar.png) no-repeat -30px -51px;
}
#navigation #menu li.nav_button_last.selected a.first_level {
    background: url(../images/nav-bar.png) no-repeat right -51px;
}
#navigation #menu li.nav_button_first.selected a.first_level {
    background: url(../images/nav-bar.png) no-repeat left -51px;
}
#navigation #menu li.nav_button_next {
    background: url(../images/nav-bar.png) no-repeat -30px top;
}
#navigation #menu li.nav_button_next a.first_level {
    background: url(../images/nav-bar-next-shadow.png) no-repeat left 1px;
}
#navigation #menu li.nav_button_next.nav_button_last {
    background: url(../images/nav-bar.png) no-repeat right top;
}
#navigation #menu li ul {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    background: url(../images/nav-drop-bg.png);
    width: 200px;
    padding: 15px;
}
#navigation #menu li ul li a {
    display: block;
    font: 12px Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    border-bottom: #81a22e 1px solid;
    padding: 5px;
}
#navigation #menu li ul li a:hover {
    background: #493311;
}
.ie7 #navigation #menu li.nav_button_solo {
    width: 96px;
}
.ie7 #navigation #menu li.nav_button_solo a {
    width: 0%;
    clear: none;
}
.ie7 #navigation #menu li.nav_button_solo div.nav_end {
    clear: none;
    float: right;
}

.ie7 #navigation #menu li a {
    font-size: 10px !important;
}

ul#third-nav {
    clear: both;
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul#third-nav li{
    display: block;
    margin: 0px;
    float: left;
    border: 1px solid #AAA;
    background: #DDD;
    border-radius: 5px;
    padding: 5px;
    margin: 3px;
}
ul#third-nav ul.deep-1 {
    display:none;
}
/**//*** Banner ***//** ----------------------------------------------------- **/
#banner {
    background: url(../images/banne-image-1.png) no-repeat left top;
    width: 960px;
    height: 260px;
}
.staff-area #banner {
    display: none;
}
#banner .box {
    padding: 170px 323px 0 30px;
}
#banner h2 {
    color: #2f3915;
    font: 23px Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}
#banner .banner_excerpt {
    margin-bottom: 15px;
}
#banner .banner_excerpt p {
    font: 13px /18px Arial, Helvetica, sans-serif;
    color: #4f4f4f;
    margin-bottom: 8px;
}
#banner #banner_button a {
    display: block;
    background: url(../images/button-banner2.gif) no-repeat left top;
    width: 240px;
    height: 51px;
    display: inline-block;
    font: 14px Arial, Helvetica, sans-serif;
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}
#banner #banner_button a span {
    margin-left: 15px;
    width: 240px;
    height: 51px;
}
#banner #banner_button a:hover {
    background-position: bottom;
}
#banner .banner_excerpt strong {
    color: #382509;
}/**//*** Home Content ***//** ----------------------------------------------------- **/
#home_content_wrapper {
    margin-bottom: 15px;
    min-height: 300px;
}
#home_content_wrapper li {
}
.h_content_holder {
    float: left;
    width: 302px;
    margin-left: 11px;
    margin-right: 6px;
    position: relative;
}
.h_content_holder h2.h_content_title {
    font: 17px Arial, Helvetica, sans-serif;
    color: #63481a;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.h_content_holder .h_content_details {
    padding: 15px 0;
}
.h_content_holder .h_content_details p {
    font: 12px /18px Arial, Helvetica, sans-serif;
    color: #575757;
}
.h_content_holder .h_content_details a {
    color: #597020;
    text-decoration: none;
}
.h_content_holder .h_content_details a:hover {
    text-decoration: underline;
}
.h_content_holder .h_content_details ul {
    margin-top: 10px;
    padding-left: 15px;
    margin-left: 10px;
}
.h_content_holder .h_content_details ul li {
    float: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    list-style-type: disc;
    color: #575757;
    font: 12px /18px Arial, Helvetica, sans-serif;
}
.h_content_holder .h_content_details .button_more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.h_content_holder .h_content_details .button_more a {
    float: right;
    display: inline-block;
    padding: 3px 8px;
    background: #e0e0e0;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #5b5b5b;
}/**//*** Footer Wrapper ***//** ----------------------------------------------------- **/

#footer_staff {
    padding: 15px;
    position: relative;
    bottom: 0px;
    text-align: left;
    z-index: 999;
    margin: 10px auto;
    width: 960px;
    font:12px Arial, Helvetica, sans-serif;
}

#footer_wrapper{
    /*background: #594521;*/
}
.staff-area #footer_wrapper {
    display: none;
}
#footer_wrapper li {
}
.f_content_holder {
    float: left;
    width: 302px;
    position: relative;
    margin-left: 10px;
    padding: 20px 0;
}
.f_content_holder .box {
    padding: 0 25px 0 20px;
    border-right: 1px solid #ad9872;
}
.f_content_holder h2.f_content_title {
    font: 17px Arial, Helvetica, sans-serif;
    color: #f2e9d7;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.f_content_holder .f_content_details {
    padding-bottom: 20px;
}
.f_content_holder .f_content_details p {
    font: 12px /18px Arial, Helvetica, sans-serif;
    color: #bd9752;
}
.f_content_holder .f_content_details a {
    color: #fff;
    text-decoration: none;
}
.f_content_holder .f_content_details a:hover {
    text-decoration: underline;
}
.f_content_holder .f_content_details ul {
    margin-top: 10px;
    padding-left: 15px;
    margin-left: 10px;
}
.f_content_holder .f_content_details ul li {
    float: none;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    list-style-type: disc;
    color: #bd9752;
    font: 12px /18px Arial, Helvetica, sans-serif;
}
.f_content_holder .f_content_details h2, .f_content_holder .f_content_details h3, .f_content_holder .f_content_details h4, .f_content_holder .f_content_details h5 {
    font-size: 14px;
    color: #f2e9d7;
    margin-bottom: 8px;
}
.f_content_holder .f_content_details .button_more {
    position: absolute;
    right: 20px;
    bottom: 6px;
}
.f_content_holder .f_content_details .button_more a {
    float: right;
    display: inline-block;
    padding: 3px 8px;
    background: #e0e0e0;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #5b5b5b;
}
.footer_last_li .box {
    border-right: none;
}/**//*** Inside Page ***//** ----------------------------------------------------- **/

.staff-area #inside_content {
    background-color: #fff;
    box-shadow: 0 0 8px #666;
    border-radius: 8px;
    padding: 10px 0
}
#inside_right .page_title {
    font: 24px Arial, Helvetica, sans-serif;
    color: #63481a;
}
#inside_right {
    font: 24px Arial, Helvetica, sans-serif;
    color: #63481a;
    padding-bottom: 25px;
    overflow: visible;
}
.staff-area #inside_right {
    color: #000;
    overflow: auto;
}
#inside_right img {
    margin: 5px;
}
img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.sidebar_box {
    background: #eaf3ce;
    color: #63481a;
    padding: 19px;
    margin-bottom: 15px;
}
.staff-area .sidebar_box {
    margin-top: 5px;
    border-radius: 5px;
    padding: 0;
}
.sidebar_box h2 {
    color: #63481a;
    margin-bottom: 15px;
    font: 21px;
    font-family: Tahoma, Geneva, sans-serif;
}
.staff-area .sidebar_box ul {
    /*border-top: 1px solid #d1d8ba;*/
}
.sidebar_box ul li {
    font: bold 12px Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}
.staff-area .sidebar_box ul li {
    margin: 0;
}
.sidebar_box ul li a {
    display: block;
    text-decoration: none;
    color: #63481a;
}
.staff-area .sidebar_box ul li a {
    padding: 15px;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: normal;
    border-bottom: 1px solid #d1d8ba;
    border-bottom: 1px solid #fff;
}
.sidebar_box ul li a:hover {
    color: #000;
}
#internal_nav {
    margin: 10px 0;
    z-index: 999;
}
#internal_nav .menu {
    clear: left;
    margin-left: 10px;
    list-style: none;
}
#internal_nav .menu li {
    float: left;
    clear: none;
    height: 52px;
    position: relative;
}
#internal_nav .menu li a {
    width: 500px;
    display: inline-block;
    font: 12px Arial, Helvetica, sans-serif;
    color: #eee;
    text-decoration: none;
    background: url(../images/nav-bar.png) no-repeat -30px 0px;
    padding: 19px 22px;
}
#internal_nav .menu li a:hover {
    color: #c6e96f;
}
#internal_nav .menu li.nav_button_first {
    background: url(../images/nav-bar.png) no-repeat left top;
    padding-left: 25px;
}
#internal_nav .menu li.nav_button_last {
    background: url(../images/nav-bar.png) no-repeat right top;
    padding-right: 25px;
}
#internal_nav .menu li a.selected {
    background: url(../images/nav-bar.png) no-repeat -30px -51px;
}
#internal_nav .menu li a.notselected {
    background: url(../images/nav-bar.png) no-repeat -30px 0px;
}
#internal_nav .menu li.nav_button_last.selected {
    background: url(../images/nav-bar.png) no-repeat right -51px;
}
#internal_nav .menu li.nav_button_first.selected {
    background: url(../images/nav-bar.png) no-repeat left -51px;
}
#internal_nav .menu li.nav_button_next {
    background: url(../images/nav-bar.png) no-repeat -30px top;
}
#internal_nav .menu li.nav_button_next {
    background: url(../images/nav-bar-next-shadow.png) no-repeat left 1px;
}
#internal_nav .menu li.nav_button_next.nav_button_last {
    background: url(../images/nav-bar.png) no-repeat right top;
}
#inside_left .weather_box {
    background: #C2D888;
    color: #63481a;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.weather_box h2 {
    color: #63481a;
    margin-bottom: 15px;
    font: 21px;
    font-family: Tahoma, Geneva, sans-serif;
}
.weather_box .weather {
    font: 12px Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}
#inside_right .weather_box {
    color: #000000;
    padding: 19px;
    margin-bottom: 15px;
}
#inside_right a.name {
    width: 50%;
    float: left;
}
#inside_right a.email {
    width: 50%;
    float: right;
}
.sidebar_box_empty {
}
.sidebar_download_box {
    background: #c2d888;
    padding: 19px;
    margin-bottom: 15px;
}
.sidebar_download_box h2.download {
    background: url(../images/download-sidebar-header2.jpg) no-repeat left top;
    width: 247px;
    height: 49px;
    margin-bottom: 15px;
}
.sidebar_download_box h2 {
    color: #63481a;
    margin-bottom: 15px;
    font: 21px;
    font-family: Tahoma, Geneva, sans-serif;
}
.sidebar_download_box ul li {
    font: bold 12px Arial, Helvetica, sans-serif;
    clear: both;
    margin-bottom: 8px;
    color: #3e500f;
    padding: 3px 0px 3px 5px;
    width: 100%;
}
.sidebar_download_box ul li a {
    float: right;
    display: inline-block;
    text-align: right;
    color: #594521;
    text-decoration: none;
}
.sidebar_download_box ul li a:hover {
    text-decoration: underline;
}
.sidebar_download_box .header {
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #63481a;
    width: 100%;
    border-bottom: 1px solid #3E500F;
    padding: 3px;
}
#inside_left {
    min-height: 50px;
}
#inside_left ul li.h_content_holder {
    float: left;
    width: 242px;
    margin-left: 11px;
    margin-right: 6px;
    position: relative;
}
#inside_left ul li.h_content_holder .h_content_details {
    height: auto;
}
#inside_left.grid_4 a img{
    width:225px;
}

/**//*** Method Adjustments **//** ----------------------------------------------------- **/
div.captionlargemedia img.thumb {
    width: 100%;
}
div.captionlargemedia div.caption {
    font-size: 9pt;
    text-align: center;
}
div.Content div.header {
    font-size: 15pt;
    font-weight: bold;
}
div.Content b.minorheading {
    font-size: 12pt;
}
div.Content, div.filelist {
    font-size: 10pt;
    margin: 10px 0px 10px 0px;
    border-top: solid 1px #000000;
    font-weight: none;
    padding: 15px
}/**//*** Footer Nav ***//** ----------------------------------------------------- **/
.staff-area #nav_footer_wrapper{
    display: none;
}

#nav_footer_wrapper {
    position: relative;
    z-index: 999;
    text-align: center;
    padding: 15px 0;
}
#nav_footer_left {
    width: 800px;
    margin: 0 auto;
    background: url(../images/nav-footer-bg.png) no-repeat left top;
    height: 33px;
}
#nav_footer_left p {
    padding: 8px 0 0 20px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #24221f;
}
#nav_footer_left p a {
    padding: 0 8px;
    text-decoration: none;
    color: #24221f;
}
#nav_footer_left p a:hover {
    text-decoration: underline;
}
#nav_footer_right {
    float: right;
    display: inline-block;
    width: 15px;
    background: url(../images/nav-footer-bg.png) no-repeat right top;
    height: 33px;
    margin-right: -15px;
    margin-top: -23px;
}
ul.main-list-item {
    list-style: none;
}/**/
form#logz {
    margin-top: -3px;
    margin-left: 9%;
    width: 84%;
    background-color: #999999;
}
.memberlogin strong {
    width: 200px;
    height: 20px;
}
.login_text {
    margin-right: 10px;
    color: #333;
}/*** Typhography Set ***//** ----------------------------------------------------- **/
.set_style_a {
    font-family: Arial, Helvetica, sans-serif;
}
.set_style_a h1, .set_style_a h2, .set_style_a h3, .set_style_a h4, .set_style_a h5, .set_style_a h6 {
    color: #333;
    margin-bottom: 15px;
}
.set_style_a h1 a, .set_style_a h2 a, .set_style_a h3 a, .set_style_a h4 a, .set_style_a h5 a, .set_style_a h6 a {
    color: #069;
    text-decoration: none
}
.set_style_a h1 a:hover, .set_style_a h2 a:hover, .set_style_a h3 a:hover, .set_style_a h4 a:hover, .set_style_a h5 a:hover, .set_style_a h6 a:hover {
    color: #333;
    text-decoration: none;
}
.set_style_a h1 {
    font-size: 28px;
}
.set_style_a h2 {
    font-size: 25px;
}
.set_style_a h3 {
    font-size: 21px;
}
.set_style_a h4 {
    font-size: 19px;
}
.staff-area .set_style_a h4 {
    font-size: 19px;
    font-weight: bold;
}
.set_style_a h5 {
    font-size: 17px;
}
.set_style_a h6 {
    font-size: 15px;
}
.set_style_a p, .set_style_a ul, .set_style_a ol {
    color: #333;
    font-size: 12px;
    line-height: 18px;
}
.staff-area .set_style_a p, 
.staff-area .set_style_a ul,
.staff-area .set_style_a ol {
    color: #000;
    line-height: 1.8em;
}
.set_style_a p {
    margin-bottom: 15px;
}
.set_style_a ul, .set_style_a ol {
    margin-left: 30px;
    padding-bottom: 15px;
}
.set_style_a li ul, .set_style_a li ol {
    padding-bottom: 5px;
    padding-top: 5px;
}
.set_style_a ul {
    list-style-type: square;
}
.set_style_a ol {
    list-style-type: decimal;
}
.set_style_a blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin-left: 15px;
    padding-right: 15px;
}
.set_style_a p strong {
    color: #000;
}
.set_style_a p a, .set_style_a li a {
    color: #069;
    text-decoration: none;
}
.set_style_a p a:hover, .set_style_a li a:hover {
    text-decoration: none;
    color: #333;
}
.set_style_a table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
}
.set_style_a table th {
    padding: 5px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FFF;
    background: #333;
    border: 1px solid #999;
}
.set_style_a table td {
    padding: 5px;
    border: 1px solid #999;
    border-collapse: collapse;
    font: 12px /18px Arial, Helvetica, sans-serif;
    color: #666;
}/**/
.feat_article {
    padding: 5px;
}
.feat_article h2 a {
    color: #575757;
    text-decoration: none;
    font-size: 120%;
}
.feat_article h2 a:hover {
    text-decoration: underline;
}
.feat_article p {
    font: 12px /18px Arial, Helvetica, sans-serif;
    margin: 10px 0;
    color: #575757;
}
.sub-menu {
    padding-left: 10px;
}
.fileIcon {
    /*padding: 5px 5px 0 5px;*/
    height: 35px;
    /*height: 40px;*/
    padding: 10px 0;
    clear: both;
    border-bottom: 1px solid #DDD;
}
.rowA {
    /*background: #EEF;*/
}
.fileBox {
    /*border: #CCC 1px solid;*/
    /*background: #eee;*/
    /*padding: 10px;*/
    overflow: auto;
    /*width: 600px;*/
    height: auto;
    margin-bottom: 5px;
    vertical-align: middle;
    -webkit-border-radius: 6px;
}
.icon {
    float: left;
    width: 30px;
}
.fileHeader {
    /*background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.19, rgb(219,219,219)),
    color-stop(0.6, rgb(247,247,247))
    );
    background-image: -moz-linear-gradient(
    center bottom,
    rgb(219,219,219) 19%,
    rgb(247,247,247) 60%
    );*/
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    border: #CCC 1px solid;
    background: #eee;
    padding: 10px;
    border-radius: 6px; 
    vertical-align: middle;
}
div.fileTools {
    /*margin-top: -5px;*/
}
.fileHeader .fileName {
    padding: 6px 0 0 10px;
}

.fileBottom {
    font-size: 13px;
    padding: 18px 7px 5px 0;
    text-align: right;
}
.fileName {
    float: left;
    font-size: 14px;
    vertical-align: middle;
    padding: 3px 0 0;
}
.fileTools {
    float: right;
}
.fileTools input {
    vertical-align: middle;
}
.fileTools img {
    border: none;
    padding: 0px !important;
    margin: 0 1px 0 1px !important;
}
#uploader .fileBox {
    border: #CCC 1px solid;
    background: #eee;
    padding: 10px;
    border-radius: 6px; 
    vertical-align: middle;

}

div.file-detail img.type-icon {
    float: left;
}

div.file-type {
    float: left;
}

div.file-bread-crumb {
    font-size: 14px;
    margin-bottom: 5px;

}
/* ---- forms ---- */

div.teleform {
    border: 0 solid #000000;
    float: left;
    margin: 20px auto;
    width: 100%;
}
div.form {
    display: table;
    width: 100%;
}
div.teleform div.row {
    clear: left;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
div.teleform div.row div.label {
    clear: left;
    float: left;
    font-size: 12px;
    font-style: italic;
    padding: 4px 30px 0 10px;
    text-align: left;
    vertical-align: middle;
    width: 150px;
}
div.teleform div.row div.item {
    clear: right;
    float: left;
    font-size: 12px;
    text-align: left;
}
div.teleform div.row div.item label {
    float: left;
    text-align: left;
    padding-top: 4px;
}
.text, .select, .textarea, .file, .password {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #7E9DB9;
    font-weight: 600;
}
.submit, .button {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #7E9DB9;
    cursor: pointer;
    font-weight: 500;
    padding: 2px;
}
.text:hover, .select:hover, .textarea:hover, .file:hover, .password:hover, .button:hover, .submit:hover {
    border: 1px solid #3B5998;
}
.text {
    float: left;
    margin-right: 5px;
    width: 250px;
}
.textarea {
    height: 200px;
    width: 650px;
}
.staff-area .textarea {
    height: 200px;
    width: 400px;
}

.radio, .checkbox {
    float: left;
    margin: 5px 5px 0 0;
}
.group label, .groupRow label {
    float: left;
    margin-right: 20px;
}
.groupRow {
    clear: left;
    float: left;
}
.item .file {
    width: 100%;
}
div.teleform hr.line {
    border: 1px solid #3B5998;
}
.display {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    font-weight: 500;
}
.display:focus, .display:hover {
    border: 1px solid #CCCCCC;
}
div.multi_checkbox_select {
    border: 1px solid #AAAAAA;
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px;
}
.multi_checkbox_row {
    background-image: url("./other/form_uncheckbox.png");
    background-position: left center;
    background-repeat: no-repeat !important;
    float: left;
    padding-left: 25px;
    width: 100%;
}
.mcr_checked {
    background-image: url("./other/form_checkbox.png");
}
.multi_checkbox_row:hover {
    cursor: pointer;
}
.multi_checkbox_row label {
    float: left;
    font-weight: normal;
    text-align: left;
}
.multi_checkbox_row input[type="checkbox"] {
    display: none;
    float: left;
    margin: 2px 5px 0 0;
}
.odd_row {
    background-color: #F0F0F0;
}
.form_reportby {

}

/*******************************************
 *  Incident/car-par
* *****************************************/
ul.listings {
    margin: 0;
}


ul.listings li {
    height: 20px;
    list-style: none;
    border-bottom: 1px solid #DDD;
    /*background: #CCF;*/
    padding-top: 3px;
}
.staff-area ul.listings li {
    /*height: 20px;*/
    list-style: none;
    border-bottom: 1px solid #DDD;
    /*background: #CCF;*/
    padding: 10px 0;
}

.staff-area ul.listings li:first-child {
    border-bottom: 3px solid #DDD;
}

.staff-area ul.listings li#listing-header div {
    float:left;
    border-right:1px solid #ddd;
    padding-left:2%;
}

.staff-area ul#Incident li#listing-header div{
    width:28%;
}

.staff-area ul#carpar li#listing-header div{
    width:20.5%;
}
.staff-area ul#carpar li#listing-header div.col-date {
    width:12%;
}
.staff-area ul#carpar li#listing-header div.col-name {
    width:24%;
}
.staff-area ul#carpar li#listing-header div.col-category {
    width:22.5%;
}
.staff-area ul#carpar li#listing-header div.col-department {
    width:22.5%;
}


.staff-area ul#pending-CAR li#listing-header div.col-review {
    width:11%;
}
.staff-area ul#pending-CAR li#listing-header div.col-date {
    width:11%;
}
.staff-area ul#pending-CAR li#listing-header div.col-name {
    width:26%;
}
.staff-area ul#pending-CAR li#listing-header div.col-category {
    width:16%;
}
.staff-area ul#pending-CAR li#listing-header div.col-department {
    width:16%;
}

.staff-area ul.listings li a div {
    float:left;
    height:100%;
    border-right:1px solid #ddd;
    padding-left:2%;
}

.staff-area ul#Incident li a div{
    width:28%;
}

.staff-area ul#carpar li a div{
    width:20.5%;
}

.staff-area ul.listings li a div p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #069;
}

.staff-area ul.listings li:hover a div p{
    color: #333;
}

.staff-area ul#carpar li a div.col-date {
    width:12%;
}
.staff-area ul#carpar li a div.col-name {
    width:24%;
}
.staff-area ul#carpar li a div.col-category {
    width:22.5%;
}
.staff-area ul#carpar li a div.col-department {
    width:22.5%;
}

.staff-area ul#pending-CAR li a div.col-review {
    width:11%;
}
.staff-area ul#pending-CAR li a div.col-date {
    width:11%;
}
.staff-area ul#pending-CAR li a div.col-name {
    width:26%;
}
.staff-area ul#pending-CAR li a div.col-category {
    width:16%;
}
.staff-area ul#pending-CAR li a div.col-department {
    width:16%;
}

.staff-area ul#pending-CAR li a div.green p {
    color:green;
}
.staff-area ul#pending-CAR li a div.red p {
    color:red;
}

div.tool-set {
    float: right;
    clear: none;
    padding: 0px;
    margin-right: 20px;
}

div.tool-set img {
    width: 16px;
    height: 16px;
    margin: 0px !important;
    padding: 0px!important;
}
/* ---------------------------------------
 * Comments
 * ---------------------------------------*/
span.commentMeta {
    font-size: 12px;
    color: #AAA;	
} 

p.commentText {
    clear: both;
    margin: 1px;
    padding: 10px;
    background: #DFDFDF;
    width: 90%;
    min-height: 100px;
}

div.commentBox div.label{
    display: none;
}

div.commentBox div.item{
    width: 90%;

}

div.commentBox textarea {
    width: 100% !important;
}


/** --------------------
 * 	confirmation box
 * ----------------------*/

div.conf-box {
    font-size: 12px;
    padding: 15px;
    background: #F7F7FD;
    border-radius: 5px ;
    border: 1px #CCC solid;
    height: 400px;
    font:12px Arial, Helvetica, sans-serif;
    clear: both;
}

div.conf-box div.label {
    display: none;
}

div.conf-box div.item {
    width: 100%;
}

div.conf-box label {
    width: 90%;
    margin-top: -4px;
}

div.conf-box textarea {
    width: 100% !important;
    vertical-align: top;
}

span.important-highlight {
    padding: 5px;
    border: 1px #B33 solid;
    border-radius: 3px;
    background: #F99;
}

span.complete-highlight {
    padding: 5px;
    border: 1px #3B3 solid;
    border-radius: 3px;
    background: #9F9;
}

.hideThis {
    display: none;
}

#loginToggle {
    cursor: pointer;
    float: right;
    text-align:right;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#staff_login {
    min-height: 16px;
}


select.date {
    width: 110px !important;
}

span.note {
    clear: both;
}
fieldset {
    clear: both;
}

fieldset label {
    float: left;
    clear: right;
    font-size: 14px;
    width: 150px;
}

label.sort {
    font-size: 12px;
}

#sort-box {
    float: right;
}

div.file-detail {
    font-size: 10px;
    clear: both;
    margin-bottom: 3px;
}

div.file-detail span {
    display: block;
    margin-right: 20px;
    clear: none;
    float: left;
}

div.file-notice {
    clear: both;
    width: 100%;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

div.fileInput {
    clear: both;
}

/** ------------------- dashboard -----------------------**/
div.notify-grid {
    float: left;
    font-size: 12px;
    padding: 5px;
    border: 1px #B33 solid;
    border-radius: 3px;
    background: #F99;
    margin: 3px;
}

div.notify-grid span {
    font-size: 10px;
}

div#page-read-report {
    clear: both;
    width: 100%;
    overflow: visible;
}

h3.dashboard-heading {
    border-bottom: 1px solid #AAA;
}

img#dashboard-link {
    width: 100%;
}


/**
 * 	============================================
 *   Google maps embed map style
 *  ============================================
 */

.embed-map-responsive-wrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
}

.embed-map-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}