/* Global style */

* { margin: 0px; padding: 0px; }

body { margin: 0px; padding: 0px; }
body.preview { /* For thickbox preview */
 margin: 5px;
 text-align: left;
} 
body {
  font: 14px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  text-align: center;
  background: #FFFFFF none repeat scroll 0%;
}

p {
    margin: 10px 0;
    text-align: justify;
}

h1 {
    font-size: 18px;
    color: #666666;
    margin: 10px auto;
}

a { color: #0000AA; font-weight: normal; text-decoration: none; }

a:hover {color: #0000AA; font-weight: normal; text-decoration: underline; }

img { border: 0px solid #000000; }

form {
    margin: 0px auto;
    padding: 0px;
}

fieldset {
    border: 1px solid #999999;
    text-align: left;
    padding: 5px;
}

legend {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 5px;
    color: #666666;
}

input[type=text],input[type=password] { background-color: #FFFFFF; font-size: 14px; padding: 2px; border: 1px solid #666666; width: 200px; }
input[type=submit] { font-size: 12px; padding: 2px; }

#pageLayout {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#pageHeader {
    margin: 0px;
    padding: 5px;
}

#logo {
    float: left;
    margin-left: 10px;
    font-size: 18px;
}

#logo a {
    color: #666666;
    text-decoration: none;
}

#logo a.hover {
    color: #666666;
    text-decoration: none;
}

#ind {
    width: 36px;
    height: 36px;
    background: #FFFFFF url('/images/ind.gif') top left no-repeat;
    margin: 0 0 0 10px;
    float: left;
    display: none;
}

#pageHeader ul {
    margin: 10px auto;
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#pageHeader ul li {
    margin: 0 0 0 3px;
    display: inline;
}

#pageHeader ul li input[type=text],#pageHeader ul li input[type=password] {
    width: 150px;
}

#pageHeader ul li a {
    margin: 0 10px 0 0;
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
}

#pageHeader ul li a:hover {
    text-decoration: none;
}

#pageHeader #lang {
    float: right;
    clear: both;
    margin-right: 10px;
}

#pageBody {
    margin: 0px auto;
    padding: 10px;
    text-align: center;
    clear: both;
}

#pageBody .error {
    color: #FF0000;
    text-align: center;
    padding: 5px auto;
}

#pageBody .success {
    color: #228FCE;
    text-align: center;
    padding: 5px auto;
}

#pageBody #chartable {
    margin: 0px auto;
}

#pageBody #chartable td {
    padding: 5px;
    text-align: center;
    background-color: #F0F0F0;
}

#pageBody #chartable td.even {
    background-color: #FFFFFF;
}

#pageBody #mainArea {
    margin: 0px auto;
    padding: 5px;
}

ul.tobuttons {
    margin: 10px auto 1px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
/*    float: left; */
}

ul.tobuttons li {
    margin: 0 0 0 2px;
    display: inline;
}

ul.keypad {
    margin: 10px auto 1px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    float: right;
}

ul.keypad li {
    margin: 0 2px 0 2px;
    display: inline;
}

#pageBody #mainArea input[type=button],input[type=reset] {
    width: 150px;
    padding: 1px;
    border: 1px solid #666666;
    background-color: #F0F0F0;
}

#pageBody #noteList {
    width: 200px;
    overflow: auto;
    margin: 5px;
    display: none;
}

#pageBody #noteList .pages {
    text-align: center;
}

#pageBody #noteList .pages a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #00FF00;
    margin: 0px 3px;
}

#pageBody #noteList .pages a:hover {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #00FF00;
    margin: 0px 3px;
}

#pageBody #noteList .pages .current {
    font-size: 12px;
    font-weight: normal;
    color: #0000FF;
    margin: 0px 3px;
}

#pageBody #noteList h4 {
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
}

#noteListTbl {
    width: 99%;
    margin: 1px;
    padding: 0px;
}

#noteList #noteListTbl td {
    text-align: left;
    padding: 1px;
}

#noteList #noteListTbl td.notedate {
    font-size: 10px;
    color: #999999;
}

#pageBody #mainArea textarea {
    width: 99%;
    padding: 2px;
    border:1px dotted #000000;
/*
    border: 1px solid #666666;
*/
}

#pageBody fieldset {
    width: 300px;
    margin: 0px auto;

}

#pageBody fieldset p {
    text-align: left;
    margin: 10px;
}

#pageBody fieldset p label {
    font-size: 14px;
    font-weight: bold;
}

#pageBody .userlist {
    margin: 0px auto;
    padding: 0px;
}

#pageBody .userlist th {
    padding: 5px;
    border-top: 1px solid #666666;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

#pageBody .userlist tr {
    background-color: #FFFFFF;
}

#pageBody .userlist tr.even {
    background-color: #F1F1F1;
}

#pageBody .userlist td {
    padding: 5px;
    border-top: 1px solid #666666;
    text-align: center;
}
#savename {
    border: 1px solid #ffffff;
    border-bottom-color: #000000;
    font-weight: bold;
    font-style: italic;
}
#savename:hover {
  border: 1px solid #999999;
  background-color: #FFFFBB;
}
.filename {
  padding-top: 10px;
}

.topmenu {
 text-align: left;
 padding: 10px;
}
#leftpanel {
 width: 150px;
 float: left;
 text-align: left;
}
#recpanel {
 margin-left: 160px;
 text-align: left;
}

/*----------------------
	MyRecs.php table
----------------------*/
.reclist {
 width: 100%;
 border-collapse: collapse;
}
.reclist td {
 border-bottom: 1px solid #eeeeee;
 padding: 2px;
}
.reclist thead td {
 background-color: #cccccc;
 border-left: 1px solid #ffffff;
 font-weight: bold;
}
.reclist tr.checked {
 background-color: #63A6E7;
}
a.thickbox {
 display: block;
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}