body, html {
	margin: 0px; padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.user {
	/*background: #464646 url(dev_tile.png);*/
	background: #464646 url(Framework/mainFramework/backgrounds/main/gradientBackground.jpg) top repeat-x;
	}

:link, :visited {text-decoration:none;color:#0066CC;}
:link:hover, :visited:hover {text-decoration:underline;color:#FE9309;}
:link:active, :visited:active {text-decoration:none;color:#0066CC;}

.itemOpen :link, .itemOpen :visited{text-decoration:underline;color:#FE9309;}
.itemOpen :link:hover, .itemOpen :visited:hover {text-decoration:none;color:#0066CC;}
.itemOpen :link:active, .itemOpen :visited:active {text-decoration:underline;color:#FE9309;}

acronym {
	border-bottom: 1px dotted #0066CC;
	cursor: help;
	}

h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	}
	
h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	}

input {
	border: 1px solid #CCCCCC;
	color: #000000;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 12px;
}
input.regborder {
	border-top-color:#CDCDCD;
   	border-left-color:#CDCDCD;
  	border-right-color:#CDCDCD;
   	border-bottom-color:#CDCDCD;
}
input.border {
	border-top-color:#FFFFFF;
   	border-left-color:#CCCCCC;
  	border-right-color:#CCCCCC;
   	border-bottom-color:#FFFFFF;
}
input.hvrborder {
	border-top-color:#FE9309;
   	border-left-color:#FE9309;
  	border-right-color:#FE9309;
   	border-bottom-color:#FE9309;
}
input.required {
	border-top-color:#0066CC;
   	border-left-color:#0066CC;
  	border-right-color:#0066CC;
   	border-bottom-color:#0066CC;
}
input.radio {
	border: 0px;
}
select {
	border: 1px solid #CCCCCC;
	color: #000000;
	background: #fff;
	padding: 2px 0px 1px 0px;
	font-size: 12px;
}
select.regborder {
	border-top-color:#CDCDCD;
   	border-left-color:#CDCDCD;
  	border-right-color:#CDCDCD;
   	border-bottom-color:#CDCDCD;
}
select.border {
	border-top-color:#FFFFFF;
   	border-left-color:#CCCCCC;
  	border-right-color:#CCCCCC;
   	border-bottom-color:#FFFFFF;
}
select.hvrborder {
	/*border-top-color:#FE9309;
   	border-left-color:#FE9309;
  	border-right-color:#FE9309;
   	border-bottom-color:#FE9309;*/
	border-color: #06C;
}
	
input:hover {
	background: #fff;
	border: 1px solid /*#FE9309*/#06C;
	color: #000000;
	font-size: 1em;
}

select:hover, select:focus {
	border-color: #06C;
}

.submit {
	background: url(Framework/Buttons/signIn/signInButton.gif) no-repeat;
	height: 23px;
	width: 72px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
}
.submit:hover {
	background: url(Framework/Buttons/signIn/signInButton_f2.gif) no-repeat;
	height: 23px;
	width: 72px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
}
.textArea {
	border: 1px solid #666666;
	background-color:#CDCDCD;
	color:#333333;
	padding: 7px 7px 7px 7px;
	font-size:10px;
}
.textArea li {
	margin-left: 1em;
}

.separator {
	font-weight:bold;
	color:#06C;
}
#payment_methods {
    list-style: none;
	margin: 15px auto 0;
    padding: 0;
	text-align: center;
	}
	#payment_methods li {
        display: inline;
    }
	#payment_methods img {
        height: 23px;
		padding: 0 1px;
        width: 37px;
		}
#contact_info {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:inherit;
	color: #000;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px;
	}
	#contact_phone {
		margin-right: 1em;
		}
	#contact_fax {
		margin: 0 1em;
		}
	#contact_email {
		margin-left: 1em;
		}
#trademark_disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:inherit;
	color: #999999;
	font-size: 9px;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 17px;
	margin-right: 130px;
	margin-left: 130px;
	}
.sep {
	border-bottom:2px dotted #cecece;
	margin-top:6px;
	margin-bottom:6px;
	margin-right:4px;
	margin-left:4px;
	}
.mainSep {
	border-bottom:2px dotted #cecece;
	margin-top:2px;
	margin-bottom:6px;
	margin-right:4px;
	margin-left:4px;
	}
.error {
	font-weight:bold;
	font-size: 11px;
	color: #FF0000;
	text-align: center;
	margin-top:3px;
	margin-bottom:6px;
	margin-right:13px;
	margin-left:16px;
	/*background-color:#CDCDCD;*/
}
.errorTwo {
	font-weight:bold;
	font-size: 11px;
	color: #FF0000;
	/*background-color:#CDCDCD;*/
}
.noRecords {
	font-weight:bold;
	font-size: 11px;
	color: #666666;
	text-align:center;
}
.commentText {
	/*text-align:justify;*/
	margin-top:2px;
	margin-bottom:2px;
	margin-right:7px;
	margin-left:7px;
}

.float_clearer {
	clear: both;
	line-height: 0.1;
	}
