/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0099
*/
@charset "utf-8";

body {
    background:#212f32;
	background-position:top;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:#706b6b;
}

#pokmain {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding:0px;
	background:#ffffff;
}

#poktop {
    height:259px;
	width:1000px;
	background-color:#000000;
    background-image: url(images/header.jpg);
	background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    margin:0px;
	text-align:left;
}

#poktop h1 {
    font-size:18pt;
    margin:0px;
	padding:70px 0px 0px 50px;
	color:#706b6b;
	width:700px;
	position:absolute;
}

#poktop h1 a {
    color:#706b6b;
	font-style:normal;
	font-weight:bold;
    text-decoration:none;
}

.separator {
	clear:both;
}

.description {
	float:left;
	width:700px;
	padding:100px 0px 0px 50px;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:11pt;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin:0px;
	font-style:italic;
}
.separator {
	clear:both;
}

p {
	margin:0px;
	padding:0px 0px 10px 0px;
}
a img {
	border:none;
}

/**************************MAIN MENU************************************/
#main-menu {
	top: 10px;
	right:10px;
	width:150px;
	height:140px;
	margin: 0px;
	padding: 0px;
	display:inline;
	float:right;
	position:relative;
	overflow:hidden;
}

#main-menu ul {
    margin:0px 10px 0px 0px;
	padding: 0;
	list-style-type: none;

}

#main-menu ul li {
    display: block;
    float: left;
	width:150px;
    padding:0px;
}

#main-menu ul li a {
    display: block;
    text-decoration: none;
	padding: 8px 16px 8px 16px;
    color: #e15700;
    font-size: 9pt;
	font-weight:bold;
	font-style:italic;
}

#main-menu ul  li:hover a, #main-menu ul  li a:hover {
	background:#e15700;
	color:#ffffff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
#charts {
	width:98%;
	margin:0px 10px 0px 10px;
	padding:0px;
	float:left;
	overflow:hidden;
}
.bot-charts {
	background: url(images/bot-content.jpg) no-repeat;
	background-position:left bottom;
	width:auto;
	height:103px;
}
/*************************GET content***************************/

.pokpost {
	line-height:15px;
	width:77%;
	float:right;
	font-size:9pt;
	padding:0px;
	margin:0px 10px 0px 0px;
}

.pokpost h2 {	
	padding:0px;
	margin:0px;
	width:auto;
	text-transform:capitalize;
	color:#e15700;
	text-align:left;
}

.pokpost h2 a {
	color:#e15700; 
	text-transform:capitalize;
	text-decoration:none;
	font-weight:bold;
}

.pokpost a img  {
	border:none;
}
.pokentry {
	float:right;
	width:92%;
	margin-bottom:20px;
}
.pokpost a .calendar-date {
	width:55px;
    font-size:10pt;
    border: none;
	margin:0px;
    padding:6px 0px 8px 0px;
    text-align: center;
    color:#ffffff;
    font-weight: bold;
	font-size:8pt;
	background-color:transparent;
    background-image: url(images/calendar-date.gif);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	text-decoration:none;
	float:left;
	font-style:normal;
	text-transform:uppercase;
}

.pokpost a img  {
	border:none;
}
.calendar-date div {
    font-weight:bold;
	color: #ffffff;
    background:transparent;
	text-decoration:none;
	margin:5px;
	font-size:14pt;
}


/* SIDEBAR ITEMS 
************************************/

body#charts-sidebar-body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

body#charts-sidebar-body #sidebar , .F9_blocks #sidebar {
	float: none;
	clear: both;
	margin: 0px;
	width:auto;
}
#sidebar {
	float: left;
	margin: 0px 0px 15px 10px;
	width:200px;
	font-size:9pt;
	color:#ffffff;
}

#sidebar ul li h4 {
	padding: 5px;
	margin:0px;
	background:#74a5b0;
	text-transform:capitalize;
	color:#ffffff;
	text-align:center;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}
#sidebar ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px 0px 10px 0px;
	background:#74a5b0 url(images/bg-sidebar.gif) repeat-x;
	background-position:left bottom;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

#sidebar ul ul li {
    background-position: left;
    padding: 4px 5px 4px 10px;
	margin:0px;
    vertical-align:middle;
	list-style-type:square;
	list-style-position: inside;
	border-top:1px solid #94bac2;
}
#sidebar ul ul li.sidebar-post {
	list-style:none;
}
#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 4px 5px 4px 10px;
    vertical-align:middle;
	border-top:1px solid #94bac2;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:0px 0px 10px 0px;
	background:#74a5b0 url(images/bg-sidebar.gif) repeat-x;
	background-position:left bottom;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}
#sidebar .banners .banner {
	margin:5px;
}
#sidebar .banners .banner a img, .banners .banner object {
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	border:none;
}

#sidebar a {
	color:#c4eaf2;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration:none;
}

/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/
.F9_blocks {
    width: auto;
    float: none;
    margin:0px 2px 10px 2px;
	padding:0px;
}

.F9_blocks * {
    width: auto;
    float: none;
}

.F9_blocks h2 {
    width: auto;
    height: auto;
    font-weight: bold;
    padding: 5px;
    margin: 0;
	text-transform:capitalize;
	background:#e15700;
	color:#ffffff;
	text-align:center;
	-moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}
.F9_blocks h2 a {
    color: #ffffff;
    text-decoration: none;
	font-weight:bold;
	font-style:italic;
}
.F9_blocks h2 a:hover {
    text-decoration: underline;
	color: #ffffff;
}


.F9_blocks .F9_topic {
    margin:0px;
	padding:0px;
	background:#fdfcf4 url(images/bg-content.gif) repeat-x;
	background-position:left bottom;
	border:1px solid #cecece;
	-moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
.emptycell {
	background-color: transparent;
}
td.F9_h-1 {
	text-align: right; 
	vertical-align: middle;
}

td.F9_h-2, td.F9_h-5, td .F9_h-6, td.F9_h-7, td.F9_h-8 , td.F9_h-9, td.F9_h-10 {
	text-align: center; 
	vertical-align: middle;
}

td.F9_h-3, td.F9_h-4  {
	text-align: left; 
	vertical-align: middle;
}


.F9_imgs, .F9_jpg {
	vertical-align:middle;
	text-align:center;
	padding:auto;
}


.F9_blocks .F9_topic #tabs, 
.F9_blocks .F9_topic #accordeon, 
.F9_details,
.F9_contents {
	padding:5px;
}
.F9_blocks .F9_topic object, .F9_blocks .F9_topic embed {
    width: 100%;
}
.F9_blocks .F9_topic ul, .pokpost ul, .F9_blocks .F9_topic ol, .pokpost ol {
	margin:5px;
	padding:0px;
	
}
.F9_blocks .F9_topic ul li, .pokpost ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.F9_blocks .F9_topic ol li, .pokpost ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}
.F9_blocks .F9_topic table {
    width: 100%;
    background-color: transparent;
	border-spacing:0px;
	-moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}
.F9_blocks .F9_topic table tr th {
    font-size:7pt;
    padding: 2px;
	margin: 0;
	font-weight:normal;
    background:#eef0f5 url(images/bg-th.gif) repeat-x;
	background-position:top;
}
.F9_blocks .F9_topic table tr td {
    padding:4px 2px 4px 2px;
	font-size:8pt;
    background-color:transparent;
	font-weight:normal;
	vertical-align:middle;
	border-top:1px solid #e4e4e0;
}

.F9_blocks .F9_topic table tr td a, a {
    color: #e15700;
	font-weight:normal;
    text-decoration: underline;
}
.F9_blocks .F9_topic table tr td a:hover, 
a:hover  {
    color: #706b6b;
    text-decoration: underline;
}

.F9_blocks .F9_topic table tr td img {
    border: none;
	vertical-align:middle;
}
.F9_blocks .footer {
    padding: 5px;
	margin:0px;
    font-size:9pt;
    text-align: right;
	font-weight:bold;
	font-style:italic;
}

.F9_blocks .footer a {
	color:#706b6b;
    text-decoration: underline;
	font-style:italic;
	font-weight:bold;
	
}
.F9_blocks .footer a:hover, 
#poktop h1 a:hover {
	color:#e15700;
}

/************************GET FOOTER*******************************/
#pokbot {
	width:auto;
	text-align:center;
	background: url(images/bot-content.jpg) no-repeat;
	background-position: left top;
	padding:100px 0px 50px 0px;
	margin:0px;
}

#pokbot a {
	text-decoration:none;
    font-size: 10pt;
	color: #e15700;
	font-weight:bold;
	font-style:italic;
}

/*** TAB STYLES *************************************************************/

/* Color tab styles */

.F9_category, .F9_topic ul.F9_ticket li.F9_headlines {
    background-color: #74a5b0;
    color: #ffffff;
    border: 1px solid #608891;
}
.F9_topic ul.F9_ticket li {
    background-color: #608891;
}
.F9_topic ul.F9_ticket li, .F9_topic ul.F9_ticket li h4 {
    color: #ffffff;
}

/* Common tab styles */

.F9_topic ul.F9_ticket {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.F9_topic ul.F9_ticket li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.F9_topic ul.F9_ticket li.F9_headlines {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.F9_topic ul.F9_ticket h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.F9_topic ul.F9_ticket li.F9_headlines h4 {
    font-weight: bold;
}
.F9_topic ul.F9_ticket li:hover {
    text-decoration: underline;
}

.F9_topic .F9_category {
    margin: 0;
    padding: 5px;
}

.F9_topic .F9_category h1,
.F9_topic .F9_category h2,
.F9_topic .F9_category h3,
.F9_topic .F9_category h4,
.F9_topic .F9_category h5,
.F9_topic .F9_category h6 {
    margin: 0;
}

