/**
 * Deprecated HTML5
 */

acronym,applet,basefont,big,center,dir,font,frame,frameset,noframes,strike,tt,u,xmp {
	background: #DDD;
	color: red;
	font-size: 16px;
}


/**
 * All
 */

a,abbr,address,area,article,aside,audio,b,base,bdo,blockquote,body,br,button,canvas,caption,cite,code,col,colgroup,command,datalist,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,i,iframe,img,input,ins,keygen,kbd,label,legend,li,link,map,mark,menu,meta,meter,nav,noscript,object,ol,optgroup,option,output,p,param,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,source,span,strong,style,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,ul,var,video,wbr {
	background: transparent scroll no-repeat left top;
	border: none;
	bottom: auto;
	color: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	left: 0;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: static;
	right: auto;
	text-align: inherit;
	top: 0;
}


/**
 * Block Elements
 */

area,audio,base,bdo,blockquote,body,canvas,caption,cite,code,dfn,div,embed,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,iframe,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,ul,video {
	display: block;
}


/**
 * Fonts
 */

html {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}


/**
 * Styles
 */

html {
	background-color: #FFF;
	background-position: center top;
	overflow: auto;
	position: relative;
}

html,body {
	min-height: 100%;
}

* html,* html body {
	height: 100%;
	height: expression( this.scrollHeight < "100%" ? "100%" : "auto" );
}

body {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


b,strong {
	font-weight: bold;
}

i,em {
	font-style: italic;
}


hr,div.hr {
	border-top: 1px solid #CCC;
	height: 1px;
	overflow: hidden;
}


code,pre {
	font-family: Courier New;
}


/**
 * Links
 */

a,a:link,a:hover,a:visited {
	cursor: pointer;
	color: blue;
}

a,a:link,a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img,a img {
	border: none;
}


/**
 * Lists
 */

dt,dd,dl,ol,ul,li {
	list-style: none;
}

*+html li {
	height: 1%;
}


/**
 * Tables
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

td {
	vertical-align: top;
}

td.center {
	text-align: center;
}

td.noWidth {
	width: 0;
}

td.noWrap {
	white-space: nowrap;
}


/**
 * Forms
 */

form,legend {
	clear: both;
}

input,select,textarea {
	border: 1px solid #CCC;
}

input.box {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline;
	height: auto;
	width: auto;
}

textarea {
	overflow: auto;
}

textarea.ckeditor {
	display: none;
}

button,select {
	cursor: pointer;
}

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}


/**
 * Frames
 */

iframe {
	background: #FFF;
}


/**
 * Floating Elements
 */

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
	float: none;
}

div.cb {
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: static;
}