@charset "utf-8";
/* Online Stopwatch CSS */

* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
p {
	display: block;
	padding-top: 10px;
}
.online-stopwatch {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -28px; /* the bottom margin is the negative value of the footer's height */
}
.header {
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	height: 67px;
}
.header .left {
	background-image: url(images/wcom.png);
	background-repeat: no-repeat;
	width: 300px;
	background-position: 85px top;
	height: 67px;
	float: left;
}
.header .left h1 {
	float: left;
	margin: 0px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.header .left h1 a {
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.header .left h1 a:hover {
	color: #0000FF;
}
.header .left img {
	display: inline;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 3px;
}
.header .search {
	height: 43px;
	width: 500px;
	float: right;
	margin-top: 15px;
}
#searchbox{
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	color: #B5B5B5;
	float: left;
	height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-width: 0px;
}
.header .search .searchb {
	height: 22px;
	width: 17px;
	float: left;
	font-size: 10px;
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	border: 1px solid #006;
	text-decoration: none;
	text-align: center;
	background-position: top;
	
}
.header .search .searchb a{
	padding-top: 5px;
	text-decoration: none;
	display: block;
	height: 17px;
}
.header .search .searchb a:hover{
	color: #FFF;
	background-color: #005B88;	
}
.centered {
	text-align: center;
}

.centered h2 {
	background-color: #CCC;
	font-size: 11px;
	padding: 5px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	border: 1px solid #B1B1B1;
	margin-top: 0px;
	color: #000;
	margin-bottom: 5px;
}
.boxed {
	padding-top: 10px;
}
.boxed strong{
	font-size: 16px;
	padding-bottom: 10px;
	display: block;
}

.centered .fullscreen {
	margin-top: 10px;
	margin-bottom: 6px;
}


.centered .fullscreen a {
	background-image: url(images/fullscreen.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	display: inline-block;
	padding-left: 35px;
	padding-top: 5px;
	text-decoration: none;
}
.centered .fullscreen a:hover {
	text-decoration: underline;
	background-position: left bottom;
}
.links {
	width:60%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	text-align: left;
	background-image: url(images/pop.png);
	background-repeat: no-repeat;
	background-position: left -200px;
	clear: both;
}
.links ul{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.links li {
	display: inline-block;
	list-style-type: none;
	overflow: hidden;
	width: 150px;
	height: 20px;
	border: 1px solid #999999;
	margin-bottom: 2px;
	padding: 0px;
}
.links li a {
	display: block;
	width: 150px;
	height: 17px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
}
.links li a:hover {
	color: #fff;
	background-color: #369;
}
.links li em {
	clear: both;
	width: 240px;
	position: absolute;
	margin-left: -130px;
	background-image: url(images/pop.png);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AEB801;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	font-style: normal;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 2px;
	visibility: hidden;
	text-align: center;
}
.links li:hover em {
	visibility: visible;
}
.links li em:hover {
	visibility: hidden;
}
.preview {
	display: inline-block;
	height: 35px;
	width: 25px;
	margin-left: 10px;
}

.footer {
	height: 23px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
}
.footer .list{
	display: inline;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer .list li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
.footer .list li a{
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.bookmarks {
	width:400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

.addthis_default_style{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.addthis_default_style a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.addthis_default_style .b {
	margin-top: 2px;	
}
.footer .list li a:hover {
	text-decoration: underline;
}
.footer .language {
	position: absolute;
	top: 17px;
	right: 40px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.footer .language a {
	color: #000;
	text-decoration: none;
}
.footer .language:hover ul {
	visibility:visible;
	height: auto;
}
.footer .language ul {
	visibility: hidden;
	background-color: #BFBFBF;
	list-style-type: none;
	text-align: left;
	border: 1px solid #999;
	height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}
.footer .language li a {
	width: 130px;
	height: 20px;
	display: block;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-top: 4px;
}

.footer .language ul li a:hover {
	background-color: #96ad2d;
}
.textContent {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 20px;
}
.textContent .left {
	float: left;
	width: 50%;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
.textContent .right {
	float: left;
	width: 50%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.textContent .dotbox {
	border: 2px dashed #CCC;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}
.searchbutton {
	border: 1px solid #006;
	text-decoration: none;
	width: 80px;
	display: inline-block;
	text-align: center;
	background-image: url(images/button.png);
	color: #006;
}
.button {
	border: 1px solid #006;
	text-decoration: none;
	width: 180px;
	display: inline-block;
	text-align: center;
	background-image: url(images/button.png);
	color: #006;
	margin-right: 10px;
}
.downloadfile {
	text-align: left;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.downloadfile .about {
	float: left;
	margin-left: 15px;
	width: 380px;
}
.downloadfile h1  {
	font-size: 12px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.downloadfile .picture {
	display: inline;
	float: left;
}
.downloadfile .button.padded {
	margin-top: 6px;
}
.downloadfile .share {
	float: left;
	font-size: 9px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #85C8D3;
	padding-left: 5px;
	width: 175px;
	margin-left: 10px;
}
.downloadfile .share #textfield {
	width: 160px;
}




.push {
	height: 28px;
}
.gb {
	background-image: url(images/flags/gb.png);
}
.clear {
	clear: both;
}

.es {
	background-image: url(images/flags/es.png);
}
.fr {
	background-image: url(images/flags/fr.png);
}
.de {
	background-image: url(images/flags/de.png);
}
.af {
	background-image: url(images/flags/af.png);
}
.sq {
	background-image: url(images/flags/sq.png);
}
.ar {
	background-image: url(images/flags/ar.png);
}
.be {
	background-image: url(images/flags/be.png);
}
.bg {
	background-image: url(images/flags/bg.png);
}
.ca {
	background-image: url(images/flags/ca.png);
}
.zh {
	background-image: url(images/flags/zh.png);
}
.hr {
	background-image: url(images/flags/hr.png);
}
.cs {
	background-image: url(images/flags/cs.png);
}
.da {
	background-image: url(images/flags/da.png);
}
.nl {
	background-image: url(images/flags/nl.png);
}
.us {
	background-image: url(images/flags/us.png);
}
.et {
	background-image: url(images/flags/et.png);
}
.tl {
	background-image: url(images/flags/tl.png);
}
.fi {
	background-image: url(images/flags/fi.png);
}
.gl {
	background-image: url(images/flags/gl.png);
}
.el {
	background-image: url(images/flags/el.png);
}
.ht {
	background-image: url(images/flags/ht.png);
}
.iw {
	background-image: url(images/flags/iw.png);
}
.hi {
	background-image: url(images/flags/hi.png);
}
.hi {
	background-image: url(images/flags/hi.png);
}
.hu {
	background-image: url(images/flags/hu.png);
}
.is {
	background-image: url(images/flags/is.png);
}
.id {
	background-image: url(images/flags/id.png);
}
.ga {
	background-image: url(images/flags/ga.png);
}
.it {
	background-image: url(images/flags/it.png);
}
.ja {
	background-image: url(images/flags/ja.png);
}
.ko {
	background-image: url(images/flags/ko.png);
}
.lv {
	background-image: url(images/flags/lv.png);
}
.lt {
	background-image: url(images/flags/lt.png);
}
.mk {
	background-image: url(images/flags/mk.png);
}
.ms {
	background-image: url(images/flags/ms.png);
}
.mt {
	background-image: url(images/flags/mt.png);
}
.no {
	background-image: url(images/flags/no.png);
}
.fa {
	background-image: url(images/flags/fa.png);
}
.pl {
	background-image: url(images/flags/pl.png);
}
.pt {
	background-image: url(images/flags/pt.png);
}
.ro {
	background-image: url(images/flags/ro.png);
}
.ru {
	background-image: url(images/flags/ru.png);
}
.sr {
	background-image: url(images/flags/sr.png);
}
.sk {
	background-image: url(images/flags/sk.png);
}
.sl {
	background-image: url(images/flags/sl.png);
}
.sw {
	background-image: url(images/flags/sw.png);
}
.sv {
	background-image: url(images/flags/sv.png);
}
.th {
	background-image: url(images/flags/th.png);
}
.tr {
	background-image: url(images/flags/tr.png);
}
.uk {
	background-image: url(images/flags/uk.png);
}
.vi {
	background-image: url(images/flags/vi.png);
}
.cy {
	background-image: url(images/flags/cy.png);
}
.yi {
	background-image: url(images/flags/yi.png);
}
.mm {
	background-image: url(images/flags/mm.png);
}

