﻿@charset "utf-8";
/***************************************************************************
**************************** DHTMLWINDOW.CSS *******************************
***************************************************************************/
.dhtmlwindow{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
}

.dhtmlwindowholder
{
	padding: 0px;
	margin: 0px;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #CA0000;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
	width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
	border-top: 1px solid brown;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
	float: right;
	width: 13px; /*width of resize image*/
	height: 13px; /*height of resize image*/
	cursor: nw-resize;
	font-size: 0;
}
















/***************************************************************************
******************************* MODAL.CSS **********************************
***************************************************************************/
.drag-handle{ /*Overwrite default drag handle bar background color with below*/
	background-color: #03277C;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
	position: absolute;
	background: black;
	width: 10px;
	left: 0;
	top: 0;
	z-index: 5;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	opacity: 0.8;
}












/***************************************************************************
******************************* PORTAL.CSS *********************************
***************************************************************************/
body 
{
	background-image: url(/images/bg.gif);
	background-color: #362F2D;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "calibri","arial",sans-serif;
	white-space: normal;
}
input[type=text], input[type=password]
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding: 3px;
	border: 1px solid #AFA9A8;
	background-color: #FFFFFF;
	width: 150px;
}
input[readonly=readonly]
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding: 3px;
	border: 1px solid #AFA9A8;
	background-color: #EEEEEE;
	width: 150px;
}
input[type=text].SmallText
{
	width: 80px;
}
input[type=text].VerySmallText
{
	width: 40px;
}
.TextareaByPercent
{
	width: 80%;
	height: 100px;
}

input[type=text].MediumTextBox
{
	font-weight: bold;
	font-size: 16px;
	width: 80px;
}
.BigTextBox
{
	font-weight: bold;
	font-size: 30px;
}

select
{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding: 3px;
	border: 1px solid #AFA9A8;
	background-color: #FFFFFF;
	width: 180px;
}

select.SmallSelect
{
	width: 80px;
}

a
{
	color: #DD5500;
}
a:hover, a:active, a:focus 
{
	color:#000000;
}

.MainTable
{
	background-image: url(/Images/main.gif);
	padding: 0px;
	margin: 0px;
	border-collapse: collapse; 
	border: 0px;
	width: 900px;
}
.MainMenu
{
	background-image:url(/Images/title-left-grayscale.gif);
	padding: 5px;
	width: 470px;
	position:relative;
	left:2px;
	top:-41px;
	margin-right: 25px;
	border-left: 2px Solid #362F2D;
	border-bottom: 2px Solid #362F2D;
	border-right: 2px Solid #362F2D;
	text-align: center;
}
.MainMenu a
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.RegularTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse; 
	border: 0px;
	text-align: left;
}
.RegularTable td
{
	vertical-align: top;
	text-align: left;
}

.NewsItem
{
	white-space: normal;
	width: 575px;
}

.MenuRight
{
	background: transparent url(/Images/aside-small.gif) repeat-y scroll 0 0;
	white-space: nowrap;
	width: 250px;
}
.MenuRightHeader
{
	background: transparent url(/Images/title-right.gif) no-repeat scroll 100% 100%;
	padding: 10px 40px 35px 15px;
	position: relative;
	width: 239px;
	text-align: left;
	font-weight:bold;
	color: #FFFFFF;
}
.MenuRightLinks
{
	width: 220px;
	text-align: left;
	padding-bottom: 20px;
	white-space: normal;
	padding-left: 10px;
	padding-right: 10px;	
}
.MenuRightLinks a
{
	border-bottom: 1px solid #EAE6E5;
	background: transparent url(/Images/arrow.gif) no-repeat scroll 0 9px;
	padding: 6px 0 2px 25px;
}

.MenuRightFooter
{
	background-color: #362F2D;
	height: 10px;
}

.Footer
{
	background-color: #282320;
	background: transparent url(/Images/footer.gif) repeat-x;
	padding: 30px;
	width: 100%;
	background-color: #282320;
	color: #EEEEEE;
}
.Footer a 
{
	border-bottom:1px solid #443B36;
	color:#FFCEAD;
	background: transparent url(/Images/arrow-03.gif) no-repeat scroll 0 9px;
	padding: 2px 0 2px 25px;
}

.InventoryGrid
{
	border: 0px;
}
.InventoryGridHeader
{
	background-color: #333333;
	color: #EEEEEE;
	font-size:18px;
}
.InventoryGridRow
{
}
.InventoryGridRowOdd
{
	background-color: #EEEEFF;
	border-bottom: 2px Solid #362F2D;
}
.InventoryGridRowEven
{
	background-color: #FFEEEE;
	border-bottom: 2px Solid #362F2D;
}

.ImageGrid
{
	border: 0px;
}

.InventoryFeatureList
{
	width: 450px; 
	overflow: auto;
}
.InventoryListLinks
{
	width: 450px; 
	overflow: auto;
}

.HeaderText
{
	background:transparent url(/Images/dot.gif) repeat-x scroll 0 100%;
	font-size:32px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
	padding-bottom:4px;
}
.YMMTitle
{
	background:transparent url(/Images/dot.gif) repeat-x scroll 0 100%;
	font-size:24px;
	font-weight:bold;
}

.RightAlignedText
{
	text-align:right;
	width: 100%;
}
.CenteredText
{
	text-align: center;
	width: 100%;
}
.CentereMiddleText
{
	text-align: center;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}


.InformationText
{
	background: transparent url(/Images/InformationHeader.png);
	padding: 5px 10px;
	background-position: right;
	font-weight: bold;
	color: #FFFFFF;
}
.InformationFooter
{
	background-color: #362F2D;
}

.DottedUnderlineText
{
	background: transparent url(/Images/dot.gif) repeat-x scroll 0 100%;
}

.SmallText
{
	font-size: 10px;
}
.LargeTextWhite
{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.WhiteContentBox
{
	background-color: #EEEEEE;
}
.MakeListHomePage
{
	border-bottom:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	float:left;
	margin:5px 10px 5px auto;
	padding:5px;
	width:170px;
	background-image: url(/Images/HomepageMakeBackground.png);
}
.MakeListHomePageMakeName
{
}
.MakeListHomePageLinks
{
	font-size: 10px;
	color: #336699;
}



#Header
{
	left:-26px;
	margin:0;
	position:relative;
	top:0;
	background: transparent url(/Images/title-left.gif) no-repeat scroll 0 100%;
	padding: 0 10px 15px 35px;
	width: 300px;
	white-space: nowrap;
	font-weight: bolder;
}
#HeaderTitle
{
	font-size: 36px;
}
#HeaderDetails {
	font-size:12px;
	left:10px;
	position:relative;
	top:-15px;
}

.NewsletterSignupForm
{
	height: 175px;
	width: 250px;
	background-image: url(/Images/NewsletterBackground.png);
}


.ActionLink
{
	display: block;
	
	padding: 2px 5px;
	
	background-color: #282320;
	border: 1px solid #666666;
	
	text-decoration: none;
	font-family: Verdana, Sans-Sherif;
	font-weight: bold;
	font-size: 14px;
}
.ActionLinkText
{
    background-image: url(/images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 98% 55% ;
	color: #EEEEEE;
	padding: 5px;
}

.ActionLinkMenu
{
	display: block;
	
	border: 1px solid black;
	padding: 5px;
	
	background-color: #282320;
	border: 1px solid #666666;
	
	text-decoration: none;
	font-family: Verdana, Sans-Sherif;
	font-weight: bold;
	font-size: 10px;
	color:   #CCCCCC;
	
	z-index: 1000;
}
.ActionLinkMenu a
{
    border: 0px;
    border-bottom: 0px;
    padding-bottom: 3px;
}
.ActionLinkMenu a:hover, .ActionLinkMenu a:active, .ActionLinkMenu a:focus 
{
    border: 0px;
    border-bottom: 0px;
    padding-bottom: 3px;
    color: #EEEEEE;
}
