/* 
MR: defining values for list of search results 
UNLOCKED
*/

body, html { /* set size of body to full page and remove margins */
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

html {
  *overflow-y:hidden; /* for IE */
}

#header {
	height: 100px;
	position: relative;
}

.head-bg {
    background: #F27B04;
    border-bottom: 3px solid #d84600;
}

#header .logo {
	padding: 8px 30px;
}

#header ul {
	list-style: none;
	color: #EEEEFF;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 0px;
}

#header ul li {
	list-style-type: none;
	float: left;
	padding: 0 4px;
}

#header ul li a {
	position: relative;
	height: 32px;
	line-height: 32px;
}

#header ul li a:hover {
	background-color: #d84600;
}

#header ul li.current-tab {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #d84600;
}

#header .header-img {    
	height: 35px;
  width: 35px;
}

#header .header-name {
	display: inline-block;
}
#header span {vertical-align: top;}


#bodycontent {
position: absolute;
  min-width: 960px;
  padding: 0;
  left: 0;
  top: 100px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  zoom: 1;
  background-color:grey;
}

.panel-field {
  /*width: 380px;*/
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  padding: 0px 0px;
  height: 2px;
  overflow: hidden;
  z-index: 1;
  background-color:red;
}

#mainArea {
  position: absolute;
  min-width: 960px;
  padding: 0;
  left: 0;
  top: 2px;
  right: 0;
  bottom:2px;
  overflow: hidden;
  z-index: 1;
}

#rightPart {
  position: absolute;
  top: 0px;
  left: 0;
  width:380px;
  overflow: hidden;
  z-index: 2;
  height:100%;
  background-color:white;
}

#middlePart {
	position: absolute;
	top: 0px;
	left: 380px;
	right:2px;
	overflow: hidden;
	z-index: 2;
	background-color:black;
	height:100%;
}

#topMapArea {
	position: absolute;
	top: 0px;
	left: 0px;
	right:0px;
    height:100px;
	overflow: hidden;
	z-index: 2;
	background-color:#A0A0B0;
}

#mapCanvas {
    position:absolute;
    top:100px;
    left:0;
    right:100px;
    bottom:0;
	overflow: hidden;
	z-index: 3;
	box-shadow: 3px 3px 3px #b2b1af inset;
    background-color:#FFBBEE;
}

#rightMapArea {
    position:absolute;
    top:100px;
    right:0;
    width:100px;
    bottom:0;
	   overflow: hidden;
	   z-index: 3;
    background-color:#DDBBEE;
}

#leftPart {
	position: absolute;
	top: 0px;
	width: 2px;
	right:0;
	overflow: hidden;
	z-index: 2;
	background-color:green;
	height:100%;
}

#bottomArea {
	position: absolute;
	right:0;
    left:0;
    bottom:0;
    height:2px;
	overflow: hidden;
	z-index: 2;
	background-color:yellow;
}

.panel-list {
	position: relative;
}

.panel-list ul li{
	float: left;
	overflow: hidden;
}

.panel-tabs
{
	border-bottom: 3px solid #ed7c11;
}

.panel-tabs ul {
	list-style: none;
}

.panel-tabs ul li {
	list-style-type: none;
	float: left;
	margin-left: 2px;
	height: 34px;
	line-height: 34px;
	width: 89px;
	background: #317EE7 url(../new_images/tab-bg.jpg) repeat-x;
	border: 1px solid #f5d58a;
	border-bottom: 0px;
	border-radius: 4px 4px 0 0;	
	color: #555;
	text-align: center;
	cursor: pointer;
}

.panel-tabs ul li:first-child {
	margin-left: 0px;
}

.panel-tabs ul li.current-tab{
	background: #ed7c11;
	border: 1px solid #D84600;
	border-bottom: 0px;
	color: #FFFFEE;
	font-weight: bold;
}

.panel-tabs ul li.hover-tab {
	background: #f8ab62;
	border: 1px solid #D84600;
	border-bottom: 0px;
}


#panelList > li{	
	margin-right: 10px;
	width: 370px;
	height: 100%;
}

.panel-content {
	position: relative;
	height: 100%;
	/*background: #FDFCE6;*/
	padding: 0 5px;
	overflow: hidden;
}

#userTracking .panel-content {
	overflow: auto;
}

.news-bottom {
	background: url(../new_images/feed_mask.png) repeat-x;
	position: absolute;
	bottom: 0;
	margin-left: -5px;
	height: 50px;
	width: 370px;
	z-index:2;
	text-align: center;
}

.content-wrap {
	position: relative;
}

.item {
	padding: 10px 0;
	background: url(../new_images/dotline1.gif) repeat-x left bottom;
}

.item {
	overflow: hidden;
}

.item-pic {
	float: left;
}

.item-content {
	overflow: hidden;
}


.item .item-content {
	padding: 2px 5px;
}

.item-recom-bubble, .item-recom-content {
	float: left;
}

.item-recom-content {
	margin-left: 10px;
}

.item-recom-pic {
	float: right;
}




#settings {
	position: absolute;
	right: 5px;
	top:5px;
	z-index: 4;
	
}

#settings .s-icon{
	height: 35px;	
}

#mopsiOption {
	padding: 10px;
	border: 1px solid #f5d285;
	-webkit-box-shadow: 3px 3px 3px #e5e5e5;
	-moz-box-shadow: 3px 3px 3px #e5e5e5;
	box-shadow: 3px 3px 3px #e5e5e5;
	background: #faf2db;
}

#mopsiOption ul li{
	margin: 5px 0;
}

#settingIcon {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	right: 0px;
	cursor: pointer;
}

.search-icon {
	background: #faf2db;
	border: 1px solid #f5d285;
	border-bottom: none;
}

#settingIcon img{
	width: 25px;
	height: 25px;
}

.m-option-title {
	margin-bottom: 5px;
}
.recom {	
	position: relative;
	height: 30px;
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
}

#recommend {
	position: absolute;
	display: inline-block;
	width: 120px;
	color: #FFFFFF;
	font-weight: bold;
}
.locator {
	height: 46px;
	z-index: 4;
	position: relative;
}
.locator-bar {
	position: relative;
	margin-top: 5px;
}

.search-tabs ul li{
	list-style-type: none;
	float: left;
	margin-right: 2px;
	height: 20px;
	line-height: 20px;
	background: #F1F1F1 url(../new_images/btn-bg1.jpg) repeat-x;
	border: 1px solid #c6c6c6;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	padding: 2px 4px;
	color: #555;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

.search-tabs ul li.current-tab{
	background: #317EE7;
	border: 1px solid #317EE7;
	border-bottom: 0;
	color: #FFFFEE;
	font-weight: bold;
}

.search-tabs ul li.hover-tab {
	background: #eae6da;
	border: 1px solid #acaaa6;
	border-bottom: 0px;
}

.search-area {
	margin-right: 2px;
	border: 1px solid #317EE7;
	overflow: hidden;
}
.location-search-area {
	margin-right: 2px;
	overflow: hidden;
}

.search-option {
	float: left;
	width: 90px;
	height: 28px;
	line-height: 28px;
	background-color: #faf2db;
	cursor: pointer;
	
}

.selected-option {
	background: url(../new_images/arrow-down.png) 90% center no-repeat;
	padding-left: 5px;
	border-right: 1px solid #317EE7;
}

.options {
	position: absolute;
	display: block;
	top: 28px;
	width: 89px;
	z-index: 4;
	margin-left: -1px;	
	border: 1px solid #317EE7;
	border-top: 0px;
	border-right: 1px solid #317EE7;
	background: #EEEEEE;
}

.options li {
	clear: left;
}

.options li a{
	display: block;
	padding-left: 5px;
}

.options li a:hover {
	background: #317EE7;
}

.options li.option-loc{
	background-color: #F5F5F5;
}

.search-field {
	float: left;
	width: 300px;
	height: 28px;
	background-color: #FFFFFF;
}

.search-text {
	width: 292px;
	height: 29px;
	padding: 4px;
	border: 0;
	background-color: #FFFFFF;
	outline: none;
}

.search-btn {
	float: left;
	width: 100px;
    height: 28px;
    line-height: 28px;
	text-align: center;
	color: #FFFFEE;
	font-size: 18px;
	font-family: arial,sans-serif;
	cursor: pointer;
	background: #317EE7;
}

.hidden {
	display: none;
}

#userList {
	position: relative;
}

#photoList, #routeList {
	
}

.photo-p1, .photo-p2, .photo-p3 {
	padding: 10px;
}

.route-p1, .route-p2, .route-p3 {
	padding: 10px;
}


.user-select {
	width: 300px;
}

.opt-btn > li {
	padding: 2px 2px;
	margin: 8px 15px 8px 0;
	color: #FFEEFF;
	
}

.btn1 {
	background: #317EE7;
	color: fff;
	-webkit-box-shadow: 3px 3px 3px #b2b1af;
	-moz-box-shadow: 3px 3px 3px #b2b1af;
	box-shadow: 3px 3px 3px #b2b1af;
	width: 94px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
.btn1-disabled{
	background: #AAAAAA;
	-webkit-box-shadow: 3px 3px 3px #b2b1af;
	-moz-box-shadow: 3px 3px 3px #b2b1af;
	box-shadow: 3px 3px 3px #b2b1af;
	width: 90px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}

.btn2 {
	display: inline-block;
	background: #317EE7;
	-webkit-box-shadow: 3px 3px 3px #b2b1af;
	-moz-box-shadow: 3px 3px 3px #b2b1af;
	box-shadow: 3px 3px 3px #b2b1af;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	color: #FEF;
	text-align: center;
	cursor: pointer;	
	padding: 2px 5px;
}

.link-to-page{
	width: 360px;
	height: 22px;
}

.btn3 {
	display: inline-block;
	background: #317EE7;
	-webkit-box-shadow: 3px 3px 3px #b2b1af;
	-moz-box-shadow: 3px 3px 3px #b2b1af;
	box-shadow: 3px 3px 3px #b2b1af;
	border-radius: 2px;
	color: #FEF;
	text-align: center;
	cursor: pointer;	
	padding: 3px 5px;
}


.input-select-user{
	width: 110px;
	height: 22px;
}
.user-selector {
	padding-bottom: 0px;
}
.btn-selected {
	background: #ed7c11;
}

#photoDemo {
	position: fixed;
	left: 0;
	top: 0;
	height: 105px;
	width: 100%;	
	background: #ffffff;
	z-index: 9;
	cursor: pointer;
}

.demo-img {
	height: 100px;
	width: 100%;
	background: #eee url('../new_images/photo-demo.jpg');
	background-size: 100% 100px;
}

.datepicker {
	height: 22px;
	line-height: 22px;
	width: 96px;
	padding: 0 4px;
	vertical-align: middle;
}
	
/*#F0F0F0; mmm*/
.trbg1 {
  background-color: #CFDDE9; 
  border-bottom-style: solid;
  border-bottom-color: #D0D0D0;
  border-bottom-width: 2px;
}
/*#e4e4f4; mmm*/
.trbg2 {
  background-color: #DDE7EF;
  border-bottom-style: solid;
  border-bottom-color: #c4c4d4;
  border-bottom-width: 2px;
}
.trbg3 {
  background-color: #DD5555;
  border-bottom-style: solid;
  border-bottom-color: #c4c4d4;
  border-bottom-width: 2px;
}

/* for edited window in search results*/
.trbg_editing {
  background-color: #FF9696; 
  border-bottom-style: solid;
  border-bottom-color: #FF0F0F;
  border-bottom-width: 2px;
}

.changetrbg {
  background-color: rgb(221,255,221);
}

.editbg1 {
  background-color: #E9DDCF;
  border-bottom-style: solid;
  border-bottom-color: #D0D0D0;
  border-bottom-width: 2px;
}
.editbg2 {
  background-color: #EFE7DD;
  border-bottom-style: solid;
  border-bottom-color: #c4c4d4;
  border-bottom-width: 2px;
}








  
#photo_part {
  position: absolute;
  top:0px;
  left:0px;
  height:100px;
  width: 100%;
  background-image: url(../ui/icons/bg1.png);
  background-repeat: repeat-x;
  background-color: #FFF;
  z-index:1;
}

.close {
  position: relative;
  float: right;
  top:0px;
  right:0px;
  width:85px;
  height:40px;
  cursor:pointer;
  z-index:2;
} 

#back 
{
  position: absolute;
  top:0px;
  w-idth:85px;
  h-eight:20px;
  cursor:pointer;
  z-index:2;
} 

#photo_view {
  position: absolute;
  top:0px;
  left:0px;
  r-ight:0px;
  b-order: 1px solid red;
  width: 100%;
  height:12px;
}
#photo_close {
  position: absolute;
  top:0px;
  left:0px;
  r-ight:0px;

  width: 100%;
  height:12px;
}

#photo_close:hover{
  position: absolute;
  top:0px;
  left:0px;
  r-ight:0px;
  b-order: 1px solid green;
  width: 100%;
  height:12px;
}

#photo_close div
{
  display: none;
  b-order: 1px solid red;
}


#photo_close:hover div
{
  display: block;
  b-order: 1px solid green;
}

#photo_folder {
  position: absolute;
  top:12px;
  r-ight:0px;
  b-order: 1px solid blue;
  width: 100%;
  height:100px;
}

#time_background {
  position: absolute;
  top:12px;
  r-ight:0px;
  b-order: 1px solid blue;
  width: 100%;
  height:100px;
}

.normalPhoto { 
  position: absolute;
  width: 85px;
  height: 85px;
  cursor:pointer;
  BACKGROUND: url(../ui/icons/folderbg.png) no-repeat;
}

.normalPhoto:hover { 
  position: absolute;
  width: 85px;
  height: 85px;
  cursor:pointer;
  BACKGROUND: url(../ui/icons/folderbg1.png) no-repeat;
}

.photobg {
  position: absolute;
  top:4px;
  left:5px;
  width:76px;
  height:62px;
  BACKGROUND: url(../ui/icons/photo_bg.png) no-repeat;
  padding-top:8px;
  padding-left:1px;

}
.photobg.text {
  BACKGROUND: none;
  position: absolute;
  top:53px;
  left:0px;
  width:66px;
  height:25px;
  text-align:center;
  font-size: 14px;
}

#selected {
  position: absolute;
  top:82px;
  left:30px;
  width:25px;
  height:25px;
  background-image: url(../ui/icons/selected.png);
  background-repeat: no-repeat;
}

#userList ul {
        list-style-type: none;
        width: 300px;
} 

#userList li {
        border: 0px dotted #999;
        border-width: 0px 0;
        margin: 5px 0;
        cursor:pointer;
}

#userList li.selected {
        color: red;
}

#userList li.unselected {
        color: black;
}

#timeSelectionDiv input.selected {
        background-color: yellow;
}

#timeSelectionDiv input.unselected {
        background-color: grey;
}

#markerClusteringSelectionDiv input.selected {
        background-color: yellow;
}

#markerClusteringSelectionDiv input.unselected {
        background-color: grey;
}
