/* --------------------------------------------------
CSS Document for Composite Engineering 2008
-------------------------------------------------- */
/* BODY */
/*line-height is 1.6 times the font size*/
/* 76% rather than 75% counteracts an Opera bug and sets a standard base of 12pixel*/
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: "Trebuchet MS",Lucida,Arial,sans-serif;
background: url(../images/page_background/drkblu_backg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
}
/* CONTAINER ------------------------------------------------*/
#container {
width: 750px;
margin: 0 auto;
background-color: #FFF;
}
/* GENERAL MOJO AND MULA ------------------------------------*/
h1 {
font-weight: normal;
font-size: 1.6em; 
color: #000;
margin-bottom: 30px;
text-align: justify;
}
h2 {
color: #000099;
font-size: 1.4em;
margin-top: 3px;
margin-bottom: 10px;
text-align: justify;
}
h3 {
font-size: 1.4em;
margin-bottom: 10px;
color: #666666;
font-size: 1.3em;
text-align: justify;
}
a {
color:#0000CC;
text-decoration: none;
}
a:hover {
color:#FF6600;
}
/*hr {
color: #DDDDDD;
background-color: #DDDDDD;
height: 1px;
border: 0;
margin: 0;
padding: 0;
}*/
/* HEADER ELEMENTS ------------------------------------------*/
.hidden {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
#flashcontent {
margin-top: 0;
margin-bottom: 0;
padding-top: 2px;
height:285px;
clear: both;

}
html>body #flashcontent {
margin-top: 0;
margin-bottom: 15px;
}

#flashcontent h1 { 
font-size: 2.2em;
color:#FFFFFF; 
margin-top: 25px;
margin-left: 55px;
background: transparent;
letter-spacing: .2em;
}

html>body #flashcontent h1 {
letter-spacing: .1em;
}		

#flashcontent p { 
font-size: 1.3em;
margin-top: -27px;
margin-left: 55px;
color: #CCCCCC;
}

/* RIGHT COLUMN ------------------------------------------*/

#left {
	float: right;
	width: 160px;
	margin-top: 0;
	margin-right: 0;
	padding-right: 0; 
}

/* GRAPHIC SEARCHBOX */

#search_box {
font-size: 1.2em;
width: 150px;
height: 31px;
background: url(../images/searchbox/bgnd_search_box.gif) no-repeat;
}
#search_box #s {
float: left;
padding: 0;
margin: 6px 0 0 6px;
border: 0;
width: 108px;
background: none;
}
#search_box #go {
float: right;
margin: 3px 4px 0 0;
}

/* NAVIGATION */
  
#nav {
	font-size: 1.2em;
	font-weight:700;
	color: #fff;
	width: 150px;
	float: left;
	background-color:#020662;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;	
}
#nav a {
	color: #ffffff;
	background-color:#020662;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
#nav a:hover {
	color:#FF6600;
		}
.open {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
.static {
color: #FF6600;

}
.closed {
	display: none;
}
ul  {
    padding-left: 0px;
}
li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
}
li img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 0px;
	
}
li a {
    cursor: pointer;
}

.welcome {
    color: #FF6600;
	/*padding-top: 20px;*/
}

/* SEARCH NAVIGATION */
  
#searchnav {
	font-size: 1.2em;
	font-weight:700;
	color: #fff;
	width: 150px;
	float: left;
	background-color:#020662;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;	
}
#searchnav a {
	color: #ffffff;
	background-color:#020662;
	text-decoration: none;
}
#searchnav a:link, #nav a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
#searchnav a:hover {
	color:#FF6600;
		}
.open {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
.static {
color: #FF6600;

}
.closed {
	display: none;
}
ul  {
    padding-left: 0px;
}
li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
}
li img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 0px;
	
}
li a {
    cursor: pointer;
}

/* BOXES BENEATH NAVIGATION */

div#client {
	background: url(../images/sidebar/book.jpg) no-repeat;
	width: 150px;
	height: 31px !important;       /*this is the Firefox/Opera margin*/
	height: 31px;                  /*this is the IE margin - 7px - less*/
	text-align: justify;
	float:left;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 8px;
}

div#client p {
font-size: 1.1em;
font-weight:700;
letter-spacing: 0.1em;
color:#ffffff;
padding-top: 0;
padding-bottom: 0;
padding-left: 30px;
margin: 0;
}

div#client a {
	color: #ffffff;
	text-decoration: none;
}

div#client a:link, #client a:visited {
	color:#ffffff;
	text-decoration: none;
}
div#client a:hover {
	color:#FF6600;
}

div#bookmark {
	background: url(../images/sidebar/book.jpg) no-repeat;
	width: 150px;
	height: 31px !important;       /*this is the Firefox/Opera margin*/
	height: 31px;                  /*this is the IE margin - 7px - less*/
	text-align: justify;
	float:left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	padding-top: 8px;
}

div#bookmark p {
font-size: 1.1em;
font-weight:700;
letter-spacing: 0.1em;
color:#ffffff;
padding-top: 0;
padding-bottom: 0;
padding-left: 25px;
margin: 0;
}

div#bookmark a {
	color: #ffffff;
	text-decoration: none;
}

div#bookmark a:link, #bookm a:visited {
	color:#ffffff;
	text-decoration: none;
}
div#bookmark a:hover {
	color:#FF6600;
		}

div#one {
	width: 150px;
	color:#14006b;
	background-color:#eef2fb;
	float:left;
	margin: 0;
	padding: 0;
}

div#one h4 {
font-size: 1.1em;
letter-spacing: 0.1em;
color:#FF6600;
padding-left: 8px;
}

div#one p {
font-size: 1.1em;
letter-spacing: 0.1em;
margin-top: 0;
margin-bottom: 0;
margin-left: 0px;
margin-right: 10px;
padding-bottom: 0;
padding-left: 8px;
}

div.highlight{
	background-color: #eef2fb;
	float:left;
	width: 150px;
	margin-top: 0;
	margin-bottom: 12px !important;
	margin-bottom: 23px;
}
div.highlight h3{
font-size: 1.1em;
margin:0;
padding: 0 0 5px;
background: #020662;
color: #ffffff;
text-align: center
}
div.highlight p{
font-size: 1.1em;
color: #020662;
background: #eef2fb;
margin:0;
padding: 5px 10px;
text-align: justify
}

div.highlight2{
background-color: #eef2fb;
float:left;
width: 150px;
margin-top: 0;
margin-bottom: 10px !important;
margin-bottom: 15px;
}
div.highlight2 h3{
font-size: 1.1em;
margin:0;
padding: 0 0 5px;
background: #020662;
color: #ffffff;
text-align: center
}
div.highlight2 p{
font-size: 1.1em;
color: #020662;
background: #eef2fb;
margin:0;
padding: 5px 10px;
text-align: justify
}
div#two {
	width: 150px;
	color:#14006b;
	text-align: justify;
	background-color:#eef2fb;
	float:left;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 0;
	height: 18px !important;       /*this is the Firefox/Opera margin*/
	height: 18px;                  /*this is the IE margin - 7px - less*/
}

div#two h2 {
font-size: 1.1em;
letter-spacing: 0.1em;
color:#020662;
background-color:#eef2fb;
padding-left: 25px;
margin: 0;
}

div#two a {
	color: #020662;
	text-decoration: none;
}

div#two a:link, #two a:visited {
	color:#020662;
	text-decoration: none;
}
div#two a:hover {
	color:#FF6600;
		}

div#two p {
font-size: 1.1em;
letter-spacing: 0.1em;
margin-top: 0;
margin-bottom: 0;
margin-left: 0px;
margin-right: 10px;
padding-bottom: 0;
padding-left: 8px;
}

/* LEFT COLUMN ---------------------------------------------*/

/* SIDEBAR */

#sidebar {
float: left;
width: 165px;
padding-left: 10px;
}
html>body #sidebar {
width: 175px
}

#sidebar h2 {
font-size: 1.2em;
color:#FF6600;
}

/* SIDEBAR IMAGE HOLDERS */

/* BOX WITH TITLE */

/* TITLEBOX - BACKGROUND - EXPERTISE - GRANT FUNDING - PROJECT SYNOPSIS - ASCARI A410 + NOSEBOX - UAV AIRCRAFT - GOODWOOD */

#titlebox{
width: 160px;
margin-top: 5px;
padding: 0;
background-color:#eef2fb;
}

/* BOX NO TITLE */

#blankbox{
width: 160px;
margin-top: 5px;
padding: 0;
background-color:#eef2fb;
}

/* IS THIS BEING USED */

#termsbar {
float: left;
width: 165px;
margin-right: 0;
padding-left: 10px;
height: 100%;
}

#termsbar2 {
width: 165px;
height: 100%;
background-color:#333333;
}

/* COMPANY NEWS */

/* INDEX PAGE NEWS*/

div#box {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 682px !important;       /*this is the Firefox/Opera margin*/
height: 705px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

div.scroll{
float:left;
background-color: #eef2fb;
width: 160px;
margin-top: 0;
margin-bottom: 0;
}
div.scroll h3{
font-size: 1.1em;
margin:0;
padding: 0 0 3px;
background: #020662;
color: #ffffff;
text-align: center;
}
div.scroll h4{
font-size: 1.1em;
margin:0;
padding: 0 0 5px;
background: #020662;
color: #FF6600;
text-align: center;
}
div.scroll p{
font-size: 1.2em;
color: #020662;
background: #eef2fb;
margin:0;
padding: 5px 10px;
line-height: 1.3;
text-align: left;
}
div.scroll hr {
color:#a6b6dc;
background-color: #a6b7dd;
border: none;
height: 1px;
margin-top: 0;
margin-right: 5px;
margin-bottom: 0;
margin-left: 5px;
padding: 0px;
}

/* INFORMATION PAGE NEWS */

div#infonews {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 860px !important;       /*this is the Firefox/Opera margin*/
height: 860px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

/* PRESS PAGE NEWS */

div#news {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 1445px !important;       /*this is the Firefox/Opera margin*/
height: 1482px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

/* SEARCH PAGE NEWS */

div#searchnews {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 1530px !important;       /*this is the Firefox/Opera margin*/
height: 1550px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

/* PRESS PAGE ASCARI LAUNCH */

div#launch {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 965px !important;       /*this is the Firefox/Opera margin*/
height: 956px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

/* PRESS PAGE GOODWOOD */

div#good {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 1075px !important;       /*this is the Firefox/Opera margin*/
height: 1098px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

/* PRESS PAGE MACHINE */

div#machine {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 865px !important;       /*this is the Firefox/Opera margin*/
height: 870px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

/* PRESS PAGE MACHINE HEAT SHIELD */

div#shield {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 945px !important;       /*this is the Firefox/Opera margin*/
height: 930px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

/* PRESS PAGE DONINGTON */

div#don {
width: 160px;
float:left;
margin-bottom: 10px;
padding-bottom: 20px;
height: 865px !important;       /*this is the Firefox/Opera margin*/
height: 860px;                  /*this is the IE margin - 7px - less*/
overflow: auto;
}

div.imge{
float:left;
width: 160px;
margin-top: 15px;
margin-bottom: 0;
background-color:#eef2fb;
}

div.imge h3{
font-size: 1.1em;
margin:0;
padding: 0 0 5px;
background: #020662;
color: #ffffff;
text-align: center
}

div.imge img{
border: 0;
}

/* EXPERTISE BOTTOM SPACER IMAGE */

.expbtmspacer {
width: 158px;
height: 277px !important;
height: 220px;
}

/* FAQ BOTTOM SPACER IMAGE */

.faqbtmspacer {
width: 158px;
height: 100px !important;
height: 100px;
}

/* HIDDEN IMAGES */

.hideimage {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
/* BOX BELOW IMAGE */
div#boxxx {
width: 160px;
color:#14006b;
text-align: justify;
background-color:#eef2fb;
float:left;
margin-top: 15px;
margin-bottom: 15px;
}
div#boxxx p {
font-size: 1.1em;
letter-spacing: 0.1em;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 10px;
padding-bottom: 0;
padding-left: 8px;
}
div#boxe {
width: 160px;
color:#14006b;
text-align: justify;
background-color:#eef2fb;
float:left;
margin-top:0;
margin-bottom: 20px;
}
div#boxe p {
font-size: 1.1em;
letter-spacing: 0.1em;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 10px;
padding-bottom: 0;
padding-left: 8px;
}
/* SITE HELP IMAGES */
.imagelinks {
padding-top: 20px; 
padding-bottom: 10px; 
padding-left: 35px; 
}
/* CONTENT ELEMENTS ---------------------------------------*/
#content {
width: 383px;
margin-left: 173px;
padding-left: 12px;
}
html>body #content {
width: 390px;
}
#content h1 {
font-size: 1.4em;
}
#content h2 {
font-size: 1.3em;
color: #ff5f00;
letter-spacing: 0.05em;
font-weight: 700;
line-height: 1.2em;
}
#content h3 {
font-size: 1.2em;
color: #020662;
letter-spacing: 0.05em;
line-height: 1.3em;
}		
#content p {
font-size: 1.2em;
line-height: 1.3em !important;
line-height: 1.28em;
margin: 0px;
padding-bottom: 10px;
text-align: justify;
color: #101010;
}
#content i {
color: #000099;
font-weight: 600;
}
#content hr {
color: #dddddd;
background-color: #dddddd;
height: 1px;
border: 0px;
margin-bottom: 8px !important;
margin-bottom: 0;
padding:0px;
}
#list{
margin-left: 85px;
margin-bottom: 0;
padding-bottom: 0;
}
#synlist{
margin-top: 0;
margin-bottom: 15px;
margin-left: 50px;
padding-bottom: 0;
}
.orange {
color: #FF6600
}
#contentlist {
font-size: 1.2em;
margin-top: 0;
margin-left: 0;
padding-top: 0;
padding-left: 0;
list-style: none;
}
#contentlist ul {
list-style-type:none;
margin:0px;
padding:0px;
text-indent:0px;
}
#contentlist li {
width:250px;
}
#contentlist li ul li {
color: #232323;
width:250px;
}
#contentlist li.title {
padding-left:10px;
height:auto;
color: #000099;
}
/*IE needs extra margin and padding set for the indented li */
* html #contentlist li ul li {
    margin-left:-10px;
    padding-left:25px;
}
/* end IE hack */

#contentlist li a,
#contentlist li ul li a {
font-weight:normal;
text-decoration:none;
display:block;
height:100%;
width:100%;
padding-left:10px;
}
#contentlist li.title ul li a {
margin-left:-10px;
padding-left:30px;
}
#contentlist li a:link,
#contentlist li a:visited {
color:blue;
}
#contentlist li a:hover,
#contentlist li a:active {
color:#FF6600;
}
#contenttable {
	border-color: #000099;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	background-color: #ffffff;
	padding: 5px;
	width: 150px;
	margin-left: 110px;
	text-align: center;
}
#contenttable p {
text-align: center;
}
#contentbox {
	border-color: #000099;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding: 5px;
	width: 150px;
	margin-left: 110px;
	text-align: center;
}
#contentbox p {
text-align: center;
}
.terms { 
font-size: 1.2em;
}
.icon{
float: left;
margin-top: 0;
padding-top: 0;
padding-right: 5px;
}
#studylist{
font-size: 1.2em;
line-height: 1.4em;
color: #232323;
width: 325px;
margin-bottom: 5px;
margin-left: 25px;
}
#studylist ul{
padding-left: 2em;
}
#studylist li{
list-style-type: square;
list-style: square;
padding-left: 0;
}
#results {
width: 380px;
}
#results p {
font-size: 1.1em;
line-height: 1.4em;
margin: 0px;
padding-bottom: 10px;
/*text-align: justify;*/
color: #101010;
word-wrap: break-word;
}
#results dl {
font-size: 1.1em;
line-height: 1.4em;
margin: 0px;
padding-bottom: 10px;
/*text-align: justify;*/
color: #101010;
word-wrap: break-word;
}
/* FOOTER ELEMENTS -----------------------------------------*/
#footer {
height: 35px !important;
height: 35px;
margin-top: 10px;
/*margin-bottom: 10px;*/
background-color:#020662;
padding: 2px 5px 2px 5px;
clear: both;
}
html>body #footer {
padding: 2px 5px 2px 5px;
}
#footer p {
font-size: 1.1em;
color:#cccccc;
text-align:center;
padding-top: 10px;
}
#footer p a {
color: #cccccc;
border-bottom: 1px dotted #cccccc;
}
#footer p a:hover {
color: #FF6600;
}

/* --------------------------------------------------
NIFTY CORNERS
-------------------------------------------------- */

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

/* --------------------------------------------------
THICKBOX
-------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
background: url(../images/loading.gif) norepeat;
	font: 12px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Verdana, Trebuchet, Lucida, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link { color: #0000FF;
}
#TB_window a:visited {color: #0000FF;}
#TB_window a:hover { color: #FF6600;}
#TB_window a:active {color: #0000FF;}
#TB_window a:focus{color: #FF6600;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay { 
    position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#ffffff;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* --------------------------------------------------
FORM CSS
-------------------------------------------------- */

.form {
width: 360px; 
padding: 5px;
margin: 0px auto;
}
.row {
padding: 10px;
}
.label {
font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
font-size: 1.1em;
color: #232323;
float: left;
width: 100px; 
text-align: right;
padding-top: 5px;
} 
.object {
font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
font-size: 1.1em;
color: #232323;
float: right;
width: 200px;
text-align: left;
}

textarea  { 
font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
font-size: 1.1em;
color: #232323;
}
textarea:focus { 
background-color: #F9F9F9 
}
input {
font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
font-size: 1.1em;
color: #232323;
}	  
input:focus { 
background-color: #F9F9F9 
}
.button {
float: right;
width: 200px;
margin-top:10px;
padding-left: 80px;
}
.thanks {
font-family: Verdana, Trebuchet, Lucida, Arial, sans-serif;
font-size: 1.1em;
color: #232323;
float: left;
width: 100px; 
text-align: right;
margin-bottom: 30px;
padding: 0;
}
/* --------------------------------------------------
END
-------------------------------------------------- */
