﻿*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html
{
	height:100%;
}

body
{
	height:100%;
}

img
{
	margin-bottom:-2px;
}

/* Main Page Layout */
.centered
{
	margin:0px auto;
}

#background
{
	margin:0px;
	background-color:#ffffff;
}

#logo
{
	width:213px;
	height:34px;
}

#content
{
	width:100%;
	height:100%;
}

#contentleft
{
	background-color:#eaeaea;
	width:180px;
}

#contentmiddle
{
	border-left:solid 1px #bfbfbf;
}

#contentright
{
	background-color:#f4f4f4;
	border-left:solid 1px #a5a5a5;
	width:100px;
}

#footer
{
	background-color:#181818;
	width:100%;
	padding:4px;
}

/* Control Panel Layout */
#controlpanelheader
{
	width:100%;
	height:85px;
	border-bottom:dashed 1px #a5a5a5;
	overflow:auto;
}

#controlpanelicon
{
	width:64px;
	height:64px;
}

#controlpanelheaderleft
{
	padding-left:10px;
	width:128px;
	height:84px;
}

#controlpanelheadermiddle
{
	width:1px;
	height:84px;
	padding-left:1px;
	padding-right:1px;
}

#controlpanelheaderright
{
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}

#controlpanelcontent
{
	width:100%;
	padding:4px;
	text-align:center;
}

/* Body Element Layout */
.infoblock
{
	border:solid 1px #e0d881;
	padding:4px 4px 4px 32px;
	color:#655e0b;
	cursor:pointer;
	width:100%;
	background-color:#fcf8d0;
	text-align:left;
}

.infoblockhover
{
	border:solid 1px #e0d881;
	background-color:#fcf5ab;
}

.blocktable
{
	border:solid 1px #bfbfbf;
	background-color:#eaeaea;
	text-align:left;
	width:700px;
}

.blocktitle
{
	border-bottom:solid 1px #bfbfbf;
	padding:4px;
}

.blocksubtitle
{
	border-bottom:solid 1px #bfbfbf;
	padding:4px 4px 4px 32px;
}

.blockcell
{
	padding:4px;
}

.blockcell_highlight
{
	background-color:#4775ca;
	color:#ffffff;
	cursor:default;
}

.blockcell_shaded
{
    background-color: #eaeaea;
}

.currentline
{
	position:absolute;
	width:96px;
	height:22px;
	display:inline-block;	
	display:--moz-inline-box;
	background-image:url("images/currentline.png");
}

.sessionicon
{
	background-image:url("images/session.png");
	background-repeat:no-repeat;
	background-position:center center;
	width:30px;
	height:30px;
}

.blockcontent
{
	background-color:#ffffff;
}

.blocknav
{
	border-bottom:solid 1px #bfbfbf;
	cursor:pointer;
	width:10px;
	padding:4px;
}

.blocknavhover
{
	background-color:#fefefe;
	border-bottom:solid 1px #bfbfbf;
	cursor:pointer;
	width:10px;
	padding:4px;
}

.blocknavnext
{
	border-left:solid 1px #bfbfbf;
}

.blocknavnexthover
{
	border-left:solid 1px #bfbfbf;
}

.blocknavprevious
{
	border-right:solid 1px #bfbfbf;
}

.blocknavprevioushover
{
	border-right:solid 1px #bfbfbf;
}

.blockfooter
{
	border-top:solid 1px #bfbfbf;
}

.notice
{
	border:solid 1px #e0d881;
	background-color:#fcf8d0;
	color:#655e0b;
	padding:4px 4px 4px 40px;
	background-image:url("images/notice.png");
	background-repeat:no-repeat;
	background-position:2px 2px;
	width:700px;
	text-align:left;
}

.info
{
	border:solid 1px #81b2e0;
	background-color:#d0e5fc;
	color:#0b3765;
	padding:4px 4px 4px 40px;
	background-image:url("images/info2.png");
	background-repeat:no-repeat;
	background-position:2px 2px;
	width:700px;
	text-align:left;
}

.recharge
{
	border:solid 1px #82E18B;
	background-color:#D2FDD6;
	color:#0B6614;
	padding:4px 4px 4px 40px;
	background-image:url("images/recharge32.png");
	background-repeat:no-repeat;
	background-position:2px 2px;
	width:700px;
	text-align:left;
}

.columntitle
{
	border-bottom:solid 1px #bfbfbf;
	border-right:solid 1px #bfbfbf;
	background-color:#eaeaea;
	cursor:default;
}

.locked
{
	background-image:url("images/locked.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.unlocked
{
	background-image:url("images/unlocked.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.nolock
{
	width:22px;
	height:22px;
}

.usagesummarytotal
{
	font-size:16px;
}

.usagesummarytotalmiddle
{
	font-size:16px;
}

.save
{
	cursor:pointer;
}

.email
{
	background-image:url("images/email.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.emailactive
{
	background-image:url("images/emailsetup.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.emailpending
{
	background-image:url("images/emailpending.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.emailerror
{
	background-image:url("images/emailerror.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.delete
{
	background-image:url("images/delete.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	cursor:pointer;
}

.webmail
{
	background-image:url("images/webmail.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.prepaidactive
{
	background-image:url("images/emailsetup.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.prepaidpending
{
	background-image:url("images/emailpending.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.prepaidfailed
{
	background-image: url("images/emailerror.png");
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

.button
{
	height:28px;
	background-color:#ffffff;
	font-weight:bold;
	border:solid 1px #618ca8;
	cursor:pointer;
	background-image:url("images/button.png");
	background-repeat:repeat-x;
}

.borderclickable
{
    height:28px;
    border-bottom:solid 1px #bfbfbf;
	padding: 4px 4px 4px 0;	
	cursor:pointer;	
}

.warning
{
	border:solid 1px #b1000d;
	padding:4px;
	background-color:#e73845;
	color:#ffffff;
}
table.FreeZone
{
margin-top:20px;
}
table.FreeZone td
{

}
td.FreeZoneCounter
{
    font-weight:bold;
    font-size: 20px;
    height:30px;  
    text-align:center;
}
td.FreeZoneCounter span
{
    font-weight:bold;
    font-size: 20px;
    height:30px;  
    text-align:center;
}
td.FreeZoneBanner
{
    background-color: #303030;  
    text-align:center;
}