* {
  margin: 0;
  padding: 0;
}

html,body {
    background-color:#FFF;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    height:100%;
}

h1 {
    font-size:16px;
}

h2 {
    font-size:14px;
}

h3 {
    font-size:12px;
}

/* Top box
------------------------------------------------------------------*/
.top-tabnav {
    background: #333 url(../images/panel/bg_top.gif) 0 0 repeat-x;
    height: 121px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin-bottom:15px;
}

.wrapper > .top {
    height: 103px;
    overflow: hidden;
    margin-right: 12px;
    margin-left: 12px;
}

/* breadcrumbs
------------------------------------------------------------------*/

.breadcrumbs {
    width:775px;
    float:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    text-align:left;
    padding: 6px 0 10px 24px;
    white-space: nowrap;
}

.breadcrumbs a, .breadcrumbs a:visited {
    font-weight:normal;
}

/* Main 
------------------------------------------------------------------*/

.wrapper {
    margin: 0 auto;
    min-width: 1004px;
    max-width: 1280px;
    text-align: left;
    width: 90%;
}

.wrapper.wrapper-compact {
    width:754px;
}

/* Footer
------------------------------------------------------------------*/

.footer {
    color:#666;
    width: 100%;
    text-align:center;
    height:60px;
    clear:both;
}

.footertext {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:normal;
    padding-top:20px;
}

a img {
    border: 0;
}

.textmenu {
    padding-left: 10px;
    font-weight:bold;
}

.textmenu a .textmenu a,
.textmenu a:visited {
    font-weight:normal;
    padding-left: 6px;
}

p {
    padding-bottom: 10px;
}

td {
    border:0;
    margin:0;
    padding: 0 5px;
}

/* form fields
------------------------------------------- */

form {
    padding:0;
    margin:0;
}

select {
    margin:1px;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

input {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
}

input.disabled {
    background-color:#FDFDFD;
    border:1px solid #bbb;
    padding:2px;
    height:14px;
}

input.file-dialog-browse {
    background-color:#FDFDFD;
    border:1px solid #bbb;
    padding:2px;
    height:14px;
}

input[type=checkbox] {
    vertical-align:-3px;
}

fieldset legend {
    font-weight: bold;
}

.microarrow {
     height:8px;
    padding-left:8px;
    background:url(../images/microarrow.gif) no-repeat 4px 50%;
    white-space:nowrap;
}

img.icon_inline {
    vertical-align: -3px;
}

img.icon_greyscale {
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: alpha(opacity=70); grayscale(100%);
}


.icon_clear {
    font-size:10px;
    color:#000000;
    background: transparent url(../images/icons/icn_clear.gif) no-repeat center left;
    padding-left : 16px;
}

.icon_add {
    font-size:10px;
    color:#000000;
    background: transparent url(../images/icons/icn_add.gif) no-repeat center left;
    padding-left : 16px;
}

.legendlink {
    color: #999;
    text-decoration : none;
}

.legendlink:hover {
    color: #666;
    text-decoration : none;
}

.stripe {
    font-size:10px;
    color:#000000;
    background: transparent url(../images/stripe.jpg) repeat-x center left;
    padding-left : 229px;
}

fieldset {
    padding :5px;
    margin: 5px;
    border: 1px solid #999;
}

legend img {
    vertical-align : middle;
}

.between_panels span {
    padding:50px 0 50px 0;
}

.resize-handle-active {
    cursor: e-resize;
}

div.resize-handle {
    cursor: e-resize;
    width: 2px;
    border-right: 1px dashed #1E90FF;
    position:absolute;
    top:0;
    left:0;
}

textarea.xmlText {
    font-family: Courier New,Verdana,Arial,Helvetica,Sans-serif;
    font-size: 12px;
}

.datePickerImg {
    height: 18px;
    margin-bottom:-4px;
}

.remark,
.note {
    font-size:10px;
    font-style:italic;
    line-height:15px;
    text-align:left;
    color: #808080;
}

.remark a,
.note a {
    font-weight:normal;
}

.panelbox-grey > div.remark,
.panelbox-grey > div.note {
    clear: both;
    padding: 5px;
}

ul,ol {
    padding-left:22px;
}

.page-note {
    text-align: left;
    font-size: 10px;
    margin-bottom: 0;
    padding-left: 12px;
    color: #ccc;
}

.simple-container {
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.scroll-y-container {
    overflow-x:hidden;
    overflow-y:auto;
    border:1px solid #ccc;
}

.scroll-y-container .tablerows {
    border-left: none;
    border-right: none;
}