@import url(instance.css);

.idealfor{
	margin-left: 10px;
}

body {
	background: #fff;
	color: #333;
	margin: 10px;
	padding: 0px;
	text-align: left;
	font-size: 9pt;
	font-family: verdana, helvetica, sans-serif;
}

#main-table-body {
	background: transparent;
	float:left;
	clear: both;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
}



#printlogo{
	display:block;
}

#extradiv {
	display: block;
	clear: both;
}

#header {
	display: none;
}

#tabs {
	display: none;
}

#wrap{
	background: transparent;
	border: none;
	margin: 0px;	
	width: 590px;
}

html>body #wrap {
  	width: 590px;
} 

#breadcrumbbar{
	display: none;
}

#sidebar{
	display: none;
}

#footer{
	display: none;
}

#poweredby{
	display: none;
}

/* -- FORMS -- */

form{
	padding: 0px;
	width: 538px;
}

form fieldset {
	border: solid 1px #ced28b;
	margin: 10px;
	padding: 0px;
}

form legend {
	border: solid 1px #ced28b;
	color: #333;
	font-weight: bold;
	padding: 5px;
}

form label {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 100%;
}

.req {
	color: #03c;
}

form fieldset div {
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 3px;
}

form input.longbox{
	font-size: 100%;
	width: 400px;
}

form div.buttons {
	padding-left: 20px;
}

form textarea{
	width: 400px;
}

form .submitbutton {
	background-color: #eff0d9;
	color: #333;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
	height: 20px;
	
}

/* -- COMMON -- */

a {
	text-decoration: underline;
	cursor: pointer;
	font-weight: normal;
}

a:link {
	color: #03c;
}
a:visited {
	color: #03c;

}
a:hover {
	color: #00f;
	text-decoration: none;
}

a:active {
	color: #00f;
	text-decoration: none;
}

p{
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

p img {
	border: 1px solid #eff0d9;
}

.small {
	font-size: 80%;
	font-weight: normal;
	margin: 0 0 1.2em 0;
	padding: 0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
	
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

table, tr, td {
	font-size: 100%;
}


ul,ol,dl {
	line-height: 1.5em;
}

li, dd {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}