﻿
ul.tabs
{
    padding: 14px 2px 8px;
    margin:0;
    font-size: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    background: #DDDDE3;
    border:1px solid #CCC;
    border-radius: 3px 3px 3px 3px;
    border-bottom:none;
    border-radius: 2px 2px 0 0;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right: 2px;/*distance between tabs*/
    font: normal 12px Verdana;
}
        
ul.tabs li a
{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 8px 10px;
    font-size:10px;
    /*border: 1px solid #16BCA3;*/
    color: #000;
    border-radius: 3px 3px 0 0;
    outline:none;
}
  
        
ul.tabs li a:hover
{
    text-decoration: underline;
    color: #000;
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #ccc;
    border: 1px solid #AAA;
    border-bottom: 1px solid #ccc;
    color: #000;
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 1px solid #CCC; 
    padding:10px;
    border-top-color:#AAA;
    background-color:#ccc;
    border-radius: 0 0 2px 2px;
    min-height:500px;
}
div.tabcontents p{
	padding: 20px 10px 5px 5px;
}
.shortlinks{
height:120px;
border-radius: 3px 3px 3px 3px;
}

.shortlinks textarea{
width:430px;
height:50px;
resize: none;
border-style:none;
border:1px solid #eee;

}
.tab_links a{color:#666;height:20px;font-weight:bold;float:right;}
.tab_links{color:#666;height:20px;padding:5px;}

#view1{

}
table#numbers tr td{height:12px;}
