@charset "UTF-8";
/* Client-specific CSS */

a {
	color:#4f2463;
}

#swoosh {
	background:url(images/lp_03.jpg);
	float:left;
	width:700px;
	height:145px;
}
#logo {
	float:left;
	width:224px;
	height:145px;
	background:url(images/lp_02.gif);
}

#topmenu a {
	color:#652D88;
}
#topmenu a:hover {
	border-bottom:3px solid #4f2463;
}
#nav a:hover{
	color:#4f2463;
}

#footer {
	background:url(images/tt_13.gif) repeat-x;
	color:#fff;
}
div.resize-handle {
	border-right: 1px dashed #592677;
}

#sidelogo 
{	
	margin-top:39px;
	width:164px;
	height:330px;
	background: url(images/sidephoto.jpg);
}
#content 
{
	/*background:#EEEEEE;*/
	padding:0px;
	margin-right:15px;
	float:left;
	width:670px;
}
#content tr:hover
{
	background:#E6E4E4
}
h2,th {
	background:url(images/tt_07.gif) repeat-x #2f2f30;
	color:#fff;
}
th {
	
	margin:0;
	padding: 5px 10px;
	font-size:1em;
	margin-top:30px;
}

.pagetitle 
{
	display:block;
	background:#EEEEEE;
	margin:0px;
	padding: 10px;
	font-weight:normal;
	font-size:1.3em;
}

.pagefooter 
{
	display:block;
	background:#EEEEEE;
	margin:0px;
	margin-top:2em;
	padding: 10px;
	font-weight:normal;
	text-align:right;
	text-transform:uppercase;
	text-decoration:none;
}

.pagefooter a
{
	text-decoration:none;
}
.pagefooter a:hover
{
	text-decoration:underline;
}

#containertt_login 
{
	background:#EEEEEE;
	padding:10px;
	float:left;
	width:650px;
}
/*	
#containertt_login a {
	color:#4f2463;
}*/

#subcontenttt_login #sidelogo 
{	
	margin-top:0px;
	width:164px;
	height:330px;
	background: url(images/sidephoto.jpg);
}
.highlight td {
	border-bottom:1px dotted #fff;
	padding:5px 0px;
}

.highlight {
	background:#EEEEEE;
	padding:10px;
}

tr.even td{background:#eee;}
tr.odd td{background:#cdcdcd;}

/* use this if you want to apply different styling to empty table cells*/
/*td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}*/

th.over, tr.even th.over, tr.odd th.over, td.over, tr.even td.over, tr.odd td.over{background:#a47ac4}
th.down, tr.even th.down, tr.odd th.down, td.down, tr.even td.down, tr.odd td.down, td.selected, tr.even td.selected, tr.odd td.selected{background:#592677;color:#fff}

#ctl00_mainContent_tblForms a
{
	color: #652D89;
}

#formprogress 
{
	width:150px;
	/*height:5px;*/
	float:right;
	text-align:center;
	margin:25px 25px 0px 0px;
	/*border:solid 1px #3F3F3F;*/
	font-size:0.8em;
}

#progress {
	border:solid 1px #3F3F3F;
	background:#fff;
	padding:2px;
	/*width:150px;*/
	/*height:5px;*/
	/*float:right;*/
	text-align:left;
	/*margin:25px 25px 0px 0px;*/
}

#bar {
	height:5px;
	background-color:#660099;
}

.progress {
	border:solid 1px #3F3F3F;
	background:#fff;
	padding:2px;
	text-align:left;
	/*
	width:150px;
	height:5px;
	float:right;
	margin:25px 25px 0px 0px;
	*/
}
.bar {
	height:5px;
	background-color:#660099;
}

.pgCurrent {
	font-weight: bold;
}

th .popupTrigger
{
	color: #fff;
}

/*if you options at the top of the page e.g. on reports use this*/
.options
{

	padding:5px;
	background:#EEEEEE;
}	

/*dialogs*/
.dialog
{
	background:#EEEEEE;
	margin-top: 30px;
}

.dialogContent
{
	padding:10px;
}

.dialogTitle
{
	background:url(images/tt_07.gif) repeat-x #2f2f30;
	color:#fff;
	padding: 5px 10px;
	font-weight:bold;
	font-size: 1em;
}

/*this is the 'please wait' message that popups up during a Ajax operation*/
#ctl00_mainContent_UpdateProgress1 {
	border: solid 2px #4D216C;
	width: 200px; 
	background-color: #ffffff; 
	top: 50%; 
	left: 50%;
	margin-left: -110px; 
	margin-top: -20px; 
	position: fixed;
	padding: 10px 10px 10px 10px;
}

#navbuttons
{
	border:solid 1px black;
	float:right;
}

.modalDialog
{
	background:#fff;
	border:solid 1px black;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
li.text {
	margin-left:20px;
}
