/*
Theme Name: Digital Mentor College
Theme URI: http://premium.wpmudev.org/
Description: Digital Mentor College - Buddy Press Child Theme
Version: 1.0
Author: Shaun Garratt
Author URI: http://premium.wpmudev.org/
License: GPL
License URI: http://www.opensource.org/licenses/gpl-license.php
WDP ID: 91
Template: bp-corporate
Tags: buddypress,white,dark,three-columns,two-columns,right-sidebar,fixed-width,custom-colors,custom-header,theme-options,threaded-comments

Copyright 2007-2011 Incsub (http://incsub.com)
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

changelog
check parent theme style.css for changelog.

*/


/* loading all wp parent css */
@import url( ../bp-corporate/_inc/css/base.css );

/* loading all bp parent css */
@import url( ../bp-corporate/_inc/css/bp-default.css );
@import url( ../bp-corporate/_inc/css/bp-css.css );

/*load custom style - uncomment below to use parent custom.css */
/*@import url( ../bp-corporate/_inc/css/custom.css ); */

/* loading adminbar child css */
@import url(_inc/css/adminbar.css );

/* loading child theme css - rename child-style-sample to child-style and uncomment below */
@import url(_inc/css/dmc.css);

@import url(_inc/css/ui.all.css);  
@import url(_inc/css/ui.datepicker.css);  

@import url(http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css);

.pract table 
{
 border: 1px solid #e7e7e7;
 margin: 0 -1px 24px 0;
 text-align: left;
 width: 100%;
}

.pract tr th, .pract thead th 
{
   color: #888;
   font-size: 12px;
   font-weight: bold;
   line-height: 18px;
   padding: 9px 24px;
}

.pract tr td 
{
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

.pract tr.odd td 
{
    background: #f2f7fc;
}
   
