/*Reset Style*/
body {
	margin:0; 
	padding:0; 
	line-height: 1.4em; 
	word-spacing:0.5px; 
	letter-spacing:0.1px; 
	font: 13px Arial, Helvetica,"Lucida Grande", sans-serif !important; 
	background: transparent;
}

body {
    margin-bottom: 0px !important;
}



#footer{
    position: relative;
}

body, table td {
    color: #000 !important;
}

*{
    text-shadow: none !important;
    box-shadow: none !important;
    letter-spacing: normal !important;
}

@page {
	margin: 1cm 1cm;
}

.noprint, 
#header_navigation .header_systemname,
#optionsMenu,
#login_button,
.dropdown-menu.open, 
.top_action,
#header_navigation .centred,
#footer_links ul{
    display: none;
}


.modal-open #footer,
.modal-open #content{
    display: none;
}

.printDoc{
    clear: both;
}

a,
a:link,
.k-link,
a span, 
a div { 
	font-weight: bold !important; 
	text-decoration: underline !important; 
	color: #06c !important;
}

h1, h2, h3, h4, h5, h6{
    color: #333333 !important;
    font-weight: bold;
    font-family: Arial, Helvetica,"Lucida Grande", sans-serif !important;
}

h1{font-size: 20px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 13px;}
h6{font-size: 12px;}

#header{
    border: none;
    position: static !important;
}

#header_systemname{
    display: block;
    float: left;
}

#header_logo_print{
	display: none;
}

#header_systemname{
    margin-left: 30px;
    position: relative;
    display: none;
}

#header_systemname h1,
#header_systemname h2{
    text-shadow: none;
    text-transform: none;
}

#header_systemname h1{
    display: none;
}

#header_systemname h2 {
	font-size: 16px;   
    font-weight: bold;
}

#header_login{
    position: relative;
    float: right;
}

#header_navigation{
    clear: both;    
    overflow: hidden;
    margin: 0px !important;
    position: static;
    height: 0px;
}

#header_navigation #Menu{
    float: left;
    margin-left:0px;
}

#Menu > li.k-item {
    float: left;
}

#Menu > li.k-item > a{
    border: none;
    font-weight: bold;
}

.k-animation-container,
.k-menu .k-group .k-item{
    display: none !important;
}

.k-grid-header .k-header {
    padding: 7px 7px 7px;
    text-align: left;
}

#content_header{
    border: none !important;
}

.pagemessage {
    border: none;
    padding-top: 0px;
    top: -5px;
}

#content{
	clear: both;
    border-top: 1px solid #aaaaaa !important;
    width: 100%; 
	margin: 15px 0px 0px 0px; 
	background: white;
    overflow: hidden;
}

#leftbox,
.boxtitle1,
#leftbox.custom_messages {
    border-style: solid;
    border-color: #aaaaaa;
    border-radius: 0px;
}

.boxtitle1 {
    border-width: 0px 0px 1px 0px;
}

#leftbox{
    border-width: 1px;
}

#leftbox h2{
    font-size: 14px !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button[type="button"],
button[type="submit"],
.submitgreen{
    border-color: #aaaaaa;
    color: #aaaaaa;
    border-radius: 2px;
    background: transparent;
    background-color: transparent;
}

#content_body{
    border: none !important;
}

#footer{
    border-color: #aaaaaa;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    padding: 0px 0px 0px !important;
    margin: 30px 0px 0px !important;
}

#footer_content{
    margin-top: 0px;
}

#copyright{
    color: #888888;
    border-top: none;
}

.modal {
    clear: both !important;
    position: static !important;
    width: 960px !important;
    height: auto !important;
    min-height: 0px;
    min-width:0px;
    max-width: 960px !important;
    max-height: 100%;
    overflow: hidden !important;
}

.modal.in .modal-dialog{
    transform: none;
}

.modal-dialog{
    width: 958px !important;
    max-width: 958px !important;
}

.modal-dialog{
    border: 1px solid #aaaaaa;
    margin: 20px 0px 0px 0px !important;    
}

.modal-body{
    padding: 20px;
    height: auto !important;
}

.modal-header{
    border-bottom: 1px solid #aaaaaa;
    padding: 11px 12px 10px;     
    min-height: 0px;
    line-height: 1;
}

.modal-header .modal-title {
    line-height: 1;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.modal-footer{
    display: none;
}

.modal-footer button{
    float: right;
}

.modal-header button.close{
    display: none;
}

.badge_count, .badge{
    border: 1px solid #BBBBBB;
}

.modal table
.modal table thead tr td,
.modal table tbody tr td{
    border: 1px solid #aaaaaa !important;
}

table, 
table thead tr td,
table tbody tr td{
    border-color: #aaaaaa !important;
}

.k-grid table{
    border-width: 0px;
    border-color: #aaaaaa;
    border-style: solid;
    border-collapse: separate;
}

.k-grid tbody > td,
.k-grid .k-grid-header th {
    border-width: 1px !important;
    border-color: #aaaaaa;
    border-style: solid;
}


/********* IE7 fix *********/
table {
	*border-collapse: collapse;
}
table tr td{
	*border-width: 1px 1px 1px 1px;
	/**height: 1px;
	*width: 1px;
	*padding: 0px;
	_height: 1em*/
}

/********* IE7 fix *********/