/* begin template css */
* {min-height:1px;}
body {
	border:0;
	margin:0px 0px 0px 0px;
	padding:0;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	font:70%/160% "verdana",sans-serif;
	color:#000;
	_text-align:center;
}

a {
	color:#000;
}
a:hover {
	color:#666;
}

p {border:0; margin:10px 0px 0px 0px; padding:0;}

div {display:block; border:0; margin:0; padding:0;}

h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:260%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:140%; line-height:100%; font-family:"georgia",serif; font-weight:bold;}
h3 {
	font-size:120%;
	line-height:100%;
	font-weight:bold;
	color: #F00;
}
h4 {font-size:120%;}
h5 {font-size:100%;}

ul, ol {display:block; border:0; margin:15px 0 15px 40px; padding:0;}
ol {list-style-type:decimal;}
li {display:list-item; border:0; margin:0; padding:0; _height:1px;}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}

dl {border:0; margin:15px 0; padding:0;}
dt {border:0; margin:0; padding:0; font-weight:bold;}
dd {border:0; margin:0 0 0 30px; padding:0;}

form {border:0; margin:0; padding:0;}

hr {display:block; height:1px; margin:10px 0; padding:0; background:#CCC; border:0 solid #CCC; color:#CCC;}

a, img, span {border:0; margin:0; padding:0;}
abbr, acronym {border-bottom:1px dotted #CCC; cursor:help;}

del, .through {text-decoration:line-through;}
strong, .strong {font-weight:bold;}
cite, em, q, var {font-style:italic;}
code, kbd, samp {font-family:monospace; font-size:110%;}

/* Floating */
.f-left {float:left;}
.f-right {float:right;}

/* Text align */
.t-left {text-align:left;}
.t-center {text-align:center;}
.t-right {text-align:right;}

.va-middle {vertical-align:middle;}

.clear {clear:both;}
.box {min-height:1px; _height:1px;}
.box:after {content:"."; display:block; line-height:0px; font-size:0px; visibility:hidden; clear:both;}

.nom {margin:0;}
.noscreen {display:none;}

#main {width:906px; margin: 0px auto 0px auto; background-image:url(images/bgmain.png); background-repeat:repeat-y; _text-align:left;}

/* Header */
#header {position:relative; width:906px; height:239px; margin:0; padding:0; background:url("images/header.jpg") 0 0 no-repeat; color:#FFF;}

    /* Header - logo */
    #header #logo {position:absolute; top:35px; left:35px; margin:0;}

    #header #logo a {color:#FFF;}
    #header #logo a:hover {color:#B5C4E3; text-decoration:underline;}

/* Main menu (tabs) */
#tabs {background-image:url(images/menubg.png); background-repeat:no-repeat;height:81px;}

    #tabs ul {margin:0 10px; padding:0; list-style:none;}
    #tabs ul li {margin:0 5px 0 0; padding:0; float:left;}
    #tabs ul li a {display:block; position:relative; padding:7px 15px; border:0; background:url("images/tab_link.gif") 0 0 repeat-x; color:#B5C4E3; font-weight:bold; text-decoration:none; cursor:pointer;}

    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("images/tab_link_l.gif") 0 0 no-repeat;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url("images/tab_link_r.gif") 100% 0 no-repeat;}

    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:url("images/tab_hover.gif") 0 0 repeat-x; color:#FFF;}
    #tabs ul li a:hover span.tab-l {background:url("images/tab_hover_l.gif") 0 0 no-repeat;}
    #tabs ul li a:hover span.tab-r {background:url("images/tab_hover_r.gif") 100% 0 no-repeat;}

    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:#FFF; color:#FF9000;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("images/tab_active_l.gif") 0 0 no-repeat;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url("images/tab_active_r.gif") 100% 0 no-repeat;}

#page {width:906px;}
#page-in {min-height:1px; padding:0px 0; _height:0px;}

/* Content */
#content {margin:0; padding: 0 3px 0 3px;}

/* Footer */
#footer {position:relative; clear:both; width:900px; height:75px; margin-bottom: 0px; background:url("images/footer.jpg") 0 0 no-repeat; color:#6685CC;}
#footer a {color:#6685CC;}
#footer a:hover {color:#192666;}

/*  Footer - copyright */
#footer p#copyright {
  position:absolute;
  top:10px;
  left: 500px;
  margin:0;
  color: #192666;
}

/* end template css */

/* begin X Pay CSS */
/* You'll need to copy the below css into the stylesheet for your new
template and modify it as needed */
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.p5 { padding: 2px; }
.right { text-align: right; }
.bold { font-weight: bold; }
.center { text-align: center; }
.px11 { font-size: 11px; }
.px12 { font-size: 12px; }
.lightYellowbg { background-color: #fdffd3; }
.formBgColor
{
    background-color: #f6f6ff;
    border-width: 1px;
    border-style: solid;
    border-color: #a2a2a3;
}

.sans-serif { font-family: sans-serif; }
.ball {
  border-width: 1px;
  border-style: solid;
  border-color: #b7caf6;
}

hr.support_history
{
  border: 0px;
  color: #405106;
  background-color: #405106;
  height: 1px;

}

.bbl {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #CCC;
}

.bl {
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #b7caf6;
}

.green {
  color: #405106;
}
.red {
  color: #a43506;
}

.btr {
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #b7caf6;
}


div.er {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe2b25;
  background-color: #fed3d2;
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
}

div.su {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #106c14;
  background-color: #cbfecb;
  margin: 10px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
}

table {
  margin-top: 0px;
}

dt {
  font-weight: bold;
}

th.title {
	background-color: #FFD2CC;
}

td.crow {
  background-color: #f7f7f7;
}

.greenbg, td.greenbg
{
    background-color: #cbfecb;
}

.redbg, td.redgb
{
   background-color: #fed3d2;
}

.top, td.top
{
  vertical-align: top;
}

div.AdminMessage
{
  background-color: #fdffd3;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000000;
  padding: 5px;
}

div.UserMessage
{
  background-color: #ffffff;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #000000;
  padding: 5px;
}

.small {
  font-size: 11px;
}

td.p2 {
  padding: 2px 5px 2px 5px;
  font-size: 11px;
}

textarea.banner
{
  width: 100%;
  height: 100px;
}

#pagemenucontainer {
  margin: 0px;
  text-align: center;
}

#pagemenucontainer img {
  margin: 0px 5px 0px 5px;
}

a.pagemenuicons:link, a.pagemenuicons:visited {
  color: #686868;
  font-weight: bold;
  text-decoration: none;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  display: block;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
}

a.pagemenuicons:hover, a.pagemenuicons:active {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  border-color: #384b88;
  border-style: solid;
  border-width: 1px;
  display: block;
  background-color: #ffffff;
}

div.sortbar {
  margin: 5px 10px 0px 0px;
  text-align: right;
}

span.formlabel {
  display:block;
  color:#000;
}