/* Common for whole document */
* {
    margin: 0;
    padding: 0;
}

/* class for display content */
.wrapper {
    width: 100%;
    overflow: hidden;
}

.wrapper-1 {
    width: 100%;
}

.clear {
    clear: both;
    font-size: 0%;
    line-height: 0%;
    height: 0;
}

/* common for all input tag, select and textarea for vertical-align and font-weight*/
input, select, textarea {
    vertical-align: middle;
    font-weight: normal;
}

/* common for all img tag for thier border, vertical-align and text-align */
img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

/* common for all ul and ol for list-style */
ul, ol {
    list-style: none;
}

/* common for all embedded object control for their vertical-align */
object {
    vertical-align: top;
}

/* common for all anchor tag color */
a {
    color: #f89019;
    font-size:1.083em;
    text-decoration:none;
}

/* common for all anchor tag hover color */
a:hover {
    text-decoration: underline;
}

/* default for all body tag document */
body {
    background: #282524;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1em;
    color: #6d6d6d;
}

/* common for all h2 tag */
h2 {
    padding: 0 0 10px 1px;
    line-height: 1.2em;
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
    color: #1c1c1c;
}

/* common for all h3 tag */
h3 {
    padding: 0 0 12px 0;
    line-height: 1.133em;
    font-size: 1.25em;
    font-weight: bold;
    font-style: italic;
    color: #1c1c1c;
}

/* common for all h3 tag with extra class*/
h3.extra {
    padding: 0 0 17px 0;
    font-weight: normal !important;
}

/* class for those element who want its position to left */
.col-1, .col-2, .col-3, .col-4 {
    float: left;
}

/* class for row based content */
.row-1 {
    padding: 0 0 68px 0;
}

/* class for row based content */
.row-3 {
    padding: 60px 0 0 0;
}

/* used for top-right background image */
#tail-top-right {
    background: url(../images/tail-top-right.jpg) repeat-x 0% 0%;
    width: 50%;
    height: 355px;
    position: absolute;
    top: 0;
    right: 0;
}

/* used for top background image */
#tail-top {
    background: #fff url(../images/tail-top.jpg) repeat-x 0% 0%;
}

/* used for bottom backgroud image */
#tail-bot {
    background: url(../images/tail-bot.jpg) repeat-x 0% 100%;
}

/* used for main container in center pasition */
#main {
    width: 980px;
    margin: 0 auto;
    font-size: 0.75em;
}

/* user for header background image */
#header {
    background: url(../images/header.jpg) no-repeat 3px 0%;
    position: relative;
    height: 355px;
}

/* common for all header ul tag */
#header ul {
    position: absolute;
    top: 0;
    left: 350px;
}

/* common for all header li tag */
#header ul li {
    float: left;
    padding: 0 5px 0 0;
}

/* used for logo position */
#logo {
    position: absolute;
    top: 15px;
    left: 33px;
    background:transparent url(../images/logo.png) no-repeat;
    height:78px;
    width:207px;
}

/* used for content between header and footer */
#content {
    padding: 28px 33px 33px 33px;
    min-height: 150px;
}

/* used for p tag */
#content p {
    padding: 0 0 20px 0;
    line-height: 1.308em;
    font-size: 1.083em;
}

/* used for em into p tag */
#content p em {
    float: right;
    padding: 0 60% 0 0;
    font-style: normal;
}

/* used for p tag padding */
#content p.extra {
    padding: 0 0 4px 0 !important;
}

/* used for p tag padding */
#content p.extra1 {
    padding: 0 0 17px 0;
}

/* used for p tag padding */
#content p.extra2 {
    padding: 0 0 14px 0;
}

/* used for p tag padding */
#content p.extra3 {
    padding: 0 0 22px 0;
}

/* class for button */
.link {
    background: url(../images/link-left.gif) no-repeat 0% 0%;
    display: inline-block;
    height: 31px;
    float: left;
    overflow: hidden;
    font-size: 1.083em;
    text-decoration: none;
    color: #fff;
}

/* class for button span */
.link span {
    background: url(../images/link-right.gif) no-repeat 100% 0%;
    display: inline-block;
}

/* class for button recursive span */
.link span span {
    background: url(../images/link-tail.gif) repeat-x 0% 0%;
    display: inline-block;
    height: 31px;
    margin: 0 5px 0 18px;
    padding: 0 6px 0 4px;
    line-height: 29px;
}

/* used for button hover */
.link:hover span span {
    cursor: pointer;
    text-decoration: underline;
}

/* used for Read more link */
.link-1 {
    background: url(../images/link-marker.gif) no-repeat 1px 5px;
    padding: 0 0 0 14px;
    line-height: 1.667em;
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
    color: #f89019;
}

/* used for serator between two cols */
.line-ver-1 {
    background: url(../images/line-ver.gif) repeat-y;
}

/* used for serator between two cols */
.line-ver-2 {
    background: url(../images/line-ver.gif) repeat-y;
}

/* used for serator between two cols */
.line-ver-3 {
    background: transparent url(../images/line-ver.gif) repeat-y scroll 425px 0;
}

/* Below css is used for rounded corner box */
/* used for box top image */
.box .border-top {
    background: #fff url(../images/border-top.gif) repeat-x 0% 0%;
}

/* used for box bottom image */ 
.box .border-bot {
    background: url(../images/border-bot.gif) repeat-x 0% 100%;
}

/* used for box left image */ 
.box .border-left {
    background: url(../images/border-left.gif) repeat-y 0% 0%;
}

/* used for box right image */ 
.box .border-right {
    background: url(../images/border-right.gif) repeat-y 100% 0%;
}

/* used for box top-left corner image */ 
.box .corner-top-left {
    background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
}

/* used for box top-right corner image */ 
.box .corner-top-right {
    background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
}

/* used for box bottom-left corner image */ 
.box .corner-bot-left {
    background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
}

/* used for box bottom-right corner image */ 
.box .corner-bot-right {
    background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
    width: 100%;
}

/* used for box inner content */ 
.box .inner {
    min-height: 196px;
    height: auto !important;
    height: 196px;
    padding: 33px 30px 31px 35px;
    margin-top: 35px;
}


dl dt {
    line-height: 1.2em;
    font-size: 1.25em;
    font-style: italic;
    color: #1c1c1c;
}

/* common for dd tag of dl tag */
dl dd {
    padding: 0 0 17px 0;
    line-height: 1.308em;
    font-size: 1.083em;
    color: #6d6d6d;
}

/* used for footer of the page */
#footer {
    height: 79px;
}

/* used for footer p tag */
#footer p {
    padding: 24px 0 1px 0;
    font-size: 0.833em;
    text-transform: uppercase;
    text-align: center;
    color: #808080;
}

/* used for footer span into p tag */
#footer p span {
    margin: 0 5px 0 0;
    color: #fff;
}

/* used for footer a tag into p tag */
#footer p a {
    margin: 0 0 0 6px;
    text-transform: none;
    text-decoration: none;
    font-size: 1.2em;
    color: #808080;
}

/* used for footer a tag hover into p tag */
#footer p a:hover {
    text-decoration: underline;
}

/* used for footer link container */
#container {
    position: relative;
    overflow: hidden;
}

/* used for footer link container inner */
#container .inner {
    position: relative;
    float: left;
    left: 50%;
    text-align: center;
}

/* used for footer link container recursive inner */
#container .inner .inner {
    position: relative;
    float: left;
    left: -50%;
}

/* used for footer link container ul li */
#container ul li {
    background: url(../images/footer-divider.gif) no-repeat 0% 4px;
    float: left;
    padding: 0 11px 0 10px;
    color: #808080;
}

/* used for footer link container a tag in li tag */
#container ul li a {
    text-decoration: none;
    color: #808080;
}

/* used for footer link container a tag hover in li tag */
#container ul li a:hover {
    text-decoration: underline;
}

/* used for footer link container a tag active link in li tag */
#container ul li#act a {
    text-decoration: underline;
}

#container ul li.extra {
    background: none;
}

/* used for rounded fixed width login box */
#login
{
    width:470px;
    background: transparent;
    overflow:hidden;
    margin:0px auto;
}

/* login box top image */
#login-top
{
    width:470px;
    background: transparent url(../images/login-box-top.gif) no-repeat;
    height: 22px;
}

/* login box background image */
#login-bg
{
    width:470px;
    background: #fff url(../images/login-box-bg.gif) repeat-y;
    overflow:hidden;
}

/* login box bottom image */
#login-bottom
{
    width:470px;
    background: transparent url(../images/login-box-bottom.gif) no-repeat;
    height:22px;
}

/* login box subdivision */
#login .subdiv
{
    width:420px;
    margin:0px auto;
    overflow: hidden;
}

/* login/formlayout box h1 tag */
#login h1, 
#formlayout h1 {
    
    border-bottom:1px dotted #171717;
    color:#171717;
    font-size:20px;
    margin-bottom:14px;
    margin-top: 8px;
    padding-bottom:18px;
}

/* class for p tag in formlayout id */
#formlayout-bg p
{
    padding: 8px 1px 20px 5px;
    line-height: 1.308em;
    font-size: 1.083em;
    text-align:justify;
}

/* class for p and span tag in formlayout id */
#formlayout-bg p span
{
    margin-left:0px;
}

/* login/formlayout box seprator between two forms/tables/div */
#login .userdiv, 
#formlayout .userdiv
{
    width:100%;
    background: #fff url(../images/login-seprate.gif) no-repeat scroll center bottom; 
}

/* login box forgot password */
#login .forgotpassdiv
{
    width:100%;
    margin-top:15px;
}  

/* login/formlayout box span and label */
#login span,label,
#formlayout span,label
{
    color: #626262;
    line-height: 1.23em;
    font-size: 13px
}
 
/* fixed width rounded box layout for wide with */
#formlayout
{
    width:670px;
    background: transparent;
    overflow:hidden;
    margin:0px auto;
}

/* formlayout box top image */
#formlayout-top
{
    width:650px;
    background: transparent url(../images/top.gif) no-repeat;
    height: 22px;
}

/* formlayout box repeat background image */
#formlayout-bg
{
    width:650px;
    background: #fff url(../images/bg.gif) repeat-y;
    overflow:hidden;
}

/* formlayout box bottom image */
#formlayout-bottom
{
    width:650px;
    background: transparent url(../images/bottom.gif) no-repeat;
    height:22px;
}

/* class for dropdown box */
.selectcss
{
    border:1px solid #9C9C9C;
    padding:3px; 
    color:#666666;
    font-size:11px;
    font-family:Tahoma,Arial,sans-serif;
    margin-bottom:5px;
}

/* class for input textbox*/
.txtcss
{
    border:1px solid #9C9C9C;
    padding:1px 3px;
    font-size: 12px;
}

/* class for textarea */
.txtareacss
{
    border:1px solid #9C9C9C;
    margin-bottom: 5px; 
    color:#666666;
    font-size:11px;
    font-family:Tahoma,Arial,sans-serif;
}

/* class for input checkbox*/
.chkcss
{
    padding:0px 5px !important;
    margin :0px 5px !important;
    vertical-align:middle !important;
}

/* class for input button */
.btncss
{
    border:1px solid #9C9C9C;
    padding: 1px 2px;
    font-family:Verdana;
    cursor:pointer;
}

/* class for user default page Add Renew subcription tab */
.TdPaddingAddRenewSubscriptionMemberDefaultPage
{
    padding-left:10px;
}

/* class for user default page Payment Grid th */
.gridPayment th {
   background:#fff url(../images/gridheader.gif) repeat-x;
   height: 31px;
   font-weight:bold;
   font-size:12px;
   text-align:center;
   color:#F7B809;
}

/* class for user default page Payment Grid td */
.gridPayment td {
   padding-left:10px;
   border:solid 1px #DFDFDF;
   background-color:#EFEFEF;
   height:25px;
}

/* class for required field indicator */
.star{
    color: #BD2801 !important;
    font-size: 12px !important;
}

/* Below two class is used when user redirect to protected folder. It show the timer counter */
div.counter {
    margin-top: 5px;
    color: blue;
    font-size: 37pt;
    cursor: default;
}
div.info {
    margin: 0 auto;
    text-align: left;
    font-size: smaller;
    width: 80%;
    margin-top: 2em;
}

/* You must create below four class for your page button. If you can't create it then the button will not look well */
/* class for bigger size button */
.bigger-button{
    background:#fff url(../images/btn3.gif) no-repeat;
    width:152px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 6px 0 18px;
    border:0px;
}

/* class for big size button */
.big-button{
    background:#fff url(../images/btn2.gif) no-repeat;
    width:122px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 6px 0 12px;
    border:0px;
}

/* class for normal size button */ 
.normal-button{
    background:#fff url(../images/btn1.gif) no-repeat;
    width:100px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 6px 0 12px;
    border:0px;
}

/* class for small size button */
.small-button{
    background:#fff url(../images/btn0.gif) no-repeat;
    width:77px;
    color:#fff;
    font-size:13px;
    display:inline-block;
    height:22px;
    margin:0px 5px 0 0px;
    padding:0px 0px 0 4px;
    border:0px;
}

/* class for user error message */
.errormsg{
    color: red;
    font-weight: bold;
}

/* class for user success message */
.succmsg{
    color: green;
    font-weight: bold;
}

/* class used for left position */
.fleft {
    float: left;
}

img.fleft {
    margin: 2px 21px 22px 0;
}

img.fleft1 {
    float: left;
    margin: 2px 21px 0 0;
}

.fright {
    float: right;
}

.col-1, .col-2, .col-3, .col-4 {
    float: left;
}

.block-1, .block-2, .block-3, .block-4 {
    float: left;
    overflow: hidden;
}

#header-title1 {
    position: absolute;
    top: 187px;
    left: 61px;
}

#header-title2 {
    position: absolute;
    top: 173px;
    left: 229px;
}

#header-title3 {
    position: absolute;
    top: 187px;
    left: 393px;
}

#header-title4 {
    position: absolute;
    top: 274px;
    left: 461px;
}

#slogan {
    position: absolute;
    top: 190px;
    left: 547px;
}

#content p.no-indent {
    padding: 0 0 0 0;
}

.info-box {
    background: url(../images/box-bg2.jpg) no-repeat 0% 0%;
    width: 315px;
    height: 163px;
    padding: 26px 40px 20px 52px;
}

.info-box ul {
    padding: 2px 0 5px 168px;
}

.info-box ul li {
    background: url(../images/marker.gif) no-repeat 0% 11px;
    padding: 0 0 0 9px;
    line-height: 2em;
    color: #fff;
}

.info-box ul li a {
    color: #fff;
}

.info-box span {
    display: block;
    padding: 10px 0 0 168px;
}

.info-box span a {
    background: url(../images/link-bg.gif) no-repeat 0% 0%;
    display: block;
    width: 90px;
    height: 31px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
    font-size: 1.083em;
    font-weight: bold;
    color: #fff;
}

.info-box span a:hover {
    text-decoration: underline;
}

.info-box-1 {

    margin: 0 0 0 -5px;
    padding: 0 0 0 0px;
}

.info-box-1 p {
    padding: 0 0 17px 0 !important;
}

.info-box-2 {

    margin: 0 0 0 -5px;
    padding: 0 0 0 0px;
}

.info-box-2 p {
    padding: 0 0 17px 0 !important;

}

.info-box-3 {

    margin: 0 0 0 -5px;
    padding: 0 0 0 0px;
}

.title {
    min-height: 30px;
    height: auto !important;
    height: 30px;
    padding: 0 0 7px 0;
}

.title-1 {
    min-height: 37px;
    height: auto !important;
    height: 37px;
    padding: 0 0 22px 0;
}

.title-2 {
    min-height: 37px;
    height: auto !important;
    height: 37px;
    padding: 0 0 7px 0;
}

.list {
    margin: -4px 0 0 0;
}

.list li {
    background: url(../images/marker-1.gif) no-repeat 1px 9px;
    padding: 0 0 0 13px;
    line-height: 2.6em;
    font-size:1.083em;
    color: #6d6d6d;
}

.list li a {
    color: #6d6d6d;
}

.list-1 li {
    background: url(../images/marker-1.gif) no-repeat 1px 8px;
    padding: 0 0 0 13px;
    text-transform: uppercase;
    line-height: 2.6em;
    font-size:1.083em;
    color: #6d6d6d;
}

.list-1 li a {
    color: #6d6d6d;
}

.list-indent {
    padding: 0 0 12px 0;
}

.list-indent1{
    margin: -7px 0 0 0;
    padding: 0 0 20px 0;
}
