@charset "utf-8";


BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

.smalli {
	font-size: 10px;
	font-style: italic;
}
.small {
	font-size: 10px;
}

#blocker {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	background-image: url(../images/misc/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
  font-size: 1px;
}

A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}

FORM {
	margin: 0px;
	padding: 0px;
}
.formTable {
	margin: auto;
}
.formTable TH {
	padding: 2px;
	text-align: right;
	vertical-align: top;
}
.formTable TH .icon {
	float: left;
	margin: 2px;
	width: 16px;
	height: 16px;
}
.formTable TD {
	padding: 2px;
	vertical-align: top;
	font-size: 10px;
}
.formTable TD.buttons {
	padding: 5px;
	text-align: center;
}
.formTable TD.info {
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
.formTable TD.section {
	padding: 2px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FF9900;
}
.formTable TD .withfieldinfo {
	float: left;
}
.formTable TD .fieldinfo {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
	color: #ABABAB;
	float: right;
}
.formTable TD.buttons A {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
}
.formTable TR.effectHoverEffect TH {
	background-color: #EEEEEE;
}
.formTable TR.effectHoverEffect TD {
	background-color: #EEEEEE;
}
.formTable TR.effectHoverEffect TD INPUT.radio {
	background-color: #EEEEEE;
}
INPUT {
	background-color: #FFFFFF;
	border: 1px inset #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
INPUT.radio {
	border: 0px;
}
SELECT {
	background-color: #FFFFFF;
	border: 1px inset #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
TEXTAREA {
	background-color: #FFFFFF;
	border: 1px inset #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#id_pais OPTION {
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.validation-failed {
	border: 1px inset #FF0000;
}
.validation-advice {
	font-size: 10px;
	color: #FF0000;
	clear: both;
}

A IMG {
	border: 0px;
}

.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
}

.contentplaceholder {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.black {
	color: #000000;
}

.countryIcon {
	vertical-align: middle;
}





#topo {
	background-color: #666666;
}
#topo #topomain {
	background-color: #333333;
	margin: auto;
	width: 1000px;
	height: 100px;
}
#topo #topomain #title {
	margin: 5px;
	float: left;
	height: 90px;
	margin-left: 10px;
}
#topo #topomain #title H1 {
	margin: 0px;
	padding: 0px;
	font-size: 45px;
	font-weight: normal;
	color: #FF9900;
}
#topo #topomain #title H1 A {
	color: #FF9900;
	text-decoration: none;
}
#topo #topomain #title H2 {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
#topo #topomain #util {
	margin: 10px;
	float: right;
	padding-top: 5px;
}
#topo #topomain #util H2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #FF9900;
}
#topo #topomain #util H2 A {
	color: #FF9900;
	text-decoration: none;
}
#topo #topomain #util #search {
	margin-top: 20px;
}
#topo #topomain #util #search #tabs {
}
#topo #topomain #util #search #tabs A {
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	margin-right: 1px;
}
#topo #topomain #util #search #tabs A.active {
	background-color: #FF9900;
}
#topo #topomain #util #search #form {
	margin-top: 1px;
}


#topo #topomain #util #search #form .formsearch .string {
	width: 200px;
	border: 0px;
	margin-top: 1px;
	clear: left;
}
#topo #topomain #util #search #form .formsearch .submit {
	border: 0px;
	margin-left: 3px;
	vertical-align: bottom;
}



#errmsg {
	background-color: #FFCCCC;
	margin: auto;
	width: 1000px;
}
#errmsg .msg {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#okmsg {
	background-color: #33CC99;
	margin: auto;
	width: 1000px;
}
#okmsg .msg {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}



#main {
	background-color: #FFFFFF;
	margin: auto;
	width: 1000px;
	padding-top: 10px;
}

/*#main #contents {
	float: left;
	width: 850px;
	font-size: 12px;
}*/
#main #contents {
	float: right;
	width: 850px;
	font-size: 12px;
}

/* Google */
#main #contents IFRAME {
}


#main #contents H1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #FF9900;
	font-size: 18px;
	font-weight: normal;
}
#main #contents H1.userAreaAction {
	margin-top: 20px;
}
#main #contents H2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
#main #contents H3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
#main #contents .contentsafterh1 {
	margin-bottom: 20px;
}
#main #contents #blogscategories UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 33%;
	float: left;
}
#main #contents #blogscategories UL LI {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}
#main #contents #blogscategories UL LI A:link {
	color: #666666;
	text-decoration: none;
}
#main #contents #blogscategories UL LI A:visited {
	color: #666666;
	text-decoration: none;
}
#main #contents #blogscategories UL LI A:hover {
	color: #000000;
	text-decoration: underline;
}
#main #contents #blogscategories UL LI .counter {
	color: #ABABAB;
	margin-left: 5px;
	font-size: 10px;
}
#main #contents #blogscategories UL LI.effectHoverEffect {
	background-color: #EEEEEE;
}

#main #contents .adsensehome {
	width: 728px;
	height: 90px;
	margin: auto;
	margin-bottom: 10px;
}

#main #contents #lastblogs #adsense {
	width: 336px;
	height: 280px;
	float: right;
	margin-left: 10px;
}
#main #contents #lastblogs UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 50%;
	float: left;
}
#main #contents #lastblogs UL LI {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	width: 385px;
}
#main #contents #lastblogs UL LI A:link {
	color: #E88B00;
	text-decoration: none;
	font-weight: bold;
}
#main #contents #lastblogs UL LI A:visited {
	color: #E88B00;
	text-decoration: none;
	font-weight: bold;
}
#main #contents #lastblogs UL LI A:hover {
	color: #CE7B00;
	text-decoration: underline;
	font-weight: bold;
}
#main #contents #lastblogs UL LI .info {
	color: #ABABAB;
	margin-left: 5px;
	font-size: 10px;
}
#main #contents #lastblogs UL LI .info A:link {
	font-weight: normal;
}
#main #contents #lastblogs UL LI .info A:visited {
	font-weight: normal;
}
#main #contents #lastblogs UL LI .info A:hover {
	font-weight: normal;
}
#main #contents #lastblogs UL LI.effectHoverEffect {
	background-color: #EEEEEE;
}


#main #contents #listblogs .adsense {
	width: 728px;
	/* height: 90px; */
	clear: both;
}
#main #contents #listblogs .adsense_mrec {
	width: 300px;
	height: 250px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#main #contents #listblogs UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#main #contents #listblogs UL LI {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#main #contents #listblogs UL LI A:link {
	color: #E88B00;
	text-decoration: none;
	font-weight: bold;
}
#main #contents #listblogs UL LI A:visited {
	color: #E88B00;
	text-decoration: none;
	font-weight: bold;
}
#main #contents #listblogs UL LI A:hover {
	color: #CE7B00;
	text-decoration: underline;
	font-weight: bold;
}
#main #contents #listblogs UL LI .info {
	color: #ABABAB;
	margin-left: 5px;
	font-size: 10px;
	margin-top: 2px;
}
#main #contents #listblogs UL LI .info A:link {
	font-weight: normal;
}
#main #contents #listblogs UL LI .info A:visited {
	font-weight: normal;
}
#main #contents #listblogs UL LI .info A:hover {
	font-weight: normal;
}
#main #contents #listblogs UL LI.effectHoverEffect {
	background-color: #EEEEEE;
}


#parceiros {
	text-align: center;
}
#parceiros DIV {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*#main #menu {
	float: left;
	width: 149px;
	border-left: 1px solid #999999;
	font-size: 11px;
}*/
#main #menu {
	float: left;
	width: 149px;
	border-right: 1px solid #999999;
	font-size: 11px;
}
#main #menu H2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #FF9900;
	font-size: 18px;
	font-weight: normal;
}
#main #menu UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#main #menu UL LI {
	padding-left: 5px;
	padding-right: 5px;
}
#main #menu UL LI A:link {
	color: #666666;
	text-decoration: none;
}
#main #menu UL LI A:visited {
	color: #666666;
	text-decoration: none;
}
#main #menu UL LI A:hover {
	color: #000000;
	text-decoration: underline;
}

#main #menu #adsense {
	width: 120px;
	height: 240px;
}

#main #copyright {
	margin-top: 10px;
	padding: 5px;
	background-color: #DDDDDD;
	text-align: center;
	color: #666666;
}
#main #copyright A:link {
	color: #666666;
	text-decoration: none;
}
#main #copyright A:visited {
	color: #666666;
	text-decoration: none;
}
#main #copyright A:hover {
	color: #666666;
	text-decoration: underline;
}

#userAreaItems {
	margin: auto;
	margin-top: 20px;
}
#userAreaItems .userAreaItem {
	float: left;
	text-align: center;
	width: 140px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
}
#userAreaItems .userAreaItem A:hover {
	text-decoration: none;
}
#userAreaItems .userAreaItem A .icon {
	background-color: #666666;
	font-size: 45px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	width: 60px;
	height: 60px;
	margin-left: 45px;
	margin-bottom: 5px;
	cursor: pointer;
}
#userAreaItems .userAreaItem A:hover .icon {
	background-color: #333333;
	color: #FF9900;
}
#userAreaItems .userAreaItemActive A .icon {
	background-color: #333333;
	color: #FF9900;
}


.dataTable {
	margin: auto;
}
.dataTable TH {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: top;
	background-color: #FF9900;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.dataTable TD {
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	background-color: #EEEEEE;
	font-size: 10px;
}
.dataTable TD.mid {
	vertical-align: middle;
}
.dataTable TR.effectHoverEffect TD {
	background-color: #CCCCCC;
}

A.linkButton {
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #FF9900;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
}
A.linkButton:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A.linkButton:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.listblogslinks {
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.listblogslinks .nav {
	font-weight: bold;
	float: left;
}
.listblogslinks .nav A {
	margin-left: 5px;
	margin-right: 5px;
}
.listblogslinks .nav SPAN.infoPages {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
}
.listblogslinks .ord {
	font-weight: normal;
	float: right;
}
.listblogslinks .ord A {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
}
.listblogslinks .ord A.active {
	font-weight: bold;
	font-size: 11px;
}
.listblogslinks .ord SPAN.infoOrd {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 10px;
}

#blogUserInfo {
	float: right;
	width: 120px;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	cursor: pointer;
}
#blogUserInfo.effectHoverEffect {
	border: 1px solid #DDDDDD;
}
#blogUserInfo #blogUserInfoContents {
	padding: 10px;
	text-align: center;
	font-size: 10px;
}
#blogUserInfo #blogUserInfoContents #blogUserInfoContentsAutor {
	margin-bottom: 5px;
}
#blogUserInfo #blogUserInfoContents #blogUserInfoContentsNick {
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
}
#blogUserInfo #blogUserInfoContents A {
	text-decoration: none;
}



#blogDetails {
}
.blogDetailsTable {
	margin: auto;
}
.blogDetailsTable TH {
	padding: 3px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: top;
}
.blogDetailsTable TD {
	padding: 3px;
	padding-bottom: 5px;
	vertical-align: top;
}
.blogDetailsTable TD A:link {
	color: #E88B00;
}
.blogDetailsTable TD A:visited {
	color: #E88B00;
}
.blogDetailsTable TD A:hover {
	color: #CE7B00;
}

#blogAdSense {
	margin-bottom: 10px;
}
#blogAdSense #blogAdSenseAd {
	width: 728px;
	height: 90px;
	margin: auto;
}

#main #contents #blogPosts {
	margin-top: 15px;
}
#main #contents #blogPosts .eachPost {
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}
#main #contents #blogPosts .effectHoverEffect {
	border: 1px solid #DDDDDD;
}
#main #contents #blogPosts .eachPost .adsense {
	width: 728px;
	height: 90px;
	margin: auto;
}
#main #contents #blogPosts .eachPost .adsenseLastPosts {
	width: 468px;
	/* height: 60px; */
	margin: auto;
}
#main #contents #blogPosts H2 {
	color: #FF9900;
}
#main #contents #blogPosts .datahora {
	font-size: 10px;
	color: #ABABAB;
	margin-top: -5px;
	margin-bottom: 5px;
}
#main #contents #blogPosts .post {
	padding: 10px;
}
#main #contents #blogPosts .post .link {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#main #contents #blogComments {
	margin-top: 20px;
}
#main #contents #blogComments .eachComment {
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
}
#main #contents #blogComments .eachComment .pontuacao {
	width: 50px;
	height: 10px;
	font-size: 1px;
	text-align: right;
	background-image: url(../images/blogs/points.gif);
	background-repeat: no-repeat;
	float: right
}
#main #contents #blogComments .eachComment H3 A {
	color: #666666;
}
#main #contents #blogComments .effectHoverEffect {
	border: 1px solid #DDDDDD;
}
#main #contents #blogComments H2 {
	color: #FF9900;
}
#main #contents #blogComments .datahora {
	font-size: 10px;
	color: #ABABAB;
	margin-top: -5px;
	margin-bottom: 5px;
}

#pontuacao {
	width: 50px;
	height: 10px;
	font-size: 1px;
	text-align: right;
	background-image: url(../images/blogs/points.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
}
.pont0 {
	background-position: 0px 0px;
}
.pont1 {
	background-position: 0px -10px;
}
.pont2 {
	background-position: 0px -20px;
}
.pont3 {
	background-position: 0px -30px;
}
.pont4 {
	background-position: 0px -40px;
}
.pont5 {
	background-position: 0px -50px;
}
.pontlink {
	font-size: 10px;
}



#userProfileAvatar {
	width: 60px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	float: right;
}
#userProfileAvatar.effectHoverEffect {
	border: 1px solid #DDDDDD;
}
.userProfileTable {
}
.userProfileTable TH {
	padding: 3px;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: top;
}
.userProfileTable TD {
	padding: 3px;
	padding-bottom: 5px;
	vertical-align: top;
}
.userProfileTable TD A:link {
	color: #E88B00;
}
.userProfileTable TD A:visited {
	color: #E88B00;
}
.userProfileTable TD A:hover {
	color: #CE7B00;
}


#userAdSense {
	margin-bottom: 5px;
}
#userAdSense #userAdSenseAd {
	width: 728px;
	height: 90px;
	margin: auto;
}
#userBlogsAdSense {
	margin-bottom: 5px;
}
#userBlogsAdSense #userBlogsAdSenseAd {
	width: 728px;
	height: 90px;
	margin: auto;
}

.userProfileTable TD.addFriendLink A:link {
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.userProfileTable TD.addFriendLink A:visited {
	background-color: #333333;
	color: #FFFFFF;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.userProfileTable TD.addFriendLink A:hover {
	background-color: #333333;
	color: #FF9900;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}
.userProfileTable TD.addFriendLink A SPAN.addFriendLinkA {
	color: #FF9900;
}

#main #contents #userBlogs H2 {
	color: #FF9900;
}
#main #contents .amigosList H2 {
	color: #FF9900;
}

.amigosList {
}
.amigosList .amigoItem {
	margin: 5px;
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #EEEEEE;
	text-align: center;
	width: 80px;
	font-size: 10px;
	float: left;
}
.amigosList DIV.effectHoverEffect {
	border: 1px solid #DDDDDD;
}
.amigosList .amigoItem A.userLink:link {
	text-decoration: none;
	font-weight: bold;
}
.amigosList .amigoItem A.userLink:visited {
	text-decoration: none;
	font-weight: bold;
}
.amigosList .amigoItem A.userLink:hover {
	text-decoration: none;
	font-weight: bold;
}
.amigosList .amigoItem A.userLink IMG {
	margin: 5px;
}
.amigosList .amigoItem HR {
	height: 1px;
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
}
.amigosList .amigoItem A.action:link {
	color: #E88B00;
}
.amigosList .amigoItem A.action:visited {
	color: #E88B00;
}
.amigosList .amigoItem A.action:hover {
	color: #CE7B00;
}

.amigosList .clear {
    clear: both;
    height: 0px;
    font-size: 1px;
}


#main #contents .redesSociais H2 {
	color: #FF9900;
}
.redesSociais {
}
.redesSociais .eachRede {
	margin: 5px;
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	padding: 5px;
}
.redesSociais .effectHoverEffect {
	border: 1px solid #DDDDDD;
}
.redesSociais .eachRede H3 .icon {
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
.redesSociais .eachRede H3 .icon IMG {
	vertical-align: middle;
}
.redesSociais .eachRede #flickr_images {
	padding-left: 9px;
	padding-right: 9px;
}
.redesSociais .eachRede #flickr_images IMG {
	margin: 2px;
}

.redesSociais .eachRede #youtube_videos {
	padding-left: 2px;
	padding-right: 2px;
}
.redesSociais .eachRede #youtube_videos IMG {
	margin: 2px;
}

.redesSociais .eachRede #twitter_posts {
	padding-left: 7px;
	padding-right: 7px;
}
.redesSociais .eachRede #twitter_posts .eachTwitterPost {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
	font-size: 8pt;
}
.redesSociais .eachRede #twitter_posts .eachTwitterPost .postTime {
	font-size: 7pt;
	color: #999999;
	font-style: italic;
}

#adultWarning {
	background-color: #FFCCCC;
	padding: 10px;
	text-align: center;
	color: #000000;
	margin: 10px;
}
.toHideAdulto {
}

#main #contents .faq_categ {
	padding: 5px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}
#main #contents .faq_categ H3 {
	font-size: 14px;
}
#main #contents .faq_categ .faq_categ_faq {
	padding-left: 20px;
}
#main #contents .faq_categ .faq_categ_faq H4 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}
#main #contents .faq_categ .faq_categ_faq .faq_categ_faq_faq {
	padding-left: 10px;
	padding-bottom: 10px;
}

#precospub {
	margin: auto;
}
#precospub TH {
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
#precospub TD {
	background-color: #EEEEEE;
	color: #000000;
	text-align: center;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.half {
	width: 50%;
	float: left;
}
.halfL {
	padding-right: 15px;
}
.halfR {
	padding-left: 15px;
}

TABLE.tops {
	width: 100%;
}
TABLE.tops TH {
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}
TABLE.tops TD {
	background-color: #EEEEEE;
	color: #000000;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
}
TABLE.tops TR.effectHoverEffect TD {
	background-color: #CCCCCC;
}

TABLE.stats {
	width: 100%;
}
TABLE.stats TH {
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}
TABLE.stats TD {
	background-color: #EEEEEE;
	color: #000000;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
}
TABLE.stats TR.effectHoverEffect TD {
	background-color: #CCCCCC;
}

#cloud_container {
	float: left;
	width: 540px;
	margin-right: 15px;
}

#cloud {
	text-align: center;
}
#cloud A:link {
	color: #666666;
}
#cloud A:visited {
	color: #666666;
}
#cloud A:hover {
	color: #000000;
}
#cloud .cloud_link {
	margin: 5px;
}
#cloud .cloud_max_max {
	font-size: 20px;
}
#cloud .cloud_max_med {
	font-size: 18px;
}
#cloud .cloud_med_max {
	font-size: 16px;
}
#cloud .cloud_med_min {
	font-size: 14px;
}
#cloud .cloud_min_med {
	font-size: 12px;
}
#cloud .cloud_min_min {
	font-size: 10px;
}

#onossoblog_container {
	float: left;
	width: 260px;
	padding-left: 14px;
	border-left: 1px solid #CCCCCC;
}
#onossoblog_container UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#onossoblog_container UL LI {
	margin-bottom: 5px;
	width: 245px;
}
#onossoblog_container UL LI A:link {
	color: #E88B00;
	text-decoration: none;
	font-weight: bold;
}
#onossoblog_container UL LI A:visited {
	color: #E88B00;
	text-decoration: none;
	font-weight: bold;
}
#onossoblog_container UL LI A:hover {
	color: #CE7B00;
	text-decoration: underline;
	font-weight: bold;
}
#onossoblog_container UL LI .info {
	color: #ABABAB;
	margin-left: 5px;
	font-size: 10px;
}
#onossoblog_container UL LI .info A:link {
	font-weight: normal;
}
#onossoblog_container UL LI .info A:visited {
	font-weight: normal;
}
#onossoblog_container UL LI .info A:hover {
	font-weight: normal;
}
#onossoblog_container UL LI.effectHoverEffect {
	background-color: #EEEEEE;
}

#main #contents #lastPosts {
	width: 640px;
	float: left;
	/* background-color: #00FF00; */
}
#main #contents #lastPostsLinks {
	width: 180px;
	float: right;
	/* background-color: #0000FF; */
}
#main #contents #lastPostsLinks UL {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#main #contents #lastPostsLinks  UL LI {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 1px;
	font-size: 10px;
}
#main #contents #lastPostsLinks  UL LI.effectHoverEffect {
	background-color: #EEEEEE;
}
#main #contents #lastPostsLinks  UL LI A:link {
	color: #E88B00;
}
#main #contents #lastPostsLinks  UL LI A:visited {
	color: #E88B00;
}
#main #contents #lastPostsLinks  UL LI A:hover {
	color: #CE7B00;
}
