div.grippie {
	background:#EEEEEE url(grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}
.resizable-textarea textarea {
	display:block;
	margin-bottom:0pt;
	width:95%;
	height: 20%;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
.tabsUI ul {list-style-image:none;list-style-position:outside;list-style-type:none; }
.tabsUI .tabs-nav, .ekTabs .tabs-nav, #classesContent .tabs-nav {height:20px;}
.tabsUI .tabs-nav li, .ekTabs .tabs-nav li, #classesContent .tabs-nav li{border:1px solid #CCCCCC; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright:5px; -moz-border-radius-topleft:5px;  border-bottom:none;padding:0;}
.tabsUI .tabs-nav a, .tabsUI .tabs-nav a span, .ekTabs .tabs-nav a, .ekTabs .tabs-nav a span, #classesContent .tabs-nav a, #classesContent .tabs-nav a span {background:none; min-height:18px; height:22px;padding:3px 0 0; font-weight:normal; font-size:11px;}
.tabsUI .tabs-nav a:hover, .ekTabs .tabs-nav a:hover, #classesContent .tabs-nav a:hover {text-decoration:none;}
.tabsUI .tabs-nav a, .ekTabs .tabs-nav a, #classesContent .tabs-nav a{padding:0 5px; width:auto!important;width:40px; }
.tabsUI .tabs-nav .tabs-selected a, .ekTabs .tabs-nav .tabs-selected a, #classesContent .tabs-nav .tabs-selected a { background-color:#FEFEFE; }
.tabsUI .tabs-nav .tabs-selected a span, .ekTabs .tabs-nav .tabs-selected a span, #classesContent .tabs-nav .tabs-selected a span { padding:3px 0 0;}
.tabsUI .tabs-container, .ekTabs .tabs-container,  #classesContent .tabs-container {border-top:1px solid #CCCCCC; clear:both; padding:10px 5px; margin-top:-1px;}
.tabsUI .tabs-nav, .tabsUI .tabs-nav, .ekTabs .tabs-nav, .ekTabs .tabs-nav {height:23px;}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;    
    content: "";
}
.tabs-nav li {float: left;margin: 0 0 0 1px;  /* be nice to Opera min-width: 84px; */}
.tabs-nav a, .tabs-nav a span {display: block; padding: 0 10px;background: url(tab.png) no-repeat;}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 20px; /* IE 6 treats width as min-width */
    min-width: 20px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {opacity: 0.4;}
.tabs-container {border-top: 1px solid #97a5b0;padding: 1em 8px;background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */}
.tabs-loading em {padding: 0 0 0 20px;background: url(loading.gif) no-repeat 0 50%;}
#jDialogOverlay 
{	
	background:#000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	z-index:1000;
	display:none;
}

#jDialogContainerShadow{
	background:#006A94;
	text-align:left;	
	float:left;
	position:relative;	
	z-index:1001;
	display:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	opacity:.2;
}

#jDialogProgressBar {
	position:fixed; 
	display:block; 
	top: 10px; 
	left:20px; 
	width:220px;
	height:19px;
	display:none; 
	z-index:900000;
}

.DialogContainer{
	background:#013B60;	
	text-align:left;	
	float:left;
	position:relative;
	padding:6px 0;
	z-index:1001;
	display:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:2px solid #006A94;
}
.DialogContainer{
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.DialogTitleContainer
{
	background:transparent url(images/icon.png)  no-repeat scroll right center;
	height:20px;
	margin:-2px 6px 4px;
}
.DialogTitle
{	
	font-size:100%;
	font-weight:bold;
	padding:2px 0;
}
.DialogTitle span{
	font-size:120%;
}
.DialogControl a{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.DialogControl a:hover{
	color:#ff9900;
}
.DialogControl a img{
	vertical-align:top;
}
.DialogPane{
	float:left;
	display:inline;	
}
.ErrorMsg{
	font-weight:bold;
	font-size:13px;
	padding:0 12px 70px;
	color:#666;
}
.MainPane{
	width:100%;
}
.ChartWrapper{
	margin:0 6px 6px;
	display:inline;
	/*background:#F7F7F7 url(images/box_bg.gif) repeat-y left top;*/
	background:#CCCCCC url(images/box_bg.gif) repeat-y left top;
	float:left;
	width:850px;
}
.ChartTitleWapper{
	background:url(images/box_tl.gif) no-repeat left top;
}
.ChartTitle
{
	width:auto;	
	height:580px;
	color:#555;
	font-size:14px;
	font-weight:bold;
	padding:5px 10px 10px 5px;
	background:url(images/box_tr.gif) no-repeat right top;
}
.ChartTitle a {
	color:#555;
	text-decoration:underline;
}
.Charts{
	margin:0;
	padding:0 0 8px 0;
	float:left;
	list-style-type:none;
}
.Charts li{
	display:inline;
	float:left;
	width:114px;
	vertical-align:middle;
	text-align:center;
	margin:0 3px;
	font-weight:bold;
	color:#666666;
}
.Charts li .Period{
	color:#ADADAD;
}
.Legends{	
	margin:0 0 0 20px;
	padding:0;
	list-style-type:none;
}
.Legends li{
	display:inline;
	color:#1C3E61;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:0 10px 6px 8px;
}
.ChartFooter{
	float:left;
	background:url(images/box_bottom.gif) no-repeat left bottom;
	height:10px;
	width:850px;
}
.ChartBody {
/*	line-height:3em;*/
padding:0 15px 5px 20px;
color:#333;
font-weight:bold;
font-size:14px;
}

.ChartBody *{
color:#333;
}

.ChartBody .ChartTable {
height: 100px;
overflow: auto;
overflow-x: hidden;
}

.ChartBody .ChartTable th{
background:#888;
color:#FFF;
border:#808080 1px solid;
font: 14px Tahoma;
font-weight:bold;
text-align:center;
}
.ChartBody .ChartTable tr td{
background:#EEE;
border:#DFDFDF 1px solid;
}

.ChartBody .ChartTable tr td.DialogSelected {
background:#FFCCCC;
}

.ChartBody .ChartTable tr.odd td{
background:#EAEAEA;
border:#DDD 1px solid;
}

.buttonRow {
text-align:center;
}

.SidePane{
	float:right;
	width:130px;
}
.DescTitle{
	font-weight:bold;
	font-size:22px;
	font-family:Helvetica, Arial, sans-serif;
}
.DescWrapper{
	margin:6px 12px 6px 0;
	display:inline;
}
.DescWrapper a{
	color:#888;
	text-decoration:underline;
}
.DialogControl{
	float:right;
	cursor:pointer;
	display:inline;
}
.DialogAction{
	padding:10px;
	text-align:center;
}

.beforeLogin {font-size: 90%;padding:10px;}
.beforeLogin input.login {background:transparent url(images/btnlog.gif) no-repeat scroll 0 0;border:0 none;color:#FFFFFF;margin:5px;cursor:pointer;font-weight:bold;height:20px;width:57px;}
.beforeLogin a{color:#0177B8;font-size:90%;}
/*.buttonRow #btnNext, .buttonRow #btnPrevious, .buttonRow #btnClose {background:transparent url(images/btn_log.gif) no-repeat scroll 0 0;border:0 none;color:#FFFFFF;cursor:pointer;font-weight:bold;height:20px;width:70px; }
.buttonGray #btnNext, .buttonGray #btnPrevious, .buttonGray #btnClose {background:transparent url(images/lgbtn.gif) no-repeat scroll 0 0;border:0 none;color:#FFFFFF;cursor:pointer;font-weight:bold;height:20px;width:70px; }*/
#btnIconClose {float:right; position:absolute;right:0;top:5px;width:40px; height:20px; background:transparent none repeat scroll 0 0;cursor:pointer; border:0 none;}
﻿/* Internet Cafe Page */
.icTab {font-size:90%;}
.icTab .ui-widget-header{background:none;border-width: 0 0 1px;}
.icTab .ui-widget-content{border:none;}
.icTab .ui-tabs .ui-tabs-nav {padding:0 0;}
.icTab .ui-tabs .ui-tabs-nav li {height:20px;}
.icTab .ui-tabs .ui-tabs-nav li a {padding:0.3em 1em;}
.averageRating .starRating ul.star {cursor:default;}
.serviceQuality {float:left;padding:5px 10px 0 0;text-align:right;width:95px;}
.starRating {color:#666666; font-size:90%;padding:2px 0;}
.starRating ul.star { list-style: none; margin: -2px 0; padding: 0; width: 85px; height: 20px; float: left; background: url('images/stars.gif') repeat-x; cursor: pointer; }
.starRating li { padding: 0; margin: 0; float: left; display: block; width: 85px;height: 20px; text-decoration: none; text-indent: -9000px; z-index: 20;padding: 0; }
.starRating li.curr { background: url('images/stars.gif') left 25px; }
.starRating div.user { left: 10px; position: relative; float: left; font-size: 11px;  padding:3px 0;}
.userRating {float:right; padding:2px 10px;}
.userComment {display:none;}
.userComment .textarea { height:60px; width:254px;}
.userComment .buttonBlue {text-align:center;}
.userComment .buttonSubmit{width:160px; margin: 0 auto; padding:5px; }
.commentTitle {color:#666666; font-style:italic;}
.commentRating ul.star {left:0;}
.averageRating { height:30px; width:260px; padding-top:10px;}
.myRatingComment {width:260px; margin-top:10px; border-top:solid 1px #EEEEEE;}
.myRating { height:30px; width:260px;}
.tbreakdown{width:160px; margin:0 auto;}
.breakDown .starRating ul.star, .commentRating .starRating ul.star  { list-style: none; margin: 0; padding: 0; width: 50px; height: 15px; top: -1px;  background: url('images/small_stars.gif') repeat-x;cursor: default; }
.breakDown .starRating li, .commentRating .starRating li { padding: 0; margin: 0; float: left; display: block; width: 50px; height: 15px; text-decoration: none; text-indent: -9000px; z-index: 20; padding: 0; }
.breakDown .starRating li.curr, .commentRating .starRating li.curr { background: url('images/small_stars.gif') left 15px; }
.commentDescription p {padding:5px 0;}
.commentRating span {color:#666666; font-size:90%;}
.commentRating .date {width:240px;}
.commentRating .date span {padding-left:5px;}
.breakDown .userbar {background-color:#EEEEEE; margin:5px 10px -10px 60px; width:60px;}
.breakDown .userbar div{background-color:#BACE1F; height:5px;}
.breakDown .urate {padding:0 0 0 50px;font-size:11px; margin-left:80px;}
.breakDown {width:160px; margin:0 auto; padding:5px; }
.myExperience {color:#CCCCCC; padding:5px; text-align:center;}


