﻿@charset "utf-8";
/* CSS Document */

@import url('common.css');

/* Fonts */
@font-face {
    font-family: 'open_sans';
    src: url('../../Fonts/opensans-regular-webfont.eot');
    src: url('../../Fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../Fonts/opensans-regular-webfont.woff') format('woff'),
         url('../../Fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../../Fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
	min-height:100%;
}
body {
	background:#fff url(../../images/bg.jpg) repeat;
	color:#5e5b5b;
	font-size:12px;
	font-family:'open_sans';
}
p {
	line-height:18px;
}
a {
	text-decoration:none;
	color:#494848;
}
a:hover {
	color:#0abdeb;
}
img {
	border:none;
}
.clear {
	clear:both;
	width:100%;
	overflow:hidden;
}
#webHolder { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto ; padding-bottom:10px; width: 1120px; }
.wrapper {width:960px; margin:0px auto;}
#container {width:1100px; margin:0px auto 20px;}
/* Header Css */
#header {width:100%; clear:both; height:90px;}
#header .logo {width:280px;}

#header .topmenu {width:auto; width:65%;}
#header .topmenu .topnav {width:100%;}
#header .topmenu .topnav ul li {list-style:none; float:right; position:relative; padding-bottom:5px;}
#header .topmenu .topnav ul li a {font-size:13px; color:#494848; display:block; padding:3px 8px;}
#header .topmenu .topnav ul li a:hover {color:#069bc8;}
#header .topmenu .topnav ul li a .arrowT {width:9px; height:5px; background:url(../../images/topnav-arrow.png) no-repeat top center; float:right; margin:7px 0px 0px 3px;}
#header .topmenu .topnav ul li a:hover .arrowT {background-position:bottom;}
#header .topmenu .topnav ul li a.active {color:#069bc8 !important;}
#header .topmenu .topnav ul li a.active .arrowT {background-position:bottom !important;}

#header .topmenu .topnav ul li .submenu{width:150px; height:auto; margin:auto; position:absolute; background:#fff; top:25px; padding:5px; z-index:9; border-radius: 3px;-moz-border-radius: 3px; -wehkit-border-radius: 3px; display:none;-moz-box-shadow: 0 0 8px #ddd; -webkit-box-shadow: 0 0 8px #ddd; box-shadow: 0 0 8px #ddd; right:-8px;}
#header .topmenu .topnav ul li .submenu .submenu_arrow { width:11px; height:7px; position:absolute; top:-7px; right:15px;}
#header .topmenu .topnav ul li .submenu ul li {float:none !important; width:auto; clear:both; padding:2px 0px; border-bottom:1px dotted #d1d1d1; list-style:none; font-size:11px !important;overflow:hidden;}
#header .topmenu .topnav ul li .submenu ul li a {display:block; font-size:12px !important;}
#header .topmenu .topnav ul li .submenu ul li a:hover {background:#069bc8; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#fff !important;}

#header .topmenu .welcomeNote {width:100%; font-size:13px; color:#696969; overflow:hidden; text-align:right;}
#header .topmenu .welcomeNote a {color:#1380ab; font-weight:600;}

/* Navigation Css */
#nav {width:100%; background:#f3f4f6; height:58px; overflow:hidden; box-shadow: 0px 5px 5px #e8e8e8; -moz-box-shadow: 0px 5px 5px #e8e8e8; -webkit-box-shadow: 0px 5px 5px #e8e8e8;}
#nav .menu ul li {list-style:none; float:left;}
#nav .menu ul li a {font-size:15px; color:#494848; display:block; padding:19px 10px;}
#nav .menu ul li a:hover {background:url(../../images/nav-hover.png) repeat-x; color:#fff;}
#nav .menu ul li a.current {background:url(../../images/nav-hover.png) repeat-x; color:#fff;}

.social {width:auto;}
.social ul li {list-style:none; float:right;}
.social ul li a {display:block;}

/* Slider Css */
#slider {width:720px; background:#f3f4f6; border:1px solid #e3e3e3; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:8px 8px 35px 8px;
box-shadow: 0px 5px 5px #e8e8e8; -moz-box-shadow: 0px 5px 5px #e8e8e8; -webkit-box-shadow: 0px 5px 5px #e8e8e8;}

/* Search Css */
.search {width:100%; overflow:hidden;}
.search h1 {font-size:24px; color:#434343; font-weight:500; border-bottom:1px solid #c4c5c6; background:url(../../images/search.png) no-repeat top left; padding:0px 0px 5px 40px;}
.search ul li {list-style:none; float:left; font-size:14px; color:#000; margin-right:15px;}
.search ul li .searchArea {width:620px; background:#eeebeb; border:1px solid #e3e4e5; box-shadow: 0px 3px 5px #e8e8e8; -moz-box-shadow: 0px 3px 5px #e8e8e8; -webkit-box-shadow: 0px 3px 5px #e8e8e8; border-radius:5px; padding:5px; position:relative;}
.search ul li .searchArea ul li {float:left; margin-right:5px;}
.search ul li .searchArea ul li .searchField {width:415px; height:38px; border:1px solid #DFDEDE; color:#8b8989; font-size:16px; padding:0px 143px 0px 10px;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow: inset 0px 3px 4px #dadada;  -moz-box-shadow: inset 0px 3px 4px #dadada;  -webkit-box-shadow: inset 0px 3px 4px #dadada;}
.search ul li .searchArea ul li .searchIcon{background:url(../../images/search-icon.png) no-repeat; cursor:pointer; font-size:0px; border:0px; width:45px; height:39px; display:block;}
.search ul li .searchBtn {background:url(../../images/btn-bg.jpg) repeat-x; border:1px solid #05a1c9; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#fff; text-transform:uppercase; text-align:center; font-size:15px; text-shadow:1px 1px 1px #448191; padding:9px 15px; cursor:pointer; }

.advance {width:130px; height:auto; position:absolute; top:15px; right:62px;}
.advance a {color:#282828; font-size:14px;}
.advance a:hover {text-decoration:underline; color:#1380AB;}

.advanceSearch {width:620px; margin:0px auto; overflow:hidden; display:none;}
.advanceSearch h2 {font-size:20px; font-weight:500; color:#434343;}
.advanceSearch h2 a {color:#1380AB;}
.advanceSearch ul {margin-top:10px;}
.advanceSearch ul li {list-style:none; overflow:hidden; clear:both; margin-bottom:5px; font-size:12px; color:#5B5B5B; width:100%; }
.advanceSearch ul li .advInput {width:290px; background:#fff; border:1px solid #DFDEDE; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:5px;}
.advanceSearch ul li .closeAdvance {color:#0bc0ee; font-size:12px; font-style:italic;}

/* Box Css */

.linkBox {width:100%;}
.linkBox ul li {list-style:none; float:left; margin-right:20px; width:207px; height:64px; border:1px solid #cfcfcf; border-radius:5px; -moz-border-radius:5px;-webkit-border-radius:5px; background:#ededed; background: -webkit-linear-gradient(top, #fff, #ededed); background: -moz-linear-gradient(top, #fff, #ededed);
background: -ms-linear-gradient(top, #fff, #ededed); background: -o-linear-gradient(top, #fff, #ededed); padding:8px; }
.linkBox ul li img {width:62px; height:62px; border:1px solid #cfcece;}
.linkBox ul li h2 {color:#139cc0; font-size:18px; font-weight:500;}
.linkBox ul li p a {font-size:12px; color:#383838; line-height:15px;}
.linkBox ul li p a:hover {text-decoration:underline;}

/* Table Css */
.postTable{width:470px; height:auto; position:relative; background:#f9f9f9; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.postTable .topHdng{width:auto; height:30px; border-radius:5px 5px 0 0 ; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; background:url(../../images/table-heading-bg.png) repeat-x; font-size:17px; color:#FFFFFF; font-weight:normal; padding:3px 0px 0px 10px; border:1px solid #05a1c9;}
.postTable .tablearrow{width:18px; height:10px; background:url(../../images/table-down-arrow.png) no-repeat; position:absolute; left:15px; top:33px;}
.postTable .contBox{width:auto; height:auto; margin:auto; padding:7px;  border-radius:0 0 5px 5px ; -webkit-border-radius:0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; font-family:Verdana, Arial, Helvetica, sans-serif; border:1px solid #a9a9a9; border-top:0px;}
.postTable .contBox .heading {color:#000 !important; font-size:14px;}
.postTable .contBox ul{line-height:20px; list-style:none;}
.row .heading {color:#000 !important; font-size:14px;}
.row{width:auto; height:auto; padding:3px 0 3px 0; border-bottom:1px solid #cfcfcf; overflow:hidden; color:#5b5b5b; word-wrap:break-word;}
.row .block{overflow:hidden; height:auto;}
ul#scroller { width:455px !important;}
ul#scroller li {list-style:none;}
ul#scroller1 { width:455px !important;}
ul#scroller1 li {list-style:none;}
/* Content Css */
.content {width:auto; background:#fff; border-radius:10px 10px 0px 0px; -moz-border-radius:10px 10px 0px 0px; -webkit-border-radius:10px 10px 0px 0px; box-shadow: 0 0 5px 3px #ededed; -moz-box-shadow: 0 0 5px 3px #ededed; -webkit-box-shadow: 0 0 5px 3px #ededed; padding:15px; height:100%; padding-bottom:50px;}
.content h1 {color:#434343; font-size:24px; font-weight:500; border-bottom:1px solid #c4c5c6; padding-bottom:6px;}
.content h2 {color:#02a1cb; font-size:18px; font-weight:500; border-bottom:1px solid #c4c5c6; padding-bottom:6px;}
.content h4 {color:#02a1cb; font-size:18px; font-weight:500; border-bottom:1px solid #c4c5c6; padding-bottom:6px;}
.content p {font-size:14px; line-height:20px; margin-bottom:15px;}
a.more {color:#0bc0ee; font-size:12px; font-style:italic; background:url(../../images/more-arrow.png) no-repeat 100% 7px; padding-right:20px;}

/* News Css */
.newsticker-jcarousellite { width:300px; margin:20px 0px 0px 0px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:52px; height:52px; background:url(../../images/news-bg.png) no-repeat; color:#0bc0ee; text-align:center;}
.newsticker-jcarousellite .thumbnail span {font-size:24px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; margin-top:3px; display:block;}
.newsticker-jcarousellite .thumbnail p {font-size:12px; text-transform:uppercase; line-height:12px; margin:0px;}
.newsticker-jcarousellite .info { float:right; width:235px; white-space: nowrap; text-overflow: ellipsis; }
.newsticker-jcarousellite .info a { display: block; font-size:13px !important; color:#7b7b7b; line-height:15px;width:170px; white-space: nowrap; text-overflow: ellipsis ;overflow:hidden; }
.newsticker-jcarousellite .info a:hover {color:#0bc0ee;}
.newsticker-jcarousellite .info a:hover {color:#0bc0ee;}

/* Affiliates Css */
.affiliates {width:100%; overflow:hidden;}
.affiliates ul li {list-style:none; float:left; margin-right:8px;}
.affiliates ul li img {border:1px solid #cdcdcd;}

#footer {width:100%; background:#f3f4f6; height:65px; box-shadow: 0px -5px 5px #e8e8e8; -moz-box-shadow: 0px -5px 5px #e8e8e8; -webkit-box-shadow: 0px -5px 5px #e8e8e8;color:#6d6d6d; font-size:11px;}
.footerLinks {margin-top:26px;}
.footerLinks ul li {list-style:none; float:right;  border-left:1px solid #a3a3a4;}
.footerLinks ul li a {display:block; color:#6d6d6d; font-size:11px; margin-left:10px; padding-right:10px;}
.footerLinks ul li a:hover {text-decoration:underline;}

/* -----------------------Inner Page Css -------------------------------- */

.innerSearch { width:432px; height:28px; background:#fff; border:3px solid #ebebeb; border-radius:5px; box-shadow: inset 0px 3px 4px #f1f1f1;  -moz-box-shadow: inset 0px 3px 4px #f1f1f1;  -webkit-box-shadow: inset 0px 3px 4px #f1f1f1; padding:6px 10px 10px 10px;}
.innerSearch ul li {list-style:none; float:left;}
.innerSearch ul li .innerText {background:none; border:0px; width:300px; height:29px; margin-right:5px; color:#666 !important; font-size:14px;}
.innerSearch ul li .searchNow {width:126px; height:32px; border:0px; background:url(../../images/searchNow.png) no-repeat; font-size:0px; display:block; cursor:pointer;}

.breadcrumbs {width:100%; overflow:hidden;}
.breadcrumbs ul li {font-size:11px; color:#616161; list-style:none; float:left; padding-right:15px; background:url(../../images/breadcrumbs.png) no-repeat 100% 60%; margin-left:10px;}
.breadcrumbs ul li a {font-size:11px; color:#616161;}

a.subscribe {background:url(../../images/btn-bg.jpg) repeat-x; border:1px solid #05a1c9; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; color:#fff; text-transform:uppercase; text-align:center; font-size:15px; padding:9px 15px; cursor:pointer;}

.searchResult {width:100%; overflow:hidden;}
.searchResult h2 {color:#494949; font-size:24px; font-weight:normal; border:0px;}

.searchResult .searchHeading { width:auto; border:1px solid #05a1c9; border-radius:5px 5px 0px 0px; -moz-border-radius:5px 5px 0px 0px;  -webkit-border-radius:5px 5px 0px 0px; background:url(../../images/searchHeading.png) repeat-x; height:33px;}
.searchResult .searchHeading h3 {color:#fff; font-size:16px; font-weight:500; text-shadow:1px 0px 1px #089cc3; padding:5px 0px 0px 12px;}
.searchResult .searchContent {background:#f9f9f9; border:1px solid #a9a9a9; border-top:0px; width:auto; height:auto; border-radius:0px 0px 5px 5px; -moz-border-radius:0px 0px 5px 5px;  -webkit-border-radius:0px 0px 5px 5px;} 

.content-primary { width:100%; overflow:hidden; }
.content-primary h3 { color:#5d5c5c; font-size:14px; padding-left:5px; font-weight:normal; cursor:pointer; overflow:hidden;  background:#ccc; background: -webkit-linear-gradient(top, #eee, #ccc); background: -moz-linear-gradient(top, #eee, #ccc); background: -ms-linear-gradient(top, #eee, #ccc); background: -o-linear-gradient(top, #eee, #ccc); height:27px; }
.content-primary .expand { width:7px; height:4px; background:url(../../images/expand.png) no-repeat top center; }
.content-primary .collapes { width:7px; height:4px; background:url(../../images/collapse.png) no-repeat top center; }
.content-primary .contentDesc { padding:8px; display:none; color:#666; font-size:12px; }
.content-primary .contentDesc ul li {list-style:none; display:block; overflow:hidden; margin-bottom:5px;}
.reset {color:#fc3e3e; font-size:11px; text-decoration:underline;}
.reset:hover {color:#000;}

.resultBox {width:100%; overflow:hidden; padding:10px 0px; border-bottom:1px solid #b4b4b4;}
.resultBox h4 {color:#000; font-size:14px; font-weight:500; text-transform:uppercase; padding-bottom:5px; border-bottom:1px dashed #e3e3e3;}

.resultBox .resultLeft {width:315px; padding-right:10px; border-right: 1px solid #e3e3e3; margin-right:10px; float:left;}
.resultBox .resultLeft ul li {list-style:none; display:block; overflow:hidden; font-size:12px; color:#666; font-family:Arial, Helvetica, sans-serif; margin-bottom:5px;}

.resultBox .resultRight {width:300px; float:right;}
.resultBox .resultRight ul li {list-style:none; display:block; overflow:hidden; font-size:12px; color:#666; font-family:Arial, Helvetica, sans-serif; margin-bottom:5px;}

.pagination {width:auto; overflow:hidden;}
.pagination ul li {list-style:none; float:right;}
.pagination ul li a {font-size:14px; color:#fff; display:block; background:#b3b3b3; text-align:center; padding:2px 8px; border-radius:2px; -moz-border-radius:2px;-webkit-border-radius:2px; margin-left:2px;}
.pagination ul li a:hover {background:#04b7ed;}
.pageActive {background:#04b7ed !important;}
.pagination ul li .side {padding:7px 12px 6px;}

.shadow {background:url(../../images/shadow.png) no-repeat left top; padding-left:25px; width:auto;}

.aboutList {width:100%;}
.aboutList ul li {list-style:none; overflow:hidden; display:block; font-size:12px; color:#5e5b5b; line-height:16px; margin-bottom:10px; clear:both; background:url(../../images/breadcrumbs.png) no-repeat left 5px; padding-left:20px;}

/* ----------------- Modify on 17th Jan ---------------------- */

.category {width:200px; height:auto; border:1px solid #e3e3e3; box-shadow: 0px 5px 5px #e8e8e8; -moz-box-shadow: 0px 5px 5px #e8e8e8; -webkit-box-shadow: 0px 5px 5px #e8e8e8;}
.category ul li {list-style:none;  background:#ededed; background: -webkit-linear-gradient(top, #fff, #ededed); background: -moz-linear-gradient(top, #fff, #ededed);background: -ms-linear-gradient(top, #fff, #ededed); background: -o-linear-gradient(top, #fff, #ededed); padding:4px 8px 8px 8px; width:184px; position:relative; border-bottom:1px solid #e3e3e3;}
.category ul li:hover {background:#fff;}
.category ul li a h2 {color:#139cc0; font-size:18px; font-weight:500;}
.category ul li:hover a h2 {color:#000;}
.category ul li a p {font-size:12px; color:#383838; line-height:15px;}
.category ul li a .rightArrow {position:absolute; right:15px; top:20px;}
.category ul li .subCategory {position: absolute; background: #fff; padding: 10px 10px 0 10px; border: 1px solid #e3e3e3; left: 200px !important; width:740px; z-index:9; top:-42px; display:none; box-shadow: 0px 0px 5px 5px #e8e8e8; -moz-box-shadow: 0px 0px 5px 5px #e8e8e8; -webkit-box-shadow: 0px 0px 5px 5px #e8e8e8;}
.category ul li .subCategory h3 {color:#139CC0; font-size:16px; border-bottom:1px dotted #ababab; font-weight:bold; padding-bottom:8px; margin-bottom:10px;}
.category ul li .subCategory .categortBox {width:100%; overflow:hidden; border-bottom:1px dotted #e3e3e3; padding-bottom:10px;  margin-bottom:15px;}
.category ul li .subCategory .categortBox .boxOne {width:23%; float:left; margin-right:10px;}
.category ul li .subCategory .categortBox .boxOne ul li {list-style:none; display:block; overflow:hidden;margin-bottom:5px; background:none !important; border:0px; padding:0px;}
.category ul li .subCategory .categortBox .boxOne ul li a {color:#5B5B5B; font-size:13px; display:block;}
.category ul li .subCategory .categortBox .boxOne ul li a:hover {color:#139CC0;}

/* ----------------- Modify on 18th Jan ---------------------- */

.mainTable {border:1px solid #a9a9a9; width:650px; overflow:auto;}
.tableAll tr {border-bottom:1px solid #a9a9a9;}
.tableAll tr td {padding:2px 5px;border-bottom:1px solid #a9a9a9;border-right:1px solid #a9a9a9;}
tr.tableHeading td {width:auto; background:#ccc; padding:5px; color:#000; text-align:center; font-weight:bold; font-size:12px; overflow:hidden;}

/*------- pop up box --------*/
.popupBox{width:100%; height:100%; margin:auto;background:url(../../images/popUpBoxesBG.png) repeat; display:none; position:absolute; z-index:9999; }
.formArea{width:305px; height:auto; margin:auto; padding:10px 25px 25px 25px; background:#fff; border:1px solid #fff; border-radius:5px; -moz-border-radius:5px ;-webkit-border-radius: 5px;}
.formArea h1 {color: #2a2a2a; font-size: 20px; font-weight: 500; padding:15px 0px;}
.formArea ul li {list-style:none; margin-bottom:10px; font-size:13px;}
.formArea .closePopup {cursor:pointer;}
/*------- pop up box ends --------*/

.inputText { background:#fff; border:1px solid #bfbfbf; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:3px 0px 5px 5px; font-size:12px; color:#222; }
.SelectBox { background:#fff; border:1px solid #bfbfbf; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:3px 3px; font-size:12px; color:#222; }
.textArea { background:#fff; border:1px solid #bfbfbf; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding:3px 3px; font-size:12px; color:#222; font-family:Arial, Helvetica, sans-serif; }
.greyBtn { background:url(../../images/btn-bg.jpg) repeat-x; border:1px solid #bfbfbf; padding:6px 10px; text-align:center; color:#595959; font-size:12px; cursor:pointer; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.greyBtn:hover{background:#0ab6e6;}
/*--------- paid registration box ----*/
.paidRegArea{width:auto; height:auto; padding:auto; margin:auto;}
.paidRegArea .paidRegBox{width:300px; height:190px; margin:auto; float:left; border-right:1px dotted #e2e2e2;}
.paidRegArea .paidRegBox .heading{width:280px; height:30px; padding:10px; text-align:center; font-size:36px; color:#0099CC; }
.paidRegArea .paidRegBox .midBox{width:auto; height:50px; padding:10px; text-align:center; color:#333; font-size:20px;}
.paidRegArea .paidRegBox .bottomBox{width:auto; height:50px; padding:10px; text-align:center; color:#333;}
.paidRegArea .paidRegBox .bottomBox .signupBtn{width:150px; height:40px; padding:10px; text-align:center; color:#fff; background:#0ab6e6 url(../../images/btn-bg.jpg) repeat-x; display:block; margin:auto; border-radius:7px; -webkit-border-radius:7px; -moz-border-radius:7px; border:1px solid #099ec8;}
.paidRegArea .paidRegBox .bottomBox .signupBtn:hover{background:#0ab6e6;}

/*------------- Sign In Box ------------*/
.signInBox{width:345px; height:auto; padding:10px; margin:auto; float:right; margin-right:20px; border:1px solid #e2e2e2; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.signInBox ul li{font-size:14px !important;}
.worldMapShow{width:525px; min-height:350px; height:auto; margin:auto; float:left; background:url(../../images/mapBG.png) repeat no-repeat;}

/* Modify on 4th Feb */
ul.productList li {list-style:none; float:left; margin:0px 15px 15px 0px;} 
ul.productList li a { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; display:block; text-align:center; font-size:16px; font-weight:500;}
ul.productList li a img {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;border:1px solid #ccc;}

ul.dashBoard li {list-style:none;overflow:hidden; display:block; font-size:12px; color:#5e5b5b; line-height:16px; margin-bottom:10px; clear:both; background:url(../../images/breadcrumbs.png) no-repeat left center; padding-left:20px;} 
ul.dashBoard li a { display:block; font-size:13px; font-weight:500;}
.formHeading
{
    background:none repeat scroll 0 0 #F3F4F6; color :#434343; font-size:15px; font-weight :600; padding:5px;    
}


/*----------------------------------Copy Heading----------------------*/
.cmsHeading{font-weight: bold;font-size: 15px;}
.backLink{font-size: 12px;}
.DivHelp
{
    background-color:#ffffff;
    position:absolute;    
    display:none;
    border:2px solid #7F7F7F;
    font-weight:bold;
    font-size:12px;
}

.DivHelpInd
{
    border-bottom:1px dotted #7F7F7F;
    margin-bottom:5px;
}
.blue-button{ background-image:url(../../images/blue-button-right.png); background-position:right; background-repeat:no-repeat; height:27px; padding-left:0px; display:block; padding-right:0px;}