/*
StandardPicks.com CSS style *** all rigts reserved

colors:
#F4F9FC - light blue
*/


body {
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: justify;
	cursor: default;
}


form {
	margin           : 0;
	padding          : 0;

}
hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 110%;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
	padding-bottom: 2px;
}
h3 {
	font-size: 1.2em;
}
p {

}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input {
	background-color: whitesmoke;
	border: 1px dashed #CCCCCC;
	padding: 3px 0 3px 0;
	margin: 0;
}
input.button {
	background-color: #F5F5F5;
	margin: 5px 0 0 0;
}


table {empty-cells: hide !important}

.clear {
	clear: both;
}
/* Extra Styles */

p.warn {
	background: #FBEEF1 url(../images/warn.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #FEABB9;
	border-bottom: 2px solid #FEABB9;
}
p.alert {
    background: #FFF7C0 url(../images/exc.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: center;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #F7D229;
    border-bottom: 2px solid #F7D229;
}
p.info {
    background: #F8FAFC url(../images/info.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: center;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #B5D4FE;
    border-bottom: 2px solid #B5D4FE;
}

p.overinfo {
	background: #F8FAFC url(../images/info.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: center;
/*	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE; */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 45px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
a {
}
a:link, a:visited {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 11px;
  color            : #CB140E;
  text-decoration  : none;
  font-weight      : bold;
}
.floatRight {
	float: right;
}







/* /////////////////////////////////////////////////////////////////////////// */

.all {
	width:900px;
	padding:0;
	background: url(../images/bg_page.gif) repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 100%;
}



#header {
	height: 120px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #000000;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#header #logo {
	float: left;
	margin-left: 50px;


}
#header #logo h1 {
}
#header #langs {
	float: right;
}
#header #verify {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}


#main_menu{
	height:40px;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}

#menu{
}

#menu ul{
	width:100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:block;
	width: 14%;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: whitesmoke;
	margin: 0px;
	float: left;
}

#menu ul li:hover{
	color: #FFFFFF;
}

#menu ul li.active{
	background-color: #FFFFFF;
	color: #990000;
	border-bottom-width: 0px;
}

#menu ul li a{
	font-size: 105%;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: lowercase;
	height: 100%;
	width: 100%;
}

#menu ul li a:hover{


}
/* --- end nav --- */




#container {
	width:900px;
	height:100%;
	margin: 0px auto;
	padding:0;
}
#panel {
	float: left;
	width: 150px;
	border-right-color: #333333;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#box {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#box h3 {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background-color: whitesmoke;
	border: 1px solid whitesmoke;
	color: #999999;
	text-transform: lowercase;
	margin-top: -3px;
	margin-right: -3px;
	margin-bottom: 2px;
	margin-left: -3px;
}

#box.front {
margin-left: 10px;
width: 200px;
float:right;

}

#panel #news {
}

#panel #news p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;


}

#panel #news span {
	text-align: center;
	margin-right: 10px;
	background-image: url(../images/indent.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-attachment: fixed;

}






#content {
	float: right;
	width: 710px;
	padding: 5px;
}
#content_box {
	width: 49%;
	text-align: center;
	background-image: url(../images/box-bg-blank.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
#content_box h3 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#content_box_bottom {
	background-image: url(../images/box-foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content   .leftpanel  {
	float: left;
	width: 25%;
}
#content .rightpanel .front_table {
	background-color: #F5F5F5;
	text-align: center;
}

#content .leftpanel p.news {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;

}
#content .leftpanel p.news span {
	font-size: 80%;
	text-align: right;
	display: block;
	font-style: italic;
}


#content   .rightpanel  {
	float: right;
	width: 70%;
}



#ranks {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding: 10px;
}
#ranks img {
	margin-right: 10px;
	border: 1px solid #000000;
}


a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 11px;
  background       : transparent url(../images/mainlevel.gif) repeat-x right bottom;
  font-weight      : normal;
  padding          : 4px 0 4px 0;
  color            : #000000;
  text-indent      : 11px;
}
a.mainlevel:hover {
  background       : transparent url(../images/mainlevel_h.gif) repeat-x right bottom;
  font-size        : 11px;
  font-weight      : normal;
  color            : #CB140E;
  text-decoration  : none;
  text-indent      : 11px;
}
#active_menu {
  color            : #CB140E;
  background       : transparent url(../images/mainlevel_h.gif) repeat-x right bottom;
}
a#active_menu:hover {
  color            : #333333;
}


a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}
a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  float            : right;
  line-height      : 10px;
  text-decoration  : underline;
}
a.readon:hover {
  color            : #CB140E;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  line-height      : 10px;
  text-decoration  : underline;
}
ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}
li {
  
  line-height      : 15px;
  padding-left     : 10px;
  padding-top      : 0;
}
.pagenavcounter {
  font-size        : 10px;
  color            : #4da338;
}
.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}
.pagenav {
  font-weight      : bold;
  }
a.pagenav:link, a.pagenav:visited {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : none;
}
a.pagenav:hover {
  font-size        : 11px;
  color            : #3333ff;
  text-decoration  : none;
}
.date {
  font-size        : 10px;
  font-weight      : bold;
  color            : #707070;
  padding-right    : 12px;
}
.small {
  font-size        : 10px;
  color            : #333333;
}
.smalldark {
  font-size        : 10px;
  color            : #333333;
}
.createdate, .modifydate {
  float            : right;
  font-size        : 10px;
  color            : #666666;
  font-weight      : bold;

  
}
.contentheading,.componentheading {
  width            : 90%;
  font-size        : 12px;
  font-weight      : bold;
  line-height      : 16px;
  text-transform   : uppercase;
  text-align       : left;
  text-indent      : 0;
  color            : #CB140E;
  padding          : 1px;
  margin           : 3px 0px;
  }


.ontab {
  border-left      : 1px solid #666666;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.offtab {
  border-left      : 1px solid #666666;
  text-align       : center;
  color            : #999999;
  font-weight      : normal;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.tabpadding {
 border-left       : 1px solid #666666;
}

.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        :  0;
  padding-top    : 5px;
  text-align     : left;
}

.sublevel {
   font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 10px;
   font-weight      : normal;
   color            : #999999;
   margin-top		: 10px;
}
a.sublevel:link, a.sublevel:visited {
   font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 10px;
   font-weight      : normal;
   color            : #999999;
   padding    	    : 5px 1px 3px 5px;
   text-decoration	: none;
}
a.sublevel:hover {
  color            : #CB140E;
  text-decoration  : none;
}
a.sublevel#active_menu  {
	background      : transparent;
	color           : #ff6600;
	border          : 0;
      
}
a.toclink:link, a.toclink:visited {
   font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 10px;
   font-weight      : normal;
   color            : #999999;
   padding    	    : 5px 1px 3px 5px;
   text-decoration	: none;
}
a.toclink:hover {
  color            : #CB140E;
  text-decoration  : none;
}

td.logoheader {
  margin: 0;
  padding:  0;
  background     : url(../images/header.jpg) no-repeat bottom;
  height         : 65px;
  width          : 770px;
 }
td.topnav {
  margin : 0px;
  padding:  0px;
  background     : url(../images/bg_top.jpg) repeat-x top left;
  height         : 42px;
  width          : 770px;
  
 }

td.bgline {
  margin : 0;
  padding:  0;
  background     : url(../images/s.gif) repeat-y;
  width          : 7px;
 }


 #mainlevel-nav {
  font-size        : 11px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  margin-left      : 1px;
 
}

#mainlevel-nav li {
  float            : right;
  display          : block;
  list-style       : none;
  background-image : none;
  padding-left     : 2px;
  padding-right    : 2px;
  margin           : 0;
  width            : auto !important;
  font-size        : 11px;
  line-height      : 28px;
  white-space      : nowrap;
  border-left      : 1px solid #cccccc;

}
#mainlevel-nav li a {
  
  padding-left     : 10px;
  padding-right    : 10px;
  font-size        : 11px;
  color            : #000033;
  text-decoration  : none;
  
}

#mainlevel-nav li a:hover {
  font-size        : 11px;
  color            : #999999;
    
}

.blog_more {
margin   : 10px 0 7px 7px;
}
.buttonheading {
padding  : 0 2px;
}

/* -------------------------- */
#footer {
	width:100%;
	text-align: center;
	color:#CCCCCC;
	clear: both;
	background-color: #333333;
	margin: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5;
	padding-right: 5;
	padding-left: 5;
	height: 130px;
	padding-bottom: 0;
}

#footer ul{
	width:100%;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer ul li{
	display:inline;
	margin-right: 5px;
	margin-left: 5px;
}

#footer ul li a {
	color: #CCCCCC;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#footer a {
	color: #CCCCCC;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}


#footer ul li a:hover, #footer a:hover {
	color: #990000;
}


#footer #banners {

padding: 4px;
}

/* TABLES 


table.tips {
	border: 0px solid #ccc;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Geneva, lucida, sans-serif;
	margin-bottom: 1.5em;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

table.tips * {text-align: center}
.tips caption {
	color: #006600;
	font-size: 125%
}
.tips tr, .tips tr {
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc
}
.tips th, .tips td {
	border: 0px dotted #ccc;
	padding: .1em .2em
}
.tips th {font-weight: bold}
.payments th {font-size: 125%; width: 33%}
.statistics {
	font-size: 125%;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td.plus {background: url("../images/plus.gif") right top no-repeat}
td.minus {background: url("../images/minus.gif") right top no-repeat}
td.refund {
	background: url("../images/refund.png") right top no-repeat
}
td a {display: block}
td img {
	text-align: center;
	vertical-align: middle;
}
table.tips p {text-align: left}
*/

/* PROFILE TABLES FORMATTING */
.profile_table {
	border: 0px solid #ccc;
	border-collapse: collapse;
	font-family: Calibri, "Trebuchet MS", Geneva, lucida, sans-serif;
	margin-bottom: 1.5em;
	width: 70%;
	text-align: center;
	vertical-align: middle;
	empty-cells: hide !important;
	margin-right: auto;
	margin-left: auto;
	}

.profile_table caption {
	color: #006600;
	font-size: 125%
}

.profile_table tr {border-bottom: 1px solid #ccc; border-top: 1px solid #ccc}

.profile_table th {
	border: 1px dotted #ccc;
	padding: .1em .2em;
	font-weight: bold;
	}
	
.profile_table td {border: 1px dotted #ccc; padding: .1em .2em;}




/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table.tips {
	border-collapse:collapse;
	background:#EFF4FB url(images/teaser.gif) repeat-x;
	border-left:1px solid #686868;
	border-right:1px solid #686868;
	/* font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana; */
		color: #333;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

/* table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
} */

table.tips a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}


td.plus {background: url("../images/plus.gif") right top no-repeat}
td.minus {background: url("../images/minus.gif") right top no-repeat}
td.refund {
	background: url("../images/refund.png") right top no-repeat
}

