body {
	background-color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url("/images/bg_body.png");
        background-repeat:repeat;
        background-position:top left;
	background-attachment:fixed;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
        color: #2FA5C1;
        list-style:none;
        font-size:20px;
        font-weight: bold;
	margin-bottom:0px;
}

blockquote {
        color: #003366;
	border-color:#5EA4D0;
	background-color:#F8FBFD;
	border-width:1px 1px 1px 8px;
	border-style: dashed dashed dashed solid;
        padding:5px;
        overflow:auto;
}

code {
        color: #7FB07F;
        border:1px dashed #318B31;
        padding:2px;
        margin:0;
}

a:link, a:visited, a:hover  {
	color: #F15103;
	text-decoration:none;
        font-weight:bold;
}

.page {
	width:950px;
	position:relative;
	padding:5px;
	margin:0 auto;
	text-align:left;
}
/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	height:124px;
	background-image:url('/images/headerbg.gif');
        background-repeat:no-repeat;
        background-position:center;
	margin-bottom:6px;
	padding-left:10px;
}

.site-name:link, .site-name:visited, .site-name:hover {
	color:#438DBD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:32pt;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
}

.site-description {
	color:#359535;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin:0px;
	padding-left:5px;
}
/***************************************************************************/
/* Menu Bar */
/***************************************************************************/
.google-bar {
	text-align:center;
	padding:5px;
	background: url('/images/menubg.gif') no-repeat;
    margin-bottom:5px;
}

.google-bar ul {
	padding:5px 0px;
	margin:0;
    list-style:none;
}

.menu-bar {
	text-align:center;
	padding:5px;
	background: #fff;
    margin-bottom:5px;
	overflow:auto;

}

.menu-bar ul {
	padding:5px 0px;
	margin:0;
}
/*///////////// Tabs Code header ////////////*/

.tabsheader {
	font-family: verdana,arial,Trebuchet MS,tahoma,arial,verdana,tahoma,verdana,sans-serif;
	font-size: 10px;
	color: black;
	clear: both;
	text-align: center;
	overflow:auto;
}
.tabsheader ul {display: inline;list-style-type: none;margin: 0px;padding: 0px;}
.tabsheader li { float: left; }
.tabsheader a,.tabsheader a:visited { width: 87px;}

.tabsheader a.current:visited, .tabsheader a.current, .tabsheader a.current:hover{
	width: 84px; 
	position: relative;
	float: left;
	margin-right:2px;
	background: url(/images/tabsdark.gif);
	color: white;
	padding-top:6px;
	height:24px;
}
/* opacity:1;filter: alpha(opacity=100); -moz-opacity: 1; */
.tabsheader a.current:visited img, .tabsheader a:hover img {

}

.tabsheader a {
	width: 84px; 
	position: relative;
	float: left;
	margin-right:2px;
	background-image: url(/images/tabsdark.gif);
	background-position: -87px 0;
	padding-top:8px;
	color: #dedede;
	height:24px;
}

.tabsheader a:visited {color: #dedede;}

/* opacity:.70;filter: alpha(opacity=70); -moz-opacity: 0.7; */
.tabsheader a img {

}

.tabsheader a:hover {
	top: 0px;
	background-image: url(/images/tabsdark.gif);
	background-position: -175px 0;
	padding-top:6px;
	height:24px;
	color: white;
	background-color:transparent;
}

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
        margin-top: 5px;
	position:absolute;
}

.left-sidebar {
	width:190px;
	left:5px;
}

.right-sidebar {
	width:190px;
	right:5px;
}

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
    list-style:none;
    font-size:13px;
    overflow:hidden;
}

/* Left and right widget title */
ul.left-sidebar li h2, ul.right-sidebar li h2 {
	background-image:url("/images/sidebar_widget_bg.gif");
background-repeat:no-repeat;
	color:#FFFFFF;
}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	font-size:10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
        margin-top:6px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	list-style:url('/images/bullet.png');
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	background:bottom url('/images/sidebar_widget_bottom_bg.gif');
        padding:5px 2px 5px 24px;
        margin-left:0;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-bottom:8px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link, h2.widgettitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
/***************************************************************************/
/* Old Style Tigopedia Widgets */
/***************************************************************************/

/* Adds background image to the left and right widget title */
.left-widget-title, .right-widget-title {
	background-image:url('/images/sidebar_widget_bg.gif');
        background-repeat:no-repeat;
}

/* Adds background image to the center widget title */
.center-widget-title {
	background-image:url("/images/center_widget_bg.gif");
        background-repeat:no-repeat;
}

.left-widget-title, .right-widget-title {
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
        overflow:hidden;
}


.left-widget, .right-widget {
	color:#000000;
	background:bottom url('/images/sidebar_widget_bottom_bg.gif');
	padding:5px;
	margin-bottom:5px;
        font-size:13px;
        overflow:hidden;
}

.left-widget ul, .right-widget ul {
	list-style:url('/images/bullet.png');
	padding-left:20px;
	margin-top:0;
	margin-left:0px;
}

.left-widget li,  .right-widget li {
	margin-top:8px;
}

.center-widget-title {
	color:#FFFFFF;
	margin-left:196px;
	margin-right:196px;
	font-size:10pt;
	font-weight: bold;
	padding:6px 5px 5px 29px;
}

.center-widget {
	margin-left:196px;
	margin-right:196px;
	color:#000000;
	background-color:#FFFFFF;
	padding:0.6em 1em 1em 1em;
	margin-bottom:6px;
	font-size:10pt;
    overflow:auto;
}

.indicator{
	margin-left:196px;
	margin-right:196px;	
	background-color:#FFFFFF;
	text-align:center;
}

.footer {
	margin-left:196px;
	margin-right:196px;
	font-size:8pt;
    font-weight:bold;
	color:#1E72A7;
	text-align:center;
	background-color:#FFFFFF;
    padding:5px 0px;
}

img {
	border-width:0px;
}

.browserInfo td, th {
		font-size: 80%;
		border: 1px solid #ccc;
		padding: 0.25em;
	}
	
	.browserInfo th {
		text-align: left;
		font-style: italic;
	}
	
	.subDivide {
		background-color: #999;
		color: #fff;
	}
	
	.browserInfo {
		border-collapse: collapse;
	}
/* BOTTOM */
div#bottom {
	margin-left:196px;
	margin-right:196px;
	font-size:8pt;
    font-weight:bold;
	color:#1E72A7;
	text-align:center;
	background-color:#FFFFFF;
    padding:5px 0px;
}

div#disclaimer {
padding: 5px;
font-size: 8px;
color: #333;
}
.gray {
color: #999;
}