@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-bottom: 15px;
	background-color: #567eb9;
}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	position: relative;
	font-size: 11px;
	background-image: url(../images/pages/b.jpg);
}
#head {
}
#centerleft {
	background-color: #fdb924;
	float: left;
	width: 430px;
	position: relative;
	font-size: 11px;
	padding-left: 10px;
	height: 90px;
	text-align: center;
}
#countbox {
    color: #FFFFFF;
    font-size:14px;
  /*  visibility: hidden; */
}
#centeright {
	background-color: #fdb924;
	float: right;
	width: 460px;
	position: relative;
	height: 90px;
	text-align: center;
}
#centeright   h1 {
	font-size: 26px;
	font-weight: bold;
	color: #990000;
}
#centeright a {
	text-decoration: none;
	color: #FFFFFF;
}
#centeright a:hover {
	color: #008ab0;
}
.loginview {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.info {
	font-size: 16px;
	color: #008ab0;
	font-weight: bold;
}
.teamregtext {
  font-weight:bold;
}
#photo {
	width: 700px;
	float: left;
	position: relative;
}

#tool 
{
    width:915px;
}
#nav {
	float: right;
	width: 200px;
	height:auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	background-color:#008AB0;
	position: relative;
	font-size: 12px;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	color: #FDB924;
}
#profileheader {
	text-align: left;
}
#content {
	float: left;
	width: 659px;
	padding-left: 20px;
	position: relative;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #008AB0;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content a {
	color: #008AB0;
	text-decoration: none;
}
#content h1 {
	text-align: center;
	font-size: 16px;
}
#content a:hover {
	color: #FCB924;
}
#content  h3 {
	font-size: 12px;
	font-weight: bold;
}
#content ul {
	padding-left: 25px;
}
#content ol {
	padding-left: 33px;
}
#divpm1 {
    border: 1px solid #C0C0C0;
    height: 130px;
    width: 550px;
    vertical-align: middle;
}
#divpm2 {
    width: 597px;
    text-align: right;
    padding-top: 10px;
}
#divud3 {
    border: 1px solid #C0C0C0;
    height: 180px;
    width: 550px;
    vertical-align: middle;
}
#divud4 {
    width: 597px;
    text-align: right;
    padding-top: 10px;
}
#donate {
	padding-left: 175px;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.toolbarhead {
	display:block;
	background-color:#008AB0;
	margin:0;
	padding-top: 0.6em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	border-bottom-width: 0.2em;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.toolbar  {
	display:block;
	background-color:#008AB0;
	margin:0;
	padding-top: 0.6em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	border-bottom-width: 0.2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
} 
.tools {
	color: #008ab0;
	font-weight: bolder;
}
.textbox {
    text-align:center;
}
.labelmemo {
     border:1px solid #CCCCCC;
     padding: 5px;
}
.labelcaption {
    text-align:center;
}
.logintext
{
    text-align:left;
    color:#990000;
    font-weight:bold;
}
.profiletext {
    color: #990000;
    font-size:16px;
    font-weight:bold;
}
#clear {
	clear: both;
}
#url {
    width: 650px;
}
#ftxt {
	height: 75px;
	width: 200px;
	float: right;
    padding-top: 15px;
    color: #008AB0;
}
.ftxt {
     font-size:9px;
}
#ftxt a {
	text-decoration: none;
	color: #008AB0;
}
#ftxt a:hover {
	color: #FFFFFF;
}
#footer {
	background-color: #fdb924;

}

/*---------- bubble tooltip -----------*/
a.tt{
	position:relative;
	z-index:24;
	color:#3CA3FF;
	font-weight:normal;
	text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:5px; left:10px;
	padding: 15px 0 0 0;
	width:400px;
	color: #FFFFFF;
    text-align: justify;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background-image: url(../images/site/bubble.gif);
	background-repeat: no-repeat;
	background-position: top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background-image: url(../images/site/bubble_filler.gif);
	background-repeat: repeat;
	background-position: bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background-image: url(../images/site/bubble.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

a img {
	border: 0
}

a:hover img {
	border: 0
}

a:visited img {
	border: 0
}

a.ty{
	position:relative;
	z-index:24;
	color:#3CA3FF;
	font-weight:normal;
	text-decoration:none;
}
a.ty span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ty:hover{ z-index:25; color: #aaaaff; background:;}
a.ty:hover span.tooltip1{
    display:block;
    position:absolute;
    top:5px; left:10px;
	padding: 15px 0 0 0;
	width:400px;
	color: #FFFFFF;
    text-align: justify;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.ty:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background-image: url(../images/site/bubble1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
a.ty:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background-image: url(../images/site/bubble_filler.gif);
	background-repeat: repeat;
	background-position: bottom;
}
a.ty:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
	background-image: url(../images/site/bubble1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/*For Custom Callout Validator*/
.customCalloutStyle div, .customCalloutStyle td
{
    border: solid 1px Black;
    background-color:#fdb924;
}
.customCalloutStyle .ajax__validatorcallout_popup_table
{
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_popup_table_row
{
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_cell
{
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table
{
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_table_row
{
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell
{
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv
{
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div
{
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}
.customCalloutStyle .ajax__validatorcallout_error_message_cell
{
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}
.customCalloutStyle .ajax__validatorcallout_icon_cell
{
    width: 20px;
    padding: 5px;
    border-right: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell
{
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
    border: none;
    text-align: center;
    width: 10px;
    padding: 2px;
    cursor: pointer;
}

