#container {
	width:940px;
	height:auto;
	margin:0 auto;
	margin-top:0;
}

body {
	margin-top:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:2em;
	color:#666666;
}

#footer {
	background-image:url(../pix/baseart/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:9px;
	color:#b2b2b2;
	padding-top:10px;
}
	
.hed, h1 {
	font-size:16px;
	font-weight:bold;
	margin:0;
}	

h2 {
	font-size:14px;
	font-weight:bold;
}	

.colMenu {
	width:160px;
}

.colLeft {
	width:765px;
}

.bar {
	width:640px;
	height:auto;
	background-color:#ABABAB;
}

.headerbar {
	font-size:16px;
	margin:0;
}

.submenu {
	margin-top:10px;
}

.textSm {
	font-size:11px;
}



/*////////////////////////////////*/


.frameTop {
	background-image:url(../orders-images/frame/frame-top.gif); 
	background-repeat:repeat-x;
}

.frameBottom {
	background-image:url(../orders-images/frame/frame-bottom.gif); 
	background-repeat:repeat-x;
}
.frameRight {
	background-image:url(../orders-images/frame/frame-right.gif); 
	background-repeat:repeat-y;
}
.frameLeft {
	background-image:url(../orders-images/frame/frame-left.gif); 
	background-repeat:repeat-y;
}


.frameTop_gray {
	background-image:url(../orders-images/frame-gray/frame-gray-top.gif); 
	background-repeat:repeat-x;
}

.frameBottom_gray {
	background-image:url(../orders-images/frame-gray/frame-gray-bottom.gif); 
	background-repeat:repeat-x;
}
.frameRight_gray {
	background-image:url(../orders-images/frame-gray/frame-gray-right.gif); 
	background-repeat:repeat-y;
}
.frameLeft_gray {
	background-image:url(../orders-images/frame-gray/frame-gray-left.gif); 
	background-repeat:repeat-y;
}


.frameTop_white {
	background-image:url(../orders-images/frame-white/frame-white-top.png); 
	background-repeat:repeat-x;
}
.frameBottom_white {
	background-image:url(../orders-images/frame-white/frame-white-bottom.png); 
	background-repeat:repeat-x;
}
.frameRight_white {
	background-image:url(../orders-images/frame-white/frame-white-right.png); 
	background-repeat:repeat-y;
}
.frameLeft_white {
	background-image:url(../orders-images/frame-white/frame-white-left.png); 
	background-repeat:repeat-y;
}

/*////////////////////////////////*/

.formsYes {
	background-image:url(../orders-images/buttons-icons/forms-yes.gif);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

.formsNo {
	background-image:url(../orders-images/buttons-icons/forms-no.gif);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

.feeYes {
	background-image:url(../orders-images/buttons-icons/fees-yes.gif);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

.feeNo {
	background-image:url(../orders-images/buttons-icons/fees-no.gif);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}


/*LINKS*/

.text_button {
   border: none;
   background-color: transparent;
   padding: 0;
   text-decoration: underline; /* if desired */
   color: #000;  /* or whatever other color you want */
   font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
}

a:link, a:visited, a:active {
	color:#000000;
}
a:hover {
	color:#FF9900; /*TEAM COLOR*/	
}

a.image:link, a.image:visited,a.image:active {
	text-decoration:none;
	border:none;
}
a.image:hover {
	text-decoration:none;
	border:none;
}


a.simplebutton:link, a.simplebutton:visited, a.simplebutton:active {
	border: 1px solid #000000;
    background-color: #FFFFFF;
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:11px;
	padding:4px 6px;
	*padding:4px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
	text-decoration:none;
	color:#000;
}
a.simplebutton:hover {
	 background-color: #F3F3F3;
}

.buttonalt {
    border: 1px solid #000000;
    background-color: #FFFFFF;
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:11px;
	padding:4px 6px;
	*padding:4px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
}

.button {
    border: 1px solid #666666;
    background-color: #FFFFFF;
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:11px;
	padding:4px 6px;
	*padding:4px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
}
.button:hover {
   background-color: #F3F3F3;
}

.submitbutton {
    border: 1px solid #6DB622;
    background-color: #6DB622;
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:11px;
	padding:4px 6px;
	*padding:4px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
	color:#FFF;
}
.submitbutton:hover {
   background-color: #FF9900;
   border-color:#FF9900;
}

.buttonalt2 {
    border: 1px solid #000000;
    background-color: #FFFFFF;
	margin:0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:11px;
	padding:4px 6px;
	*padding:4px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
}
.buttonalt2:hover {
    border: 1px solid #000000;
    background-color: #B5C2CC;
}

.menubutton {
	color:#000;
	background-color: #F5F5F5;
    border:none;
	text-align:left;
	margin:0;
	margin-right:1px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
	padding:6px 0;
	cursor:pointer;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
}
.menubutton:hover {
	color:#000;
	text-decoration:underline;
}

form {
	margin:0;
}	

.formText {
  	border: 1px solid #666666;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	padding:4px 0 3px 2px;
}

.adminbutton {
    color:#000000;
	background-color: #CCC;
	border:none;
	margin:0;
	margin-right:1px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:12px;
	padding:8px 10px;
	*padding:8px 0; /*WINDOWS FIX*/
	cursor:pointer;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
}
.adminbutton:hover {
    background-color: #E2E2E2;
}

#fixedtipdiv{
	position:absolute;
	padding: 10px;
	border:1px solid black;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:1.25em;
	color:#000;
	z-index:100;
}

.statusicon_main{ /*CSS for icon image that gets dynamically added to headers*/
position: relative;
top: 4px;
*top:5px;  /*WINDOWS FIX*/
left: 4px;
border: none;
}

.statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: relative;
top: 3px;
*top:4px;  /*WINDOWS FIX*/
left: 0;
border: none;
margin-right:10px;
}



/* COLOR */	

.black {
	color:#000000;
}	

.gray {
	color:#999;
}

.orange {
	color:#F98F03;
}

.red {
	color:#BF0000;
}

.warning {
	color:#BF0000;
	line-height:normal;
	margin-bottom:6px;
}

.ltgreen {
	color:#6DB622;
}
.dkgreen {
	color:#345715;
}

/*RULES*/

.defaultRule {
	width:auto;
	height:8px;
	border-bottom:#666666 solid 1px;
	margin-bottom:16px;
}

.defaultRuleXLt {
	width:auto;
	height:10px;
	border-bottom:#F5F5F5 solid 1px;
	margin-bottom:10px;
}

.defaultRuleLt {
	width:auto;
	height:18px;
	border-bottom:#CCCCCC solid 1px;
	margin-bottom:18px;
}

.bullet {
	background-image:url(../pix/baseart/bullet.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:16px;
	margin-bottom:.5em;
}

.bulletshort {
	background-image:url(../pix/baseart/bullet.gif);
	background-position:0 7px;
	background-repeat:no-repeat;
	padding-left:16px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #FFF;
	padding: 5px;
	opacity: 1;
	font-weight:normal;
}
#tooltip h3, #tooltip div { margin: 0; }


/*POPUP*/


#backgroundPopup {
display:none; 
background-color:#000; 
position:fixed; 
_position:absolute; /* hack for internet explorer 6*/
top:0; 
left:0; 
height:100%; 
width:100%; 
z-index:10;
}

#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:650px;
width:500px;
background:#FFFFFF;
z-index:20;
padding:18px;
}

#popupContactClose{
right:18px;
top:18px;
position:absolute;
display:block;
}
