@charset "UTF-8";
/* CSS Document */

/* ------------ MAIN TOP MENU CONTAINER ------------- */
#menu {
	background: url("../images/bg_top.png") repeat-y top left;
	width:auto;
	height:50px;
	position:relative;
	margin: 60px 10px 0 0;
	padding: 0 5px 0 0;
	float:right;
	border: 0px solid #ccc;
    -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
	}
/*-------------- MAIN TOP MENU -------------*/
#menu .kwicks {
	width:420px;
	height:50px;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index:2;
    }
#menu .kwicks li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 105px;
	height: 50px;
	z-index:2;
	cursor:pointer;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #fff;
    }
#menu .kwicks li a {
	background-color: #fff;
	background-image: url("../images/sprites_menu.png");
	background-repeat:no-repeat;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial;
	letter-spacing: 0.0em;
	color: #0099ff;
	height: 50px;
	outline:none;
	display:block;
	z-index:100;
	cursor:pointer;
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px 0 0 7px;
	text-decoration: none;
    }
#menu .kwicks li p {
	position: absolute;
	width: 105px;
	font: bold 8px "Verdana", "Lucida Sans Unicode", Arial;
	color: #ff00ff;
	letter-spacing: -0.0em;
	outline:none;
	z-index:0;
	cursor:pointer;
	text-transform: uppercase;
	margin-left: 5px;
	text-decoration: none;
	left: 7px;
	top: 28px;
	right: 0px;
	bottom: 0px;
    }
#menu .kwicks a:hover { color: #ff33cc; }
#menu .kwicks li #active { font-weight: bold; color: #fff; background-color: #0099ff; }
#menu .kwicks li a:hover p { color: #ccc; }
#menu .kwicks li #active p { color: #fff; }

#kwick_1, #kwick_2, #kwick_3, #kwick_4 { width: 110px; margin: 0pt; overflow: hidden; position: absolute; display: block; }
#kwick_1 { left: 360px; }
#kwick_2 { left: 480px; }
#kwick_3 { left: 600px; }
#kwick_4 { right: 0px;  }
#kwick_1 a { background-position:0px -100px; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
#kwick_2 a { background-position:0px -150px; }
#kwick_3 a { background-position:0px -249px; }
#kwick_4 a { background-position:0px -300px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

/*-------------- END MAIN TOP MENU -------------*/

/*-------------- SIDE MENU CONTAINER -------------*/
/*
    .side_pan {
	width: 140px;
	height:auto;
	position:relative;
	float:left;
	padding: 0;
	}
*/
    .side_menu {
	background: #f5f5f5;
	width: 120px;
	height:auto;
	position:relative;
	float:left;
	padding: 5px;
	margin: 0 10px 0 0;
	box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
	-moz-box-shadow: 0px 3px 5px #ccc;
    -moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px; -webkit-border-bottom-left-radius: 7px;
	}
    .side_menu h1 { font-size: 17px; letter-spacing: -1px; }
    .side_menu h2 { font-size: 12px; margin-top: 40px; border:none; }
    .side_menu h3 {font:bold 10px Verdana, Arial, sans-serif;color:#ff00ff; margin: 0 0 5px 0; padding:3px 0;border-bottom:1px solid #e4e4e4;border-top:1px solid #e4e4e4;}
    .side_menu h4 { font: bold 9px Verdana, Arial, sans-serif; padding: 3px; text-align:right; }
	.side_menu p { line-height: 1.2em; margin: 10px 0 0 0; text-align:left; }
	.side_menu a { text-decoration:underline; }
	.side_menu a:hover { color: #ff3399; text-decoration:none; }
	
	.vavroom { width: 120px; height:auto; background: none; padding: 0; margin: 15px 0 0 0; position:relative; float:left; }
	.vavroom img { width: 115px; height:115px; margin:0; padding:0; }
    .vavroom h2 { font-size: 12px; margin-top: 5px; border:none; }
	.vavroom p { margin:0; }
	.vavroom a { color: #0099ff; text-decoration:none; letter-spacing:-0.08em; }
	.vavroom a:hover { color: #ff3399; text-decoration:underline; }
	 
	.user-out, .user-in, .trade-out, .trade-in, .trade-join, .feed_pan { width: 110px; background: #fff; height:auto; padding: 5px; margin:0; 
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
    .user-out h2, .trade-out h2, .trade-join h2 { margin:  0 0 20px 0; }
    .user-in { background: #fff url("../images/ico_user.jpg") no-repeat 5px 5px; }
	.trade-in { background: #fff url("../images/ico_trade.jpg") no-repeat 5px 5px; }
    .trade-join { margin: 7px 0; }
	
	.feed_pan { padding: 5px 5px 5px 4px; margin-top:7px; }
	.feed_pan h3 { margin: 0 0 5px 0; padding: 0 0 3px 0; border-top:0;}
    .feed_pan h5 { font: bold 10px Verdana, Arial, sans-serif; padding: 0; margin:5px 0 0 0; color:#ff00ff; }
	.feed_pan p { font-size: 11px; font-style:italic; line-height: 1.2em; margin: 0; padding:0; text-align:left; color: #0099ff; }
	
.side_menu .buttons { list-style: none; position: relative; margin: 0; padding: 0; }
.side_menu .buttons li { width: 110px; height: 35px; margin-bottom: 5px; padding: 0; }
.side_menu .buttons li a {
	background-color: #0099ff;
    width: 110px;
	height: 23px;
	color: #fff;
	padding-top: 12px;
	outline:none;
	display:block;
	cursor:pointer;
	font: bold 9px "Verdana", "Lucida Sans Unicode", Arial;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
    -moz-border-radius: 4px; -webkit-border-radius: 4px;
    }
.side_menu .buttons a:hover { background: #e1e1e1; color: #ff3399; }
.side_menu .buttons li #active { background: #e1e1e1; color: #fff; }
.side_menu .buttons #last { margin-bottom: 0; }

/* -------------- END SIDE MENU ------------- */

/*-------------- INNER BLANK CONTAINER -------------*/

	#blank-container {
	width: 697px;
	height:auto;
	background: #fff;
	position:relative;
	float:left;
	margin: 0;
	padding: 10px;
    border: 1px solid #e4e4e4;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
    -moz-border-radius-topleft: 0; 
	-webkit-border-top-left-radius: 0;
	box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
	-moz-box-shadow: 0px 3px 5px #ccc;
	}
    #blank-container p { line-height: 1.3em; text-align:justify; font-size:12px;}
	
	
/* Trade MyAreas Page */
    #blank { width:697px; height: auto; margin-bottom: 0px; padding: 0; position:relative; float:left; }
	#blank .left { width: 450px; height: 80px; background: url("../images/check-pan01.jpg") no-repeat 0 0; padding: 13px 0 0 0; position:relative; float:left; border: 0px solid #ccc; }
	#blank .left h1{ padding: 0 0 0 40px; }
	#blank .right { width: auto; height: auto; background: #f6f6f6; padding:3px 5px; position:relative; float:right; border: 0px solid #ccc; }
	#blank .right p { text-align:right; color:#0099ff; }

	#pan { width:695px; height: auto; position:relative; float:left; margin: 0; }
    #area { width:692px; height: auto; position:relative; float:left; margin: 15px 0 0 0; }
    #estim { width:692px; height: auto; position:relative; float:left; margin: 0 0 15px 0; }
	#estim h2{ border: none; }
    #pan .left, #pan .right { width:337px; height:auto; position:relative; float:left; margin: 0; padding: 0; }
	#pan .left { margin-right: 15px; }
	#pan .setup { width:315px; height:55px; background: #f9f9f9; padding: 10px; border: 1px solid #e5e5e5; }
	#pan .setup img { float: left; height:48px; padding: 0 10px 10px 0; }
	#pan .setup h2{ border: none; }
	#pan .setup p { border: none; }
	
	#pan .route, #pan .status { width:317px; height:140px; background: #f9f9f9; padding: 10px; border: 1px solid #e5e5e5; }
	#pan .route img { float: left; height:48px; padding: 0 10px 30px 0; }
	#pan .route h2{ border: none; }
	
	#pan .status { height:auto; }
	#pan .status h3 { background: url("../images/ico_arrow.gif") no-repeat 0 5px; margin-top: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 5px 15px; }
    #pan .status h3.border { border:none; padding-bottom: 0; margin-bottom: 0; }
	
	#pan .list { width:300px; height:auto; padding: 0;  margin: 0 0 10px 17px; list-style-type:none; }
    #pan .list li { background: url("../images/ico_arrow.gif") no-repeat 0 10px; padding: 5px 0 5px 15px; border-bottom: 1px solid #ddd; letter-spacing: -0.02em; }
    #pan .list li.last { border-bottom:none; }
	
    #pan .box { width:317px; height: auto; position:relative; float:left; margin: 0 0 15px 0; padding: 10px; }
	#pan .box h2 { border-bottom: 1px solid #e5e5e5; }
	
    #pan .main { color: #77c022; }
	#pan .margin { margin-bottom:15px; }
    #pan .height01 { height:370px; }
    #pan .height02 { height:370px; }
    #pan .height03 { height:192px; }
    #pan .height04 { height:196px; }
    #pan .height05 { height:160px; }
    #pan .height06 { height:280px; }
	
/* User Login Page */	
	#blank_left, #blank_right { height: auto; padding: 15px 10px 10px 10px; border: 0px solid #ccc; }

	#blank_left { width:390px; background: #fff url("../images/check-pan01.jpg") no-repeat 0px 0px; margin-left: 0; padding-left: 0; }
	#blank_left h1{ padding: 0 0 0 40px; }
	#blank_left h2{ padding: 0; }
	
	#blank_right { width:260px; position: absolute; padding: 0; right: 35px; }
	
	#blank_right .next { width: 170px; height: 100px; padding:0; float: right; }
	#blank_right .next h3 { font-size: 20px; font-weight: bold; text-align: right; color: #77c022; }
	#blank_right .next { width: 170px; height: 80px; padding:0; float: right; }
	
	#blank_right .text { width: 257px; height: auto; padding: 0; float: left; }
	#blank_right .text img { float: left; height:48px; margin: 0 10px 0 0; padding: 0 0 30px 0; }
	#blank_right .text h2{ border: none; }
	#blank_right .text p { border: none; }

/*-------------- END INNER BLANK CONTAINER ------------- */

/*-------------- OUTER PAGES CONTAINER -------------*/
	#pages-container {
	width: 717px;
	height:auto;
	background: transparent;
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	}	
	#pages-container p { margin: 5px 0 7px 0; text-align:justify; }
    #pages-container h1 { padding: 0 0 0 0px; letter-spacing: -0.02em; line-height: 0.9em; }
	#pages-container h2 { margin-bottom: 5px; }
    #pages-container h3 { font-size: 18px; font-weight: bold; text-align: right; color: #0099ff; margin: 0; }
	#pages-container p.back { float:right; text-align:right; margin: 0 0 5px 0; }
	#pages-container h2 .top { font: normal 0.6em Verdana, Arial, sans-serif; color: #ff00ff; }
	
/*-------------- END OUTER PAGES CONTAINER ------------- */

    #head, #promo-login, #top, #bot, #mid_left .list, #mid_right .list, .about-left, .about-right { 
	border: 1px solid #e5e5e5;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
	-moz-box-shadow: 0px 3px 5px #ccc; 
	}

/* Trade and Quote Credits Pages */

	#head { width:707px; height: auto; background: #fff; margin-bottom: 15px; padding: 10px 0 0 10px; position:relative; float:left; }
	
	#head .trade, #promo-login .trade { width: auto; height: 60px; padding:0; position:relative; float:left; } /* background: url("../images/ico_trade_fold.jpg") no-repeat 0 0; */
	#head .trade h2, #promo-login .trade h2 { border:none; color:#999; font-style: normal; }
	#head .about { width: auto; height: 60px; padding:0; position:relative; float:left; } /* background: url("../images/ico_about.jpg") no-repeat 0 0; */
	#head .help { width: auto; height: 60px; padding:0; position:relative; float:left; } /* background: url("../images/ico_help.jpg") no-repeat 0 0; */
	#head .contact { width: auto; height: 60px; padding:0; position:relative; float:left; } /* background: url("../images/ico_mail.png") no-repeat 0 0; */
	
	#promo-login { width:707px; height: auto; background: #fff; margin-top: 15px; padding: 10px 0 0 10px; position:relative; float:left; }
	
	#head p.action, #promo-login p.action { width:280px; height: 35px; display:block; margin-top: 15px; padding: 0px; position:relative; float:left; text-align:left; }
	#head .right, #promo-login .right {width:350px; height:120px; background: url("../images/QMT-Templates_pic.jpg") no-repeat right bottom; padding:0; position:relative; float:right;}
	#head .right h2, #promo-login .right h2 { width:235px; display:block; text-align:left; }
	#head .right h2 a, #promo-login .right h2 a { color: #ff00ff; }
	#head .right h2 a:hover, #promo-login .right h2 a:hover { color: #0099ff; }
	#head .right h3, #promo-login .right h3 { font-size:15px; font-weight: bold; color: #0099ff; line-height:1.2em; text-align:left; }
	
	#head .list { width: auto; height:auto; padding: 20px 0 0 0;  margin: 0 10px 5px 0; list-style:none; position:relative; float:right; text-align:right; }
    #head .list li { background:none; border-right: 1px solid #ddd; border-bottom:none; display:inline; padding: 0; }
    #head .list li a { font-size: 9px; padding: 0 3px 0 2px; }
    #head .list li a:hover { color:#ff00ff; }

	#top { width:697px; height: auto; background: #fff; position:relative; float:left; margin-bottom: 15px; padding: 10px; }
	#top_left { width:220px; height: 180px; position:relative; float:left; margin: 0 10px 0 0; border: 0px solid #e5e5e5; }
	#top_right { width:450px; height: 180px; position:relative; float:left; border: 0px solid #e5e5e5; }
	
    #mid { width:717px; height: auto; position:relative; float:right; margin: 0 0 5px 0; }
    #mid_left, #mid_right { width:350px; height: auto; position:relative; float:left; }
	#mid_left p.back, #mid_right p.back { float:right; text-align:right; margin: 5px 10px 0 0; }
    #mid_left { margin: 0 13px 0 0; }
	#mid .list { width:329px; height:auto; background:#fff; padding: 5px 10px;  margin: 0 0 15px 0; list-style:none; }
    #mid .list li { background: url("../images/ico_arrow.gif") no-repeat 0 8px; padding: 3px 0 5px 15px; border-bottom: 1px solid #ddd; letter-spacing: -0.02em; line-height:1.4em; }
    #mid .list li.last { border-bottom:none; }
	#mid .height01 { height:200px; }
	#mid .height02 { height:380px; }
	#mid .height03 { height:530px; }
	#mid .height04 { height:320px; }
	#mid .height05 { height:490px; }
	
	#bot { width:703px; height: auto; background:#fff; position:relative; float:left; margin-bottom: 15px; padding: 7px; }

    /* Trade Web Service Page and Banners */
	
	#mid .terms { width:349px; height:auto; background:none; padding:0;  margin: 0 0 15px 0; list-style:none; }
    #mid .terms li { background: url("../images/ico_arrow.gif") no-repeat 0 10px; padding: 5px 0 5px 10px; border-bottom: 1px solid #ddd; 
	                 letter-spacing: -0.03em; text-align:justify; line-height:1.2em; }
    #mid .terms li.last { border-bottom:none; }

    #mid_left .list a.thumb { width:318px; height:300px; display:block; margin-top:5px; padding:5px; border: 1px solid #ddd; }
    #mid_left .list a:hover.thumb { background-color:#eee; border: 1px solid #0099ff; }

	#mid_right .list li.cnct { border-bottom:none; background-image:none; }
	#mid_right .list a.call {
    background: url("../images/btn_contact.gif") no-repeat 0 0;
	display:block;
	width: 150px; 
	height: 22px;
	border: none;
	color: #fff;
	text-decoration: none;
	text-align:center;	
	margin: 5px 0 0 165px;
	padding-top: 8px;
	font: bold 11px Verdana, sans-serif;
    }
	#mid_right .list a:hover.call { background-position: 0 -30px; color:#fff; }

	/* Start Quotes Grid */
	#grid { padding:0; margin-top: 10px; list-style:none; }
	#grid  ul { padding:0; margin:0; list-style:none; }
	#grid  li { display:block; margin: 0;}
	/* Main Tab Panels */
	#grid  b { display:block; position: relative; float:left; }
	#grid  b.tab0 { top:0px; background:#fff; border-top: 0px solid #dadada; }
	/* Main Tab Content */
	#grid li { float:left; margin:0; }
	#grid li ul { width:703px; height:auto; position:relative; margin: 0; padding: 0; }
	#grid li ul li { width:173px; height:30px; background:#eaeaea; color:#0099ff; margin:1px 1px; line-height:30px; text-align: center; display:block; display:inline;  }
