/*
Template Name: Ost Magazine
File: Tables CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

table{
	xwidth:100%;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:30px;
	xborder:1px solid #CCCCCC;
	}

table thead th{
	color:#FFFFFF;
	background-color:#666666;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	text-align:center;
	table-layout:auto;
	vertical-align:middle;
	}

table tbody td{
	vertical-align:top;
	border-collapse:collapse;
	xborder-left:1px solid #CCCCCC;
	xborder-right:1px solid #CCCCCC;
	}
	
table thead th, table tbody td{
	padding:5px;
	border-collapse:collapse;
	}

table tbody tr.light{
	color:#666666;
	background-color:#F7F7F7;
	}

table tbody tr.dark{
	color:#666666;
	background-color:#E8E8E8;
	}
	

.bordered {
    border-spacing: 0;
    border: solid #ccc 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;       
    xwidth: 100%;
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 16px;
    color: #444;  
}

.bordered tr:hover {
    background: #efe8d0;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered th, .bordered td {
    padding: 10px;
    text-align: left;       
    border: 1px solid #ccc; 
}


#previewnews .bordered {font-weight: bold;}
#tdc {text-align: center;}
#td-right td {text-align: right;}
.title-met {background: url(/images/tic.jpg) 0px 8px no-repeat;list-style: none;padding: 2px 2px 2px 18px;margin: 0;}

.bordered th {
	background-color: #cd3333;
    color: #fff;
    /*
    background-color: #d0c9b1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d0c9b1));
    background-image: -webkit-linear-gradient(top, #ffffff, #d0c9b1);
    background-image:    -moz-linear-gradient(top, #ffffff, #d0c9b1);
    background-image:     -ms-linear-gradient(top, #ffffff, #d0c9b1);
    background-image:      -o-linear-gradient(top, #ffffff, #d0c9b1);
    background-image:         linear-gradient(top, #ffffff, #d0c9b1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    */
}

#yellow {font-size: 18px;color: #000;}
#xyellow th {background-color: #f09d00; color: #000;}
#yellow th {background-color: #cf7e03; color: #fff;}
#yellow td {background-color: #F8F0E5; color: #000;}

#blue {font-family: 'trebuchet MS', 'Lucida sans', Arial;font-size: 14px;color: #000; box-shadow: 0 1px 1px #fff;border: solid #fff 1px;margin-top: 10px;min-width: 300px;}
#blue th {border:none;background-color: #000099; color: #fff;padding: 2px;text-align: center;vertical-align: middle;border-bottom: 1px solid #fff;}
#blue td {border:none;color: #333; background-color: #eee;border-bottom: 1px solid #fff;padding: 2px;text-align: center;vertical-align: middle;}

#blueSM {font-family: 'trebuchet MS', 'Lucida sans', Arial;font-size: 14px;color: #000; box-shadow: 0 1px 1px #fff;border: solid #fff 1px;margin-top: 10px;width:100%;}
#blueSM th {font-family: 'trebuchet MS', 'Lucida sans', Arial;border:none;background-color: #eeeeee; color: #000000;border-right: 1px solid #fff;padding: 2px;text-align: center;vertical-align: middle;border-bottom: 1px solid #fff;}
#blueSM td {font-family: 'trebuchet MS', 'Lucida sans', Arial;border:none;color: #333; background-color: #eee;border-bottom: 1px solid #fff;border-right: 1px solid #fff;padding: 2px;text-align: center;vertical-align: middle;}

#red {font-size: 18px;color: #000;}
#red td {background-color: #efe8d0; color: #000;}


.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}	

.tb {width:auto;padding-left:30px;}
div.wrapper .content .tb h2 {padding:0 0 8px 0;margin:0;}