//** Use 5b0477 **//

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b7b7b;
/* 	background: url('../images/bg_1.png') left 170px repeat-x; */
}

h1, h2, h3 {
	color: #5b0477
}
hr{
	width: 100%;
	color: #a7a7a7;
	background-color: #a7a7a7;
}

h2 {
	color: #4E4E4E;
}

h3 {
	color: #4E4E4E;
}

h4{
	color: #4E4E4E;
}

a {
	text-decoration: none;
	color: #5b0477;
}

a:hover {
	text-decoration: underline;
}


/*menu bar 
use http://www.colorzilla.com/gradient-editor/ for gradient color
*/

#menu_bar{
	background: #9506a5; /* Old browsers */
	background: -moz-linear-gradient(top,  #9506a5 1%, #5b0477 89%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9506a5), color-stop(89%,#5b0477)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9506a5 1%,#5b0477 89%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9506a5 1%,#5b0477 89%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9506a5 1%,#5b0477 89%); /* IE10+ */
	background: linear-gradient(to bottom,  #9506a5 1%,#5b0477 89%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9506a5', endColorstr='#5b0477',GradientType=0 ); /* IE6-9 */
}

/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  color: #FFF;
  text-decoration: none;
}

*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}


ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: black;
}

ul.megamenu div.mm-item-content {
  background: black;
  border: 1px solid #777;
}

.mm-content-base {
  background: #333;
  color: #7B7B7B;
}

.mm-content-base a{
	color: white;
}

.mm-js-shadow {
  background: #555;
}

/*END MENU*/

/* Page */

#page {
	/*background: url(../images/bg_side3.png) no-repeat; */
}

#page_foot{
	/*background: url(../images/bottom_side.png) no-repeat; */
}

.alert{
	background-color: #f7cd24;
}

.left_menu{
	/*background: url(../images/menu_right2.png) right top no-repeat white;*/
}

.right_content{
	background-color: white;	
}

.maincontent{
	background-color: white;
}

.news_item h2 a{
	text-decoration: none;
	color: #4e4e4e;;
}

/*
use http://www.colorzilla.com/gradient-editor/ for gradient color
*/
.column2-content, .front_module{
	background-color: #d4d4d4;
	border: solid 1px #eeeeee;
	background: #f3f3f3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #f3f3f3 0%, #ffffff 33%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(33%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#ffffff 33%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 0%,#ffffff 33%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 0%,#ffffff 33%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 0%,#ffffff 33%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 0 6px 20px -6px black;
	   -moz-box-shadow: 0 6px 8px -6px black;
	        box-shadow: 0 6px 8px -6px black;


	}

.column2-content h2{
	color: #4e4e4e; 
}

.column2-content a{
	color: #4e4e4e;
}

.bubble{
	background: url(../images/bubble.png) no-repeat;
}
.bubble h5{
	color: white;
	font-weight: bold;
}
.bubble p{
	color: white;
}

.result_content h3{
	color: #4E4E4E;
}

/* Three Column Footer Content */

/* Footer */
/*
#footer-content {
	color: #a3a3a3;
	text-transform: lowercase;
}

#footer-content h3 {
	color: #a3a3a3;
}

#footer_search input#q {
	background-color: #e7e7e8;	
}
*/

/******************
FEED
/*****************/

.feed li{
	border-bottom: solid thin #333;
}

#updates_feed_holder li{
	border-bottom: solid thin black;
}

.feed li a{
	text-decoration: none;
}

.feed li .desc{
	font-style: italic;
	color: gray;
	font-size: 80%;
}

/*COMMENTS */
#comments {
	border: blue solid thin;
	background-color:#CCC;
}

.comment_header{
	border-bottom: blue solid thin;
	background-color: #CCC;
	color: blue;
}

#comments .comments_username{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}
	
#comments .comments_timestamp{
	color: blue;
}
	
#comments .comment {
	background-color:#FFF;
	color: black;
}

/******************
TABLE
/*****************/
thead {
	
}

th {
	color: #3b3b3b;
	background-color: white;
	border-top: thin solid #a7a7a7;
	border-bottom: thin solid #a7a7a7;

}

tr:nth-child(even) {background: #e7e7e7;}
tr:nth-child(odd) {background: #FFF;}

tbody, tbody a{
	color: #3b3b3b;
}

	
.border_bottom		{
	color: black;
	border-bottom: gray dashed thin;
	}
	
.border_top		{
	color: black;
	border-top: gray dashed thin;
	}

	
.underline td	{
	border-bottom: gray dashed thin;
	}

.underline tr:hover	{
	background-color: #DBD7D1;
	}

.magnify , .magnify a{
	color: white;
	background-color: #DBD7D1;
}

/*********************************************************/
/*Training Log Style*/

.left_menu_log{
	/*background: url(../images/menu_right2.png) right top no-repeat white;*/
	
}

.right_content_log{
	background-color: white;
}

.log_side_board {
	color: black;
}
 
 /*current day*/
.log_current_day{
	color: black;
	/*background-color: #C7B4FE;*/
	border: medium black dashed;
}
 
  /*days from other months*/
.log_other_month{
	color: black;
	background-color: #CCCCCC;
 }
	
.daily_note{
	color: white;
	background-color: green;
}

#ui-datepicker-div { display: none; }


#front_bottom h2 {
	color: #4E4E4E;
}


#front-bottom-standard{

}

#front-bottom-weather{

}
#front-bottom-dbstats{

}
#front-bottom-image{

}
.front-image-pic{
	padding: 5px;
}


.quote_line {
	color: #666666;
}
.quote_person {
	color: #666666;	
}

/*======Calendar======*/
#front-calendar{
	border: thin solid #999999;
}


/*====Twitter Feed===*/

ul#twitter_update_list li {
	color: #99999;
	border-bottom: thin solid grey;
}