/* Basic text formatting styles */

body {
	font: 11px Verdana;
	color: white;
	background-color: black;
	background-image: url("/studios/images/bg_black.gif");
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.heading1 {
	font: bold 12px Verdana;
	/*color: #94a7ce;*/
	color: #6699cc;
	margin-top: 8px;
	margin-bottom: 4px;
}

.heading2 {
	font: bold 11px Verdana;
	color: white;
	margin-top: 3px;
	margin-bottom: 4px;
}

.heading3 {
	font: italic 11px Verdana;
	color: white;
	margin-left: -1px;
	margin-top: 3px;
	margin-bottom: 4px;
}

p {
	font: 11px Verdana;
	color: white;
	margin-top: 3px;
	margin-bottom: 7px;
}

td {
	font: 11px Verdana;
	color: white;
}

th {
	font: italic 11px Verdana;
	color: white;
	text-align: left;
	padding-left: 0px;
}

ul, ol {
	/*margin-left: 24px;*/
	font: 11px Verdana;
	color: white;
	/*margin-top: 8px;
	margin-bottom: 4px;*/
}

li {
	font: 11px Verdana;
	color: white;
	margin-top: 2px;
	/*margin-bottom: 4px;*/
}

a {
	/*text-decoration: none;*/
}

a:link {
	color: #6699cc;
}

a:active, a:hover {
	color: #99ccff;
}

a:visited {
	color: #cccccc;
}

.legal {
	font: 10px Verdana;
}

.caption {
	font: italic 11px Verdana;
}

/* Styles for tables */

table.info {
	table-layout: fixed;
	border-collapse: collapse;
	border: solid #cccccc 1px;
	margin-bottom: 8px;
	width: 100%;
}

table.info th,
table.info td,
table.layout td table.info td {
	font: 11px Verdana;
	color: white;
	background: black;
	border: solid #cccccc 1px;
	margin: 0px;
	padding: 2px 12px 2px 2px;
	vertical-align: top;
}

table.info th {
	font-style: italic;
	text-align: left;
}


/* Form element styles */

input, select {
	font: 11px Verdana;
}

.compulsory {
	color: #cc0000;
	font: 11px Verdana;
	vertical-align: super;
}

/* Layout formatting styles */

table.layout {
	border: none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	table-layout: fixed;
}

table.layout td {
	border: none;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana;
}


