/*
Theme Name: Content desk, 3 columns
Theme URI: http://www.contentdesk.com
Description: Content desk, 3 columns
Version: 1.0
Author: Content Desk
Author URI: http://www.contendesk.com
*/

/*
Terms of use
------------

This software is copyright Mesoconcepts Ltd, and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.semiologic.com/legal/license/

Skin by Content Desk -- http://www.contendesk.com
CMS by Denis de Bernardy -- http://www.semiologic.com
*/


@import url(canvas.css);
@import url(sizes.css);
@import url(fonts.css);
@import url(skins.css);

.styledTable{
   border:1px solid #fbc7fb;
   border-collapse:collapse;

}
.styledTable th{
background-color:#fbc7fb;
border-right:1px solid #fff;
color:#177bec;
font-family:arial;
font-size:14px;
padding:5px;
}
.styledTable td{
border:1px solid #fbc7fb;
color:#676767;
font-family:arial;
font-size:12px;
padding:5px;
}

