

body
{
    font-weight: normal;
    font-family: Verdana,arial, helvetica, sans-serif;
    text-decoration: none;
    padding: 0px;
    margin: 0px; 
	font-size: 9pt;
}

.layoutcontainer {
	width: 80%;
}


#maintable {
	border: 1px solid #f2f2f2;
}

a 
{
	color: #339966;
}

h3 {
	font-size: 12pt;
}

.Background 
{
}

/*.button 
{
	background-color: #339966;
	color: white;
	font-family: Verdana;
	margin: 5px;
	text-transform: uppercase;
	border: 1px solid #339966;
	font-size: 7pt;
}
*/
.small {
	font-size:8pt;
	font-weight: normal;
}

.uneditableformfield {


}

#topbar {
	border: 0px; 
	margin:0px; 
	padding:0px; 
	background-color: #cccccc; 
	height: 14px; 
	background-image: url('../images/topbar.gif'); 
	background-repeat: no-repeat;
}

.langlink {
	margin: 3px;
}

.separator {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 5px;
	background-image: url('../images/dashline.gif'); 
	background-repeat: repeat-x; 
	background-position: bottom left;

}

#menucell {
 vertical-align: top;
 width: 75px;
}

#menu {
 background-color: #eeeeee; 
 border: 15px solid #eeeeee;
 float: left;
}

#menu ul {
  padding-left: 8px;
  list-style-image: url('../images/menuarrow.gif');
}

#menu li {
 padding-left: 3px;
 font-size: 10pt;
 
}

#menu li  a {
	color: black;
	text-decoration: none;
}

#menu li a:hover {
	color: black;
	text-decoration: underline;
}

#menu li.currentpage {
  font-weight: bold;
}

#maincontent {
	font-weight: normal;
    font-family: Verdana,arial, helvetica, sans-serif;
	font-size: 9pt;
	width: 95%;
	padding: 10px;
}


a {
	color: #339966;
}

#maincontent a.helplink
{
	color: black;
	cursor: help;

}



#maincontent td 
{
	font-size: 8pt;
}

.TableInText td 
{
	font-size: 8pt;
}

.TableInText 
{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}


.clsGridHeader  td
{
	border-top: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 2px solid #339966;
	color: black;
	font-weight: bold;	
}

.section 
{
	margin-bottom: 20px;
}

#pagetitlecell {
	border-left: 32px solid #339966; 
	padding-left: 3px; 
	background-image: url('../images/dashline.gif'); 
	background-repeat: repeat-x; 
	background-position: bottom left;
}

#pagetitle {
	color: #14577d;
	font-weight: bold;
}

#BreadCrumbPath .BreadCrumbLink {
	font-size: 9pt;
	padding: 2px;
	text-decoration: none;
	color: #339966;
}

#BreadCrumbPath .BreadCrumbCurrentpage {
	font-size: 9pt;
	padding: 2px;
}

div.textbox  {
	border-top: 1px solid #339966;
	border-left: 1px solid #339966;
	border-right: 2px solid #339966;
	border-bottom: 2px solid #339966;
	margin: 0px;
	padding: 10px 10px 15px 30px;
/*	background-color: #def6d3; */
	background-color: #ffffff;
	background: url('../images/phasebackground.gif') repeat-y;
}



div.box  {
	border-top: 1px solid #339966;
	border-left: 1px solid #339966;
	border-right: 2px solid #339966;
	border-bottom: 2px solid #339966;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
/*	background-color: #def6d3; */
	background-color: #ffffff;
	background: url('../images/phasebackground.gif') repeat-y;
}

div.box div {
	border: 1px solid #146598;
	background: white;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 95%;
}

div.box div.withoutborder {
	border: 0px;
	background: white;
	margin: 10px 0px 10px 0px;

	width: 95%;
}

div.box div p, div.box div table {
	margin: 5px;
	display: block;
}

.bold {
	font-weight: bold;
}

div h1 {
	font-size: 16px;
}

div h2 {
	margin-top: 40px;
	font-size: 14px;
	margin-bottom: 20px;
}

.textbox .TextTable td {
	vertical-align: top;
	padding: 10px;
}

.textbox table.InfoTable {
	border-collapse: collapse;
	border: 1px solid black;
}

.textbox table.InfoTable td {
	padding: 3px;
	border: 1px solid black;
}

.bigtext {
	font-size: 14px;
}


.resulttable {
	background-color: white;
	border-collapse: collapse;
	border: 1px solid #146598;
	width: 95%;
	margin: 10px 0px 10px 0px;
}
.resulttable td.horizontalline {
	border-top: 1px solid #146598;
}
.resulttable td {
	padding: 4px 10px 4px 3px;
}
.resulttable .headerrow{
	font-weight: bold;
	background-color: #146598;
	color: white;
}
.resulttable .headerrow td {
	padding: 3px;
}
.resulttable td.number {
	text-align: right;
}
.resulttable .evenrow {
	background-color: #f8f8f8;
}


.warningTable {
	background-color: white;
	border-collapse: collapse;
	border: 1px solid Red;
	width: 95%;
	margin: 10px 0px 30px 0px;
}
.warningTable td {
	padding: 10px 10px 10px 10px;
	color: Red;
}


.warningText {
	color: Red;
}


.infoheader {
	font-weight: bold;
}



.form {
	font-size: 11px;
	font-family: Verdana;
}

	
.form .question {
	background: url('../images/downarrow.gif') bottom left no-repeat;
	padding-bottom: 12px;
	padding-left: 15px;
	margin: 0px 0px 2px 0px;
	padding-top: 0px;
}	


.form #lastquestion .question {
	background: white;
	padding-bottom: 12px;
	padding-left: 15px;
	margin: 0px 0px 2px 0px;
	padding-top: 0px;
}	


.form .question div {
	border-top: 1px solid #339966;
	border-left: 1px solid #339966;
	border-right: 2px solid #339966;
	border-bottom: 2px solid #339966;
	margin: 0px;
	padding: 10px 10px 15px 10px;
/*	background-color: #def6d3; */
	background-color: #ffffff;
	background: url('../images/phasebackground.gif') repeat-y;
}

.form .question div div {
	margin: 0px;
	border: 0px;
	padding: 0px;
	border: 0px; 
	background: transparent;	
}

.form .question div p.submit {
	margin: 5px;
	border: 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #339966;
}

.form .question div table td {
	padding: 3px;
	vertical-align: top;
}

.form .question div table td span{
	display: block;
	width: 150px;
}

.form .question .selectedvalue {
	font-weight: bold;
	white-space: nowrap;
}	

.form .inputfield {
	border: 1px solid #339966;
}


.form .error {
	color: #ff0000;
	margin: 2px 0px 10px 0px;

}

.error {
	color: #ff0000;
	margin: 2px 0px 10px 0px;
}

.notice {
	color: #0066FF;
	margin: 2px 0px 10px 0px;
}

.button 
{
	background-color: #339966;
	color: #ffffff;
	font-family: Verdana;
	margin: 0px 10px 0px 10px;
	border: 2px solid #339966;
	font-size: 8pt;
	text-transform: uppercase;
}

.buttonshadow
{
	background-color: #44BB77;
	color: #ffffff;
	font-family: Verdana;
	margin: 0px 10px 0px 10px;
	border: 2px solid #44BB77;
	font-size: 8pt;
	text-transform: uppercase;
}



a.buttonlink { 
	background-color: #339966;
	color: #ffffff;
	font-family: Verdana;
	margin: 0px 10px 0px 10px;
	padding: 1px 2px 1px 2px;
	border: 2px solid #339966;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration:none;
	height: 12px;
	
}

.tooltip {
	font-size: 10px;
	border: 1px solid #FFFA64;
	padding: 2px 2px 2px 2px;
	background-color: #FFFED9;
	white-space: nowrap;
}

.noticeGoodToKnow
{
    color: #fcfb91; 
    font-size: 13px; 
    font-family: Arial;
}

#maincontent .help .helpcontrols {
	text-align: right;
}

#maincontent div.helpcontrols a {
	color: black;
}

#maincontent .help {
	font-size: 11px;
	border-top: 1px solid #FFFA64;
	border-left: 1px solid #FFFA64;
	border-right: 2px solid #FFFA64;
	border-bottom: 2px solid #FFFA64;
	padding: 5px;
	background-color: #FFFED9;
	margin-left: 10px;
	width: 300px;
}

#maincontent .help .content {

}

#maincontent .help p {
	margin-bottom: 20px;
}

#maincontent .help li {
	margin-bottom: 5px;	
}

#maincontent .help h2 {
	font-size: 12px;
}

#maincontent .help h1 {
	font-size: 13px;
	border-bottom: 1px solid black;
}

#maincontent .help table {
	border-collapse: collapse;

}

#maincontent .help table td {
	border: 1px solid black;
	padding: 5px;

}

#OriginTable table td {
	padding: 3px 10px 3px 3px;
}


#OriginTable span.maingroup {
	font-weight: bold;
}

.hiddenbutton {
	width: 1px;
	height: 1px;
	color: white;
	background-color: white;

}

.productinfotable {
	border-collapse: collapse;
}

.productinfotable td {
	vertical-align: top;
	padding: 3px;
}

.searchbutton {
	background-color: #146598;
	color: #ffffff;
	font-family: Verdana;
	margin: 0px 10px 0px 10px;
	border: 2px solid #2586A9;
	font-size: 8pt;
	text-transform: uppercase;	
}

.noresultsnotice {
	font-size: 15px;
	font-weight: bold;
}


#maincontent .DataGrid .DataGridPager td {
	font-size: 13px;
	font-weight: bold;
	border: 0px;
}

#maincontent .DataGrid .DataGridPager td a{
	color: #005082;
	font-weight: normal;
	font-size: 12px;
	padding: 3px;
}

#maincontent .DataGrid .DataGridPager td a:hover{
	color: #005082;
	font-weight: normal;
	font-size: 12px;

}

#maincontent .DataGrid 
{
	border: 1px solid #005082;
	border-collapse: collapse;

}

#maincontent .DataGrid td {
	padding: 5px 15px 5px 5px;
	border: 0px;
}

#maincontent .DataGrid .DataGridHeader td {
	background-color: #005082;
	color: white;
	font-weight: bold;
	font-size: 11px;

}

#maincontent .DataGrid .DataGridHeader td a{
	color: white;

}

#maincontent .DataGrid .DataGridOddRow td {
 	background-color: #f8f8f8;

}

#maincontent .DataGrid .DataGridEvenRow td {
}

#maincontent .resulttable img.originicon
{
height: 3ex;
}

#maincontent img.originiconbig
{
height: 3.5ex;
}

#maincontent td.originiconcolumn
{
text-align: center;
width: 5em;
}
