﻿/**Verified CSS styles (used by MTC)**/

body {    
    margin:0px; 
    padding:0px; 
    background:URL(../../images/back_main.gif);
    background-color: #395D6E;    
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 11px;
    color: #395D6E;
    text-decoration: none;
    border: none;
}

.errorText {
    background-color: #EEEEEE;
    color: Red;
}

.infoText {
    background-color: #EEEEEE;
    color: Green;
}

.menuItem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  color:white;
  padding:4px 9px;
  text-decoration:none;
  display:block;
  float:left;  
}

a.menuItem:active {
  color:white;  
  text-decoration:none;  
}

a.menuItem:hover {  
  color:white;  
  text-decoration:underline;  
}

a.menuItem:visite3d {
  color:white; 
  text-decoration:none;  
}

.subscribeFormContent {
    color: #51707B;    
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: left;  
}

.subscribeFormContent table tr td{
    color: #51707B;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: left;  
    padding: 2px;
}

.pageContent 
{
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #51707B;
    font-size: 11px;
    font-family: Georgia, Times New Roman, Times, serif;
    text-align: left;
}

.pageContent p {
    color: #51707B;
    font-size: 11px;
    font-family: Georgia, Times New Roman, Times, serif;
    text-align: left;
}

.libraryGroup 
{
    padding-left:40px;
    padding-right:40px;
}

.libraryItem {
    color: #51707B;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px; 
    padding-top: 10px;
    padding-left:40px;
    padding-right:40px;     
}

.workouts {        
    background-color: #FFFCA3;        
}

.free {        
    background-color: #D9D1F1;        
}

.stinspix {        
    background-color: #E2FBAA;        
}

.meditations {        
    background-color: #DFF2EF;        
}

.affirmations {        
    background-color: #ECE4BB;        
}

.release {        
    background-color: #E6E6E6;        
}

ul {
	color: #51707B;
    font-size: 11px;
    font-family: Georgia, Times New Roman, Times, serif;	
	text-decoration: none;
}

img {
	text-decoration: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.links {
	font-size: 11px;
    font-family: Georgia, Times New Roman, Times, serif;
    /*color: #C94E03;*/
	color: #366369;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

a.links:hover {
	color: #009999;
}

a.links:active {
   color: #366369;
}

a.links:visited {
   color: #366369;
}

.info, .success, .warning, .error, .validation {
    font-size: 10px;
    font-family: Georgia, Times New Roman, Times, serif;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/icons/Info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../images/icons/Success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/icons/Warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/icons/Error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/icons/Validation.png');
}

/*
.standardFont {
    font-size: 11px;
    color: #51707B;
    font-family: Georgia, Times New Roman, Times, serif;
}
*/

.smallFont {
    font-size: 10px;
    color: #51707B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallLinks {
	font-size: 10px;
    color: #51707B;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*color: #C94E03;*/
	color: #366369;
	text-decoration: none;
	border: none;
	font-weight: bold;	
}

a.smallLinks:hover {
	color: #009999;
	background-color:#FFEECC;
}

a.smallLinks:active {
   color: #366369;
   font-weight: bold;
}

a.smallLinks:visited {
   color: #366369;
}

a {
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #366369;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

/* affects font from blog posts */
span {
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #366369;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

/*
a:hover {
	color: #009999;
}

a:active {
	color: #366369;
}

a:visited {
	color: #366369;
}
*/


