/* ****************************************************************************************************************
 *
 * Init general style
 *
 **************************************************************************************************************** */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, img {
    margin: 0;
    padding: 0;
}

* {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;    
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 9pt;
}

body {
/*	background: #f7f6f1; */
background: #fff;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

ul, ol {
    list-style: none;
}

fieldset, img {
    border: none;
}

fieldset {
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin: 0 auto;
    width: 500px;
}

caption, th {
    text-align: left;
}

/*
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/

legend {
    font-weight: bold;
    font-size: 150%;
    color: #08658F;
}

/** for the fucking IE6 *******************************************************/ 
* html img, * html .png {
    position: relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName = = "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +
	this.src + "', sizingMethod='image')", this.src = "/images/transparent.gif"):(this.origBg =
	this.origBg? this.origBg:this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +
	this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet = true));
}

img {
    behavior: url(/global/scripts/lib/iepngfix.htc);
    border: 0;
}


/* ****************************************************************************************************************
 *
 * General class for default tag
 *
 **************************************************************************************************************** */
input.text, input.button, textarea, label.desc {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.text, textarea {    
    padding: 2px 0;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
}

input.large, textarea.large {
	width: 100%;
}

input.button {
    font-size: 10px;
    padding: 2px 5px;
    border: 1px #666666 solid;
    border-top-color: #CCCCCC;
    border-left-color: #E7E7E7;
}

label.desc {
    display: block;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
}


/* ****************************************************************************************************************
 *
 * User define class
 *
 **************************************************************************************************************** */	
div.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

