/*
#------------------------------------------------------------------------
# AppsPro Tech - March Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

#gkBottom1 {
	color: #555152; 
	}

.big .gkTabsWrap.vertical ol li {
	color: #68a36c!important;
	}
	
.newLogin a {
   float: left;
   font-size: 10px;
   font-weight: bold;
   height: 20px;
   line-height: 21px;
   padding: 0 12px;
   text-transform: uppercase;
   background: #99173C;
   color: #68a36c;
   text-shadow: 0 1px 1px #fff;

   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   position: relative;
   left: 10px;
   margin-top: 5px;

   -webkit-transition: background 0.2s ease-out;
   -moz-transition: background 0.2s ease-out;
   -o-transition: background 0.2s ease-out;
   -ms-transition: background 0.2s ease-out;
   transition: background 0.2s ease-out;
}
.newLogin a:hover {
background: #ffffff;
}