/*------------------------------------------------------------------------
# $JA#PRODUCT_NAME$ - Version $JA#VERSION$ - Licence Owner $JA#OWNER$
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

#ja-cssmenu
{
	margin: 0; /* all lists */
	padding: 0;
	float: right;
}

#ja-cssmenu ul
{
	margin: 0; /* all lists */
	padding: 0;
}

#ja-cssmenu li
{
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	border-right: 1px solid #75AAD2;
	cursor: pointer;
}

#ja-cssmenu li ul
{
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 15.9em;
}

#ja-cssmenu li ul ul
{
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#ja-cssmenu li li
{
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#ja-cssmenu ul a
{
	width: 14.8em;
	width: 10.8em;
}

#ja-cssmenu li:hover ul ul, #ja-cssmenu li:hover ul ul ul, #ja-cssmenu li.sfhover ul ul, #ja-cssmenu li.havechildsfhover ul ul, #ja-cssmenu li.havechild-activesfhover ul ul, #ja-cssmenu li.activesfhover ul ul, #ja-cssmenu li.sfhover ul ul ul, #ja-cssmenu li.havechildsfhover ul ul ul, #ja-cssmenu li.havechild-activesfhover ul ul ul, #ja-cssmenu li.activesfhover ul ul ul
{
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#ja-cssmenu li:hover ul, #ja-cssmenu li li:hover ul, #ja-cssmenu li li li:hover ul, #ja-cssmenu li.sfhover ul, #ja-cssmenu li.havechildsfhover ul, #ja-cssmenu li.havechild-activesfhover ul, #ja-cssmenu li.activesfhover ul, #ja-cssmenu li li.sfhover ul, #ja-cssmenu li li.havesubchildsfhover ul, #ja-cssmenu li li.havesubchild-activesfhover ul, #ja-cssmenu li li.activesfhover ul, #ja-cssmenu li li li.sfhover ul, #ja-cssmenu li li li.havesubchildsfhover ul, #ja-cssmenu li li li.havesubchild-activesfhover ul, #ja-cssmenu li li li.activesfhover ul
{
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li a
{
	display: block;
	text-decoration: none;
	line-height: 32px;
	padding: 0 20px;
	color: #C3DBED;
	font-size: 100%;
	font-weight: bold;
	border-right: 1px solid #2B6484;
}

#ja-cssmenu li a:hover, #ja-cssmenu li a:active, #ja-cssmenu li a:focus
{
	color: #FFFFFF;
}

#ja-cssmenu li:hover, #ja-cssmenu li.sfhover, #ja-cssmenu li.havechildsfhover, #ja-cssmenu li.havechild-activesfhover
{
	color: #FFFFFF;
	background: url(../images/grad2-1.gif) repeat-x top #2B6484;
}

#ja-cssmenu li a.active, #ja-cssmenu li a.active:hover, #ja-cssmenu li a.active:active, #ja-cssmenu li a.active:focus
{
	color: #FFFFFF;
	background: url(../images/grad2-2.gif) repeat-x top #91AE4E;
}

/* 2nd level and above */
#ja-cssmenu li ul
{
	border: 1px solid #2B6484;
	background: url(../images/grad2.gif) repeat-x bottom #5B6133;
}

#ja-cssmenu li ul li
{
	border-bottom: 1px solid #2972A8;
	border-right: none;
	background: none;
}

#ja-cssmenu li ul a
{
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	line-height: normal;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 92%;
}

#ja-cssmenu li.havesubchild, #ja-cssmenu li.havesubchild-active
{
	background: url(../images/arrow3.png) no-repeat 94% 50%;
}

#ja-cssmenu li ul a:hover, #ja-cssmenu li ul a:active, #ja-cssmenu li ul a:focus, #ja-cssmenu ul li:hover, #ja-cssmenu ul li.sfhover, #ja-cssmenu ul li.havesubchildsfhover, #ja-cssmenu ul li.havesubchild-activesfhover, #ja-cssmenu ul ul li:hover, #ja-cssmenu ul ul li.sfhover, #ja-cssmenu ul ul li.havesubchildsfhover, #ja-cssmenu ul ul li.havesubchild-activesfhover
{
	background: url(../images/grad2-1.gif) repeat-x top #2B6484;
	color: #FFFFFF;
}

#ja-cssmenu ul li a.active, #ja-cssmenu ul li a.active:hover, #ja-cssmenu ul li a.active:active, #ja-cssmenu ul li a.active:focus
{
	background: none !important;
	color: #FFFFFF;
	font-weight: bold;
}

/*========================== ComponentArt ==================================*/

.TopMenuGroup
{
	background-image: url(../images/top_group_background.gif);
	background-color: #DBD7D0;
	height: 32px;
}

.TopMenuItem
{
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid black;
	border-right-color: #737373;
	border-top-color: #4C4C4C;
	border-bottom-color: #131413;
	cursor: default;
}

.TopMenuItemHover
{
	color: white;
	background-color: #3D3D3D;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid black;
	border-bottom-color: #AAAAAA;
	cursor: default;
}


.MenuGroup
{
	background-image: url(../images/group_background.gif);
	background-position: right;
	background-color: #DBD7D0;
	border: 1px solid black;
}

.MenuItem
{
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	margin: 1px;
	cursor: default;	
}

.MenuItem td
{
	text-align: right;
}

.MenuItem td nobr
{
	padding-right: 15px;
}

.MenuItemHover
{
	background-color: #FFD700;
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid orange;
	cursor: default;
	padding-right: 15px;
}

.MenuItemHover td
{
	text-align:right;
}

.MenuItemHover td nobr
{
	padding-right: 15px;
}

.MenuBreak
{
	background-image: url(../images/break.gif);
	width: 100%;
	height: 1px;
}

.SelectedItem
{
	color: white;
	background-color: #3D3D3D;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid black;
	border-bottom-color: #AAAAAA;
	cursor: default;
}

.SelectedItem td
{
	text-align:right;
}


.SelectedItem td nobr
{
	padding-right: 15px;
}

/*========================== Tab Container ==================================*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: right;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url("../images/grad3.gif") repeat-x scroll center bottom #A8A8A8;
	border-bottom: 1px solid #999; /*--Makes the active tab look like it's connected with its content--*/
}
ul.tabs li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 1.1em;
	padding: 0 15px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	background-color: #3D3D3D;
	border: 1px solid black;
	border-bottom-color: #AAAAAA;
	color: #FFFFFF;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	
		background: url("../images/top_group_background.gif") repeat-x scroll center bottom #A8A8A8;

	border-bottom: 1px solid #999; /*--Makes the active tab look like it's connected with its content--*/
	color: #FFFFFF;
	
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: scroll;
	clear: both;
	float: right; 
	width: 100%;
	background: #fff;
	height: 390px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.aa
{
	display: table;
}
.detailsview
{
	float: right;
}
.detailsview td
{
	text-align: right;
}

.detailsview a
{
	background-color: #8CB051;
	border-color: #A9C975 #7C9A4A #7C9A4A #A9C975;
	border-style: solid;
	border-width: 2px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	float: left;
	margin-right: 5px;
}
.detailsview a:hover
{
	background-position: 0 -43px;
}
.createuser
{
}
.createuserwizard input
{
	float: right;
	margin-top: 10px;
	background-image: url(../images/button_post.png);
	width: 128px;
	height: 43px;
	line-height: 40px;
	color: #000;
	text-align: center;
	float: left;
}
.createuser a
{
	float: left;
}
.htmlcode
{
	direction: ltr;
	text-align: left;
	float: left;
	padding: 3px 3px 3px 3px;
}
.testimonial .author
{
	float: right;
	font-size: 14px;
	height: 40px;
	margin-right: -1px;
	text-align: right;
	width: 211px;
	z-index: 1;
}
.testimonial .author p
{
	margin-bottom: 0;
}
.testimonial .author h4
{
	margin: 0;
	padding: 0;
}
.testimonial .author_alt
{
	width: 211px;
	float: left;
	background: url(../images/bubble_arrow_left.png) no-repeat right 16px;
	padding-top: 18px;
	text-align: right;
	padding-right: 40px;
	position: relative;
	z-index: 1;
	margin-right: -1px;
	height: 40px;
	font-size: 14px;
}
div#tour_section #video
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 640px;
	height: 498px;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-right: 110px;
	padding: 24px;
	border: 1px solid #e0e0e0;
}
.plan
{
	width: 150px;
	height: 240px;
	float: right;
	margin-bottom: 20px;
	background-color: #000;
	background-image: url(../images/plans_back.png);
}
.plan.titlebar
{
	width: 750px;
	height: 45px;
	background: url(../images/titlebar.png) no-repeat 0 0;
	margin: 20px 0 20px 20px;
	padding-top: 4px;
	float: right;
}
.plan.titlebar div#asan
{
	width: 700px;
	height: 45px;
	background: url(../images/plan_asan.png) no-repeat 0 0;
	color: #FFF;
}
.plancontainer
{
	margin-right: 90px;
}
.plan.web
{
	background-position: 150px 0;
}
.plan.pro
{
	background-position: 300px 0;
}
.plan.simplenet
{
	background-position: 450px 0;
}
.plan.simple
{
	background-position: 600px 0;
}
.plan.light
{
	background-position: 0 0;
}
.plan #current_plan
{
	margin-top: 186px;
	width: 165px;
	text-align: center;
	color: #fff;
	float: left;
}
#plans
{
	width: 770px;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 75px;
}
.row
{
	width: 768px;
	float: right;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	font-weight: bold;
}
.row .future
{
	width: 230px;
	float: right;
	padding-right: 14px;
	font-size: 11px;
	text-align: right;
	line-height: 34px;
	color: #222;
}
.row .column
{
	width: 130px;
	float: right;
	text-align: center;
	line-height: 34px;
	border-right: 1px solid #e0e0e0;
	height: 34px;
	font-size: 11px;
}
.row .column a
{
}
.row .column h4
{
	font-size: 14px;
}
.row.alt
{
	background-color: #f1f1f1;
}
.row .column span
{
	width: 13px;
	height: 13px;
	float: left;
	margin-left: 58px;
	margin-top: 10px;
	font-size: 1px;
	text-indent: -9000px;
	background: url(../images/icon_yes.png) no-repeat;
	margin-bottom: -4px;
}
.row.alt .column span
{
	background-image: url(../images/icon_yes_alt.png);
}
#plans #top
{
	width: 770px;
	height: 60px;
	background-color: #000;
	color: #fff;
	background-image: url(../images/plan_top_back.png);
}
#plans #top .hamplan
{
	width: 130px;
	height: 48px;
	float: right;
	text-align: center;
	padding-top: 12px;
}
#plans #top .hamplan.first
{
	padding-right: 246px;
}
#plans #top .hamplan h3
{
	text-shadow: none;
	font-family: "Trebuchet MS";
	margin: 0;
	color: #FFFFFF;
}
#plans #top .hamplan p
{
	font-size: 11px;
	color: silver;
	margin: 0;
}
a.upgrade, a.downgrade
{
	float: left;
	margin-top: 174px;
	margin-left: 12px;
	background: url(../images/application.png) 0 -1401px;
	color: #fff;
	width: 130px;
	height: 43px;
	line-height: 40px;
	text-align: center;
}
a:hover.upgrade, a:hover.downgrade
{
	background-position: 0 -1444px;
	color: #fff;
}

