/*reset*/

html, .iw_edit_mainform, .mainbody, #ContentVersionEditView1_mainpanel{
height:100%;
}

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;

}
/*
.iw_templatecontent table, .iw_modulcontent_inner table{  
border-collapse:collapse;  
border-spacing:0;  
}
*/
 
fieldset, img{   
border:0;  
} 

ul{  
list-style:none;  
} 

.iw_modularea_139 ul{
list-style:disc;
margin-left:20px;
}

.iw_modularea_139 ol{
margin-left:20px;
}

caption,th {  
text-align:left;  
} 

p, h1,h2,h3,h4,h5,h6{
margin-bottom:12px;
}

a{
outline:none;
}

.clear{
clear:both;
height:auto;
width:auto;
overflow:visible;
}

.cleft{
clear:both;
float:left;
}

.hide{
display:none;
}

.hidden{
visibility:hidden;
}

.visible{
visibility:visible;
}

input:focus,select:focus{
outline-width:0;
}

.iw_column{

}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/*pngfix*/



* html img,
* html .png{
    azimuth: expression(
	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/pngfix.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
	);
}


.PageContentView .iw_column,
.PageContentView .iw_column_inner{
padding:0;
margin:0;
}

a:link,[type="button"],[type="submit"]{
cursor:pointer;
}

