body {
	margin: 0px;
	padding: 0px;
	background-color: #d9e9f8;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#bodyBg {
	background-color: none;
	width: 100%;
	clear: both;
}

/* index page specific styles */



.big-dyno-box {
	padding: 10px;
	width: 750px;
	height: 180px;
	padding-left: 0;
	padding-right:0;
	background-image: url(../gfx/boxHighlighted.gif);
	background-repeat: repeat-x;
	border: 1px solid #91cde8;
	background-color: #c0e3f2;
	margin-left: auto;
	margin-right: auto;
}

/* sign up button */
div.signup-outer div {

	width: 160px;
	height: 30px;
	border: none;
	background-image: url(../gfx/signup.png);
	text-align: center;
	padding: 0px;
	padding-top: 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;

	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}

/*sign up gradient box */
div.signup-outer {
	background-image: url(../gfx/whitegrad.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:190px;
	padding:10px;
}

.promobox {
	border: 1px solid #91cde8;
	padding: 5px;
	background-color: #9FD3EB;
}



div.loginbox, div.signup-outer, div.promobox {
	height: 160px;
	float:left;
	margin: 10px;
}

div.promobox, div.loginbox {
	margin-top: 0px;
	width: 200px;
}
/* end of index page specific styles */


form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.textbox1 {
	border: solid 2px #ffffff;
	margin-top: 3px;
	margin-bottom: 0;
	background-color:	#3eb5e9;
	background-color: #2d8cb6;
	background-color: #67b5e8;
	color: #ffffff;
	padding: 3px;
	height: 15px;
}


.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../gfx/buttonBg.gif);
	background-repeat: repeat-x;
	height: 22px;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 4px;
   width:auto;
   overflow:visible;
}

.smallbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	background-image: url(../gfx/smallbuttonBg.gif);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #999999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 4px;
   width:auto;
   overflow:visible;
}


A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #27789c;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}
A:hover {
	color: #FF66CC;
	text-decoration: none;
}

/*User Messages*/
.usrerr {
	color : #FF0000;
	background-color: yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
	border: 2px solid #99CCCC;
}

.usrmsg {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: white;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
	border: 1px solid #99CCCC;
   	color: #006699;
   	font-weight: bold;
 }


/*Header Items*/

#headerBg {
	background-image: url(../gfx/headerBg.gif);
	background-repeat: repeat-x;
	height: 101px;
	width: 100%;
}
#header {
	width: 855px;
	height: 101px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#header UL {
	list-style-type: none;
	padding: 0px;
	display: block;
	margin: 0px;
}
#header LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header .right LI {
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#header IMG {
	border-style: none;

}


/*MAIN Menu*/

#menuBg {
	background-color: #9ed3eb;
	height: 36px;
	width: 100%;
}

#mainMenu {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#mainMenu LI {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#mainMenu UL {
	margin: 0px;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	display: block;

}
#mainMenu LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	list-style-type: none;
	width: auto;
/*text-transform: lowercase;*/
	line-height: 20px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#mainMenu A {
	text-decoration: none;
	color: #FFFFFF;
}

#mainMenu A:hover {
	text-decoration: none;
	color: #27789c;
}

#mainMenu .chosen {
	text-decoration: none;
	color: #FF66CC;
}


#loginlogoutlinks {
	clear:right;
	padding-top:14px;
	text-align:right;
}

.search {
	background-color: #67b5e8;
	background-image: url(../gfx/search_lens.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 16px;
	border: 2px solid #ffebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: auto;
	padding-left: 22px;
	margin: 0px;
	float: left;
	line-height: 12px;

	text-decoration: none;
	display: block;
	background-position: left;
}

/*SUB Menu*/

#submenuBg {
	background-color: #bce1f1;
	height: 28px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#submenu .right LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 0px;
	padding-right: 4px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#submenu {
	display: block;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #27789c;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
#submenu LI {
	list-style-type: none;
	float: left;
	display: block;
	padding-right: 4px;
	margin-right: 4px;
}

#submenu UL {
	display: block;
	margin: 0px;
	padding: 0px;
}

#submenu A {
	text-decoration: none;
	color: #27789c;
}
#submenu A:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#submenu .chosen {
	text-decoration: none;
	color: #FF66CC;
}

/*CONTENT*/

#contentBg {
	background-color: #dce9f6;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	clear: both;
	padding: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#contentpane {
	display: block;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	height: 275px;
}
#content {
        background-color:#c0e3f2;
        background-image:url(../gfx/boxHighlighted.gif);
        background-repeat:repeat-x;
        border:1px solid #91cde8;
        color:#000000;
        display:block;
        float:left;
        font-family:Verdana,Arial,Helvetica,sans-serif;
        font-size:12px;
        font-weight:normal;
        line-height:18px;
        padding:6px;
        text-align:left;
        text-decoration:none;
        width:518px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
/*
	display: block;
	float: left;
	height: 250px;
	width: 518px;
	margin: 0px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	background-image: url(../gfx/boxHighlighted.gif);
	background-repeat: repeat-x;
	border: 1px solid #91cde8;
	background-color: #c0e3f2;
	text-align: left;
*/
}

#content H1, H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#content H2, H2, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#content LI {
	list-style-type: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	padding-right: 0px;
	padding-left: 8px;
	margin: 0px;
        width: 230px;
}

#contentLower {
	padding: 4px;
	width: 855px;

	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#contentLowerIframe {
	padding: 4px;
	width: 270px;

	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#search {
	float: right;
	padding: 0px;
	height: 18px;
	width: auto;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	line-height: 10px;
}

#ads {
	display: block;
	float: right;
	height: 250px;
	width: 300px;
	background-image: url(../gfx/adsBox.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border: 1px solid #2d8cb6;
	background-color: #dedede;
}

#adtop {
	display: block;
	float: right;
	height: 100px;
	width: 740px;
//	background-image: url(../gfx/adsBox.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border: 1px solid #2d8cb6;
	background-color: #dedede;
}

#XYZads000000 {
	display: block;
	float: right;
	height: 250px;
	width: 300px;
	background-image: url(../gfx/adsBox.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border: 1px solid #2d8cb6;
	background-color: #dedede;
}

/*FOOTER*/

#footerBg {
	background-color: #9ed3eb;
        height: 30px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        float: left;
        margin-top: 10px;

}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 855px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 36px;
}
#footer UL {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

#footer LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.right, #footer .right {
	float: right;
	display: block;
}
#footer A {
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:hover {
	color: #333333;
	text-decoration: none;
}
/*MARQUEE*/
#contentLower MARQUEE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #f6c6e5;
	margin: 2px;
	padding: 4px;

}
#contentLower HR {
	background-color: #f6c6e5;
	margin: 0px;
	padding: 0px;
}





/*-----------Items from Old CSS file------------------*/






.boardbg{
	background-image:url(../gfx/nepbg.gif);
	background-repeat:repeat-x;
	background-color:#7CD7FF;
}
.roundbox_header_middle200 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF66FF;
	float:left;
	position:relative;
	margin: 0px;
	padding: 4px;
	}

.box_header_middle200{
	position:relative;
	clear:left;
}
.box_content_middle200 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #98e1ff;
	position:relative;
	clear:left;
	padding: 8px;
	width: 200px;
	background-color: #e9f5fa;

}

.box_content_middle200 TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*-----------------------------*/
.roundbox_header_middle300 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF66FF;
	float:left;
	position:relative;
	margin: 0px;
	padding: 4px;
}

.box_header_middle300{
	position:relative;
	clear:left;
}
.box_content_middle300 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #98e1ff;
	position:relative;
	clear:left;
	padding: 4px;
	width: 300px;
	background-color: #e9f5fa;
}

.box_content_middle300 TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tr_bright {
	background-color: #eee9e6;
}
.tr_dark {
	background-color: #dfd6d0;
}

.td_head {
	background-color:#FF99CC;
	height:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-left:4px;
}
.td_head_left {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height:30px;
/*	background-image:url(../gfx/td_head_.gif);
	background-position:left;*/
	background-repeat:no-repeat;
	background-color:#FF99CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-left:4px;
	text-decoration: none;
}
.td_head_right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height:30px;
/*	background-image:url(../gfx/td_head_.gif);
	background-position:right; */
	background-repeat:no-repeat;
	background-color:#FF99CC;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-left:4px;
}

.tabdets9 {
	background-color: #eee9e6;
}
.tabdets33 {
	background-color: #ee9944;
}
.tabdets88, .tabdets44 {
	background-color: #D5EAFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.tabrub {
   color : black;
   background-color : white;
   font-weight: normal;
}
.tabdetsread {
   color : #CCCCCC;
   background-color : #CCCCCC;
   font-weight: normal;
}
.tabdetsrep {
   color : #002C2C;
   background-color : #CCCCCC;
   font-weight: normal;
}
.tabdets2 {
	color : #000000;
	background-color : #99CCFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.navwidget, .thumbnails, table.thumbnails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	clear: left;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.petdetails, .petdetails TD, #contentLower TD, Input, Textarea , #contentLowerIFrame TD, Input, Textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/* Override with some new things (Satyens stuff) -nigel */

.box_content_middle300, .box_content_middle200  {
	background-image: url(../gfx/boxHighlighted.gif);
	background-repeat: repeat-x;
	border: 1px solid #91cde8;
	background-color: #c0e3f2;
}
.textfield {
	background-color: #67b5e8;
	width: auto;
	height: 20px;
	border: 2px solid #ffebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	line-height: 20px;
	text-decoration: none;
	display: block;

}

.inmatt {
	height: 1px;
	font-size: 1px;
	margin: 0px;
	border: 0px;
	background-color: #dce9f6;
	color: #c0e3f2;
}

.codes {
	background-color: #dce9f6;
   color: blue;
}

.BBcode {
   line-height: 22px;
   height: 8px;
   color: blue;
   border: 2px solid blue;
   padding: 4px;
}

/*Linus styles */
.clubpage {

}
.clubtable {
	background-color: #ffffff;
	width: 100%;
	padding: 10px;
}
.clubtable table {
	width: 410px;
}
.clubtable table td {
	padding: 4px;
	border-bottom: 1px solid #dddddd;
}
.odd {
	background-color: #eeeeff;
}
.clubpage h1 {
		color: #27789c;
		background-color: #9ed3eb;
		padding-left: 5px;
}
.clubheader {
	background-color: #aaddee;
	width: auto;
	padding: 3px;
	padding-left: 5px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 3px;
}
.white {
	background-color: #ffffff;
}
.clubdesc {
	background-color: #ffffff;
	padding: 15px;
}
.admin {
        color: blue;
        background-color: #cccccc;
}


.biglink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #27789c;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
	text-align: left;
	white-space: nowrap;
}
#scrollup {
  position: relative;
  overflow: hidden;
  background: #FCCCEC;
  border: 1px solid #27789c;
  height: 20px;
  width: 840px
}
.headline {
  position: absolute;
  top: 21px;
  left: 5px;
  height: 18px;
  width:790px;
}


#scroll {
  position: relative;
  overflow: hidden;
  background: #d9e9f8;
  border: 1px solid #27789c;
  height: 120px;
  width: 200px
}
.petline {
  position: absolute;
  top: 121px;
  left: 5px;
  height: 118px;
  width:190px;
}

.hide {
   font-size: 1px;
}
.liveupd {
//   text-decoration: blink;
   font-weight: bold;
   background: #8FC2EC;
//  border: 1px solid blue;
}

#splash {
  background-color: #c0e3f2;
	border: 1px solid #91cde8;
  height: 120px;
   overflow:visible;
	width: 100%;
}


.petscroll {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 120px;
  width: 165px;
  float: left;
}
.petline1 {
  position: absolute;
  top: 121px;
  left: 15px;
  width: 150px;
}
.petline2 {
  position: absolute;
  top: 121px;
  left: 15px;
  width: 150px;
}
.petline3 {
  position: absolute;
  top: 121px;
  left: 15px;
  width: 150px;
}
.petline4 {
  position: absolute;
  top: 121px;
  left: 15px;
  width: 150px;
}
.petline5 {
  position: absolute;
  top: 121px;
  left: 15px;
  width:150px;
}

/* tooltip */
#tooltip {
   position: absolute;
   z-index: 3000;
   border: 1px solid #111;
   background-color: #eee;
   padding: 5px;
   text-align: left;
   font-size: 10px;
   opacity: 0.95;
}
#tooltip h3, #tooltip div {
   margin: 0;
   font-size: 12px;
}


