﻿html{
	height:100%;
	min-height:100%
}

body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	background: #efefef;
	min-width: 1260px;
	position:relative; 
	background-color:#000;
}

.header {
	height: 50px;
	background-image: url(../Images/bg-cta-header.png);
}

.logo-cta-big {
	height: 50px;
	background-image: url(../Images/logo-cta-bottom.png);
	width: 203px;
	display: block;
	float: left;
}

.main-container {
	height: 940px;
	margin-right: 300px;
}

.main-container .left-container {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.main-container .right-side-bar {
	width: 300px;
	height: 100%;
	float: left;
	margin-right: -300px;
	background-color: #262626;
	color: #fff;
}
.header .menu-bar {
	float: right;
	color: #FFF;
	font-size: 11px;
	width: 514px;
	margin-top: 16px;
	
}
.menu-bar div {
	display: block;
	height: 34px;
	width: 56px;
	background-color: #851534;
	border-right: 1px solid #efefef;
	vertical-align: middle;
	float: left;
	position:relative;
	z-index:10;
}

.menu-bar div a {
	display: block;
	margin: 2px auto;
	width: 35px;
}
.menu-bar li.unavailable{
	background-color:#464646;
	
	
}


.menu-bar li.unavailable a {
	cursor:default;
	color:#848484;
	font-style:italic;

}

.main-container .left-container .top-bar-container {
	/* [disabled]height: 130px; */
	background-color: #ededef;
	padding:1px;
}
.top-bar-container .project-descrition-container {
	width: 65%;
	float: left;
	background-image: url(../Images/icon-project-discription.png);
	background-repeat: no-repeat;
	background-position: 42px center;
	max-height: 135px;
	padding-bottom: 15px;
}
.top-bar-container .friendly-links-container {
	float: left;
	width: 35%;
	height: 97px;
	max-height: 135px;
	background-image: url(../Images/icon-friends-links.png);
	background-repeat: no-repeat;
	background-position: 44px center;
	padding-bottom: 15px;
}
.top-bar-container .contents {
	margin-left: 132px;
	line-height: 18px;
}
.top-bar-container h3 {
	display: block;
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}
.clear {
	clear: both;
}
.main-container .right-side-bar h1 {
	color: #FFF;
	display: block;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	line-height: 35px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #262626;
}
.main-container .right-side-bar h1.active,.main-container .right-side-bar h1:hover {
	
	font-weight: bold;
	
}
/*right side bar color start*/
.main-container.red .right-side-bar h1
{
	background-color: #c60c30;
}
.main-container.blue .right-side-bar h1
{
	background-color: #00a1de;
}
.main-container.green .right-side-bar h1
{
	background-color: #009b3a;
}
.main-container.purple .right-side-bar h1
{
	background-color: #522398;
}
/*right side bar color end*/
.right-side-bar .intersectng-container,.right-side-bar .intersectng-container,.right-side-bar .roadways-container,.right-side-bar .stationing-container {
	color:#FFF;
	line-height:30px;
}
.right-side-bar .roadways-container,.right-side-bar .stationing-container {
	display:none;
}
.right-side-bar td {
	padding:0px 0px 0px 25px;
}
.right-side-bar .category-container a {

	color:#CCC;
	cursor:pointer;
}
.right-side-bar .category-container {
	line-height: 50px;
	font-size: 13px;
	text-align: center;
	color:#CCC;
}
.right-side-bar a {
	text-decoration: none;
	color: #FFF;
}
.taps-container .level-one {
	display: block;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	height: 25px;
}
.taps-container ul li{
	cursor:pointer;
}

/*whole tab level 1*/
.whole .taps-container .level-one li {
	background:#0079c2;
	border-right:1px solid #C8DFEB;
	border-bottom:1px solid #026C88;
}
.whole .taps-container .level-one li.active,.red .taps-container .level-one li:hover {
	background:#00bff2;
	border-right:1px solid #C8DFEB;
	border-bottom:1px solid #026C88;
}
/*whole tab level 1 end*/

/*red tab level 1*/
.red .taps-container .level-one li {
	background:#8c152c;
	border-right:1px solid #eaa5b3;
	border-bottom:1px solid #eaa5b3;
}
.red .taps-container .level-one li.active,.red .taps-container .level-one li:hover {
	background:#c60c30;
	border-right:1px solid #eaa5b3;
	border-bottom:1px solid #c60c30;
}
/*red tab level 1 end*/
/*blue tab level 1*/
.blue .taps-container .level-one li {
	background:#1e80a6;
	border-right:1px solid #a1dcf3;
	border-bottom:1px solid #a1dcf3;
}
.blue .taps-container .level-one li.active,.blue .taps-container .level-one li:hover {
	background:#00a1de;
	
	border-bottom:1px solid #00a1de;
}
/*blue tab level 1 end*/
/*green tab level 1*/
.green .taps-container .level-one li {
	background:#0e7133;
	border-right:1px solid #a1dab6;
	border-bottom:1px solid #a1dab6;
}
.green .taps-container .level-one li.active,.green .taps-container .level-one li:hover {
	background:#009b3a;

	border-bottom:1px solid #009b3a;
}
/*green tab level 1 end*/
/*purple tab level 1*/
.purple .taps-container .level-one li {
	background:#42246f;
	border-right:1px solid #bfaed9;
	border-bottom:1px solid #bfaed9;
}
.purple .taps-container .level-one li.active,.purple .taps-container .level-one li:hover {
	background:#522398;

	border-bottom:1px solid #522398;
}
/*purple tab level 1 end*/
/*brown tab level 1*/
.brown .taps-container .level-one li {
	background:#62361b;
	border-right:1px solid #f4c6aa;
	border-bottom:1px solid #f4c6aa;
}
.brown .taps-container .level-one li.active,.purple .taps-container .level-one li:hover {
	background:#8c4e28;

	border-bottom:1px solid #8c4e28;
}
/*purple tab level 1 end*/

.level-one li{
	padding:0px 15px;
	display:block;
	margin: 0;
	padding: 0 25px;
	float: left;
	list-style-type: none;	
	
	}
.left-container .taps-container {
	background-color: #ededef;
}
.taps-container .level-two {
	display: none;
	height: 24px;
	border-bottom: 3px solid #FFF;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFF;
}
/*red tap level 2*/
.red .taps-container .level-two {
	background-color: #c60c30;
}
.red .taps-container .level-two li{
border-right:1px solid #eaa5b3;
	border-bottom: 3px solid #c60c30;
}
.red .taps-container .level-two li.active,.red .taps-container .level-two li:hover{

	border-bottom: 6px solid #c60c30;
	font-weight:bold;
}
/*red tap level 2 end*/

/*blue tap level 2*/
.blue .taps-container .level-two {
	background-color: #00a1de;
}
.blue .taps-container .level-two li{
border-right:1px solid #a1dcf3;
	border-bottom: 3px solid #00a1de;
}
.blue .taps-container .level-two li.active,.blue .taps-container .level-two li:hover{

	border-bottom: 6px solid #00a1de;
	font-weight:bold;
}
/*blue tap level 2 end*/
/*green tap level 2*/
.green .taps-container .level-two {
	background-color: #009b3a;
}
.green .taps-container .level-two li{
border-right:1px solid #a1dab6;
	border-bottom: 3px solid #009b3a;
}
.green .taps-container .level-two li.active,.green .taps-container .level-two li:hover{

	border-bottom: 6px solid #009b3a;
	font-weight:bold;
}
/*green tap level 2 end*/
/*purple tap level 2*/
.purple .taps-container .level-two {
	background-color: #522398;
}
.purple .taps-container .level-two li{
    border-right:1px solid #bfaed9;
	border-bottom: 3px solid #522398;
}
.purple .taps-container .level-two li.active,.purple .taps-container .level-two li:hover{

	border-bottom: 6px solid #522398;
}
/*purple tap level 2 end*/
/*brown tap level 2*/
.brown .taps-container .level-two {
	background-color: #8c4e28;
}
.brown .taps-container .level-two li{
    border-right:1px solid #f4c6aa;
	border-bottom: 3px solid #8c4e28;
}
.brown .taps-container .level-two li.active,.brown .taps-container .level-two li:hover{

	border-bottom: 6px solid #8c4e28;
}
/*brown tap level 2 end*/


.level-two li {
	display: block;
	float: left;
	padding: 0px 25px;
	line-height: 21px;
	margin: 0px;
	list-style-type: none;
}


/*top meunu bar normal color begin*/
.menu-bar .whole{
	background-color:#0079c2;
}

.menu-bar .brown {
	background-color:rgb(98, 54, 27);
}
.menu-bar .orange {
	background-color:#4f4f4f;
}
.menu-bar .pink {
	background-color:#4f4f4f;
}
.menu-bar .yellow {
	background-color:#4f4f4f;
}
.menu-bar .red {
	background-color:#8c152c;
}
.menu-bar .blue {
	background-color:#0e749c;
}
.menu-bar .green {
	background-color:#0e7133;
}
.menu-bar .purple {
	background-color:#42246f;
}
.menu-bar a{
	color:#FFF;
	text-decoration:none;
}
/*top meuu bar normal color end*/

/*top menu bar hover color normal color begin*/
.menu-bar .red.active,.menu-bar .red:hover {
	background-color:#c60c30;
}
.menu-bar .blue.active,.menu-bar .blue:hover  {
	background-color:#00a1de;
}
.menu-bar .green.active,.menu-bar .green:hover  {
	background-color:#009b3a;
}
.menu-bar .purple.active,.menu-bar .purple:hover  {
	background-color:#522398;
}

.header .logo-cta {
	width: 150px;
	height: 30px;
	background-image: url(../Images/logo-cta.gif);
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	cursor:pointer
}

.category-container a.active {
	font-weight:bold;
	font-size:14px;
	color:#FFF;
}
.left-container .map {
	height: 600px;
	position: relative;
	
}
.right-side-bar .fly-to-container {
	display: none;
	max-height: 320px;
	overflow: auto;
	overflow-x: hidden;
}
.top-bar-container a {
	color: #434343;
	text-decoration: none;
}
.whole-index .whole-index-description {
	margin-right: 500px;
	line-height: 28px;
	font-size: 16px;
	font-family: "open sans", Arial;
	position: relative;
}
.whole-index-description .cta-wholemap-container {
	width: 450px;
	float: left;
	margin-right: -600px;
	margin-top: 60px;
	padding-left: 50px;
}
.whole-index .whole-index-description h1 {
	font-family: "open sans", Arial;
	font-weight: 400;
	font-size: 27px;
}
.whole-index-description .description-content {
	float: left;
	margin: 40px;
	width: 90%;
}
.logo-uGRIDD {
	display: block;
	height: 49px;
	width: 203px;
	background-image: url(../Images/logo-uGRIDD.png);
	float: left;
}
.description-content .logo-cta {
	display: block;
	float: left;
	height: 49px;
	width: 203px;
	background-image: url(../Images/logo-cta-bottom.png);
}
.main-container.whole-index{
	margin:0px!important;
}
.powered-container {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 301px;
	text-align: center;
	color: #efefef;
	background-color: #4f4f4f;
	line-height:22px;
}
.powered-container a{
	color:#FFF;
}
.whole-index .powered-container{
	display: block;
	background-image: url(http://www.ugridd.com/Images/poweredby.png);
	background-color: #ededef;
	position: absolute;
	bottom: 0px;
	height:40px;
	width:240px;
	z-index:10;
	background-position:right;
	background-repeat:no-repeat;
}
.whole-index .friendly-links-container {
	background-image: url(../Images/icon-friends-links.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	/* [disabled]padding-bottom: 15px; */
}
.whole-index .friendly-links-container .contents {
	margin-left: 100px;
	line-height: 18px;
	/* [disabled]margin-bottom: 15px; */
}
.whole-index .friendly-links-container .contents a {
	color: #434343;
	text-decoration: none;
	font-size:13px;
}
.head-container{
	position:relative;
	padding-bottom:1px;
}
.min-expand {
	height: 10px;
	width: 10px;
	
	z-index: 9;
	position: absolute;
	top:5px;
	background-image:url(../Images/toggle.gif);
	background-repeat: no-repeat;
	right: 5px;
}
.noneheight {
	height: 0px;
    display: none;
}

.menu-bar ul {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index:10;
	display:none;
	width:110px;
}
.menu-bar .brown ul{
	background-color:rgb(98, 54, 27);
	left:-1px;
	}
.menu-bar .orange ul{
	background-color:#4f4f4f;
	}
.menu-bar .pink ul{
	background-color:#4f4f4f;
	left:-1px;
	}
.menu-bar .yellow ul{
	background-color:#4f4f4f;
	left:-1px;
	}
.menu-bar .red ul{
	background-color:#c60c30;
	left:-1px;
	}
.menu-bar .blue ul{
	background-color:#00a1de;
	left:-1px;
	}
.menu-bar .green ul{
	background-color:#009b3a;
	left:-1px;
	}
.menu-bar .purple ul{
	background-color:#522398;
	right:-1px;
	}
		
.menu-bar .brown ul{
	background-color:rgb(98, 54, 27);
	right:-1px;
	}
.menu-bar ul li {
	display: block;
	margin: 0px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	line-height:20px;
	padding:5px 15px;
}


.menu-bar ul li a {
	color: #FFF;
	text-decoration: none;	
}
.menu-bar ul li:hover {
	font-weight:bold;
}

.header .menu-bar div ul li a {
	width:auto;
	display:inline;
	margin:0px;
	padding:0px;
}
.right-side-bar .category-container .category-selector{
	height:32px;
	overflow:visible;
	border:1px solid #464646;
	line-height:32px;
	margin:30px 15px 15px 15px;
	padding:0px 0px;
	position:relative;
}

.right-side-bar .category-container .category-selector div{
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	display:none;
	background-color:#464646;
	cursor: pointer;
}

.right-side-bar .category-container .category-selector div:hover{
	background-color:#333;
	color:#FFF;
	}
.right-side-bar .category-container .category-selector div.active{
	background-color:#333;
	border-top:#999;
	
	}
.category-container .category-selector .icon-arow-down {
	position: absolute;
	height:32px;
	width:32px;
	right:8px;
	background-position:center center;
	background-image:url(../Images/icon-arrow-down.png);
	background-repeat:no-repeat;
	z-index: 9;
    top:0px;
	display:block;

}
.main-container .right-side-bar .no-flyto {
	margin:30px;
	line-height:28px;
	font-size:16px;
	text-align:center;
}
div.img-info-rightside-bar{
	margin:30px;
	line-height:28px;
	font-size:16px;
	text-align:left;
	display:none;
	}

.left-container .map .full-screen {
	height: 32px;
	width: 32px;
	position: absolute;
	right: 15px;
	top: 15px;
	background-image:url(../Images/icon-fullscreen-32.png);
	z-index:9;
	cursor:pointer;
}

.left-container .map .full-screen.exit {
	
	background-image:url(../Images/icon-fullscreen-exit-32.png);
}

.right-side-bar .img-info-rightside-bar .img-album {
	height:128px;	
}
.right-side-bar .img-info-rightside-bar h1 {
	background-color:#262626!Important;
	text-align:left;
	font-size:16px; 
	margin-top:25px;
	cursor:default;
		
	
}
.right-side-bar .img-info-rightside-bar .contents-text {
	line-height:22px;
	font-size:13px;
	padding-bottom:15px;
	border-bottom:1px dashed #4b4b4b;
	color:#818181;
	
}

/******** FlyTo color bar ******/
.for-red-line, .for-purple-line, .for-brown-line, .for-blue-line {
	background-color: #c60c30;
	padding: 8px;
	margin: 15px 25px 0px 15px;
}
.for-red-line.end, .for-purple-line.end, .for-brown-line.end, .for-blue-line.end {
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 3px !important;
}
.for-purple-line {
	background-color: #522398;
}
.for-red-line {
	background-color: #c60c30;
}
.for-brown-line {
	background-color: #62361b;
}

.for-blue-line {
	background-color: #00a1de;
}
