/*
 * Default theme.
 */

.WZPOk {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	border: 1px solid #00AA00;
	background-color:#fff;
	color: #00AA00;
	font-size: 0.8em;
	margin-top: 5px;
  margin-bottom: 5px;
	width: 100%;
}

.WZPError {
  font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	border: 1px solid #AA0000;
	background-color:#fff;
	color: #AA0000;
	font-size: 0.8em;
	margin-top: 5px;
  margin-bottom: 5px;
	width: 100%;
}

/*
 * Tooltips
 */
.WZPTooltip{
  background-color: #FFF;
	font-family:sans-serif,Arial;
  font-weight: bold;
	font-size: 12px;
  border: 1px solid #DA8619;
  text-align: left;
  padding: 5px;
}

/*
 * Tool frontend.
 */ 

.WZPToolArea {
	text-align:center;
	background-color:#ffffff;
  background-image:url(images/bg.jpg);
	background-position:top;
  background-repeat:repeat-x;
	font: normal 1em sans-serif,Arial;
	border:2px solid #BBD1E2;
  width:38em;
}

.WZPToolHeader {
background-color:#ffffff;
background-image:url(images/header-bg.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

.WZPToolHeaderTitle  {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin:0;
  padding:5px;
	padding-bottom: 0px;
  color: #FFF;
  font-size: 20px;

/*	background: #FCFCFC url(images/bgitem.gif) repeat-x;*/
}

.WZPToolHeaderSubTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  margin:0;
  padding:5px;
	/*background-color: #FCFCFC;*/
}

.WZPTool {
    padding-top:0px;
    padding-bottom: 8px;
    height: 430px;
		width: 100%;
		border-top:1px solid #BBD1E2;
}

.WZPToolTable {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
  /*background-color: #FCFCFC;*/
}

.WZPToolInputCell {
	padding-left: 15px;
	width: 80%;
}

.WZPToolSubmitCell {
}

.WZPToolLabel {
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000;
/*	background: #CCC url(images/bgitem.gif) repeat-x;*/
	padding-left: 15px;
}

.WZPToolFile {
	width: 100%;
}

.WZPTool form {
	margin:0px;
}

.WZPToolFormContainer {
	text-align: center;
  background: #FFF url(images/bg2.jpg) repeat-x;
}

.WZPToolSubmitButton {
	width: 150px;
	font-weight: bold;
}

.WZPToolFileListContainer {
	width: 100%;
}

.WZPToolFileList {
	text-align:left;
}

.WZPToolFileListLabel {
	padding-left: 5px;
	font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  background-color: #DA8619;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: rgb(232, 232, 232);
  border-right-color: rgb(232, 232, 232);
  border-bottom-color: rgb(232, 232, 232);
  border-left-color: rgb(232, 232, 232);
  text-align:left;
	padding-left: 15px;
}

.WZPToolFileTableContainer {
	width: 38em;;
	height:380px;
	overflow-y: scroll;

  scrollbar-3dlight-color:#aaa;
  scrollbar-arrow-color:#fff;
  scrollbar-base-color:#fff;
  scrollbar-darkshadow-color:#FCFCFC;
  scrollbar-face-color:#CCC;
  scrollbar-highlight-color:#FCFCFC;
  scrollbar-shadow-color:#555;
}

.WZPToolFileListTable {
	width:37em;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color:rgb(83, 133, 156);
	border-collapse: collapse;
}

.WZPToolFileListTable td {
	text-align:left;
}

.WZPToolFileListTr {
	/*cursor: pointer;*/
}

.WZPToolFileListTrOver {
	/*cursor: pointer;*/
}

.WZPToolFileEven {
	background-color: rgb(234, 238, 238);
}

.WZPToolFileOdd {
	background-color: #FCFCFC;
}

.WZPToolFileEntry {
	text-align:left;
	padding:0px;
	margin:0px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: verdana, tahoma, arial;
  font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.WZPToolFileEntryOver {
  background-color: #EEE8AA;
	color: #000;
	text-align:left;
	padding:0px;
	margin:0px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: verdana, tahoma, arial;
  font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.WZPFileListLabel {
}

.WZPFileListLabelOver {
	color: #00F;
  text-decoration: underline;
  cursor: pointer;
}

.WZPToolFileBtn {
	text-align: center;
	width: 20px;
	background-color: rgb(234, 238, 238);
}

.WZPToolFooter {
	font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
	color: #999;
	border-top:1px solid #BBD1E2;
}

/*
 * Results frontend.
 **/ 

.WZPResArea {
  text-align:center;
	background-color:#ffffff;
  background-image:url(images/bg.jpg);
	background-position:top;
  background-repeat:repeat-x;
	font: normal 1em sans-serif,Arial;
	border:2px solid #BBD1E2;
  width:38em;
}

.WZPResArea td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

.WZPResHeader {
	background-color:#ffffff;
  background-image:url(images/header-bg.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
  border-bottom:1px solid #BBD1E2;
  padding-bottom: 5px;
}

.WZPResHeaderTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin:0;
  padding:5px;
  color: #FFF;
  font-size: 20px;
}

.WZPResHeaderDetails {
   margin: 5px;
	background-color: #FFF;
  border: 1px solid #BBD1E2;
}

.WZPResDetails {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.WZPResDownloadContainer {
	margin: 0px;
  margin-top: 10px;
	margin-bottom: 10px;
}

.WZPResDownloadContainer a, .WZPResDownloadContainer a:visited {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

.WZPResSendEmailLabel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
	color: #5f5f5f;
	margin:0px;
}

.WZPResSendMailTable {
	width: 80%;
  margin-left: 30px;
}

.WZPResSendMailEmailLabel {
}

.WZPResSendMailMyEmailLabel {
}

.WZPResSebdMailUserNameLabel {
}

.WZPResSendMailSpamLabel {
}

.WZPTuringImg {
}

.WZPResEmail, .WZPResMyEmail, .WZPResUserName {
	width: 200px;
	border: 1px solid #AAA;
}

.WZPResMailMessage {
	width: 100%;
	height: 80px;
	border: 1px solid #AAA;
}

.WZPResSendEmail {
  width: 150px;
  font-weight: bold;
}

.WZPResClearEmail {
  font-weight: bold;
}

.WZPResBackButton {
	font-weight:bold;
	height: 30px;
}

.WZPResFooter {
	font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
	color: #999;
	border-top: 1px solid #BBD1E2;
}
