/* 
    Document   : coach
    Created on : May 28, 2013, 10:12:45 PM
    Author     : Steven Maverick
    Description:
        Purpose of the stylesheet follows.
*/

.br {
   border: 1px red dotted;
}

.inactive {
   /* IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

   /* IE 5-7 */
   filter: alpha(opacity=60);

   /* Netscape */
   -moz-opacity: 0.6;

   /* Safari 1.x */
   -khtml-opacity: 0.6;

   /* Good browsers */
   opacity: 0.6;
}

#coach-container .tab-content {
   height: 50em;
}

#coach-container {
   font-size: 12px;
   margin-bottom: 5%;
}

#coach-container label {
   font-size: 12px;
}

/*COACH HEADER*/
#coach-header {
   margin-bottom: 15px;
}

#coach-name img {
   width: 42px;
}

#coach-name h3 {
   line-height: 15px;
   margin-top: 7px;
}

#coach-name #coach-desc {
   font-style: italic;
   font-size: 11px;
   line-height: 12px;
}

#coach-user img {
   width: 75px;
   height: 75px;
   float: left;
   margin-right: 10px;
}

#coach-user {
   font-size: 11px;
}

#coach-user a {
   text-decoration: none;
   color: #000099;
}

#coach-user #coach-user-name {
   margin-top: 7px;
   font-size: 13px;
}
/*END OF COACH HEADER*/

#coach-contents {
   min-height: 800px;
}

#template-body {
    height: 100%;
    width:100%;
    padding: 10px 25px 10px 10px;
}

