﻿/* ===========Main Page Layout===========*/
html
{
    scrollbar-arrow-color: #464646;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-darkshadow-color: #999999;
    scrollbar-face-color: #D4D0C8;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-track-color: #e6e6e6;
}

ol
{
    padding: 0px;
    margin: 0px;
}

ol li
{
    padding: 0px;
    margin: 0px;
}

body
{
    background-image: url(../../Resources/images/bg.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}
input[type=text], input[type=password], input[type=file]
{
    background-image: url(../../Resources/Images/textbox3_bg.png);
    background-position: middle left;
    height: 18px;
    background-repeat: repeat-x;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding-left: 5px; /*padding-top: 2px;*/
}
select
{
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding-left: 5px;
}
.Input
{
    background-image: url(../../Resources/Images/textbox3_bg.png);
    background-position: middle left;
    height: 18px;
    background-repeat: repeat-x;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding-left: 5px; /*padding-top: 2px;*/
}
/*===================== Form ======================*/
.Block
{
    background-color: #EFEBE1;
    height: 30px;
    vertical-align: middle;
    border-bottom: solid 1px #ffffff;
    font-size: 11px;
    font-weight: bold;
}
.BlockAlt
{
    background-color: #F7F4F0;
    height: 30px;
    vertical-align: middle;
    border-bottom: solid 1px #ffffff;
    font-size: 12px;
}
.BlockCell
{
    border: solid 1px #ffffff;
    background-color: White;
}
/*=================================================*/

/*===================== Contactus Form ======================*/
.cont_Block
{
    height: 30px;
    vertical-align: middle;
    border-bottom: solid 1px #ffffff;
    font-size: 11px;
    font-weight: bold;
}
.cont_BlockAlt
{
    height: 30px;
    vertical-align: middle;
    border-bottom: solid 1px #ffffff;
    font-size: 12px;
}
.cont_BlockCell
{
    border: solid 1px #ffffff;
    background-color: White;
}
.cont_table
{
    height: 30px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    width: 650px;
    background-color: #D5EEFF;
    border: solid 3px #A8C7D9;
}
/*=================================================*/

/*================== Left Menu ====================*/
ul.LeftMenu
{
    list-style-image: url(../../Resources/Images/bullet_1.png);
    margin-top: 5px;
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.LeftButton
{
    display: block;
    height: 25px;
}
.LeftButton:Hover
{
    display: block;
    height: 25px;
    text-decoration: none;
}
/*=================================================*/

/*===================== GRID ======================*/
.Grid
{
    border: solid 1px #ffffff;
    background-color: White;
}
.GridHeader
{
    background-image: url(../../Resources/Images/grid_hdr.png);
    color: #ffffff;
    font-size: 13px;
    height: 30px;
    padding-left: 10px;
}
.GridHeader a
{
    cursor: pointer;
    text-decoration: none;
    color: White;
    background-image: url(../../Resources/Images/sort_up_down.gif);
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    margin-right: 5px;
}
.GridHeader a:hover
{
    cursor: pointer;
    text-decoration: underline;
    color: White;
    background-image: url(../../Resources/Images/sort_up_down.gif);
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    margin-right: 5px;
}
.GridRow
{
    background-color: #f6f3eb;
    height: 25px;
    text-align: left;
}
.GridRowAlt
{
    background-color: #efebe1;
    height: 25px;
    text-align: left;
}
/*================================================*/
/*=================== BUTTONS ====================*/
.orange_btn1
{
    background: #1D6893 url(../../Resources/Images/orange_btn1.png) no-repeat top left;
    width: 10px;
}
.orange_btn2
{
    background: #1D6893 url(../../Resources/Images/orange_btn2.png) no-repeat top right;
    height: 25px;
    padding-right: 10px;
}
.orange_btn3
{
    background-color: Transparent;
    color: #000;
    cursor: pointer;
    border-style: none;
    font-weight: bold;
    height: 22px;
}
/*================================================*/
/*=================== Loading ====================*/
.LoadingMain
{
    height: 50px;
    width: 150px;
    border: solid 2px #F8B604;
    background-color: #ffffff;
    z-index: 999999;
}
.LoadingText
{
    text-align: right;
    background-color: #ffffff;
}
.LoadingImage
{
    text-align: left;
    padding-top: 2px;
    background-color: #ffffff;
}
.LoadingBackground
{
    background-color: #D1D1D1;
    filter: alpha(opacity=70); /* IE6  -IE7    */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8    */
    opacity: 0.7; /* Mozilla,Opera,and others    */
    z-index: 999998;
}
/*================================================*/
/*================== FormStripe ==================*/
.FormStripe
{
    background-color: #F5F5F5;
}
.FormStripeL
{
    background: #1D6893 url(../../Resources/Images/page_title_left.png) no-repeat top left;
    width: 5px;
    height: 30px;
}
.FormStripeR
{
    background: #1D6893 url(../../Resources/Images/page_title_right.png) no-repeat top right;
    width: 5px;
    height: 30px;
}
.FormStripeC
{
    background: #1D6893 url(../../Resources/Images/page_title_center.png) repeat-x top right;
    height: 30px;
}
/*******************************/
.Required
{
    color: Red;
}

/*================================================*/
.AdminHeader
{
    background-image: url(../../Resources/Images/admin_01.png);
    background-position: middle left;
    height: 88px;
    widows: 1002px;
    text-align: right;
    vertical-align: bottom;
    font-weight: bold;
    padding-right: 10px;
}
.AdminHeader div
{
    padding-bottom: 10px;
}
.AdminHeader span
{
    text-transform: uppercase;
}
.AdminHeader a
{
    text-decoration: none;
    color: #1070C8;
}
.AdminHeader a:hover
{
    text-decoration: underline;
    color: #1070C8;
}

.HeaderStrip
{
    background-image: url(../../Resources/Images/PageHeading.gif);
    background-position: middle left;
    height: 20px;
    width: 1002px;
    background-repeat: repeat-x;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
    border-bottom: solid 1px #C8C8C8; /*   top:0px;     left:0px;     position:absolute;*/
}
.main_tbl
{
    width: 923px;
}
.tophdr_tbl
{
    height: 140px;
    width: 100%;
}
#logo
{
    width: 340px;
    padding-top: 13px;
}
.title
{
    font-size: 20px;
    color: #5BD20D;
    padding-bottom: 5px;
    border-bottom: 1px #cccccc solid;
}
.License_title
{
    font-size: 20px;
    color: #FF7B00;
    padding-bottom: 5px;
    border-bottom: 1px #cccccc solid;
}
.WhatsNew_title
{
    font-size: 20px;
    color: #108BD9;
    padding-bottom: 5px;
    border-bottom: 1px #cccccc solid;
}
.txt
{
    line-height: 20px;
}
.footer
{
    background-image: url(../../Resources/images/footer.jpg);
    background-repeat: repeat-x;
    height: 72px;
    color: #FFFFFF;
}
#FooterText a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}
#FooterText a:hover
{
    text-decoration: underline;
    color: #ffffff;
    font-size: 12px;
}
.FooterInfo
{
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
}
.FooterInfo a
{
    text-decoration: none;
    color: #ffffff;
}
.FooterInfo a:hover
{
    text-decoration: underline;
    color: #ffffff;
}
#topmenu
{
    position: relative;
    font-size: 12px;
}
#topmenu ul
{
    list-style-type: none;
    float: right;
    margin-bottom: 6px;
    width: auto;
}
#topmenu ul li
{
    display: block;
    font-size: 11px;
    padding-top: 6px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    margin-right: 1px;
    background-image: url(../../Resources/images/top_btn.jpg);
    width: 110px;
    height: 21px;
}
#topmenu ul li a
{
    color: #FFFFFF;
    text-decoration: none;
}
#topmenu ul li a
{
    color: #FFFFFF;
    text-decoration: none;
}
#topmenu ul li.current
{
    display: block;
    font-size: 11px;
    padding-top: 6px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    margin-right: 1px;
    background-image: url(../../Resources/images/top_btn_active.jpg);
    width: 110px;
    height: 21px;
}

/************************************************************/
.ValidatorStyle
{
    background-image: url('../../Resources/images/exclamation_mark.gif');
    background-repeat: no-repeat;
    padding: 0px 0px 0px 18px;
    font-size: 11px;
}
.errormsg
{
    background-position: left;
    background-repeat: no-repeat;
    border: solid 1px #BBBBBB;
    color: #FB0F0C;
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
    background-image: url('../../Resources/images/errormsg.png');
    background-color: #F5F5F5;
    padding: 5px 5px 5px 20px;
}
.successmsg
{
    font-size: 11px;
    background-position: left;
    background-repeat: no-repeat;
    border: solid 1px #106110;
    color: #3D993D;
    font-weight: bold;
    display: inline-block;
    background-color: #E7FBE7;
    background-image: url('../../Resources/images/successmsg.png');
    padding: 5px 5px 5px 20px;
}
.infomessage
{
    background-position: left;
    background-repeat: no-repeat;
    border: solid 1px #FAB414;
    color: #9F4C27;
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
    background-image: url('../../Resources/images/infomessage.png');
    background-color: #FBE3A5;
    padding: 5px 5px 5px 20px;
}

.modalBackground
{
    background-color: #D1D1D1;
    filter: alpha(opacity=70); /* IE6  -IE7    */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8    */
    opacity: 0.7; /* Mozilla,Opera,and others    */
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 200px;
}
.TitleBar
{
    background-image: url('../../Resources/images/title_bg.gif');
    height: 30px;
}
.HandIcon
{
    cursor: pointer;
}
.ftb1
{
    background-image: url(../../Resources/Images/textbox1_bg.png);
    background-position: middle left;
    height: 19px;
    background-repeat: repeat-x;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding-left: 5px;
    width: 200px; /*padding-top: 2px;*/
}
.ftb2
{
    background-image: url(../../Resources/Images/textbox2_bg.png);
    background-position: top left;
    background-color: #ffffff;
    height: 100px;
    background-repeat: repeat-x;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 2px;
}
.disable
{
    border: 1px solid #999;
    background-color: #ddd;
}

.top_left
{
    background-image: url(../../Resources/Images/top_left.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
}
.top_right
{
    background-image: url(../../Resources/Images/top_right.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
}
.middle_top
{
    background-image: url(../../Resources/Images/middle_top.gif);
    background-repeat: repeat-x;
    height: 15px;
}
.bottom_left
{
    background-image: url(../../Resources/Images/bottom_left.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
}
.bottom_right
{
    background-image: url(../../Resources/Images/bottom_right.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
}
.middle_bottom
{
    background-image: url(../../Resources/Images/middle_bottom.gif);
    background-repeat: repeat-x;
    height: 15px;
}

.middle_left
{
    background-image: url(../../Resources/Images/middle_left.gif);
    background-repeat: repeat-y;
    background-position: left center;
    width: 15px;
}
.middle_right
{
    background-image: url(../../Resources/Images/middle_right.gif);
    background-repeat: repeat-y;
    background-position: right center;
    width: 15px;
}
.middle_Centre
{
    background-color: #C5E4FC;
}

/*=========== Grid Header============*/

.grid_header
{
    background-image: url(../../Resources/Images/grid_header.gif);
    background-repeat: repeat-x;
}

/*=========== Text Style ============*/
.ts1
{
    font-size: 11px;
}

/********************/

.Logout
{
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
    cursor: hand;
    text-decoration: none;
    background-image: url(../../Resources/Images/Logout.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    display: block;
    height: 32px;
    width: 144px;
}
.Logout:hover
{
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
    cursor: hand;
    text-decoration: none;
    background-image: url(../../Resources/Images/LogoutOver.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

/**************************/
.ContectPlaceHolderContainer
{
    width: 100%;
    background-color: White;
    min-height: 510px;
}
.Container
{
    border: solid 0px #F3F3F3;
}

/***********************/

.Requiredfv
{
    color: Red;
    font-size: 10px;
}
/**********************/
.BoldRowOfGrid
{
    font-weight: bold;
}

/************************/
#AncillaryMaterials a
{
    font-size: 12px;
    color: Black;
    text-decoration: underline;
}
#AncillaryMaterials a:hover
{
    font-size: 12px;
    color: Black;
    text-decoration: underline;
}
#AncillaryMaterials th
{
    font-size: 12px;
    font-weight: bold;
    color: Black;
    text-align: left;
}
#PresentationTitle td
{
    padding-left: 5px;
    font-size: 10px;
    color: Black;
}
.FaqQuestion
{
    font-weight: bold;
    color: #F25C05;
    font-size: 12px;
}
.FaqAns
{
    color: Black;
    font-size: 12px;
    text-align: justify;
}
.NewsTitle
{
    font-weight: bold;
    color: #F25C05;
    font-size: 12px;
    width: 15%;
}
.NewsDetails
{
    font-weight: bold;
    color: #F25C05;
    font-size: 12px;
}
/************************/

.Input-Width280
{
    width: 280px;
}
.Input-Width288
{
    width: 288px;
}
.Input-Width208
{
    width: 208px;
}
.Input-Width200
{
    width: 200px;
}

#TablePrint
{
    border: solid 1px black;
    border-collapse: collapse;
    width: 80%;
}
#TablePrint td
{
    height: 30px;
    border: solid 1px black;
    vertical-align: middle;
    font-size: 12px;
}

/*Reorder List*/
.dragHandle
{
    width: 10px;
    height: 15px;
    background-color: #FBA919;
    cursor: move;
    border: outset thin white;
}

.callbackStyle
{
    border: thin blue inset;
}

.callbackStyle table
{
    background-color: #5377A9;
    color: Black;
}


.reorderListDemo li
{
    list-style: none;
    margin: 2px;
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.dragVisualContainer li
{
    list-style: none;
    background-image: url(images/bg_nav.gif);
    background-repeat: repeat-x;
    color: #FFF;
}

.reorderListDemo li a
{
    color: #FFF !important;
    font-weight: bold;
}

.reorderCue
{
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea
{
    margin-left: 15px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
    text-align: left;
}

#ctl00_ContentPlaceHolder1_rdlEventsAndNews hr
{
    clear: both;
    border-style: none;
    height: 10px;
}
#ctl00_ContentPlaceHolder1_rdlEventsAndNews ul
{
    list-style-type: none;
}

#ctl00_ContentPlaceHolder1_rdlEventsAndNews td
{
    vertical-align: top;
}
.Heading
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.Content
{
    padding-left: 20px;
}

/*CSS for Water mark text box*/

.unwatermarked
{
    color: Black;
}

.watermarked
{
    background-color: #F0F8FF;
    color: Navy;
}

.tab1
{
    background-image: url(../../Resources/images/Product1.png);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 151px;
    width: 206px;
    font-family: verdana;
    font-size: 15px;
    color: #000000;
    text-align: center;
    vertical-align: top;
    line-height: 22px;
}
.tab1 a
{
    text-decoration: none;
    color: #000000;
}

.tab2
{
    background-image: url(../../Resources/images/Product2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 151px;
    width: 206px;
    font-family: verdana;
    font-size: 15px;
    color: #000000;
    text-align: center;
    vertical-align: top;
    line-height: 22px;
}

.tab2 a
{
    text-decoration: none;
    color: #000000;
}

.tab3
{
    background-image: url(../../Resources/images/Product3.png);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 151px;
    width: 206px;
    font-family: verdana;
    font-size: 15px;
    color: #000000;
    text-align: center;
    vertical-align: top;
    line-height: 22px;
}

.tab3 a
{
    text-decoration: none;
    color: #000000;
}

.tab4
{
    background-image: url(../../Resources/images/Product4.png);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 151px;
    width: 206px;
    font-family: verdana;
    font-size: 15px;
    color: #000000;
    text-align: center;
    vertical-align: top;
    line-height: 22px;
}

.tab4 a
{
    text-decoration: none;
    color: #000000;
}

.tab5
{
    background-image: url(../../Resources/images/Product5.png);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 151px;
    width: 206px;
    font-family: verdana;
    font-size: 15px;
    color: #000000;
    text-align: center;
    vertical-align: top;
    line-height: 22px;
}

.tab5 a
{
    text-decoration: none;
    color: #000000;
}

/*******************************/
.expireAlert
{
    font-family: Verdana;
    font-size: 11px;
    background-color: Red;
    color: White;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
}

.SearchTextBox
{
    color: White;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    height: auto;
    margin: 0px 0px 0px 0px;
    background-color: #25B6E3;
    padding: 4px 4px 0px 4px;
    cursor: hand;
}

.SearchTextBoxBorder
{
    border: solid 1px #4692E9;
    border-top-style: none;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    cursor: hand;
    z-index: 1000;
    overflow: auto;
    overflow-x: hidden;
    max-height: 300px;
}

.SearchTextBoxHightlight
{
    color: #FFFFFF;
    text-align: left;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    height: auto;
    border-top-style: none;
    margin: 0px 0px 0px 0px;
    background-color: #4093E9;
    padding: 4px 4px 0px 4px;
    cursor: hand;
}

.ButtonCss
{
    background-color: Black;
    color: White;
    border: solid 1px black;
    cursor: pointer;
}

/* Reorder List Start */
.ClsDragHandle
{
    background-image: url( '../../Resources/images/drag_handle.gif' );
    background-color: #fAf9f8;
    border: thin outset white;
    cursor: move;
    height: 15px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.ClsCallBackStyle
{
    border: thin inset blue;
}
.ClsCallBackStyle table
{
    background-color: #5377A9;
    color: Black;
}
.ClsReorderListContainer
{
    width: 99%;
    font-size: 8pt;
}
.ClsReorderListContainer ul
{
    margin: 0px;   
   background-color:#EEEEEE
}
/* for 7*/
*:first-child + html .ClsReorderListContainer li
{
    background-repeat: repeat-x;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin-left:-18px; 
    padding: 4px 0px 4px 0px;
    background-color:#EEEEEE
}
/* for 8*/

.ClsReorderListContainer li
{
    background-repeat: repeat-x;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin-left:-38px; 
    padding: 4px 0px 4px 0px;
    background-color:#EEEEEE
}
.ClsReorderListContainer li a
{
    color: #0000FF !important;
}

.ClsReorderCue
{
    border: thin dashed black;
    height: 25px;
    width: 99%;
}
.ClsItemArea
{
    text-align: left;
    background: #FFFFFF;
    width: 99%;
    border: Solid 1px black;
    float: left;
}
/* Reorder List End */

/* style questions in admin view*/ 
.AnswerLetter
{
   font-weight:bold;
}
.QuestionView
{
   
   font-size:12px;
}
/* style questions in admin view ends here*/ 