/* Global style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0;  }


html, body {

height: 100%;

}


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


#pageLayout {
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4.1em;


}

.footer, .push  {

	height: 4em;

	clear: both;
}

.footer {
    
	border-top:1px dotted #c1c1c1;

}


#pageHeader {

   vertical-align:middle;
    height:35px;
    line-height:35px;
    border-bottom:1px dotted #c1c1c1;
}

#logo {
    float: left;
	margin:5px;
	
}

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

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

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

#pageHeader ul {
    margin: 0px 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:left;
    display:inline-block;
    padding-left: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;
    display:block;
    border:0px solid #000;
}

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;
}
