/* - - - - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - - - - - - - - - - - */

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


body
{
	background:#ECECEC;
	/*background-image:url('../images/backgroundGrad2.gif');
	background-position: top left;*/
	text-align: center;
	min-width: 770px;
	margin:0;
	padding:0;
}

#wrapper
{
	margin:0px auto 0 auto;
	width:770px;
	min-height:600px;
}

#innerHeader
{
	background-image:url('../images/header8.gif');
	clear:both;
	width:770px; 
	height:262px;
}

#tabs
{
	clear:both;
	overflow:hidden;
	background-image:url('../images/tabBg.gif');
	height:38px;
	margin:0 0 20px 0;
}

#leftCorner
{
	float:left;
	background-image:url('../images/tabLeft.gif');
	width:10px;
	height:38px;
}

#rightCorner
{
	float:right;
	background-image:url('../images/tabRight.gif');
	width:40px;
	height:38px;
	padding:0;
}

#tabs ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#tabs ul li
{
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
	float:left;
	display: inline;
}

#loginBox
{
	float:left;
	background-image:url('../images/boxLogin3.gif');
	background-repeat:no-repeat;
	background-color:transparent;
	width:311px;
	height:264px;
	padding:0px 10px 0px 0px;
}

#demoBox
{
	float:right;
	background-image:url('../images/boxDemo4.gif');
	background-repeat:no-repeat;
	background-color:transparent;
	width:447px;
	height:264px;
	padding:0;
}

/* Form text */
div.row
{
	color:#fff;
	clear:both;
	padding-top: 10px;
}

/* Form label */
div.row span.label
{
	float: left;
	width: 50px;
	text-align: right;
	padding:0;
	color:#000;
	font:11px ariel, verdana, sans-serif;
	margin:0px 0px 0px 30px;
}

#loginBox .text
{
	color:#000;
	font:11px ariel, verdana, sans-serif;
	text-align:left;
}


/* Boxes */
#boxContainer
{
	width:767px;
	overflow:hidden;
}

#topEdge
{
	height:37px;
	background-image:url('../images/edgeTop2.gif');
	margin:0;
	padding:0;
}

#leftEdge
{
	width:3px;
	background-image:url('../images/edgeLeft2.gif');
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}

#rightEdge
{
	width:3px;
	background-image:url('../images/edgeRight2.gif');
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
}

#content
{
	background-color:#fff;
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
	width:760px;
	overflow:hidden;
}

#content p, #content td, #content li
{
	font-size:11px;
	line-height:16px; 
}

#content li
{
	padding:0px 0px 15px 0px;
}

#bottomEdge
{
	height:8px;
	background-image:url('../images/edgeBottom2.gif');
	clear:both;
	overflow:hidden;
}

.bottomFooter
{
	clear:both;
	height:100px;
}