@charset "utf-8";

/* Reset, modified YUI Reset CSS, http://developer.yahoo.com/yui/reset/ 
----------------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{ 
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

table 
{
	border-spacing: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

fieldset,img 
{ 
	border: 0;
}

address,caption,cite,code,dfn,th,var 
{
	font-style: normal;
	font-weight: normal;
}

caption,th 
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6 
{
	font-size: 100%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

q:before,q:after 
{
	content: '';
}

abbr,acronym 
{ 
    border: 0;
}

a {
  text-decoration: none;
}

/* Common and RTE 
----------------------------------------------------------------------------- */
body,html {
	background-color: #fff;
	height: 100%;
}
.hidden{
  display: none;
}
#containertable{
	width: 100%;
	height: 100%;
  border: 10px solid grey;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
