body.site {
    border-top: 3px solid #696969;
    background-color: #E3E3E3		
}
a {
    color: #696969;
}
.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover,
.btn-primary {
    background: #696969;
}
.navbar-inner {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2);
}
#main_error_div {
    margin: 5px;
}
#top_menu {
    margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6,.site-title{
    font-family: 'Open Sans', sans-serif;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.standard_icon {
    width : 16px !important;
    height : 16px !important;
    margin: 2px;
}

.icon_32 {
    width : 32px !important;
    height : 32px !important;
    margin: 2px;
}

.icon_64 {
    width : 64px !important;
    height : 64px !important;
    margin: 2px;
}

.icon_128 {
    width : 128px !important;
    height : 128px !important;
    margin: 2px;
}

.alerttext {
	font-size:13px;
	color: #FF0000;
}


.lnk_delete_row {
    cursor: pointer;
}

.cursor_hand {
    cursor: pointer;
}


.inline_block_items {
    display: inline-block;
}

.highlight_error_field {
    border: 2px solid red !important;
}

.number_input_field_small {
    width: 15px;
}

.number_input_field_medium {
    width: 30px;
}

.number_input_field_large {
    width: 50px;
}

#div_notify {
    border-radius: 10px;
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    padding: 10px;
    min-width: 250px;
        min-height: 50px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    display: none;
    z-index: 99999;
    color: white;
}

#div_notify_close {
    text-align: right;
    cursor: pointer;
}

.is_date_picker_field {
    cursor: pointer !important;
}
