
body{
	/*background-image:url('pinstripes.png');*/
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	
}

.corners {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	border-radius:8px;
}

.titlebar 
{
    background-image: url(/jqtouch/themes/tenper/img/toolbar.png);
    background-repeat: repeat-x; 
    width: 100%; 
    height: 45px;
}

.titlebar a.tb_leftbtn
{
    position: absolute; 
    color: white;
    left: 6px; 
    right: auto; 
    padding: 4px; 
    top: 4px; 
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5); 
    text-decoration: none;
    font-size: 11pt;
    
    -moz-background-clip:border;
    -moz-background-origin:padding;
    -moz-background-size:auto auto;
    -moz-border-image:url(/jqtouch/themes/tenper/img/toolButton.png) 0 5 0 5;
    -webkit-box-sizing: border-box;
    -webkit-border-image:url(/jqtouch/themes/tenper/img/toolButton.png) 0 5 0 5;
    
}

.titlebar #tb_title
{
    font-size: 30pt; 
    color: white; 
    text-align: center; 
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    text-decoration: none;
    padding-left:100px;
    margin-left:-100px; 
    max-width:800px;
}

#menu div
{
    width:100%
}

#menu span
{
    float:left;
}


#menu span:first-child, #menu span:first-child a 
{   
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
}

#menu span:last-child, #menu span:last-child a 
{
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
	border-right:0;	
}


#menu span a
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    float:left;
    width:4em;
    text-decoration:none;
    color:white;
    background-color:blue;
    padding:0.2em 0.6em;
    border-right:1px solid white;
    text-align:center;
}


#menu span a:hover 
{
    background-color:#668DDD;
}

.clear
{
    clear:both;
    overflow:hidden;
}

a{text-decoration:none;}

.copyright {
	text-decoration:none;
	font-size:11px;
	color:#000000;
	float:left;
	padding-left:25px;
	text-decoration:none;
	
}
