@import url('https://fonts.googleapis.com/css?family=Patrick+Hand');
/* ---- new css * -----*/

body {background:#020228 url(background.png) repeat-y center ;}

/* boxes */

.titlebar  {
        background-color:transparent;
        background-image:url(titalbar_bg.png);
		background-size: 100% 100%;
        padding:3px;
		font-family: 'Patrick Hand', cursive, sans-serif;
        font-weight:bold;
		font-size:18px;
        color:#FFFFFF;
        text-align:center;
        height: 22px;
        border: 0px solid #333333;
        }
		
.boxfoot {
	background-image:url(boxfoot.png);
		background-size: 100% 100%;
	height: 7px;
}		  

/*.directories {
        border: 1px solid #333333;
        }*/

li      {
        list-style: none;
        background-image:url(li.gif);
        padding-left:14px;
        background-repeat:no-repeat;
        }
.profile_section {
        font-size:11px;
        background:#F0F0F0 url(section_bg.png);
        padding-top:4px;
        padding-bottom:4px;
        font-weight:bold;
        color:#000;
        text-align:center;
        vertical-align: middle;

        border: 1px solid #999999;
		-webkit-border-radius: 5px;
		border-radius: 5px;
        }


.profile_stats {
        text-align:left;
        font-size:11px;
        background:#e8c2ff url(section_bg.png);
        font-weight:bold;
        color:#000000;
        text-align:center;
        vertical-align: middle;
        border: 1px solid #999999;
		-webkit-border-radius: 5px;
		border-radius: 5px;
        margin-bottom:2px;
        }


.profile_stats h1 {
        margin:0px;
        }
        
.profile_stats td {
        height: 29px;
        padding:2px;
        vertical-align:middle;
        }


/* ------ rate page ------- */
.ratebar {
        background:#c6c6c8;
        border:1px solid #999999;
        }

input, select, textarea {
        font-family:Verdana,sans-serif;
		font-size:10px;
        border:1px solid #999999;
        }
.pr_image {
        border:1px solid #999999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        }
.thm_image {
        border:1px solid #999999;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        }
.memberlist {
        border:1px solid #999999;
        }
.headline {
        background:#ffffff;
        border-bottom:1px solid #333333;
		  font-weight:bold;
        }

.row_0  {
        border-bottom:1px #dedede dashed;
        }

.row_1  {
        background:#eeeeff;
        border-bottom:1px #dedede dashed;
        }

input[type="checkbox"] {
        border:0px;
        }
		  
		  /* scrollbars */
 /*body {scrollbar-base-color: #800080;
   scrollbar-shadow-color: #000000; 
   scrollbar-highlight-color: #C0C0C0; 
   scrollbar-3dlight-color: #C0c0c0;
   scrollbar-darkshadow-color: purple;
   scrollbar-track-color: #F5F4F3; 
   scrollbar-barbgcolor: #FFFFFF;
   scrollbar-arrow-color: black;}*/

.topmenu{margin:0 auto; padding:0; height:29px; width:1012px; display:block; }
.topmenu li{padding:0; margin:0; list-style:none; display:inline;}
.topmenu li a{float:left; padding-left:12px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Arial Black, Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url("topMenuImages.png") 0px -30px no-repeat; outline:none;}
.topmenu li a span{line-height:29px; float:left; display:block; padding-right:12px; background:url("topMenuImages.png") 100% -30px no-repeat;}
.topmenu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.topmenu li a:hover span{background-position:100% -60px;}
.topmenu li a.active, .topmenu li a.active:hover{line-height:29px; font:12px Arial Black, Verdana, Arial, Helvetica, sans-serif; background:url("topMenuImages.png") 0px -90px no-repeat; color:rgb(255,255,255);}
.topmenu li a.active span, .topmenu li a.active:hover span{background:url("topMenuImages.png") 100% -90px no-repeat;}

h1      {
		font-family: 'Patrick Hand', cursive, sans-serif;
        font-size:22px;
        font-weight:bold;
		color:#030375;
		text-align:center;
        }

h2      {
		font-family: 'Patrick Hand', cursive, sans-serif;
        font-size:18px;
        font-weight:bold;
		color:#030375;
        margin-bottom:0px;
        }

h3      {
		font-family: 'Patrick Hand', cursive, sans-serif;
        font-size:16px;
        font-weight:bold;
		color:#030375;
        margin-bottom:0px;
        }
		
/* Set a slightly bigger max-width so we can fit in our photos */
.ui-tooltip-sneakpreview{
	max-width: 700px;
}

	.ui-tooltip-sneakpreview .ui-tooltip-title{
		padding-right: 0;
	}

	.ui-tooltip-sneakpreview img{
		margin: 0 auto;
	}