@charset "utf-8";
/* CSS Document */

html, body {
height:100%;
	margin: 0;
	padding: 0;
	background-color:#242424;
	/*background:url(images/bg.jpg) no-repeat fixed center top;*/
}



.hidden {
	display: none;
}

#page-container{
		width:950px;
		margin:auto;
		background:#333333;
		
}

#top-nav {
	/*margin-left:3px;*/
	
        width:935px;
		height:auto;
        
		overflow:auto;
		margin-top:2px;
		margin-bottom:2px;
		padding-left:10px;
		padding-top:4px;

        background:#303030;
        /*padding: 3px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		font:bold;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}
 


#header {
	background-image:url('/images/center.png');
	background-repeat:repeat-x;
	
	height:100%;
	width:100%;
	
	margin-top:4px;

}

a.logo{
	/*padding-top:7px;
	 padding-left:2px;
	 */
	 padding-top:0;
	 padding-left:0;
	 padding-bottom:0;
	 float:left;
	 height:145px;
     width:367px;
	 background-image:url('/test/testing/swf/logo.png');
}

a.lnl{
	/*padding-top:7px;
	 padding-left:2px;
	 */
	 padding-top:0;
	 padding-left:0;
	 padding-bottom:0;
	 float:left;
	 height:90px;
     width:728px;
	 background-image:url('/images/lnl.gif');
}

/* Highscore link */
.hs a:link{
    color:#FF0000;
    text-decoration:blink;
}
.hs a:visited{
    color:#FF0000;
    text-decoration:none;
}
.hs a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:blink;
}

/* More games */
.more a:link{
    color:#FF0000;
    text-decoration:blink;
}
.more a:visited{
    color:#FF0000;
    text-decoration:none;
}
.more a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:blink;
}

/* More games */
.signup a:link{
    color:#000000;
    text-decoration:none;
	float:right;
}
.signup a:visited{
    color:#000000;
    text-decoration:none;
	float:right;
}
.signup a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	float:right;
}

.bookmark{
	float:left;
	font:"Courier New", Courier, monospace;
	font-style:italic;
	height:25px;
    width:25px;
	background-image:url('/test/testing/images/favorites_icon.png');
}


/* START MENU CSS */

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-top:0;
margin-bottom:10px;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 17px MinionPro;
background: #b82b00 url('/images/leftround2.png') bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: #02fd2b;
background: transparent url('/images/pointer.png') bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url('/images/rightround2.png') bottom right no-repeat; /*optional right round corner*/
}

/* END MENU CSS */



#menu-nav{
	
	/*background:#ffffff;*/
	/*url(/images/menu.gif) no-repeat;*/
	/*height:114px;*/
	
	width:757px;
		height:auto;
       /* float:left;*/
		overflow:auto;
		
		/*padding-left:10px;
		padding-top:4px;
		*/
		padding:0 0 0 13px;
		/*margin-top:4px;
		margin-bottom:4px;*/
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#303030;
        /*padding: 3px;*/
        /*font: 16px Verdana, Arial, Helvetica, sans-serif;
		font:bold;
		color:ffffff;*/
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;

}





.login_form {
	/*margin-left:3px;*/
        width:380px;
		height:140px;
        float:right;
		overflow:auto;
		/*padding-left:10px;*/
		padding-right:10px;
		
		padding-top:10px;
/*        margin-right:2%;*/
font:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
        /*border:3px solid #81A594;*/
        /*background:#fdb300;*/
		padding: 5px;
        /*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
        /*-moz-border-radius: 15px 0 15px 0;*/
		
}


.search{
	/*margin-left:3px;*/
        width:100px;
		height:70px;
        float:right;
		overflow:auto;
		/*padding-left:10px;*/
		padding-right:10px;
		
		padding-top:10px;
/*        margin-right:2%;*/
font:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
        /*border:3px solid #81A594;*/
        /*background:#fdb300;*/
		padding: 5px;
        /*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

.input {
    border: 1px solid #006;
    background: #ffc;
	margin-bottom:2px;
	color:#990000;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: 1px solid #006;
    background: #8dcc09;
	color:#ffffff;
	font-weight:lighter;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
.button:hover {
    border: 1px solid #f00;
    background: #ecb423;
}
label {
    display: block;
    width: 50px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }



#play-gameb {
	/*margin-left:3px;*/
        width:700px;
		/*height:575px;*/
		height:auto;
        float:left;
		overflow:auto;
		/*padding-left:10px;*/
				padding-top:4px;
		margin-bottom:4px;
		
		padding-left:10px;
				padding-top:10px;
				padding-right:10px;
				padding-bottom:10px;
		
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
       /* padding: 3px;*/
        /*font: 16px Verdana, Arial, Helvetica, sans-serif;*/
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#play-top {
	/*margin-left:3px;*/
        /*width:760px;*/
		width:710px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#2c2624;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

#play-top_hs {
	/*margin-left:3px;*/
        /*width:760px;*/
		width:725px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#2c2624;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}





/* -------------------------------------------- */
/* 		Pagination: Digg Style					*/
/* -------------------------------------------- */
	
	/*ul{border:0; margin:0; padding:0;}*/
/*
	#pagination-digg a{
		border:solid 1px #9aafe5;
		margin-right:2px;
	}
	#pagination-digg .previous-off,
	#pagination-digg .next-off {
		border:solid 1px #000000;
		color:#e6e6e6;
		display:block;
		float:left;
		font-weight:bold;
		margin-right:2px;
		padding:3px 4px;
	}
	#pagination-digg .next a,
	#pagination-digg .previous a {
	 font-weight:bold;
	}	
	#pagination-digg .active{
		background:#33ff04;
		color:#FFFFFF;
		font-weight:bold;
		display:block;
		float:left;
		padding:4px 6px;
	}
	#pagination-digg a:link, 
	#pagination-digg a:visited {
		color:#0e509e;
		display:block;
		float:left;
		padding:3px 6px;
		text-decoration:none;
	}
	#pagination-digg a:hover{
		border:solid 1px #0e509e;
	}
*/
.pager {
    font-family: Verdana;
    font-size: 12px;
}
 
.pager a {
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    width: 17px;
    height: 17px;
    border: 1px solid #424741;
    /*background-color: #0C74BA;*/
    text-align: center;
    color: #24FF00;
}
 
.pager a:hover {
    background-color: #fff;
	font-weight:bold;
}
/*
.more{
	font-family: Verdana;
    font-size: 12px;
}

.more a{
	font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
}

.more a:hover{
	background-color: #c0c0c0;
	font-weight:bold;
}
*/
#curves-ng {
	/*margin-left:3px;*/
	/*background-image: #e6e6e6 url('/images/hot_icon.gif') no-repeat;
	background-position: 24px 9px;*/
        width:760px;
		height:auto;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #8e938f;
        /*background:#858384;*/
		background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#333333;
		/*color:#303030;*/
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

#hor-add {
	/*margin-left:3px;*/
        width:940px;
		/*height:575px;*/
		height:auto;
        float:left;
		overflow:auto;
		padding-left:10px;
				padding-top:4px;
		margin-bottom:4px;
		
/*        margin-right:2%;*/
        border:1px solid #303030;
        background:#303030;
       /* padding: 3px;*/
        /*font: 16px Verdana, Arial, Helvetica, sans-serif;*/
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}



#curves-ngb {
	/*margin-left:3px;*/
        width:757px;
		/*height:575px;*/
		height:auto;
        float:left;
		overflow:auto;
		padding-left:10px;
				padding-top:4px;
		margin-bottom:4px;
		
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        /*background:#303030;*/
		background-color:#e6e6e6;
       /* padding: 3px;*/
        /*font: 16px Verdana, Arial, Helvetica, sans-serif;*/
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#curves-ngb2 {
	/*margin-left:3px;*/
        width:757px;
		height:465px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
		margin-bottom:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#303030;
        /*padding: 3px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#curves-ngb3 {
	/*margin-left:3px;*/
	
        width:757px;
		height:240px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
		margin-bottom:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#303030;
        /*padding: 3px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#curves-ngb4 {
	/*margin-left:3px;*/
	
        width:757px;
		height:150px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
		margin-bottom:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#303030;
        /*padding: 3px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#curves-sidebar-top {
	/*margin-left:3px;*/
        width:160px;
		
        float:right;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #8e938f;
        background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		color:#333333;
		font-weight:bold;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

#curves-mgb {
	/*margin-left:3px;*/
        width:757px;
		height:auto;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#303030;
        /*padding: 3px;*/
        font: 16px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#curves-sidebar {
	/*margin-left:3px;*/
	
        width:160px;
		height:auto;
        float:right;
/*		overflow:auto;*/
		/*
		margin-left: 2px;
		padding-left:10px;
		padding-top:4px;
		padding-bottom:4px;
		*/
/*        margin-right:2%;*/
			padding-left:2px;
			padding-right:2px;
			padding-top:2px;
			padding-bottom:2px;
        border:1px solid #D6D6C2;
        /*background-color:#e6e6e6;*/
		
		font-weight:bold;
	/*font-size:10px;*/
	/*color:#66CCFF;*/
	
	
        /*padding: 3px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		color:#86cb0e;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#play-game-curves-sidebar {
	/*margin-left:3px;*/
	
        width:200px;
		height:200px;
        float:right;
		overflow:auto;
		
		/*padding-left:10px;
		padding-top:4px;
		padding-bottom:4px;
		*/
/*        margin-right:2%;*/
		padding-left:2px;
		padding-right:2px;
		padding-top:2px;
		padding-bottom:2px;
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
        /*padding: 3px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#curves-playg {
	/*margin-left:3px;*/
        /*width:760px;*/
		width:760px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#858384;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

#curves-playgb {
	/*margin-left:3px;*/
        /*width:757px;
		height:575px;
		*/
		width:auto;
		height:auto;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#303030;
        /*padding: 3px;*/
        font: 16px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#game-fonts{
	font:Georgia, "Times New Roman", Times, serif;
	/*font-style:normal;*/
	font-weight:bold;
	font-size:10px;
	/*color:#66CCFF;*/
	color:#86cb0e;
}

#footer-fonts{
	font:Georgia, "Times New Roman", Times, serif;
	/*font-style:normal;*/
	font-weight:bold;
	font-size:10px;
	/*color:#66CCFF;*/
	color:#ffffff;
	text-decoration:none;
}


#register-fonts{
	font:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	/*color:#66CCFF;*/
	color:#000000;
}

#pagi-fonts{
	font:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	/*color:#66CCFF;*/
	color:#FFFFFF;
}

#content {
	margin-right:168px;
	/*background: green;*/
	}
	
#sidebar-a {
	background: e6e6e6;
	float: right;
	width: 168px;
	margin-top:40px;
	

}

#play-game-sidebar-a {
	background: e6e6e6;
	float: right;
	width: 200px;
	margin-top:40px;
	

}

#play-game-sidebar-top {
	/*margin-left:3px;*/
        width:200px;
		
        float:right;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		color:#2c2624;
		font-weight:bold;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

.big_box_content{
	background:url('/images/games_box.gif') no-repeat;
	 height:365px;
	  width:760px;
	   margin-left:3px;
	    padding-left:5px;
		 padding-top:3px;
}

.big_box_games_bg{
	/*background:url(images/game_icon_bg.gif) no-repeat;*/
	 float:left;
	  width:110px;
	   height:120px;
	    margin:1px;
		padding-left:5px;
		margin-left:5px;
		margin-bottom:4px;
		
		border:1px solid #2c2624;
		background-color:#2c2624;
        
		/*padding: 5px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;

    -webkit-border-top-left-radius: 10px;
		
		
}
.game_icon{
	float:left;
	 width:100px;
	  padding:2px;
	  /*margin:auto;*/
	  padding-top:10px;
	  
}

/*
#footer {
	
	clear:both;
	margin-left:3px; 
	border-left:1px solid #000; 
	border-right:1px solid #000; 
	border-bottom:1px solid #000; 
	border-top:1px solid #000; 
	background-color:#e6e6e6;
	width:935px ; 
	height:40px;
	overflow:auto; 
	padding-left:10px; 
	padding-top:4px;
}
*/



#footer {
	/*margin-left:3px;*/
	
        width:935px;
		height:45px;
        
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
		margin-bottom:4px;
		/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background:#303030;
        /*padding: 3px;*/
		font-style:normal;
		font-size:12px;
        /*font:Georgia, "Times New Roman", Times, serif;*/
		font:12px Verdana, Arial, Helvetica, sans-serif;
		color:#66CCFF;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#relgames-top {
	/*margin-left:3px;*/
        width:937px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#2c2624;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

#relgames {
	/*margin-left:3px;*/
	
        width:935px;
		/*height:auto;*/
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
       /* background:#303030;*/
	   background-color:#e6e6e6;
        /*padding: 3px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}


.rel_games_bg{
	/*background:url(images/game_icon_bg.gif) no-repeat;*/
	 float:left;
	  width:110px;
	   height:120px;
	    margin:1px;
		padding-left:5px;
		margin-left:12px;
		margin-bottom:4px;
		
		border:1px solid #2c2624;
		background-color:#2c2624;
        
		/*padding: 5px;*/
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;

    -webkit-border-top-left-radius: 10px;
		
		
}




#desc-top {
	/*margin-left:3px;*/
        width:600px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#2c2624;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}

#desc-body {
	/*margin-left:3px;*/
	
        width:600px;
		height:320px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
		margin-bottom:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
       background-color:#e6e6e6;
		
		font:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:14px;
	color:#2c2624;
        /*padding: 3px;*/
        /*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}

#desc-spon-top {
	/*margin-left:3px;*/
        width:320px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
/*        margin-right:2%;*/


        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
		padding: 5px;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#2c2624;
        /*-moz-border-radius: 15px 0 15px 0;*/
		
		-moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
	 
    -webkit-border-top-left-radius: 10px;
}
#desc-spon-body {
	/*margin-left:3px;*/
	
        width:320px;
		height:320px;
        float:left;
		overflow:auto;
		padding-left:10px;
		padding-top:4px;
		margin-bottom:4px;
/*        margin-right:2%;*/
        border:1px solid #D6D6C2;
        background-color:#e6e6e6;
		
	
	        /*padding: 3px;*/
        /*font: 12px Verdana, Arial, Helvetica, sans-serif;*/
        -moz-border-radius-topleft: 10px;
		 -moz-border-radius-topright:10px;
     -moz-border-radius-bottomright:10px;
     -moz-border-radius-bottomleft:10px;
}
.thumbnail{

	/* Thumbnail Border Color */
	/*border:none;*/
	border:1px solid #999999;
	

}

.thumbnail:hover {

	/* Thumbnail Border Color Hover */
	
	/*border:groove;*/
	border:1px solid #999999;

}

.tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.95;
	color:#000000;
}
.tooltip h3, .tooltip div { 
	margin: 0; 
	color:#000000;
	width:300px;
/*  font-family:arial;*/
  font-family:"Verdana";
}


/* JQuery Tool Tip Effects */

.tooltip-red
{
	background-color: #FCE5CE;
	color: #F38F2A;
	padding:10px 10px 10px 10px;
	font-weight:bold;
	z-index:100;
}

.tooltip-blue
{
	background-color: #5555FF;
	color: #FFFFFF;
	font-size:13px;
	font-family:verdana;
    border:solid 2px #0000FF;
	z-index:100;
}

.terms-fonts{
	font: "Verdana", Arial, Helvetica, sans-serif;
	font-style:normal;
	
	/*color:#66CCFF;*/
	color:#000000;
}