/* CSS Document */
body {
	background-color: #CCCCCC;
	top-margin: 0px;
	bottom-margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	background-image: url(../images/x-raybackground.gif);
	background-repeat: repeat;
}

p, div, span {
	font-family: verdana; 
	font-size: 10px; 
	color: #333333;
}
td {
	font-family: verdana; 
	font-size: 10px; 
	color: #333333;
}
img {
	border: 0px;
}
a {
	color: #553B6B; 
	text-decoration: underline;
}
a:hover {
	color: #666666; 
	text-decoration: none;
}
hr {
	background-color: #cccccc; 
	width: 100%; 
	height: 1px;
}
h1 {
	font-family: verdana; 
	color: #333333; 
	display: inline; 
	font-weight: normal; 
	line-height: normal; 
	margin: 0px;
}

/* Global Classes */
.red {
	color: #ff0000;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
#middle {
	vertical-align: middle;
}
#bottom {
	vertical-align: bottom;
}

/* Icons */
.PageDown {
	margin-top: 6px; 
	margin-left: 3px; 
	margin-bottom: 4px;
}

/* Form Elements */
.req_error_text {
	background-color: #ffaaaa; 
	padding-left: 3px; 
	font-family: arial, verdana, Helvetica, gatineau; 
	font-size: 11px; 
	color: #666666; 
	width: 150px; 
	border: 1px solid; 
	border-color: #cccccc;
}
.req_text {
	background-color: #efdaca;
	padding-left: 3px; 
	font-family: arial, verdana, Helvetica, gatineau; 
	font-size: 11px; 
	color: #666666; 
	width: 150px; 
	border: 1px solid; 
	border-color: #cccccc;
}

.input {
	padding-left: 3px; 
	font-family: arial, verdana, Helvetica, gatineau; 
	font-size: 11px; 
	color: #666666; 
	border: 1px solid; 
	border-color: #cccccc;
}
.submit {
	background-color: #555555; 
	border: 1px solid; 
	border-color: #444444; 
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff; 
	height: 20px; 
	width: 75px;
}

/* Header  */
.main {
	width: 750px; 
	border-left: 1px solid #333333; 
	border-right: 1px solid #333333;
}
.headercell {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: #000000;
}
.navcell{
	background-color: #333333; 
	padding-left: 20px; 
	height: 19px; 
	vertical-align: middle;
	}
.nav {
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}
.nav:hover {
	color: #dddddd; 
	text-decoration: none; 
	font-weight: bold;
}

/* Page Classes */
.greybackground {
	background-color: #666666;
	padding-left: 20px;
	height: 22px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/topborder.gif);
}
.maincontent {
	padding-top: 5px; 
	padding-left: 14px; 
	padding-right: 14px; 
	padding-bottom: 5px;
}

.ProductBox {
	background-color: #666666; 
	width: 246px; 
	height: 269px;
}

/* Footer */
.footer {
	background-repeat: no-repeat; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	text-align: center; 
	vertical-align: middle; 
	font-size: 9; 
	border-top: 4px solid;
	border-color: #666666;
}
.footerNav {
	color: #B7172E; 
	text-decoration: underline;
}
.footerNav:hover {
	color: #666666; 
	text-decoration: none;
}

/* News */
.NewsScrollDate{
	color: #B24958; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align:left;
}
.NewsScrollTitle{
	color: #000000; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align:right; 
	font-weight:bold;
	}
.NewsGlobalLinks {
	color: #B7172E; 
	text-decoration: underline;
}
.NewsGlobalLinks:hover {
	color: #333333; 
	text-decoration: none;
}

/* Drag and Drop */
.drag {
	background-color: #333333; 
	visibility: hidden; 
	position: absolute; 
	cursor: move; 
	width: 250px; 
	height: 400px; 
	border: 2px solid; 
	border-color: #333333;
}
.dragProperties {
	background-color: #ffffff;  
	position: relative; 
	overflow: auto; 
	width: 250px; 
	height: 375px; 
	border: 1px solid; 
	border-color: #666666;
}
.texttablemain{
	border: none;
}
.texttablebody {
	cellpadding: 5px;
}
.texttablecellheader {
	border: thin solid #333333;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #606060;
	letter-spacing: 2px;
	font-size: 12px;
}

.headercelllink:link {
	color: #9967BA;
	text-decoration: underline;
	font-weight: bold;
}
.headercelllink:hover {
	color: #666666; 
	text-decoration: none;
	font-weight: bold;
}
.headercelllink:visited {
	color: #9967BA; 
	text-decoration: underline;
	font-weight: bold;
}
.headerbackground {
	background-image: url(../images/xraypc_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

