body {
  margin: 1em;
  background-color: #fff;
  font-family: Arial, "Trebuchet MS", Verdana;
  font-size: 12px;
  color:#000;
}
th {
  text-align: left;
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
  padding: 5px;
}
#menu {
  visibility: hidden;
}
#main {
  margin: 1em;
}




/******************************************** ********** ********** **********/
/**********      Main Style        ********** ********** ********** **********/
/******************************************** ********** ********** **********/
h1, h2, h3, h4, h5{
 font-family:  "Trebuchet MS", Verdana, Arial Black, Arial; 
 border-bottom: solid 1px #666; 
 
}

h1 {
  font-size:18px;
}

h2 {
  font-size:16px;

}

h3 {
  font-size:14px;
}
h4 {
  font-size:13px;
}

a {
  text-decoration:none;
  border-bottom: solid 1px #999; 
}

p {
  margin:1em 0px;
  padding:0px 0px;
}

b, strong {
  color:#333;
}

em {
  font-size:110%;
}

.sidebar,#navigation-breadcrumb,#navigation-primary,#navigation-secondary,#headline,#tabs-wrapper,#header-image{
	display:none;
	}

html.js fieldset.collapsed * {
	display:block;
	}

.fieldset-wrapper{
	height: auto;
	display: block;
	}

.content, #footer{
		padding:0px 100px 0px 0px;
		font-family:  "Trebuchet MS", Verdana, Arial Black, Arial; 
	}
/********** display links (firefox) *************************************/
a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

a[href^="/"]:after {
   content: " (http://mysite.com" attr(href) ") ";
}

/************* cck fields *************/

.field{
	display:bolck;
}

.field-label{
	font-weight:bold;
	float:left;
	padding-right:10px;
}