/*
Theme Name: T-0044.0.0.0
*/



body {
    background:url(images/bg.gif);
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    font-size:9pt;
    color:#000000;
}

#main {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding:0px;
}

.separator {
    clear: both;
}

#header {
    height:148px;
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0px;
    margin:0px;
}

#header h1 {
    text-align:right;
    font-size:22pt;
    padding:60px 30% 0px 0px;
    margin:0px;
	text-transform:uppercase;
	font-style:italic;
}

#header h1 a{
    color:#ffffff;
    text-decoration:none;
}

h3 {
	font-size: 14px;
    font-weight:bold;
    color: #3055cc;
    font-style:italic;
}
/**********************Main-menu************************/
ul.menu {
    display: block;
	/*width:710px;*/
	width:960px;
    height:36px;
	overflow:hidden;
    margin: 0px 0px 0px 45px;
    padding: 0px;
	background:url(images/bg.gif);
}

ul.menu li {
    display: block;
    float: left;
    background:#9dd04c url(images/menu-even.gif) no-repeat;
    background-position:left top;
    position: relative;
    margin-right:2px;
    padding:0px;
	text-transform:uppercase;
	font-style:italic;
	-moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
	}

ul.menu li a {
    display: block;
    text-decoration: none;
	padding: 10px 16px 10px 16px;
    color: #ffffff;
    font-size: 14px;
}

ul.menu li:hover a {
    background:#d0714c url(images/menu-odd.gif) no-repeat;
	background-position:left top;
	color:#000000;
	-moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
 }

#content {
	line-height:20px;
	width:710px;
	min-height:1300px !important;
	float:left;
	font-size:9pt;
	margin:10px 0px 15px 0px;
	padding:10px 30px 10px 60px;
	background:url(images/bg-content.gif) repeat-y;
}


#charts {
	width:910px;
	-width:1000px;
	float:left;
	padding:10px 30px 10px 60px;
	overflow:hidden;
	background:url(images/bg-content-index-only.gif) repeat-y;
}


.charts .cell .content table td.c1, .charts .cell .content table td.c4 {
    text-align: center;
    padding: 0px;
}
#content .post {
	margin-bottom:10px;
	background:#9dd04c url(images/bg-post.gif) repeat-x;
	background-position:top;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#content .post  h2 {
	display:block;
	padding:40px 20px 0px 0px;
	text-align:right;
	font-size:14pt;
	text-transform:capitalize;
}
#content .post  h2 a  {
    color: #ffffff;
    text-decoration: none;
}
#content .post h2 a:hover {
	color: #000000;
    text-decoration: underline;
}

#content .post a .calendar-date {
    float:left;
	width: 215px;
    background:transparent;
    margin: 0px;
    font-size: 14px;
	padding:50px 5px 20px 5px;
    font-weight:bold;
    color: #3055cc;
    text-align:center;
	font-style:italic;
	border:none;
	background:url(images/bg-h2-post.gif) no-repeat;
}



#content .post .info p {
	padding:0px 10px 10px 10px;
	width:auto;
}

/*******************Get Sidebar*****************************/
body#charts-sidebar-body .cell {
	background:#ffffff;
	border:none;
}
body#charts-sidebar-body {
	padding:0px;
	margin:0px;
	background:#ffffff;
	border:none;
}

body#charts-sidebar-body #sidebar, .cell #sidebar {
	padding:0px;
	margin:0px;
	width:auto;
	float:none;
	background:#ececec;
}
body#charts-sidebar-body #sidebar ul a, .cell #sidebar ul a, .cell #sidebar p a {
	border:none;
	background:transparent;
	color:#000000;
	font-size:8pt;
}

#sidebar, .hits {
	width:200px;
	float:right;
	margin:10px 0px 15px 0px;
}


#sidebar ul li h4 {
	background:url(images/bg-sidebar-h2-orange.gif) no-repeat;
	padding:50px 5px 20px 25px;
	margin:0px;
	font-size: 14px;
    font-weight:bold;
    color: #3055cc;
    text-align:left;
	font-style:italic;
	-moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
}

#sidebar .date {
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	text-decoration:underline;
	font-size:8pt;
}
#sidebar ul  {
	padding:0px;
	margin:0px;
	list-style:none;
}
#sidebar ul ul, #sidebar ul ol.links {
	padding:0px;
	margin:0px;
	color: #ffffff;
	background:#d0714c url(images/bg-sidebar-orange.gif) repeat-y;
	background-position:left top;
	-moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
}

#sidebar ul ol.links li { 
	background-position: left;
	list-style-position: inside;
    padding: 5px 0px 5px 20px;
    vertical-align:middle;
}
#sidebar .banners {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	background:#d0714c url(images/bg-sidebar-orange.gif) repeat-y;
	background-position:left top;
	-moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-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 ul ul li , .hits  ul li {
	list-style:none;
    background: url(images/arrow-black.gif) no-repeat;
    background-position: left 3px;
    padding: 5px 0px 5px 20px;
    vertical-align:middle;
	margin-left:5px;
}

#sidebar ul ul li:hover, .hits  ul li:hover {
	background: url(images/arrow-white.gif) no-repeat;
	background-position: left 3px;
    padding: 5px 0px 5px 20px;
}
#sidebar a, a.post, .hits  ul li a {
	color:#000000;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

#sidebar a:hover, .hits  ul li a:hover, a:hover.post {
	color:#ffffff;
	text-decoration:underline;
}

#searchform {
	padding:5px;
}
#searchform #searchsubmit {
    width: 102px;
    font-size:10pt;
    border: none;
	margin:5px 0px 5px 0px;
    padding:10px 0px 10px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background:transparent url(images/button.gif);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	font-weight:normal;
}

#searchform input#s{
    width: 95%;
    border-top: 2px solid #c2c2c2;
    margin:0px;
	padding:3px;
	color:#000000;
	background:#ffffff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	
}
/***********************Reviews style*******************************/
a img {
	border:none;
}
.review-button, a.button  {
	text-align:center;
}

#review_bar {
    margin:10px 0px 10px 0px;
	padding:10px;
	height:40px;
	width:auto;
}

#review_bar .sel,
.ui-progressbar-value {
    height: 36px;
    background:url(images/reviews-even.gif) repeat-x;
    background-repeat: repeat-x;
    background-position: left center;
	-moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
}

#review_bar .sel .mask,
.ui-progressbar {
    height: 36px;
    margin-left: 80px;
    background:url(images/reviews-odd.gif) repeat-x;
    background-repeat: repeat-x;
	border:2px solid #ffffff;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#review_bar .value {
    float: left;
    color: #3055cc;
    font-weight: bold;
    font-size: 14pt;
    text-transform: uppercase;
    padding:5px;
    height:32px;
}

.rc-content a img {
	margin:5px 0px 5px 40px;
	border:none;
}
a.button {
	width: 102px;
    font-size:10pt;
    border: none;
	margin:5px 0px 5px 50px;
    padding:10px 0px 12px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background:transparent url(images/button.gif);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	font-weight:normal;
	text-decoration:none;
}
a.button2 {
	width: 102px;
    font-size:10pt;
    border: none;
	margin:5px 0px 5px 50px;
    padding:10px 0px 12px 0px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background:transparent url(images/button2.gif);
    background-repeat: no-repeat;
	cursor:pointer;
	display:block;
	font-weight:normal;
	text-decoration:none;
}
/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

.cell {
    width: auto;
    float: none;
    margin:0px 3px 10px 0px;
    padding:5px;
    background:#ececec;
    border: 1px solid #e3e3e3;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.cell * {
    width: auto;
    float: none;
}

.cell a, .post a {
    color: #3055cc;
    text-decoration: underline;
}
.cell a:hover, .post a:hover {
    color: #000000;
}

.cell h2, .reviews h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    margin: 0;
	text-align:right;
    color: #000;
    letter-spacing: normal;
    text-transform:uppercase;
}
.cell h2 a {
    color: #000;
    text-decoration: none;
}
.cell h2 a:hover {
    color: #FFF;
    text-decoration: underline;
}


.cell .content {
    margin: 5px 0 5px 0;
	background:#ffffff;
	border: 1px solid #e3e3e3;
	line-height:15px;
}

.cell .content h3 {
		color:#3055cc;
		font-size:10pt;
}

.cell .content p, 
.cell .content #tabs, 
.cell .content #accordeon {
	padding:10px;
}
.cell .content object, .cell .content embed {
    width: 100%;
}
.cell .content ul, .cell .content ol {
    padding-left: 20px;
	list-style:none;
}
.cell .content ul li a, .cell .content ol li a { 
	border-left:2px solid #3055cc;
	color:#3055cc;
	padding:0 4px;
}
.cell .content ul li a:hover, .cell .content ol li a:hover {
	color:#000000;
	border-left:2px solid #000000;
}
.cell .content table {
    width: 100%;
    background-color: #ececec;
}
.cell .content table tr th {
    color: #ffffff;
    font-size: 7pt;
    padding:2px;
	font-weight:normal;
    background:#65c5df url(images/bg-th.gif) repeat-x;
	background-position:left top;
	border-top:1px solid #6fd4ff;
}
.cell .content table tr td {
    font-size:8pt;
	font-weight:normal;
    padding:3px;
    background-color:#ffffff;
	border-bottom:1px dotted #a7a7a7;
}
.cell .content table tr.even td {
    background-color: #f7f7f7;
}
td.c1, td.c2, td.c4, td.c5, td .c6, td.c7, td.c8 , td.c9, td.c10  {
	text-align: center; 
	vertical-align: middle;
}
.charts table td table tr td {
    vertical-align: middle;
}
.charts table td {
    vertical-align: top;
}
}
.emptycell {
	background-color: transparent;
}


.cell .content table tr td a {
    color: #3055cc;
    text-decoration: underline;
	font-weight:normal;
}
.cell .content table tr td a:hover {
    color: #000000;
    text-decoration: none;
}

.cell .content table tr td img {
    border: none;
	vertical-align:middle;
	padding:3px;
}
.cell .footer {
    padding: 5px 0px 5px 20px;
    font-size:9pt;
    text-align: left;
	font-weight: bold;
	background:url(images/arrow-black.gif) no-repeat;
	background-position:left 6px;
	
}
.cell .footer a {
    color: #000;
    text-decoration: underline;
}
/****************************GET FOOTER*************************************/
#footer {
	background:#4ca9d0;
    width:auto;
    margin:0px;
	padding:10px;
	text-align:center;
	font-style:italic;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	padding:10px;
	font-weight:bold;
}
 div.top-left { 
	background:#4ca9d0 url(images/ctl.gif); 
	background-repeat: no-repeat; 
	background-position: top left; 
	height:8px; 
} 
 div.top-right { 
	background: url(images/ctr.gif); 
	background-repeat: no-repeat; 
	background-position: top right; 
	height:8px; 
 } 
div.bottom-left { 
	background:#4ca9d0 url(images/cbl.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left; 
	height:8px; 
} 
 div.bottom-right { 
	background-image: url(images/cbr.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right; 
	height:8px; 
 }
