
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('/images/layout/traptor_land/wallpaper2.png') left top repeat,  url('/images/layout/traptor_land/wallpaper.gif') left top repeat-x;
	background-color: #ffe8ae;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 0.8em;
}

a, img {
	border: 0px;
}

a:link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #53737D;
    text-decoration: underline;
    font-weight: bold;
}

INPUT, SELECT {
    border: 1px solid black;
    background-color: #D3D0C9;
    padding: 5px;
    font-size: 1.0em;
    font-family: arial;
}

input[type=submit] {
    border-radius: 5px;
    background: linear-gradient(#FFFFFF, #D3D0C9)
}

textarea {
    font-size: 1.0em;
    font-family: arial;
}

td, p {
    font-size: 1.0em;
    font-family: arial;
    text-align: center;
}

h1 {
	border: 2px solid #0d1c10;
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
	padding: 3px;
	font-weight: bold;
	color: white;
	background: #325d3c;
	font-size: 1.5em;
}

h2 {
	color: #000000;
	text-align: left;
	font-family: Georgia, serif;
	font-size: 2.0em;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: 90%;
}

#megaWrapper {
	margin: auto;
	position: relative;
	top: 10px;
}

#megaHeader {
	background-image: url('/images/layout/traptor_land/header_background.png');
	background-repeat: repeat-x;
	height: 125px;
	width: 100%;
}

			#imgHeaderLeft {
				margin: 0px;
				float: left;
				height: 125px;
			}

			#imgHeaderRight {
				margin: 0px;
				float: right;
				height: 125px;
			}


#megaTopNav {
    background: linear-gradient(#2f743f, #015305);
	background-repeat: repeat-x;
	height: 28px;
	width: 100%;
}

			#topNavLinks {
				margin-left: 190px;
				margin-right: 200px;
				list-style-type: none;
				height: 28px;
				max-width: 600px;
				margin-top: 0px;
				padding-top: 0px;
			}

			#topNavLinks li {
				float: left;
				position: relative;
				height: 28px;
				margin: 0px auto 0px auto;
				width: 16%;
			}

			#topNavLinks li a{
			    display: block;
			    text-decoration: none;
			}

			#topNavLinks li ul.subnav {
			    list-style: none;
			    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
			    left: 0px;
			    top: 28px;
			    background: #0e401a;
			    margin: 0; padding: 0;
			    display: none;
			    float: left;
			    width: 170px;
			    border: 1px solid #015305;
			    z-index: 9999;
			}

			#topNavLinks li ul.subnav li{
			    margin: 0; padding: 0;
			    border-top: 1px solid #015305; /*--Create bevel effect--*/
			    border-bottom: 1px solid #2f743f; /*--Create bevel effect--*/
			    clear: both;
			    width: 170px;
			    height: 20px;
			}

			html #topNavLinks li ul.subnav li a {
			    padding-left: 10px;
			    text-align: left;
			    float: left;
			    color: white;
			    line-height: 20px;
			    width: 160px; /*--170 - 10px padding--*/
			}

			html #topNavLinks li ul.subnav li a:hover {
			    background: #2f743f;
			}

			#megaSearch{
				background: linear-gradient(#2f743f, #015305);
				background-repeat: repeat-x;
				float: right;
				width: 210px;
				height: 28px;
			}

						#searchBoxWrapper {
							 background: url('/images/layout/traptor_land/search_background.png');
							 background-repeat: no-repeat;
							 width: 150px;
							 height: 19px;
							 float: right;
							 padding-top: 2px;
							 margin-top: 3px;
						}

						#searchBoxInput {
							 background: none;
							 border: 0px;
							 width: 150px;
							 height: 19px;
							 font-size: 1.0em;
						     font-family: arial;
						     color: #000000;
						     padding: 0px;
						     padding-left: 5px;
						     line-height: 19px;
						     top: 0px;
						     vertical-align: middle;
						}


#megaMainPane {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
		   #megaSidebar {
			  	width: 175px;
			  	background-color: #015305;
			  	vertical-align: top;
                padding: 0px;
		   }

						#megaUserinfo {
							width: 142px;
                            border: 1px solid black;
                            background: linear-gradient(white, #b5b59c);
                            margin: auto;
							text-align: center;
                            margin-top: 6px;
                            padding-top: 10px;
                            padding-bottom: 10px;
						}

                        #megaUserinfo2 {
                            width: 142px;
                            height: 232px;
                            background-image: url('/images/layout/traptor_land/userinfo_background.png');
                            margin: auto;
                            text-align: center;
                            margin-top: 6px;
                        }

									#userinfo_bottlecaps {
										margin: auto;
										border: 0px;
									}

									#userinfo_bottlecaps td {
										text-align: left;
									}

						#shoutbox {
							color: white;
						}

									.shoutboxtext {
										color: black;
									}

                        #megaNorthlightInfo {
                            width: 142px;
                            border: 1px solid black;
                            background: linear-gradient(white, #b5b59c);
                            margin: auto;
                            text-align: center;
                            margin-top: 6px;
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }                                    
                                    
			#megaContent {
				background-color: white;
				vertical-align: top;
				padding: 10px;
			}

			#megaAd {
			  width: 160px;
			  background-color: white;
			  vertical-align: top;
			}

			#megaFooter {
				background-color: white;
			}

						#megaBottomLeft {
							width: 175px;
							background-color: #015305;
						}

									#megaBottomLeftImg {
										background-image: url('/images/layout/traptor_land/bottom_left_corner.png');
										background-repeat: none;
										height: 50px;
										width: 143px;
										position: absolute;
										left: 0px;
										bottom: 0px;
									}

						#megaBottomRight {
							width: 160px;
							background-color: white;
						}

									#megaBottomRightImg {
										background-image: url('/images/layout/traptor_land/bottom_right_corner.png');
										background-repeat: none;
										height: 50px;
										width: 160px;
										position: absolute;
										right: 0px;
										bottom: 0px;
									}

.niceTable {
	border-collapse: collapse;
}

			.niceTable tr.headingRow {
 				background: #CCCCCC;
			}

						.niceTable .headingRow td {
							text-align: center;
							font-weight: strong;
							padding: 4px;
						}

			.niceTable tr:hover {
				background: #EDEDED;
				border-left: 1px solid black;
				border-right: 1px solid black;
			}


			.niceTable tr:hover td {
				border-top: 1px solid black;
				border-bottom: 1px solid black;
			}

                        .niceTable tr.headingRow:hover {
                            background: #CCCCCC;
                            border-left: 0px;
                            border-right: 0px;
                        }

                        .niceTable tr.headingRow:hover td {
                            border-bottom: 1px solid #CCCCCC;
                            border-top: 1px solid #CCCCCC;
                        }

			.niceTable tr {
				border-bottom: 1px solid #CCCCCC;
				border-top: 1px solid #CCCCCC;
                border-left: 1px solid white;
                border-right: 1px solid white;
			}

			.niceTable td {
				padding: 10px;
			}


.outerContainer {
    width: 80%;
}

    .subHeading {
        background: #FFFFFF;
        clear: both;
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 2%;
        padding-bottom: 1%;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #848484;
    }

    .col66 {
        background: #FFFFFF;
        float: left;
        width: 62%;
        text-align: left;
        padding: 2%;
    }

    .col33 {
        background: #FFFFFF;
        float: left;
        width: 30%;
        padding: 2%;
        text-align: left;
    }

    .col50 {
        background: #FFFFFF;
        float: left;
        width: 46%;
        padding: 2%;
        text-align: left;
    }            
    
    .col100 {
        background: #FFFFFF;
        float: left;
        width: 100%;
        padding: 2%;
        text-align: left;
    }

.adoptBox {

    border: 1px solid black;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    margin: 3px;

    background-color: #bebebe; /* fallback color if gradients are not supported */
    background-image: -webkit-linear-gradient(top, #FFFFFF, #bebebe); /* For Chrome and Safari */
    background-image:    -moz-linear-gradient(top, #FFFFFF, #bebebe); /* For old Fx (3.6 to 15) */
    background-image:      -o-linear-gradient(top, #FFFFFF, #bebebe); /* For old Opera (11.1 to 12.0) */
    background-image:         linear-gradient(to bottom, #FFFFFF, #bebebe); /* Standard syntax; must be last */

    padding: 5px;
}
  