@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: url(../images/none/English/bg_tile.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: small;
	color: #666;
}

p
{
	margin: 10px 0;
	line-height: 1.3em;
}

li
{
	margin-left: 10px;
}

#container
{
	width: 880px;
	margin: 0 auto;
}

#header
{
	background: url(../images/none/English/iBurstAfrica_header.jpg) no-repeat;
	width: 880px;
	height: 159px;
}
#country-panel
{
	background: url(../images/none/English/country_panel.jpg) no-repeat;
    width: 402px;
	margin-top: 51px;
	margin-right: 15px;
	padding: 12px 10px;
    float: right;
}

#call-us
{
	margin-top: 25px;
}

#navigation
{
	background: url(../images/none/English/navigation_bg.jpg) no-repeat;
	width: 880px;
	height: 34px;
}

#navigation ul
{
	list-style: none;
	margin-left: 70px;
	padding-top: 6px;
}

#navigation li
{
	width: 84px;
	display: block;
	float: left;
	margin: 0 5px;
	text-align: center;
}

#navigation a
{
	height:23px;
	color: #fff;
	display: block;
	padding-top: 5px;
	text-decoration: none;
	font-weight: 700;
}

#navigation a:hover
{
	height: 23px;
	background:url(../images/none/English/navigation_over.jpg) no-repeat;
}

#sub-navigation
{
	background: url(../images/none/English/sub_navigation_bg.jpg) no-repeat;
	width: 880px;
	height: 28px;
}

#sub-navigation ul
{
	list-style: none;
	padding: 6px 25px 0 25px;
}

#sub-navigation li
{
	float: left;
	margin: 0 5px;
}

#sub-navigation a
{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

#sub-navigation a:hover
{
	color: #FF6600;	
}

#content-container
{
	background: url(../images/none/English/content_container_tile.jpg) repeat-y;
	float:left;
}

#content
{
	background: url(../images/none/English/content_bg_tile.jpg) no-repeat;
	padding: 20px 30px;
	float: left;
	width: 820px;
}

#content-left
{
	width: 410px;
	float: left;
}

#content-right
{
	width: 410px;
	float: right;
}

#content ul
{
	margin: 10px;
}


#flash-banner
{
	height: 290px;
}

#latest-news
{
	width: 410px;
    height: 290px;
}

#newsframe
{
	background: url(../images/none/English/latest_news_bg.png) no-repeat;
	height: 225px;
	padding: 10px 19px;
}

#newsframe iframe
{
	background: #fff;
	border: 1px #E6E6E6 solid;
}

#whats-hot
{
	background:url(../images/none/English/orange_grad.jpg) repeat-x;
}

.bold-orange
{
	color: #F56600;
	font-weight: 700;
}

#whats-hot h1
{
	font-size: 110%;
	padding: 10px;
}

#whats-hot table
{
	width: 95%;
}

#whats-hot td
{
	padding: 3px;
	vertical-align: top;
}

#whats-hot td h1
{
	color: #FF6600;
	font-size: 100%;
	padding: 0px;
	margin-bottom: 5px;
}

#whats-hot p
{
	margin-bottom: 10px;
	text-align: justify;
}

#whats-hot a
{
	color: #FF6600;
	text-decoration: none;
}

#whats-hot a:hover
{
	text-decoration: underline;
}

#shortcuts
{
	background: url(../images/none/English/grey_grad.jpg) repeat-x;	
}

#shortcuts h1
{
	color: #FF6600;
	font-size: 110%;
	padding: 10px;
}
#shortcuts table
{
	width: 100%;
}

#shortcuts td
{
	height: 74px;
}

#shortcuts tr:hover
{
	background: url(../images/none/English/shortcutsOver.jpg) repeat-x;
}

#shortcuts a
{
	font-weight: 700;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0px 0;
}

.shortcut-icons
{
	width: 70px;
	text-align: center;
}
#footer
{
	background: url(../images/none/English/footer_bg.jpg) no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 100px;
	width: 880px;
	height: 80px;
	clear: both;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.other-footer-links
{
	padding-left: 10px;
}

.other-footer-links a
{
	color: #000;
}

.other-footer-links a:hover
{
	color: #fff;
}

.hr
{
	background: url(../images/none/English/hr.jpg) repeat-x;
	width: 100%;
	height: 3px;
	margin: 10px 0;
}

.vr
{
	background: url(../images/none/English/vr.jpg) repeat-y;
	width: 3px;
	height: 100%;
}

#generic-content
{
	background: url(../images/none/English/content_bg_tile.jpg) no-repeat;
    width: 820px;
	padding: 20px 30px;	
}


#generic-content h1
{
	font-size: large;
	color: #F56600;
	margin-bottom: 8px;
}
#generic-content h3
{
	font-size: small;
	color: #F56600;
}

#generic-content p
{
	margin: 8px 0;
}

#generic-content th
{
	text-align: left;
}

#generic-content li
{
	margin-left: 14px;
}

#generic-content a
{
	color: #F56600;
	text-decoration: underline;
}

#generic-content img
{
	border: none;
}

#generic-content h2
{
	font-size: 130%;
	color: #424a52;
	margin-bottom: 8px;
}
.loadingtxtstyle {
	font-size: small;
	color: #F56600;
	font-weight: normal;
}
<!-- ###### NETWORK STATUS ##### -->

.net-status
{
	width: 550px;
	border: 1px solid #E5E5E5;
}

.net-status th
{
	background: #424A52 url(../images/none/English/netstat_th.jpg) repeat-x;
	border-right: 1px solid #E5E5E5;
	color: #CCCCCC;
	height: 35px;
}

.net-status tr
{
	background: #F5F5F5;
}

.net-status td
{
	height: 25px;
	padding: 5px;
	border-right: 1px solid #E5E5E5;
}

.online
{
	background: #009900 url(../images/none/English/online_tile.jpg) repeat-x;	
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
}

.degraded
{
	background: #FF9900 url(../images/none/English/degraded_tile.jpg) repeat-x;	
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
}

.offline
{
	background: #990000 url(../images/none/English/offline_tile.jpg) repeat-x;	
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
}

.percentage
{
	width: 35px;
}

.bar-holder
{
	background: url(../images/none/English/bar_holder_tile.jpg) repeat-x;
	border: 1px solid #CCCCCC;
	width: 100%;	
	height: 19px;
}

.bar
{
	background: url(../images/none/English/bar_tile.jpg) repeat-x;
	height: 19px;	
}
#newsroom
{
	width: 820px;
	float: left;
}

#newsroom h1
{
	font-size: large;
	color: #F56600;
	margin-bottom: 8px;
}

#newsroom h2
{
	color: #F56600;
	margin-bottom: 5px;
	font-size: 110%;
	line-height: 1.4em;
}

#newsroom h3
{
	font-size: 90%;
	margin-bottom: 5px;
}

#newsroom a
{
	color: #F56600;
	text-decoration: none;
	padding: 3px;
}

#newsroom a:hover
{
	color:  #F56600;
	text-decoration: underline;
}

#newsroom p
{
	margin: 7px 0;
	line-height: 1.3em;
}

#newsroom li
{
	margin: 5px 0;
}

#news-menu
{
	width: 220px;
	float: left;
}

#news
{
	width: 580px;
	float: left;
	padding: 0 10px;
}

.news-button
{
	width: 100%;
	background: url(../images/none/English/netstat_th.jpg) repeat-x;
	color: #fff;
	padding: 5px 0;
	display: block;
}

.news-button a
{
	display: block;
	text-decoration: none;
	padding-left: 10px;
	font-weight: 700;
}
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	background: url(../images/none/English/netstat_th.jpg) repeat-x;
	margin: 0px;
	padding: 5px 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelTab a{
	font-weight: 700;
	padding-left: 10px;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 5px;
	background: #CCCCCC;
}
.CollapsiblePanelContent a{
	display: block;
	padding: 5px;
}
.CollapsiblePanelContent a:hover{
	background: #E1E1E1;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}
#topupaccount {
	background: url(../images/none/English/topup/card.gif) no-repeat;
	width: 480px;
	height: 317px;
}
#topupaccount .input_pin {
 font-family: Verdana, Geneva, Sans-serif;
 color: #333;
 border: 1px solid #B3B4BD;
 font-size: 12pt;
 width:90px;
 margin-top:10px;
 margin-left:10px;
 padding-left:5px;
 letter-spacing:0.2em;
}
#topupaccount .input_serial {
 margin:0px;
 padding:0px;
 color: #333;
 border: 1px solid #B3B4BD;
 width:40px;
 font-size: 10pt;
}

/* Tables */

.custom-table td
{
	padding: 5px;
}

.th
{
	background: #F56600;
    color: #fff;
}

.lh
{
	background: #424A52;
    color: #fff;
}

.row-even
{
	background: #EBEEF1;
}

.row-odd
{
}

.contact-us
{
	width: 100%;
}

.contact-us fieldset
{
	width: 300px;
	padding: 10px;
}

.contact-us legend
{
	color: #F56600;
	font-weight: 700;
}

.contact-us td
{
	vertical-align: top;
}

#flash-box
{
	width: 750px;
	height: 377px;
	margin: 0 auto;
}

.country-tab
{
	background: url(../images/none/English/netstat_th.jpg) repeat-x;
    padding: 10px;
    font-weight: 700;
    color: #fff;
}

.country-content
{
	background: url(../images/none/English/grey_grad.jpg) repeat-x;
	border: 1px solid #E1E1E1;
    padding: 10px;
}

.achievements
{
	color: #f56600;
}

