
/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: absolute;
	top: 90px;
	height: 90%;
	width: 100%;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: white;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	line-height: 1.4;
  	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 530px;
}


#content_container table {
	width: 520px;
	border: 0;
	border-collapse: collapse;
	margin:  0 0 20px 0;
	line-height: 100%;
}

#content_container th {
	font-size:  12px;
	font-weight: normal;
	text-align: left;
	padding: 4px 0 4px 8px;
}

#content_container td {
	font-family: Arial, sans-serif;
	font-size:  11px;
	text-align: left;
	padding: 4px 0 4px 8px;
}

#content_container tr.odd {
}


#content_container tr.even {
}

/*--- footer ---------------------------------------------------------------*/


#footer_text {
	padding: 0;
	font-family: Arial, sans-serif;
	margin: 0 12px 0 186px;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
        font-family: arial, helvetica, sans-serif;

	/* text-align: center; */
	/* color: #696969; */
	/* color 6 */
	background: white;
	/* background: white url(../images/pgbk.gif) repeat-x; */
}

/*--- header ---------------------------------------------------------------*/

#header	{
	/* z-index: -1; */
	height: 60px;
	margin: 0px 0px 2px 0px;
	padding: 0;
	color : #1659A1;
	/*background: #cce9ff url(../images/logo40.png) no-repeat;*/
	background: white ;/* url(../images/logo40.jpg) no-repeat; */
}
#header_logo {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 3;
}
#header_user {
	position: absolute;
	top: 20px;
	left: 240px;
	/* z-index: 3; */
	/* margin: 15px 0px 0px 300px; */
	font-size: 18px;
}
#header_line {
	position: absolute;
	top: 60px;
	height: 2px;
	width: 100%;
	color : #1659A1;
	background: #a0c0ff;
}
#footer {
	position: relative;
	bottom: 0px;
	/* position: absolute; */
	padding: 15px 0 15px 0;
	background: #cce9ff;
	/* clear: both; */
    font-size: 11px;
	margin: 5px 0 0 0;
	z-index: -3;

}
#linkmenu {
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	background: #cce9ff;
	z-index: 3;
}
#link_line {
	position: relative;
	top: 0px;
	height: 2px;
	width: 100%;
	color : #1659A1;
	background: #1659A1;
}

/*--------------------------------------------------------------------------*/
.linkColumn {
	padding: 2px 5px 2px 2px;
	font-family: Arial, non-serif;
	font-size: 14px;
	white-space: nowrap;
	color: #1659A1;
	background: #cce9ff; 
	margin: 10px 20px 30px 40px;
	border-style: none;
	
}
.requiredColumn{
	color: #FF0000;
	padding: 0px 3px 0px 0px;
}
.righColumn{
	text-align: right;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
.centerColumn{
	text-align: center;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
.bottomColumn{
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
.subTitle {
	font-family: Arial, non-serif;
	font-size: 18px;
	border-style: none;
}
.errorMessage {
	color : #ff0000;
}

.sColumnA {
	width: 100px;
}
.sColumnB {
	width: 80px;
}
.sColumnC {
	width: 40px;
}

.buyLine {
 	background: #00ccff;
 	padding:5px 50px 5px 30px;
}
.buyStep {
 	color: Yellow;
}
.centerLarge {
	text-align: center;
	padding: 50px 50px 50px 50px;
	font-size: 24px;
}

