/* -----------------
Radii Production 
Copyright 2009

Swatch colours
--------------
e6e6e6 - 10% grey
cecece - 20% grey
b5b5b5 - 30% grey
9c9c9c - 40% grey
838383 - 50% grey
696969 - 60% grey
505050 - 70% grey
363636 - 80% grey
1c1c1c - 90% grey 
----------------- */


/*--- Tables ---*/

table {
	margin:0 0 0;
	table-layout:auto;
	text-align:left;
	/*width:100%;*/
}

table td {
	font-size:11pt;
	padding:0px 0px 0px 0px;
}

table th {
	font-size:10pt;
	font-weight:bold;
	padding:0px 0;
}


/*--- Alternating Colour Tables ---*/

table.alternating td, table.alternating th {
	padding:6px 12px;
	text-align:left;
}

.rowAlternating {
	background:#e6e6e6;
}


/*--- Form elements ---*/

input, textarea, select {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:8pt;
	font-style:normal;
	vertical-align:middle;
	margin:0 0 0 0;
}

textarea {
	background-color:#ffffff;
	border-color:#999999 #AAB3B3 #D5DDDD;
	border-style:solid;
	border-width:thin;
	padding:5px;
}

label {
	font-size:11px;
	font-weight:bold;
	margin:0 5px 5px 0;
}

span.required {
	color:#CC0001;
}


fieldset {  	
	float: left;     
	clear: both;     
	width: 100%;  /* Sets with of border */    
	margin: 0 0  1.5em 0;  /* use margin: 0 0 -1em 0;     to remove bottom padding */    
	padding: 0;   /* use padding: 0 0 1em 0;  to remove bottom padding */   	
}
  
fieldset ol {   
	list-style: none;  
	margin-left: 0em;
}  

fieldset li {   
	
}  

fieldset.submit {   
	float: none;     
	width: auto;     
	border-style: none;
	padding-top: 0em;
	padding-left: 0em;
	background-color: transparent;     
	background-image: none; 
}

fieldset fieldset {       
	
}

fieldset label {       
	display:inline-block;       
	width: 7em;       
	color: #808080;
	margin: 0 0 1em 0;      
}

fieldset fieldset legend 
{       	
}      
fieldset fieldset ol 
{
}    
fieldset input[type$='text'], input[type$='password']
{
	 width:16em;
}