@CHARSET "UTF-8";

/***************************************
HTML TAG RESET
***************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}

/***************************************
KOINEO - MAIN DECLARATIONS
***************************************/
body {position: absolute; width: 100%; height: 100%; background-color: #ffffff;}
body, th, td {font-family: arial, helvetica,sans-serif; font-size: 11px; color: #3d3d3d; text-align: left;}

a {color: #446ae7; text-decoration: none;}
a:hover {color: #2a56dd;}
strong {font-weight: bold;}
em {font-style: italic;}
h1 {font-weight: bold; font-size: 13px; color: #666666; display: block; position: fixed; top: 60px; left: 10px; z-index: 10; height: 30px; line-height: 30px; overflow: hidden;}
h2 {font-weight: bold; font-size: 11px; display: block; position: fixed; top: 60px; right: 0px; z-index: 10; height: 30px; line-height: 30px; text-align: right; overflow: hidden; border-left: 2px groove #ffffff; padding: 0px 10px; background: url(_img/heading_bg.gif) right bottom repeat-x #ffffff;}
.wxFunction h1, .wxHideMenu h1, .wxFunction h2, .wxHideMenu h2 {top: 30px; height: 32px;}

table {border: 1px solid #e1e1e1; width: 98%;}
tr th:last-child,
tr td:last-child {border-right: 1px solid #e1e1e1;}
th {background-color: #e8e8e8; padding: 2px 5px 2px 20px; font-weight: bold; border-right: 1px dotted #999999; vertical-align: bottom;}
th ol {margin: 0px 0px 0px -15px; width: 6px; position: absolute; }
th ol li {display: inline;}
th ol li img {margin: 1px 0px 1px 0px;}
td {background-color: #f9f9f9; padding: 2px 3px 2px 3px; vertical-align: top; border-right: 1px dotted #e1e1e1; border-bottom: 1px dotted #e1e1e1;}
tr:hover td {background-color: #e1e1e1;}

#pageContainer {position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: url(_img/heading_bg.gif) 0px 0px repeat-x #ffffff;}
.wxLoader {background: url(_img/icons/ajax_loader.gif) center center no-repeat rgba(255,255,255,0.7); position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; z-index: 1000;}
.footer {display: none;}

/*** Admin ***/
#admin-menu .wxLinkNew, #admin-menu .wxLinkEdit, 
fieldset .wxLinkNew, fieldset .wxLinkEdit {line-height: normal !important; padding: 0px !important; position: absolute; left: 2px; top: 5px; z-index: 30; border: 0;  cursor: pointer;}
#admin-menu .wxLinkEdit {left: 20px;}
legend .wxLinkEdit {position: absolute; width: auto; height: auto; margin: 2px 2px 2px 2px; }
th .wxLinkEdit {float: left; margin: 0px 10px 0px 10px; cursor: pointer;}
th .wxLinkEdit img {margin: 0px 0px 0px 0px;}

/*** Print ***/
.wxPrint {background-image: none !important; overflow: visible !important; margin: 0px 0px 10px 0px !important; position: static !important;}
.wxPrint table thead {border-bottom: 1px solid #999999 !important;}
.wxPrint th, .wxPrint td {background-color: #ffffff !important; border-bottom: 1px dotted #3d3d3d; border-right: 1px dotted #3d3d3d;}

.wxPrint .wxLinkNew, .wxPrint .wxLinkEdit {display: none !important;}
@media print{
   body, #pageContainer {background-image: none; overflow: visible; margin: 0px 0px 10px 0px; position: static;}
   table thead {border-bottom: 1px solid #999999 !important;}
   th, td {background-color: #ffffff !important; border-bottom: 1px dotted #3d3d3d; border-right: 1px dotted #3d3d3d;}
   .wxLinkNew, .wxLinkEdit {display: none !important;}
}
