html, body {
	font:normal 12px verdana;
	margin:0;
	padding:0;
	border:0 none;
	overflow:hidden;
	min-width: 760px;
	height:100%;
}

/* new header design */
#pHeader {
	position: relative;
	height: 95px;
	background: #ffffff url(../img/header-bg.gif) no-repeat;
	background-position: right;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 360px;
	padding-right: 85px;
	overflow: hidden;
}

#cwLogo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 19px;
}

#hCalendar {
	position: absolute;
	top: 5px;
	right: 10px;
	float: right;
	height: 85px;
	width: 55px;
	text-align:center;
	border-left: 1px solid #777777;
	padding-left: 10px;
}

#hCalendar #cYear,
#hCalendar #cDate,
#hCalendar #cMonth {
	font-size: 14px;
	color: #ffffff;
	background-color: #FF931E;
	text-transform: uppercase;
	padding-bottom: 3px;
}

#hCalendar #cYear {
	font-weight: bold;
	background-color: #C1272D;
	padding: 2px 0 3px 0;
	margin-top: 3px;
}

#hCalendar #cDate {
	font-size: 29px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 2px;
}

#hRightInfo {
	float: right;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.1em;
	padding-top: 5px;
}
#hRightInfo #hStationInfo a {
	color: #000000;
	font-size: 12px;
}
#hRightInfo span {
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

#hUserInfo {
	margin-top: 7px;
}

.clearFloat { 
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* new header design */

p { margin:5px; }

.app-title {font-size:24px; margin:2 2 4 4;}
.settings { background-image:url(../img/icons/settings1_16x16.gif); }
.nav { background-image:url(../img/icons/sitemap_16x16.gif); }
.cal { background-image:url(../img/icons/date_16x16.gif); }

.msg .x-box-mc {
	font-size:14px;
}
#msg-div {
	position:absolute;
	left:35%;
	top:10px;
	width:250px;
	z-index:20000;
}

#loginMessage {
	margin-left:5px; margin-right:5px; margin-top:3px; margin-bottom:3px;
	font-weight: bold;
	font-size: 10pt;
	color: red;
	text-align: center;
	/* background-color: #C7D6E9; */
	border: 1px solid;
}

#header .links {
	text-decoration: none;
	font-size: 10px;
	float: right;
	margin-right: 10px;
}

#footer { text-align: center; }
#footer .copyright { margin:2 2 4 4; }

#loading-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:white;
	z-index:20000;
}

#loading {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:white;
	z-index:20001;
}
#loadingContainer {
	position: relative;
	width: 310px;
	height: 270px;
	background: #ffffff url(../img/login-bg.gif) no-repeat;
	background-position: center;
	padding: 100px 80px;
}

/* <Login page> */
#lContainer {
	width: 310px;
	height: 270px;
	background: #ffffff url(../img/login-bg.gif) no-repeat;
	background-position: center;
	padding: 100px 80px;
}

#lLogo {
	padding-bottom: 7px;
}

#lWaitLogo {
	padding-bottom: 7px;
}

#lWait {
	margin-top: 75px;
}
/* </Login Page> */
	
.x-viewport body {
	background:#fff;
}
/* Menu Style*/
.cw-menu-cw {
	background:url('../img/icons/cw_16x16.png') no-repeat 0% 50% !important;
}
.cw-menu-internet {
	background:url('../img/icons/globe.png') no-repeat 0% 50% !important;
}
.cw-menu-services {
	background:url('../img/icons/services.png') no-repeat 0% 50% !important;
}
.cw-menu-settings {
	background:url('../img/icons/settings.png') no-repeat 0% 50% !important;
}
.cw-menu-help {
	background:url('../img/icons/help.png') no-repeat 0% 50% !important;
}
.cw-menu-help-about {
	background:url('../img/icons/about.png') no-repeat 0% 50% !important;
}
.cw-menu-exit {
	background:url('../img/icons/exit.png') no-repeat 0% 50% !important;
}

.cw-tbar-filterdelete {
	background:url('../img/icons/filter_delete.gif') no-repeat 0% 50% !important;
}
.cw-tbar-filteradd {
	background:url('../img/icons/filter_add.gif') no-repeat 0% 50% !important;
}

.cw-south-copyright {
	font:bold 11px tahoma;
}

.cw-south-status-panel {
	font-size:10px;
}

/* picture panel styles */
#picture-view .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
#picture-view .thumb{
	background: #dddddd;
	padding: 3px;
}
#picture-view .thumb img{ /* height: 80px;	width: 80px; */ }
#picture-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
#picture-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

#picture-view .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url('img/row-over.gif') repeat-x left top;
	padding: 4px;
}

#picture-view .x-view-selected{
	background: #eff5fb url(img/selected.gif) no-repeat right bottom;
	border:2px solid #99bbe8;
	padding: 4px;
}
#picture-view .x-view-selected .thumb{
	background:transparent;
}

#picture-view .loading-indicator {
	font-size:11px;
	background-image:url('img/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

.statResult {
	padding: 10px; font-size:12px; color: #666666;
}

.statResult tr.head {
	font-weight: bold;
}

.comments { color: #969696; font-family: Verdana; font-size:8pt; }

#help {
	font-family: Verdana; font-size:10pt;
}
#help h1 {
	font-family: Verdana; font-size:12pt; font-weight: bold; text-decoration: underline;
}
#help ul.about { list-style-type: circle; list-style-image: url('../img/icons/ok.gif'); }
#help li { list-style-type: disc; }
