/* CSS Document */
.top-cloud{
	background-image: url('../Images/top-cloud.png');
	background-repeat: no-repeat;
	width:981px;
	height:133px;
}
.logo{
	background-image: url('../Images/RotaryTimetableBuilderLogo.png');
	background-repeat: no-repeat;
	width:210px;
	height:99px;
	float:left;
	margin-top:20px;
	margin-left:10px;
}
.login{
	background-image: url('../Images/login.png');
	background-repeat: no-repeat;
	width:150px;
	height:36px;
	float:right;
	margin-top:50px;
	margin-right:10px;
}
.menu{
	background-image: url('../Images/menu.png');
	background-repeat: no-repeat;
	width:980px;
	height:37px;
}
.menu ul{
	margin: 0;
	padding: 0;
	float: left;
}
.menu ul li{
	display: inline;
}
.menu ul li:hover{
	background-image: url('../Images/hover-menu.png');
	background-repeat: no-repeat;	
	height:27px;
	cursor:pointer;
}
.selMenu
{
    background-image: url('../Images/selected-menu.png');
	background-repeat: no-repeat;	
	height:37px;
	display:block;
	margin-top:-8px;
	padding-top:8px;
}
.menu ul li a{
	color: white;
	text-decoration: none;
	display:block;
}
.menu ul li a:visited{
	color: white;
}

.menuPipe{
	float:left;
	background-image: url('../Images/menu-pipe.png');
	background-repeat: no-repeat;
	width:1px;
	height:37px;
}
.homeIcon{
	background-image: url('../Images/home-icon.png');
	width:28px;
	height:28px;
}
.menuItems{
	float:left;
	width:171px;
	padding-top:8px;
	color:#FFFFFF;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;	
	font-size:14px;
	font-weight:500;
}
.testiLeftArrow{
	background-image: url('../Images/left-arrow.png');
	background-repeat: no-repeat;
	width:39px;
	height:55px;
	float:left;	
}
.testiMid{
	background-image: url('../Images/testi-mid.png');
	width:902px;
	height:55px;
	float:left;
}
.testiRightArrow{
	background-image: url('../Images/right-arrow.png');
	background-repeat: no-repeat;
	width:39px;
	height:55px;
	float:left;	
}
.testiText{
	color:#1A1A1A;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	text-align:justify;
	height:55px;line-height:17px;
}
.viewDemo {
    background-image: url("../Images/view-demo.png");
	background-repeat: no-repeat;
	float:left;
    height: 191px;    
	cursor:pointer;
    width: 240px;
}
.smallBlock {
    background-image: url("../Images/small-block.png");
	background-repeat: no-repeat;
	float:left;
    height: 159px;    
    width: 240px;
}
.blockTextHead{
	padding-top:15px;
	padding-bottom:8px;
	color:#1A1A1A;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	font-weight:bold;
}
.blockText{
	padding-top:12px;
	color:#545454;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
}
.footer {
    background-image: url("../Images/footer.png");
	background-repeat: no-repeat;
	float:left;
    height: 82px;    
    width: 981px;
}
.footer ul{
	margin:0;
	padding:0;
	float: none;
}
.footer ul li{
	display: inline;	
}
.footer ul li a{
	color: #545454;
	text-decoration: none;
	
}
.footerMenuText{	
	padding-left:28px;
	padding-right:28px;
	color:#545454;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	font-weight:500;
}
.block{
	border: 1px solid #F7F7F7;
	padding: 0 0;
	text-align: center; 
	width: 972px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 0px 2px 2px;
	-moz-box-shadow: #666 0px 0px 2px 2px;
	box-shadow: #666 0px 0px 2px 2px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#FFFFFF));
	background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
	background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
	background: -ms-linear-gradient(#FFFFFF, #FFFFFF);
	background: -o-linear-gradient(#FFFFFF, #FFFFFF);
	background: linear-gradient(#FFFFFF, #FFFFFF);
	-pie-background: linear-gradient(#FFFFFF, #FFFFFF);	
}
.lblTextHeading{
	color:#282828;
	font-family:"Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;	
	float:left;
	padding-left:40px;
	padding-top:20px;
}
.lblText{
	color:#7D7D7D;
	font-family:"Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;	
	float:left;
	padding-left:40px;
	padding-top:20px;
	width:250px;
	text-align:right;
}
.lblForgotPasswordText{
	color:#7D7D7D;
	font-family:"Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;	
	float:left;
	padding-left:15px;
	padding-top:15px;
	width:250px;
	text-align:right;
}
.lblCapchaText{
	color:#FF0000;
	font-family:"Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;	
	float:left;	
	padding-top:20px;
	width:305px;
	text-align:left;
}
.textBoxDiv{
	padding-top:20px;
	float:left;
	padding-left:15px;
}
.bodyforvideo {
    background-color:#F5F6F7;
}
.textBox{	
	height:22px;	
	border: 2px solid #D9D9D9;	
	text-align: center; 
	width: 300px;	
	-webkit-box-shadow: #EEEEEE 0px 0px 2px 2px;
	-moz-box-shadow: #EEEEEE 0px 0px 2px 2px;
	box-shadow: #EEEEEE 0px 0px 2px 2px;
	background: #FFFFFF;
	text-align:left;
	color:#7D7D7D;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;
}

.btnRegister {
    background-image: url("../Images/Register.png");
	background-repeat: no-repeat;	
    height: 39px;    
    width: 174px;
    cursor:pointer;
    border: 0 none;
}
.registerBlock{
	border: 2px solid #939393;
	padding: 5px 8px 5px 8px;
	text-align: center; 
	width: 250px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 0px;
	-moz-box-shadow: #666 0px 0px 0px;
	box-shadow: #666 0px 0px 0px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#FFFFFF));
	background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
	background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
	background: -ms-linear-gradient(#FFFFFF, #FFFFFF);
	background: -o-linear-gradient(#FFFFFF, #FFFFFF);
	background: linear-gradient(#FFFFFF, #FFFFFF);
	-pie-background: linear-gradient(#FFFFFF, #FFFFFF);
	line-height:20px;	
}
.txtVedioHead{
	padding-top:3px;
	color:#565656;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	
}
.txtVedioDiv{	
	color:#7C7C7C;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	line-height:22px;
	text-align:justify;
	padding-left:20px;
}
.blockforvideo
{	
	padding-left:20px;   
}
.btnWatchDemo{
	background-image: url('../Images/WatchDemo.png');
	background-repeat: no-repeat;
	width:203px;
	height:43px;
}
.descTop{
	background-image: url('../Images/VerticalBlock_Top.png');
	background-repeat: no-repeat;
	width:490px;
	height:13px;
}
.descMid{
	background-image: url('../Images/VerticalBlock_Expand.png');	
	width:490px;
    padding-bottom:10px;
	height:auto;
}
.descBottom{
	background-image: url('../Images/VerticalBlock_End.png');
	background-repeat: no-repeat;
	width:490px;
	height:13px;
}
.verticalBlockExpandHeight{
	background-image: url('../Images/VerticalBlock_Expand.png');	
	width:490px;
	padding-bottom:10px;
	* padding-bottom:5px;
	height:auto;
}
.midBlockLeft{
	background-image: url('../Images/midblock_left.png');	
	background-repeat: no-repeat;
	width:12px;
	height:179px;
}
.midBlockCenter{
	background-image: url('../Images/midblock_center.png');	
	width:956px;
	height:179px;
}
.midBlockright{
	background-image: url('../Images/midblock_right.png');
	background-repeat: no-repeat;
	width:12px;
	height:179px;
}
.body {
    background: url('../Images/gradient_texture.png') repeat scroll 0 0 #E6E6E6;
}
.descHead{
	padding-top:3px;
	color:#565656;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-bottom:3px;
}
.descText{
	padding-top:5px;
	color:#7C7C7C;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	line-height:25px;
	text-align:justify;
	padding-left:20px;
}
.descPaddingText
{
    padding-left:15px;
}
.orderNowTopBloack{
	background: url('../Images/OrderNowBlock.png');
	width:325px;
	height:379px;
	float:left;
}
.orderNowPayByCheque{
	background: url('../Images/PayByCheque.png');
	width:489px;
	height:279px;
	float:left;
}
.orderNowPayByCard{
	background: url('../Images/PayByCreditCard.png');
	width:489px;
	height:279px;
	float:left;
}
.OrderNowHead{
	padding-top:15px;
	color:#565656;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:19px;
	font-weight:600;
	line-height:25px;
	text-align:center;	
}
.OrderNowText{
	padding-top:15px;
	padding-left:45px;
	color:#707070;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	text-align:left;	
}
.OrderNowPriceText{
	padding-top:15px;
	padding-left:45px;
	color:#134EB2;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:25px;
	font-weight:bold;
	line-height:16px;
	text-align:left;	
}
.OrderNowPayText{
	padding-top:25px;	
	width:200px;
	color:#707070;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:28px;
	padding-right:250px;
	text-align:left;	
}
.btnSelectPlan{
	background: url('../Images/SelectPlan.png');
	background-repeat: no-repeat;
	width:203px;
	height:43px;
	cursor:pointer;
	margin-top:50px;
	border:0px;
}
.supportDiv
{
    border: 1px solid #BABABA;
    padding: 10px 0;
    text-align: center; 
    width: 550px;
    height:130px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #F3F3F3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F3F3), to(#FFFFFF));
    background: -webkit-linear-gradient(#F3F3F3, #FFFFFF);
    background: -moz-linear-gradient(#F3F3F3, #FFFFFF);
    background: -ms-linear-gradient(#F3F3F3, #FFFFFF);
    background: -o-linear-gradient(#F3F3F3, #FFFFFF);
    background: linear-gradient(#F3F3F3, #FFFFFF);
    -pie-background: linear-gradient(#F3F3F3, #FFFFFF);
}
.dataEntryDiv
{
    border: 1px solid #BABABA;
    padding: 10px 0;
    text-align: center; 
    width: 550px;
    height:180px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #F3F3F3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F3F3), to(#FFFFFF));
    background: -webkit-linear-gradient(#F3F3F3, #FFFFFF);
    background: -moz-linear-gradient(#F3F3F3, #FFFFFF);
    background: -ms-linear-gradient(#F3F3F3, #FFFFFF);
    background: -o-linear-gradient(#F3F3F3, #FFFFFF);
    background: linear-gradient(#F3F3F3, #FFFFFF);
    -pie-background: linear-gradient(#F3F3F3, #FFFFFF);
}
.OrderNowAddOnsHead{	
	padding-left:5px;
	color:#282828;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	text-align:left;	
}
.OrderNowAddOnsText{	
	padding-left:60px;
	padding-top:5px;
	padding-right:20px;	
	color:#565656;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;	
	line-height:25px;
	text-align:justify;
}
.reviewOrderDiv
{
    border: 0px solid #B9B9B9;
    padding: 0 0;
    text-align: center; 
    width: 280px;
    height:370px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #B9B9B9 0px 0px 3px 5px;
    -moz-box-shadow: #B9B9B9 0px 0px 3px 5px;
    box-shadow: #B9B9B9 0px 0px 3px 5px;
    background: #F3F3F3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F3F3), to(#FFFFFF));
    background: -webkit-linear-gradient(#F3F3F3, #FFFFFF);
    background: -moz-linear-gradient(#F3F3F3, #FFFFFF);
    background: -ms-linear-gradient(#F3F3F3, #FFFFFF);
    background: -o-linear-gradient(#F3F3F3, #FFFFFF);
    background: linear-gradient(#F3F3F3, #FFFFFF);
    -pie-background: linear-gradient(#F3F3F3, #FFFFFF);
}
.reviewOrderText	
{   
    padding-left:20px; 
	padding-top:5px;	
	color:#565656;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;	
	line-height:25px;
	text-align:left;		
}
.reviewOrderPrice{		
	padding-top:5px;
	padding-right:10px;	
	color:#282828;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;	
	line-height:25px;
	text-align:right;		
}
.reviewOrderTotalText	
{   
    padding-left:20px; 
	padding-top:5px;	
	color:#282828;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:19px;	
	line-height:25px;
	text-align:left;		
}
.reviewOrderTotalPrice{		
	padding-top:5px;
	padding-right:10px;	
	color:#282828;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:19px;	
	line-height:25px;
	text-align:right;		
}
.reviewOrderTaxText	
{   
    padding-right:25px;
	color:#565656;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;	
	text-align:right;		
}
.btnConfirmOrder{
	background: url('../Images/ConfirmOrder.png');
	background-repeat: no-repeat;
	width:203px;
	height:45px;
	cursor:pointer;
	margin-top:30px;
	border:0px;
}
.ModalBox
{
    border: 2px solid #737373;
    background-color: #FFFFFF;
    padding: 3px;
}
.ModalBackground 
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: 0.5;
}
.ModalBoxCaption
{
	background-image: url(../Images/TileBGTableCaption.gif);
	background-repeat: repeat-x;	
}
.popupLefttCorner{
	background: url('../Images/popup_LeftCorner.png');
	background-repeat: no-repeat;
	width:27px;
	height:41px;
	float:left;	
}
.popupMidStrip{
	background: url('../Images/popup_Strip.png');
	float:left;
	background-repeat: repeat-x;
	width:326px;
	height:41px;	
}
.popupRightCorner{
	background: url('../Images/popup_rightCorner.png');
	background-repeat: no-repeat;
	width:27px;
	height:41px;	
	border:0px;
	cursor:pointer;
}
.rightCorner{
	background: url('../Images/rightCorner.png');
	background-repeat: no-repeat;
	width:27px;
	height:41px;	
	border:0px;
}
.loginBlock{
	background: url('../Images/login_block.png');
	background-repeat: no-repeat;
	width:422px;
	height:281px;	
	border:0px;
}
.btnCancel
{
    background: url('../Images/Cancel.png');
	background-repeat: no-repeat;
	width:102px;
	height:39px;	
	border:0px;
	cursor:pointer;
}
.btnContinue
{
    background: url('../Images/Continue_Button.png');
	background-repeat: no-repeat;
	width:117px;
	height:38px;	
	border:0px;
	cursor:pointer;
}
.btnLogin
{
    background: url('../Images/login_button.png');
	background-repeat: no-repeat;
	width:117px;
	height:38px;	
	border:0px;
	cursor:pointer;
}
.textBoxPopup{	
	height:22px;	
	border: 2px solid #D9D9D9;	
	text-align: center; 
	width: 250px;	
	-webkit-box-shadow: #EEEEEE 0px 0px 2px 2px;
	-moz-box-shadow: #EEEEEE 0px 0px 2px 2px;
	box-shadow: #EEEEEE 0px 0px 2px 2px;
	background: #FFFFFF;
	text-align:left;
	color:#7D7D7D;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;
}
.OrderingText
{
    font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:#4E4E4E;
}
.buttonOrderingOpts
{    
    clear: none;
    width: 85px;
    height: 25px;
    border-width: 0px;
    background-image: url('../Images/button_sm_bg.png');
    background-color: #E4E4E4;
    text-align: center;
    font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
    text-decoration: none;
}
.CorporateAddress{
	background: url('../Images/CorporateAddress.png');
	width:322px;
	height:385px;
	float:left;
}
.SalesInquiry{
	background: url('../Images/SalesInquiry.png');
	width:322px;
	height:385px;
	float:left;
}
.TechnicalSupport{
	background: url('../Images/TechnicalSupport.png');
	width:322px;
	height:385px;
	float:left;
}
.contactUsText{
	padding-top:40px;
	padding-left:20px;
	color:#4E4E4E;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	text-align:left;
}
.mailTo	{
	color: #3A3AF2;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}
.terms ol{
	font-weight:bold;
	line-height:25px;
}
.terms ol span{
	font-weight:normal;
}
.TestiTop{
	background: url('../Images/testiTop.png');
	width:472px;
	height:14px;	
}
.TestiMid{
	background: url('../Images/testiMid.png');
	width:472px;	
}
.TestiBottom{
	background: url('../Images/testiBottom.png');
	width:472px;
	height:55px;	
}
.CommaTop{
	background: url('../Images/commaTop.png');
	background-repeat: no-repeat;
	width:18px;	
	height:11px;
	margin-left:10px;
}
.CommaBottom{
	background: url('../Images/commaBottom.png');
	background-repeat: no-repeat;
	width:18px;	
	height:11px;
	margin-right:10px;
	float:right;
}
.testimonialText{	
	padding-left:30px;
	padding-right:30px;
	padding-top:2px;
	color:#4E4E4E;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:16px;	
	line-height:25px;
	text-align:justify;
}
.RegisterHere
{
    background: url('../Images/RegisterHere.png');
	background-repeat: no-repeat;
	width:145px;	
	height:38px;	
	border: 0 none;
	cursor:pointer;
}
.FreeTrial
{
    background: url('../Images/FreeTrial.png');
	background-repeat: no-repeat;
	width:145px;	
	height:40px;
	border: 0 none;
	cursor:pointer;
}
.btnPrintInvoice
{
    background: url('../Images/btnPrintInvoice.png');
	background-repeat: no-repeat;
	width:169px;	
	height:38px;
	border: 0 none;	
	cursor:pointer;
}
.btnMyAccount
{
    background: url('../Images/btnMyAccount.png');
	background-repeat: no-repeat;
	width:169px;	
	height:38px;
	border: 0 none;	
	cursor:pointer;
}
.btnPayNow
{
    background: url('../Images/PayNow.png');
	background-repeat: no-repeat;
	width:169px;	
	height:38px;
	border: 0 none;	
	cursor:pointer;
}
.btnDone
{
    background: url('../Images/btnDone.png');
	background-repeat: no-repeat;
	width:168px;	
	height:38px;
	border: 0 none;
	cursor:pointer;
}
.sitemap{
	text-decoration:none;
	color: #7C7C7C;
}
.sitemap ul{
	text-decoration:none;
	color: #7C7C7C;
}
.sitemap ul li{
	text-decoration:none;
	color: #7C7C7C;
}
.sitemap ul li:hover	
{
    text-decoration:none;
	color: #111111;	
}