﻿body
{
    margin: 0px;
}
#bodybg
{
    background: url(images/background.jpg) #d7e9f7 repeat-x;
}
.LotusHeaderbg
{
    background: url(images/subnav.jpg) repeat-x;
    height: 42px;
}
#header .row-2
{
}
  
/*--- kwicks ---*/
.kwicks-box
{
    background: url(images/slider-bg.gif) no-repeat 0 0;
    padding: 7px 1px 0 4px;
}

.kwicks
{
    /* recommended styles for kwicks ul container */
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 980px;
    height: 391px;
    background: #393939;
}
.kwicks li
{
    /* these are required, but the values are up to you (must be pixel) */
    width: 195px;
    height: 391px; /*do not change these */
    display: block;
    overflow: hidden;
    padding: 0; /* if you need padding, do so with an inner div (or implement your own box-model hack) */
    cursor: pointer;
}
.kwicks li img
{
    float: right;
}
.kwicks li.active
{
}
.kwicks.horizontal li
{
    /* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
    margin-right: 0; /*Set to same as spacing option. */
    float: left;
}

.kwicks li span
{
    display: block;
    width: 35px;
    height: 391px;
    position: absolute;
}
.kwicks li a
{
    display: block;
    left: 0;
    top: 315px;
    background: url(images/slide-link1.gif) no-repeat 0 0;
    width: 35px;
    height: 66px;
    text-indent: -9999em;
    position: absolute;
}

.kwicks li.kwick1
{
    background: url(images/slide5.jpg) no-repeat 100% 0;
}
.kwicks li.kwick2
{
    background: url(images/slide4.jpg) no-repeat 100% 0;
}
.kwicks li.kwick3
{
    background: url(images/slide3.jpg) no-repeat 100% 0;
}
.kwicks li.kwick4
{
    background: url(images/slide2.jpg) no-repeat 100% 0;
}
.kwicks li.kwick5
{
    background: url(images/slide1.jpg) no-repeat 100% 0;
}

.kwicks li.kwick1 span
{
    background: url(images/pencil2.jpg) no-repeat 100% 0;
}
.kwicks li.kwick2 span
{
    background: url(images/pencil4.jpg) no-repeat 100% 0;
}
.kwicks li.kwick3 span
{
    background: url(images/pencil3.jpg) no-repeat 100% 0;
}
.kwicks li.kwick4 span
{
    background: url(images/pencil5.jpg) no-repeat 100% 0;
}
.kwicks li.kwick5 span
{
    background: url(images/pencil.jpg) no-repeat 100% 0;
}

/*===== content =====*/


.lotustablebg
{
    background: url(Images/tablebg.jpg);
    background-repeat: repeat-x;
    height: 161px;
}
.Whylotus
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #aae1ff;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.Lotusmission
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #ffffff;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 4px;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.Lifeatlotus
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #237fb0;
    padding-top: 15px;
    padding-left: 9px;
    padding-right: 9px;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.more
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
}
.link
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 6px;
    text-decoration: none;
}
.link2
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    padding-left: 6px;
    text-decoration: none;
}


#vdividermenu ul
{
    padding: 0;
    float: left;
    font: normal 12px Arial;
    width: 100%;
    overflow: hidden;
    border: 0px solid #625e00;
    border-width: 0px 0;
}

* html #vdividermenu ul
{
    /*IE only rule, reduce menu width*/
    width: 99%;
}

#vdividermenu ul li
{
    display: inline;
}

#vdividermenu ul li a
{
    float: left;
    color: #615f62;
    letter-spacing: 0.04em;
    padding: 2px 9px;
    text-decoration: none;
    background: transparent url(Images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited
{
    color: #615f62;
}

#vdividermenu ul li a:hover
{
    color: #b7034c;
}

#vdividermenu ul li a:selected
{
    color: #b7034c;
}

.Lotususertxt
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #237fb0;
}
.LotusloginBox
{
    background: url(Images/txtboxbg.jpg) no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    border: 0px #ffffff solid;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 3px;
    padding-right: 3px;
    width: 185px;
}
.Lotusloginbtn
{
    color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    border: 0px solid #80420d;
    background: url(Images/Loginbtn.jpg) no-repeat;
    width: 88px;
}
.Aboutlotuscon
{
    background: url(Images/about-school.png) no-repeat;
    height: 217px;
}
.lotusabttxt
{
    font-family: Trebuchet MS;
    font-size: 14px;
    color: #333333;
    padding-top: 15px;
    padding-left: 9px;
    padding-right: 9px;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.Lotusbottombg
{
    background: url(Images/Bottombg.jpg) no-repeat;
    height: 24px;
}
.Lotuswelcomtxt
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #6d6d6d;
    padding-top: 1px;
    padding-left: 9px;
    padding-right: 9px;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.lotusInfra
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #069bbb;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 9px;
    text-align: left;
    letter-spacing: 0.03em;
}
.timmingsbg
{
    background: url(Images/timings-img.jpg) no-repeat;
    height: 119px;
}
.Timingtxt
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #ffffff;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 9px;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 14px;
}

.LotusTransport
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #6d6d6d;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 25px;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 14px;
}
.Lotustbltxt
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #6d6d6d;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 25px;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 14px;
}

a.lotusmenu
{
    font: bold 12px Arial;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-decoration: none;
}
a.lotusmenu:hover
{
    font: bold 12px Arial;
    color: #fe882f;
    letter-spacing: 0.04em;
    text-decoration: none;
}
a.lotusmenu:visited
{
    font: bold 12px Arial;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.lotus_menubg
{
    background: url(Images/menubg.png) no-repeat;
    height: 55px;
}
a.lotusfooter
{
    font: normal 12px Arial;
    color: #615f62;
    letter-spacing: 0.02em;
    text-decoration: none;
}
a.lotusfooter:hover
{
    font: normal 12px Arial;
    color: #b7034c;
    letter-spacing: 0.02em;
    text-decoration: none;
}
a.lotusfooter:active
{
    font: normal 12px Arial;
    color: #b7034c;
    letter-spacing: 0.02em;
    text-decoration: none;
}
a.lotusfooter:visited
{
    font: normal 12px Arial;
    color: #fe882f;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.Lotusfootertxt
{
    font: normal 12px Arial;
    color: #615f62;
    height: 33px;
}
.lotusheadtxt
{
    font-family: Trebuchet MS;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 24px;
    color: #069bbb;
    text-align: left;
    letter-spacing: 0.03em;
}
.scrolingheaddtxt
{
    font-family: Trebuchet MS;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 24px;
    color: #f26421;
    text-align: left;
    letter-spacing: 0.03em;
}
.lotusmanagedtxt
{
    font-family: Trebuchet MS;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 33px;
    color: #fe2f2f;
    text-align: left;
    letter-spacing: 0.03em;
}
.LotusContactus
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #6d6d6d;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 25px;
    text-align: center;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.Registertxtbox
{
    background: #fbfafb;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    border: 1px #c0c8af solid;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
    padding-right: 3px;
}
.Registerbtn
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    border: 0px #ffffff solid;
    padding-bottom: 5px;
    background: url(images/Btn.jpg) no-repeat;
}
.Registertblbg
{
    border: 1px solid #dfdfdf;
}
.Registerbgcol
{
    background-color: #ffffff;
}
.Registerformtxt
{
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    color: Gray;
}
.registration_txt
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #55606e;
    line-height: 17px;
    padding-right: 5px;
}

.reghead_txt
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    line-height: 17px;
}
.registerheadtxt
{
    background: #dfdfdf;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    color: #2f6284;
    padding-left: 6px;
    padding-right: 6px;
}
.register_headerlogo
{
    background: url(Images/demoreg_logo.jpg) no-repeat;
    height: 100px;
}
.regsideborders
{
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.regsideborders2
{
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.LotusDocumentTxt
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #6d6d6d;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 25px;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 19px;
}
.boldfnt
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #333333;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 25px;
}
.underlineitalic
{
    font-family: Trebuchet MS;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #009bc8;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 25px;
    letter-spacing: 0.03em;
    line-height: 14px;
    text-decoration: underline;
}

.olfnt
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #222222;
    padding-left: 33px;
    padding-right: 25px;
    line-height: 18px;
}
.lotusheadtxt3
{
    font-family: Trebuchet MS;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 24px;
    color: #069bbb;
    letter-spacing: 0.03em;
}
.newsandeventsbgtop
{
    background: url(images/newsEvents_bg.jpg);
    background-repeat: no-repeat;
    height: 32px;
}
.Flashnewsbgtop
{
    background: url(images/flashnews-bg-top.jpg);
    background-repeat: no-repeat;
    height: 32px;
}
.Flashnewsbgcenter
{
    background: url(images/flashnews-bg-center.jpg);
    background-repeat: repeat-y;
}
.Flashnewsbgbottom
{
    background: url(images/flashnews-bg-bottom.jpg);
    background-repeat: no-repeat;
    height: 15px;
}
.FlashNewsHead
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #069bbb;
}
.FlashNewsContent
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #069bbb;
}
.FlashNewsDate
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #069bbb;
}
.GeneralNewsHead
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #069bbb;
}
.GeneralNewsContent
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #069bbb;
}
.GeneralNewsDate
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #069bbb;
}

ul.lotusul
{
    list-style: none;
    list-style-type:disc;
}
li.lotusul
{
    list-style: none;
    list-style-type:circle;
}
.marqueetxt
{
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #ffffff;
    padding-top: 5px;
    padding-left: 9px;
    padding-right: 9px;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 19px;
}


.LotusEvntTxt
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #6d6d6d;
    padding-top: 6px;
    padding-left: 3px;
    padding-right: 25px;
    text-align: justify;
    letter-spacing: 0.03em;
    line-height: 24px;
}