body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	background-color: white;
	text-align: center;
}

a, a:visited
{
	color: black;
	text-decoration: none;
}

a.delete
{
	display: none;
}

h1,
h2,
h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.2em;
}

#header
{
	display: none;
}

#main_menu
{
	display: none;
}




#content
{
	text-align: left;
	padding: 10px;
}

#footer
{
	padding-top: 50px;
	font-size: 0.8em;
	color: #999;
	clear: both;
	page-break-before: avoid;
}



/* Segments and entities */
.entity .field
{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
}

.entity .label
{
	display: block;
	float: left;
	width: 180px;
	font-weight: bold;
}

.entity div.value{
	padding-left: 180px;
}

.segment
{
	margin-bottom: 35px;
	background: none;
	padding: 0;
}

.segment .title
{
	margin-bottom: 10px;
	font-size: 1.3em;
}

.segment .options
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	padding: 3px;
	font-size: 0.8em;
}

.entity .picture
{
	float: left;
	padding-right: 20px;
	border: 0;
}

.entity .data
{
	margin-left: 150px;
}

.navigation_student
{
	background: none;
	float: none;
	display: block;
	text-align: left;
	font-size: 1.4em;
}

.screen_only
{
	display: none;
}

.options
{
	display: none;
}

table td
{
	padding: 3px;
}

table thead td
{
	font-size: 1.2em;
	border-bottom: 1px solid black;
}

table tbody td
{
	border-bottom: 1px solid #ccc;
}

table tfoot td
{
	font-weight: bold;
}

table tr.separator td
{
	border: 0;
	padding-bottom: 15px;	
}

tbody tr.notice td
{
	padding: 2px 0 13px 0;
	border: 0;
}

table.bordered
{
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

table.bordered td
{
	border: 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}


/* FORMS */
form fieldset
{
	clear: both;
	border: none;
}

form div.field
{
	margin-bottom: 25px;
}

form legend
{
	font-size: 1.2em;
}

form label
{
	font-weight: bold;
	display: block;
}

form input[type=text],
form textarea,
form select
{
	border: none;
}

form input[type=text],
form textarea
{
	width: 100%;
}

form input[type=button],
form input[type=submit],
form input[type=reset]
{
	display: none;
}

#watermark
{
	position: fixed;
	top: 0;
	right: 0;
}

/* invoices */
.invoice
{
	height: 45%;
}

.invoice.even
{
	margin-top: 30px;
	page-break-after: always;
}

ul.breadcrumbs
{
	display: none;
}