

#top-bar {
    background-image: url("img/multi-colour-bar.jpg"); 
    background-repeat: no-repeat; 
    background-attachment:fixed;
    background-position:0px 0px;
    height:6px; margin-bottom: 6px;
     }

#main_header {
    width:100%; height:64px; margin-bottom: 10px; text-align: center; font-family: Verdana, Helvetica, Arial, sans-serif; }

#main_header #header_title {  float:left; font-family: Verdana, Helvetica, Arial, sans-serif; 
     font-size: x-large; /*width:100%; */
     color:white;
     
}

h2 p {padding-bottom:8px; height:34px;
     min-height:34px;}

#main_header #title { width:100%;  font-size: small; font-family: Verdana, Helvetica, Arial, sans-serif;}
#main_header #username { font-size: x-small; font-family: Verdana, Helvetica, Arial, sans-serif;}


#main_header #logo { 
        float:left;
        margin-right:5px;
        background-image:url("img/logo.png");
        background-repeat: no-repeat;
        background-position:center;
        width:15%;
        min-width:172px;
        height:50px;
        background-color: #fff;
        border: 1px solid silver;
}

#main_header #logo:hover { 
        color:red;       
}

#main_header #menu {
        position: relative;
        /*width:600px; */
        text-align: center;
        color:#333;  
        margin-top:18px;
       /* background-color: #fff; 
        border: 1px solid silver; */
        display: inline-block;
}

#main_header #meta {
    margin-left:5px;
    padding-right: 4px;
      float:right;
        width:15%;
         height:50px;
        text-align: right;
        color:#333;
     /*    background-color: #fff;
        border: 1px solid silver; */
}

#main_header #clarks_logo {
        float: right;
        margin-top:-21px;
        margin-right:4px;
        height:36px;
        width:117px;
        z-index: 10000;
}

#main_footer { 
        width:98.5%; 
        margin-top:2px; 
        margin-left:auto; 
        margin-right:auto;   
        padding:4px; 
        height:36px; 
        position:fixed; 
        bottom:2px;
}

#main_footer #clarks_logo { 
        height:36px;
        width:117px;
        background-image:url("img/clarks_logo_2008.png");
}
.note_editor { position:  relative;
        top:120px;
        left:412px;}


body {color:black; background-image:url("img/bg-16.png"); margin: 0; padding: 0; }

.tmp-pic {background-image:url("img/inside.jpg");
          width:110px; 
          height:83px;
          margin:auto;
         }

/* overwrite standard jqueryui and wijmo css here */

.ui-widget{font-size: 12px;}

.ui-dialog-content { background-image:url("img/bg-16.png") !important ;
        background-repeat: no-repeat; }

/* required to stop stripe appearing across screen when dialog is displayed */
.ui-widget-overlay {
   background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
   opacity: .30;
   filter: Alpha(Opacity=30);
}
.alt-bg-grey-red-stripe { background:  url(img/stripe_grey_red.png) ;  }
.alt-bg-green { background:  url(img/tartan_grey_red.png) ; opacity: .30;
   filter: Alpha(Opacity=30);  }
.crud_header {width:100%; text-align:right; border-top: 2px solid #ccc; padding: 8px 4px 0px 4px;}
.crud_button {padding:3px; border: 1px solid #aaa;}
.crud_button:hover {color: black; border: 1px solid #333;}
.crud_title {float:left; color: #333; font-weight: bold; font-size: 1.1em;}
.crud_last_updated {color: #333; font-weight: normal; font-size: 0.8em; }
.crud_message {color: #00620C;}

.grid_link {text-decoration: none; padding:2px; border: 1px solid #aaa; background-color: #ddd; color: #333; }
.grid_link:hover { color: red; }

#std_footer {clear:both;
             background-color:#E2E4FF;
        width:100%;
        margin-top: 2px;
        padding: 6px 1px 8px 1px;
height: 24px;
}


#inner_footer {
        background-color: #f9f9f9;
        width:98%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #D0D0D0;
        color: #002166;
        height: 16px;
        padding:4px 4px 3px 4px;
}

#bs_inner_footer {
        background-color: #f9f9f9;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #D0D0D0;
        color: #002166;
        height: 25px;
        padding:4px 4px 3px 4px;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 10px;
}

#login-box {margin-top:50px;padding:10px; border: 3px solid silver; background-color: aliceblue; background-image: none }
 code {
        font-family: Consolas, Monaco, Courier New, Courier, monospace;
        font-size: 12px;
        width: 30%;
        float:left;
          display: block;
	}

#elapsed_footer{ font-family: Verdana, Helvetica, Arial, sans-serif;
            text-align: right;
            font-size: 10px;
            width: 65%;
            float:right;
/*            border-top: 1px solid #D0D0D0;
            line-height: 32px;
            padding: 0 10px 0 10px;
            margin: 20px 0 0 0; */
	}



 .button-link {
    font-family: Verdana, Helvetica, Arial, sans-serif; 
    text-decoration: none;
    padding: 3px 5px;
    background: #dddddd;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #333;
/*    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #eeeeee;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

#cal { float:right; width:80px; height:52px; border:1px solid silver; border-radius:10px; padding:6px 4px 10px 4px; text-align:center; background-color: #ffffff; margin-right: 4px;}
#cal .month-year {width:86%; height:13px; background-color:#333; border-radius:10px; color:white; font-family:Arial; font-size: x-small; text-align:center; margin: 0px auto;}
#cal .day {width:80%; height:30px; color:red; border-radius:10px; font-family:Arial; font-size: x-large; font-weight: bold; text-align:center; margin: 0px auto;}
#user {height:13px; background-color:#333; border-radius:0px; color:white; font-family:Arial; font-size: x-small; text-align:center; width:15%;
        min-width:172px; padding: 1px; }

.media_link_pdf {background-image:url("img/acrobat.jpg"); background-repeat: no-repeat; background-position:center; height:200px; }
.media_link_office {background-image:url("img/office.jpg"); background-repeat: no-repeat; background-position:center; height:200px; }