html {
	height: 100%;
}
body {
	margin: 0;
	background-color: #fff;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: small;
	height: 100%;
}

table { border-collapse:collapse; }
td {
	font-size: 12px;
}

#wt_logo {
	padding: 10px 0 10px 15px;
	max-width: 400px;
	max-height: 400px;
}

div#headbody {
	background-color: #f3f3f3;
	display: block;
	border-bottom: 1px solid rgb(39,147,209);
	font-size: 80%;
	padding: 1em;
}

#password-reset {
	padding: 0 22%;
	min-width: 440px;
}
#login {
	padding: 0 22%;
	min-width: 440px;
}

table.lhead {
	border-bottom: 5px solid #BBD9EE;
}

table.box {
	border-collapse: separate ;
	border-spacing: 5px;
	margin-left:auto; 
	margin-right:auto;
}

table.login {
	padding: 2px;
	width: 100%;
	border-collapse: separate ;
	border-spacing: 0 10px;
}

table.login td.label {
	font-weight: bold;
}

table.login td.input input{
	font-size: 120%;
	color: #555;
}

#button, input.button { 
	font-size: 12px;
	width: 80px; 
}

input { font-family:Tahoma,Verdana,Arial,Sans-Serif; padding:0px; font-size:100%; }
select { font-family:Tahoma,Verdana,Arial,Sans-Serif; padding:0px; font-size:100%; }
body { height:100%;font-family:Tahoma,Verdana,Arial,Sans-Serif; color:#000000; }
td { font-family:Tahoma,Verdana,Arial,Sans-Serif; }

input {
	width: 200px; 
}

td.demo {
	padding: 7px;
	background: #fffbe2;
	border: solid 1px #ffe222;
}

#demo h2 {
	font-size: 11px;
	font-weight: normal;
}

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #BBD9EE;
	position: relative;
	margin-top: -1.5em;
}

#footer h3 {
	margin: 0;
	padding: 3px 8px 0px 8px;
	font-size: 72%;
	font-weight: normal;
	color: #444;
}

#header table {
	width: 100%;
	margin: 0;
}

#nav {
	position: relative;
	float:left;
	width:100%;
	background: #BBD9EE;
	font-size:80%;
	line-height:normal;
	overflow/**/: hidden;
}

#content {
	position: relative;
	min-height: 100%;
}

* html #content {
	height: 100%;
}

#heading {
	margin: 20px 0 0 0; 
	background: #bbd9ee;
	overflow: auto;
	width: 100%;
}

#heading h1 span.title {
	padding:5px 10px 0 10px;
	display: inline;
	float: left;
	background: rgb(39,147,209) url("/imgs/head-right2.gif") top right no-repeat;
	margin-left: 10px;
	width: 380px;
}

#heading h1 {
	position:relative;
	float:left;
	margin:0 !important;
	font-size:18px; letter-spacing: -.05em;
	color: #fff;
	background: #fff url("/imgs/head-tl.gif") repeat-y 0 0;
}

#heading #help {
	position: relative;
	float: right;
	padding:5px 5px 2px 0px; 
}

#heading #help img { 
	border-style: none;
}

#help img:hover, img.help {
	cursor:pointer;
}

#helpPanel.yui-panel { 
	border: none;
}

#helpPanel.yui-panel .hd { 
	padding:0;
	border:none;
	background: #F5E27C;
	color:#000;
	padding-left:12px;
	overflow:visible;
}

#helpPanel.yui-panel .ft { 
	text-align:center; 
	border-right: 2px solid #F5E27C; 
	border-left: 2px solid #F5E27C; 
	border-bottom: 2px solid #F5E27C; 
	background: #fff;
}

#helpPanel.yui-panel .bd { 
	overflow: auto;
	border-left: 2px solid #F5E27C; 
	border-right: 2px solid #F5E27C; 
	background-color:#FFF;
	font: 12px Verdana;
}

  #helpPanel .yui-resize-handle-br {
        right:0;
        bottom:0;
        height: 8px;
        width: 8px;
        position:absolute;
    }

    #helpPanel.hide-scrollbars .yui-resize .bd {
        overflow: hidden;
    }

    #helpPanel.show-scrollbars .yui-resize .bd {
        overflow: auto;
    }

    #helpPanel.show-scrollbars .underlay {
        overflow: visible;
    }

div.error {
	border: 1px solid red;
	padding: 16px 70px 16px 40px;
	text-align: left;
	vertical-align: middle;
	background: #FFEEEE url(/imgs/error.gif) no-repeat scroll 7px;
	font-weight: bold;
	font-size: 12px;
}
div.success {
	border: 1px solid #00E000;
	padding: 16px 40px 16px 40px;
	text-align: left;
	vertical-align: middle;
	background: #E6F8DD url(/imgs/success.gif) no-repeat scroll 7px;
	font-weight: bold;
	font-size: 12px;
}
.resetButton {
    background:none!important;
     border:none; 
     padding:0!important;
    
    /*optional*/
    font-family:arial,sans-serif; /*input has OS specific font-family*/
     color:#069;
     text-decoration:underline;
     cursor:pointer;
}

input.error { border-color: red; }

