/* 

Light blue background
background-color: #3B68BF;

Much lighter blue background
background-color: #7FB2F0

*/

@font-face 
{
    font-family: 'blue_highwaybold';
    src: url('blue_highway_bd-webfont.eot');
    src: url('blue_highway_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('blue_highway_bd-webfont.woff') format('woff'),
         url('blue_highway_bd-webfont.ttf') format('truetype'),
         url('blue_highway_bd-webfont.svg#blue_highwaybold') format('svg');
}

body
{
	font-family: 'blue_highwaybold';
	background-color: #7FB2F0;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
}


.screen
{
	margin-top: 5%;
	margin-left: 25px;
	font-size: 36px;
	width: 650px;
}

.welcome
{
	animation: welcome 2s 0.3s backwards;
	animation-duration: 2s;
}

@keyframes welcome
{
	0%
	{
		transform: translateX(100px);
		opacity: 0;
	}
	100%
	{
		transform: translateX(0px);
		opacity: 1;
	}
}

.gone6s
{
	animation: gone 2s 3.5s 1;
	animation-fill-mode: forwards;
}

@keyframes gone
{
	0%
	{
		opacity: 1;
		visibility: 1;
	}
	
	100%
	{
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}


.sync
{
	animation: sync 2s 0.8s backwards 1;
	margin-left: 20px;
}

@keyframes sync
{
	0%
	{
		transform: translateX(100px);
		opacity: 0;
	}
	
	100%
	{
		transform: translateX(0px);
		opacity: 1;
	}
}

.syncdot1
{
	animation: syncdot1 0.8s ease-in-out 1.2s backwards 5 alternate;
	transition: all 1.5s;
}

@keyframes syncdot1
{
	0%
	{
		opacity: 0;
		transform: translateX(0px);
	}
	
	100%
	{
		opacity: 1;
		transform: translateX(20px);
	}
}

.syncdot2
{
	animation: syncdot2 0.8s ease-in-out 1.4s backwards 5 alternate;
	transition: all 1.5s;
}

@keyframes syncdot2
{
	0%
	{
		opacity: 0;
		transform: translateX(0px);
	}
	
	100%
	{
		opacity: 1;
		transform: translateX(20px);
	}
}

.syncdot3
{
	animation: syncdot3 0.8s ease-in-out 1.6s backwards 5 alternate;
	transition: all 1.5s;
}

@keyframes syncdot3
{
	0%
	{
		opacity: 0;
		transform: translateX(0px);
	}
	
	100%
	{
		opacity: 1;
		transform: translateX(20px);
	}
}


.connect6
{
	animation: connect6 2s ease-in-out 3.7s backwards;
}

@keyframes connect6
{
	0%
	{	
		transform: translateX(100px);
		
		opacity: 0;
		visibility: hidden;
	}
	
	100%
	{	
		transform: translateX(0px);
		opacity: 1;
		visibility: visible;
	}
}

.moveaway
{
	animation: moveLeft 3s ease-in-out 5s backwards;
	animation-fill-mode: forwards;
}

@keyframes moveLeft
{
	0%
	{
		transform: translateX(0px);
		visibility: visible;
	}
	
	100%
	{
		transform: translateX(-550px);
		position: absolute;
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}




/* Change it to immediate, use 5s */
.apps
{
	animation: popUp 3s ease-in-out 5s backwards;
	animation-fill-mode: forwards;
	visibility: hidden;
	
}

@keyframes popUp
{
	0%
	{
		transform: translateX(300px);
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	
	100%
	{
		transform: translateX(40px);
		margin-left: 40px;
		position: absolute;
		opacity: 1;
		visibility: visible;
	}
}


.homeapps
{
	margin-top: 161px;
	animation: showNow 0.45s ease-in-out 0s backwards;
	animation-fill-mode: forwards;
	visibility: hidden;
}

@keyframes showNow
{
	0%
	{
		transform: translateX(150px);
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	
	100%
	{
		transform: translateX(40px);
		margin-left: 40px;
		position: absolute;
		opacity: 1;
		visibility: visible;
	}
}

.homeapps img
{
	padding: 25px;
	position: relative;
	
}

.homeapps img:hover
{
	
}

.homeapps a
{
	cursor: default;
}

.homeapps a .cursor
{
	cursor: pointer;
}

.homeapps a:hover
{

}

.apps img
{
	padding: 25px;
	position: relative;
	
}

.apps img:hover
{
	
}

.apps a
{
	cursor: default;
}

.apps a .cursor
{
	cursor: pointer;
}

.apps a:hover
{
	
}

.address
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-left: 25px;
	margin-top: 140px;
	font-size: 24px;
}

.network
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-left: 221px;
	margin-top: 140px;
	font-size: 24px;
}

.wechat
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-left: 400px;
	margin-top: 140px;
	font-size: 24px;
}

.documents
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-left: 29px;
	margin-top: 330px;
	font-size: 24px;
}

.ap
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-left: 209px;
	margin-top: 330px;
	font-size: 24px;
}

.todo
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-left: 219px;
	margin-top: 330px;
	font-size: 24px;
}

.weather
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-left: 28px;
	margin-top: 517px;
	font-size: 24px;
}

div.unavailable a span
{
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: -155px;
	margin-top: 75px;
	cursor: default;

	transition: all 1.5s
}

div.unavailable a:hover span
{
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: -157px;
	margin-top: 75px;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: default;
	
	transition: all 0.3s;
}

.welcomeWeChat
{
	animation: weChatUp 0.45s ease-in-out 0s backwards;
	animation-fill-mode: forwards;
	visibility: hidden;
}

@keyframes weChatUp
{
	0%
	{
		transform: translateX(200px);
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	100%
	{
		transform: translateX(30px);
		margin-left: 30px;
		position: absolute;
		opacity: 1;
		visibility: visible;
	}
}

.wechatposition
{
	z-index: 0;
	position: absolute;
	width: 120px;
	text-align: center;
	margin-top: -20px;
	margin-left: 8px;
	font-size: 24px;
}

.welcomemessage
{
	font-size: 24px;
	position: absolute;
	margin-top: 40px;
}

.selectuser
{
	font-size: 24px;
	position: absolute;
	margin-top: 110px;
	width: 220px;
}

.buddylist
{
	position: absolute;
	margin-top: -90px;
	margin-left: 300px;
}

.scrollcontent
{
	position: absolute;
	margin-left: 300px;
	margin-top: -45px;
	width: 370px;
	height: 405px;
	overflow: auto;
}

.scrollcontent ul
{
	list-style: none;
}

.scrollcontent li
{
	font-size: 24px;
	margin-left: 0px;
}

input[type=checkbox]
{
	visibility: hidden;
}

.call
{
	position: absolute;
	margin-left: 300px;
	margin-top: 400px;
	cursor: pointer;
}

div.call a span
{
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: -41px;
	margin-top: 10px;
	cursor: pointer;

	transition: all 1.5s
}

div.call a:hover span
{
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: -43px;
	margin-top: 10px;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: pointer;
	
	transition: all 0.3s;
}

.wechatdoc
{
	position: absolute;
	margin-left: 410px;
	margin-top: 400px;
	cursor: pointer;
}

div.wechatdoc a span
{
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: -41px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;

	transition: all 1.5s
}

div.wechatdoc a:hover span
{
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: -43px;
	margin-top: 10px;
	text-align: center;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: pointer;
	
	transition: all 0.3s;
}


.addcontact
{
	position: absolute;
	margin-left: 515px;
	margin-top: 400px;
	cursor: pointer;
}

div.addcontact a span
{
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: -41px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;

	transition: all 1.5s
}

div.addcontact a:hover span
{
	font-size: 16px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: -43px;
	margin-top: 10px;
	text-align: center;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: pointer;
	
	transition: all 0.3s;
}

.notprovide
{
	position: absolute;
	margin-top: 375px;
	margin-left: -5px;
	font-size: 24px;
	width: 200px;
}

.test
{
	position: absolute;
	margin-top: 250px;
	margin-left: -5px;
}

.home
{
	position: absolute;
	margin-top: 500px;
	margin-left: -25px;
}

div.home a span
{
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;

	transition: all 1.5s
}

div.home a:hover span
{
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: 8px;
	margin-top: 10px;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: pointer;
	
	transition: all 0.3s;
}

.todoWelcome
{
	animation: toDoUp 0.45s ease-in-out 0s backwards;
	animation-fill-mode: forwards;
	visibility: hidden;
}

@keyframes toDoUp
{
	0%
	{
		transform: translateX(120px);
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	100%
	{
		transform: translateX(30px);
		margin-left: 30px;
		position: absolute;
		opacity: 1;
		visibility: visible;
	}
}

.scrollToDo
{
	position: absolute;
	margin-left: 0px;
	margin-top: 20px;
	width: 640px;
	height: 400px;
	overflow: auto;
}

.scrollDeleteAddress
{
	position: absolute;
	margin-left: 0px;
	margin-top: 20px;
	width: 640px;
	height: 400px;
	overflow: auto;
}

.scrollDeleteAddress ul
{
	list-style: none;
}

.scrollDeleteAddress li
{
	font-size: 24px;
	margin-left: 40px;
}


label > div.todl{
width: 515px;
border-style:solid;
border-width:0px;
margin-left: 25px;
}

.scrollToDo ul
{
	list-style: none;
}

.scrollToDo li
{
	font-size: 24px;
	margin-left: 0px;
}

.hometoDo
{
	position: absolute;
	margin-top: 550px;
	margin-left: 25px;
}


div.hometoDo a span
{
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;

	transition: all 1.5s
}

div.hometoDo a:hover span
{
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: 8px;
	margin-top: 10px;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: pointer;
	
	transition: all 0.3s;
}

.todoposition
{
	z-index: 0;
	position: absolute;
	width: 320px;
	text-align: left;
	margin-top: -20px;
	margin-left: 28px;
	font-size: 24px;
	
}

.todolist
{
	position: absolute;
	left: 0px;
	top: -35px;
}

.eachlist-delcity
{
	position:relative; 
	left:0px;
	margin: -20px;
}

.eachlist
{
	position:relative; 
	left:-100px;
	margin: -20px;
}
.eachlist2
{
	position:relative; 
	left:-130px;
	margin: -20px;
}
.eachlist3
{
	margin: -20px;
}

.pr
{
	font-size:18px;
}

.taskpos
{
	position: absolute;
	top: 575px;
	left: 0px;
}

.taskpos > form
{
	float:left;
}

#savetask
{
	position:absolute;
	left: 0px;
	top: 575px;
	z-index: 100;
}

.weatherWelcome
{
	animation: weatherUp 0.45s ease-in-out 0s backwards;
	animation-fill-mode: forwards;
	visibility: hidden;
}

@keyframes weatherUp
{
	0%
	{
		transform: translateX(120px);
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	100%
	{
		transform: translateX(30px);
		margin-left: 30px;
		position: absolute;
		opacity: 1;
		visibility: visible;
	}
}

.weatherposition
{
	z-index: 0;
	position: absolute;
	width: 420px;
	text-align: center;
	margin-top: -20px;
	margin-left: 8px;
	font-size: 24px;
}

.addcityform{
	position: absolute;
	top: 200px;
	bottom: 0px;
	width: 350px;
	font-size:26px;
	z-index:100;
	
}

.addcityform2{
	position: absolute;
	top: 275px;
	bottom: 0px;
	width: 350px;
	font-size:26px;
	z-index:100;
	
}

.addcityform3{
	position: absolute;
	top: 525px;
	bottom: 0px;
	width: 390px;
	font-size:26px;
	z-index:100;
	
}

.addcityform4{
	position: absolute;
	top: 600px;
	bottom: 0px;
	width: 390px;
	font-size:26px;
	z-index:100;
	
}

.cityresult{
	font-size:22px;
}

.cityresult > a{
	text-decoration: none;
}

.cityresult > a:link{
	color: black;
}

.cityresult > a:visited{
	color: black;
}

.cityresult > a:hover{
	color: black;
}

.coverpanelweather{
	position: absolute;
	top: 420px;
	left: 0px;
	width: 450px;
	height: 110px;
	background-color: #7FB2F0;

}

.sunrain{
position: absolute;
top: 200px;
bottom: 0px;

}

.weathercity{
position: absolute;
top: 150px;
bottom: 0px;
}

.homeWeather
{
	position: absolute;
	margin-top: 730px;
	margin-left: 25px;
}

div.homeWeather a span
{
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;

	transition: all 1.5s
}

div.homeWeather a:hover span
{
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: 8px;
	margin-top: 10px;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: pointer;
	
	transition: all 0.3s;
}


/* CUSTOMIZED CHECKBOX */
.customChkBox 
{
	width: 20px;	
	margin: 20px auto;
	position: relative;
}

.customChkBox label 
{
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	transition: all 1.5s;
}

.customChkBox label:after 
{
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
	transition: all 0.6s;
}

.customChkBox label:hover::after 
{
	opacity: 0.3;
}

.customChkBox input[type=checkbox]:checked + label:after 
{
	opacity: 1;
}

.contactlist
{
	position: absolute;
	left: -35px;
	top: -35px;
}

label > div.bl
{
	width: 290px;
	border-style:solid;
	border-width:0px;
	margin-left: 25px;
}


/* Drop-down menu for Weather */
#cssmenu ul 
{
	margin: 0; 
	padding: 0;
}

#cssmenu li 
{ 
	margin: 0; 
	padding: 0;
}

#cssmenu a 
{ 
	margin: 0; 
	padding: 0;
}

#cssmenu ul 
{
	list-style: none;
}

#cssmenu a 
{
	text-decoration: none;
}

#cssmenu 
{
	height: 65px;
	width: 250px;
	background-color: rgb(35,35,35); 
	box-shadow: 0px 2px 3px rgba(0,0,0,.4);
	position: absolute;
	left: 500px;
}

#cssmenu > ul > li 
{
    float: left;
    margin-left: 15px;
    position: relative;
}

#cssmenu > ul > li > a 
{
	color: rgb(160,160,160);
	font-family: 'blue_highwaybold';
	font-size: 18px;
	line-height: 70px;
	padding: 15px 20px;
	transition: color .6s;
}

#cssmenu > ul > li > a:hover 
{
	color: rgb(250,250,250); 
}


#cssmenu > ul > li > ul 
{
    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -90px;
    width: 300px;
	
	transition: all .45s .1s;
	border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

#cssmenu > ul > li:hover > ul 
{
    opacity: 1;
    top: 65px;
    visibility: visible;
}

#cssmenu > ul > li > ul:before
{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

#cssmenu > ul ul > li 
{ 
	position: relative;
}

#cssmenu ul ul a
{
    color: rgb(50,50,50);
    font-family: Verdana, 'Lucida Grande';
    font-size: 13px;
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
	transition: background-color 1s;
}

#cssmenu ul ul a:hover 
{
	background-color: rgb(240,240,240);
}


#cssmenu ul ul ul 
{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
	transition: all 1s;
	border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}


#cssmenu ul ul > li:hover > ul 
{ 
	opacity: 1; 
	left: 196px; 
	visibility: visible;
}


#cssmenu ul ul a:hover{
    background-color: #7FB2F0;
    color: rgb(240,240,240);
}


/* FUNCTION BUTTON */
.funcbu 
{
	margin: 5px;
	-moz-box-shadow:inset 0px 1px 0px 0px #666666;
	-webkit-box-shadow:inset 0px 1px 0px 0px #666666;
	box-shadow:inset 0px 1px 0px 0px #666666;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #919191) );
	background:-moz-linear-gradient( center top, #000000 5%, #919191 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#919191');
	background-color:#000000;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border-color: black;
	display:inline-block;
	color:#a6cbf5;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}

.funcbu:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #919191), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #919191 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#919191', endColorstr='#000000');
	background-color:#919191;
}

.funcbu:active 
{
	position:relative;
	top:1px;
}


.welcomeAddress
{
	animation: addressUp 0.45s ease-in-out 0s backwards;
	animation-fill-mode: forwards;
	visibility: hidden;
}

@keyframes addressUp
{
	0%
	{
		transform: translateX(100px);
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	100%
	{
		transform: translateX(30px);
		margin-left: 30px;
		position: absolute;
		opacity: 1;
		visibility: visible;
	}
}

.addressposition
{
	z-index: 0;
	position: absolute;
	width: 150px;
	text-align: center;
	margin-top: -20px;
	margin-left: -10px;
	font-size: 24px;
}


/* ---------------------- UPDATED: Feb. 1, 2012 -------------------- */

.addressHome
{
	position: absolute;
	margin-top: 550px;
	margin-left: 25px;
	display: block;
}


div.addressHome a span
{
	font-size: 24px;
	opacity: 0;
	visibility: hidden;
	color: black;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;

	transition: all 1.5s
}

div.addressHome a:hover span
{
	font-size: 24px;
	opacity: 1;
	visibility: visible;
	position: absolute;
	margin-left: 8px;
	margin-top: 10px;
	color: black;
	background-color: white;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 3px;
	z-index: 0;
	cursor: pointer;
	
	transition: all 0.3s;
}

.addContactIcon
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.addContactIcon button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -68px;
	margin-top: 60px;
}

.addContactIcon button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.removeContactIcon
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.removeContactIcon button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -75px;
	margin-top: 60px;
}

.removeContactIcon button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.cancelContact
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	margin-left: -100px;
}

.cancelContact button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -55px;
	margin-top: 60px;
}

.cancelContact button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addContactIcon2
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.addContactIcon2 button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -70px;
	margin-top: 60px;
	width: 75px;
	padding: 5px;
}

.addContactIcon2 button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.contactDone
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	margin-left: -100px;
}

.contactDone button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -55px;
	margin-top: 60px;
	padding: 5px;
}

.contactDone button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.removeContactIcon2
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.removeContactIcon2 button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -95px;
	margin-top: 60px;
}

.removeContactIcon2 button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.cancelContact2
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	margin-top: -40px;
	margin-left: 60px;
}

.cancelContact2 button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -55px;
	margin-top: 60px;
}

.cancelContact2 button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addressPointer
{
	cursor: pointer;
}



.scrollAddress
{
	position: absolute;
	margin-left: 0px;
	margin-top: 35px;
	width: 640px;
	height: 405px;
	overflow: auto;
}

.scrollAddress ul
{
	list-style: none;
}

.scrollAddress li
{
	font-size: 24px;
	margin-left: 0px;
}

.scrollAddress li a{
	text-decoration: none;
}

.scrollAddress li a:visited, a:link{
	color: black;
	
}

.scrollAddress2
{
	position: absolute;
	margin-left: 0px;
	margin-top: 35px;
	width: 350px;
	height: 180px;
	overflow: auto;
}

.scrollAddress2 ul
{
	list-style: none;
}

.scrollAddress2 li
{
	font-size: 24px;
	margin-left: 0px;
}

.scrollAddress2 li a{
	text-decoration: none;
}

.scrollAddress2 li a:visited, a:link{
	color: black;
	
}

.addressposition
{
	z-index: 0;
	position: absolute;
	width: 420px;
	text-align: left;
	margin-top: -20px;
	margin-left: 28px;
	font-size: 24px;
	
}


.contactData li div 
{
    float: left;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 400px;
	margin-left: 400px;
    left:0;
	display: block;
	
	transition: all 1s;
}

.contactData li
{
	list-style: none;
}
 
.contactInfo li a
{
	text-decoration: none;
	
   /* padding: 5px 25px; */
    position: relative;
	width: 300px;
    z-index:1;
    font-size: 24px;
    display:block;
    top:1px;
}
 
.tab_addr:target div
{
    opacity:1;
    visibility:visible;
}

.addr_info
{
	display: none;
}

.addr_info:target
{	
	position: absolute;
	top: 200px;
	left: 400px;
	display: block;
	font-size: 16px;
}

.newcontact_table{
	position: absolute;
	top: 360px;
	width: 460px;
	font-size: 20px;	
}

/* UPDATE END */

.addTask
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 175px;
}


.addTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -65px;
	margin-top: 60px;
}

.addTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.removeTask
{
	position: absolute;
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-left: 10px;
}

.removeTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -65px;
	margin-top: 60px;
}

.removeTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.taskInput
{
	position: absolute;
	margin-top: 15px;
	font-size: 16px;
}

.confirmedTask
{
	position: absolute;
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-left: 10px;
}

.confirmedTask button span
{
	opacity: 0;
	transition: all 1.5s;
}

.confirmedTask button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.cancelTask
{
	position: relative;
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-left: 10px;
}

.forcedSwitch
{
	position: absolute;
	margin-left: 85px;
}

.forcedSwitch button span
{
	opacity: 0;
	transition: all 1.5s;
}

.forcedSwitch button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addAnotherTask
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 175px;
	margin-top: -40px;
}

.addAnotherTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -85px;
	margin-top: 60px;
}

.addAnotherTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.doneTask
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
}

.doneTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -50px;
	margin-top: 60px;
}

.doneTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.saveTask
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.saveTask button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -76px;
	margin-top: 60px;
}

.saveTask button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addTask2
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	margin-left: 45px;
}

.addTask2 button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -60px;
	margin-top: 60px;
}

.addTask2 button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.deleteTask2
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.deleteTask2 button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -80px;
	margin-top: 60px;
}

.deleteTask2 button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addTask
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 300px;
}

.addTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -65px;
	margin-top: 60px;
}

.addTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.removeTask
{
	position: absolute;
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-left: 10px;
}

.removeTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -65px;
	margin-top: 60px;
}

.removeTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}


.confirmedTask
{
	position: absolute;
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-left: 10px;
}

.confirmedTask button span
{
	opacity: 0;
	transition: all 1.5s;
}

.confirmedTask button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.cancelTask
{
	position: relative;
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-left: 10px;
}

.forcedSwitch
{
	position: absolute;
	margin-left: 85px;
}

.forcedSwitch button span
{
	opacity: 0;
	transition: all 1.5s;
}

.forcedSwitch button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addAnotherTask
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 175px;
	margin-top: -40px;
}

.addAnotherTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -85px;
	margin-top: 60px;
}

.addAnotherTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.doneTask
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
}

.doneTaskHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -50px;
	margin-top: 60px;
}

.doneTaskHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.saveTask
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.saveTask button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -76px;
	margin-top: 60px;
}

.saveTask button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addTask2
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	margin-left: 45px;
}

.addTask2 button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -60px;
	margin-top: 60px;
}

.addTask2 button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.deleteTask2
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
}

.deleteTask2 button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -80px;
	margin-top: 60px;
}

.deleteTask2 button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.addCity
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
}


.addCityHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -65px;
	margin-top: 60px;
}

.addCityHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.removeCity
{
	border: 0px;
    background-color: Transparent;
    cursor: pointer;
    margin-left: 10px;
}

.removeCityHover button span
{
	position: absolute;
	opacity: 0;
	transition: all 1.5s;
	margin-left: -65px;
	margin-top: 60px;
}

.removeCityHover button:hover span
{
	opacity: 1;
	transition: all 0.3s;
}

.temperaturepos{
	position:absolute;
	top: 300px;
	left: 600px;
}

.corf{
	position:absolute;
	top: 350px;
	left:120px;
	text-align: center;
}

.corfbu{
	font-size: 36px;
	border:0px;
	background-color: #7FB2F0;
	cursor: pointer;
}

.calbu{
	font-size: 36px;
	background-color: #7FB2F0;
	cursor: pointer;
	border-style:solid;
	border-width:3px;
	border-color: #666;
	width: 2em;	
}

.calinput{
	font-size:36px;
	width: 300px;
	font-family: blue_highwaybold;
}

.filelist a{
	text-decoration: none;	
}

.filelist a: link{
	text-decoration: none;
	color: black;	
}

.filelist a: visited{
	text-decoration: none;
	color: black;	
}

.filelist a: active{
	text-decoration: none;
	color: black;	
}

.docposition
{
	z-index: 0;
	position: absolute;
	width: 420px;
	text-align: center;
	margin-top: -20px;
	margin-left: 8px;
	font-size: 24px;
}

.adddocform{
	position: absolute;
	top: 150px;
	bottom: 0px;
	width: 350px;
	font-size:26px;
	z-index:100;
	
}

.adddocform2{
	position: absolute;
	top: 575px;
	left: 400px;
	bottom: 0px;
	width: 200px;
	font-size:26px;
	z-index:100;
	
}

.homeDoc{
	position: absolute;
	top; 475;	
	
}
