/*
Template Name: Darkness
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);

body
{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #525252;
    background-color: #1A334C;
}

img
{
    border: 0;
    display: block;
    padding: 0;
    margin: 0;
}
.justify
{
    text-align: justify;
}
.bold
{
    font-weight: bold;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.nostart
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.clear
{
    clear: both;
}
br.clear
{
    clear: both;
    margin-top: -15px;
}
a
{
    outline: none;
    text-decoration: none;
}

.fl_left
{
    float: left;
}
.fl_right
{
    float: right;
}

.imgl, .imgr
{
    border: 1px solid #999999;
    padding: 5px;
}
.imgl
{
    float: left;
    margin: 0 8px 8px 0;
    clear: left;
}
.imgr
{
    float: right;
    margin: 0 0 8px 8px;
    clear: right;
}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
   
}
div.wrapperLogin
{
    display: block;
    width: 960px;
    height: 450px;
    margin: -12px -10px -10px -20px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    background: #6C90B5;
}
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6
{
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    border-bottom: 1px dotted #4C4C4C;
}

div.wrapperFront
{
    position: relative;
    top: 0px;
    display: block;
    width: 450px;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #336699;
    height: auto;
    float: left;
}





/* ----------------------------------------------Generalise-------------------------------------*/
#header
{
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 960px;
    z-index: 1;
}
#latest
{
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 960px;
    left: -20px;
}
#latestFront
{
    position: relative;
    margin: -150px 20px auto auto;
    display: block;
    font-size: 18px;
}
#latestFrontsignin {
    position: relative;
    display: block;
    font-size: 18px;
    float: right;
    vertical-align: top;
}
#latestPlayerOfQuat {
    position: relative;
    display: block;
    font-size: 18px;
    float: right;
    vertical-align: top;

    margin-right:30px;
    margin-top:20px;
    color:#336699;
}


#intro, #breadcrumb, #container, #footer, #copyright
{
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 960px;
    left: -20px;
}

/* ----------------------------------------------Header-------------------------------------*/

#header
{
    margin: 0 auto 0;
    display: block;
    width: 920px;
    padding: 5px 20px 15px 20px;
    color: #DBDBDB;
    background-color: #336699;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

#header #logo
{
    display: block;
    float: left;
    width: 270px;
    margin-top: 0px;
    height: 100px;
}

#header #logo h1, #header #logo p
{
    margin: 0;
    padding: 0;
    line-height: normal;
}

#header #logo h1
{
    margin: 0;
    padding: 0;
    font-size: 42px;
    border: none;
    text-transform: uppercase;
}

#header h1 a
{
    color: #DBDBDB;
    background-color: #232323;
}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb
{
    padding: 30px 0;
    border-bottom: 1px dotted #999999;
}

#breadcrumb a
{
    color: #FDC609;
    background-color: #131313;
}

#breadcrumb ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumb ul li
{
    display: inline;
}
#breadcrumb ul li.current a
{
    text-decoration: underline;
}

/* ----------------------------------------------Latest-------------------------------------*/

#latest
{
    padding: 0px 0 0 0;
    margin-top: -5px;
}

#latest .fl_left
{
    display: block;
    float: left;
    margin: 0;
    width: 402px;
    height: 497px;
    border: none;
    position: relative;
    z-index: 0;
}
#latest .fl_middle
{
    display: block;
    float: left;
    width: 575px;
    margin: 100px 160px 0 220px;
    height: 330px;
    background-color: #FFCC66;
    border: 2px groove #336699;
    position: relative;
    z-index: 0;
}

#latest .fl_right1
{
    display: block;
    margin-left: 410px;
    width: 402px;
    height: 528px;
    padding: 0px;
    position: relative;
    z-index: 0;
}

/*-----experiment with secondary menus----------------*/
ul.vert-one
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font: bold 16px Helvetica, Verdana, Arial, sans-serif;
    line-height: 165%;
    width: 200px;
}

ul.vert-one li
{
    margin: 0;
    padding: 0;
    border-top: 1px solid #4D0000;
    border-bottom: 1px solid #761A1A;
}

ul.vert-one li a
{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #600;
    padding: 0 0 0 20px;
    width: 180px;
}

ul.vert-one li a:hover
{
    background: #900 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}

ul.vert-one li a.current, ul.vert-one li a.current:hover
{
    background: #933 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}

/*-----experiment with secondary menus----------------*/

#latest .flNav_right
{
    display: inline-block;
    margin-left: 820px;
    width: 133px;
    height: 496px;
    margin-top: -528px;
    padding: 0;
    border: 1px groove #336699;
    background-color: #6C90B5;
    color: #333333;
    float: left;
    overflow: hidden;
}

#latest .flNav_right h2, #latest .flNav_right p
{
    margin: 0 0 0 0;
    padding: 0;
    border: 1px groove #336699;
    line-height: normal;
    background-color: #336699;
    color: white;
    font-size: 10px;
}

#latest .flNav_right h2
{
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 0;
}

#latest .flNav_right p
{
    line-height: 2.2em;
}



#latest .flNav_right ul
{
    margin: 0;
    padding: 5px;
    list-style: circle;
    border: none;
    color: #336699;
    background-color: #6C90B5;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    font: bold 16px Helvetica, Verdana, Arial, sans-serif;
   /* line-height: 185%;*/
}

#latest .flNav_right ul li
{
     display: block;
    float: left;
    width: 150px;
    height: 29px;
    margin: 0px 30px 0px 30px;
    padding: 4px;
    list-style: square;
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid Black;
  /*  border: 1px solid #4D0000;
    border-bottom: 1px solid #761A1A;*/
}

#latest .flNav_right ul li {
    display: block;
    float: left;
    height: 29px;
    margin: 0px 30px 0px 30px;
    padding: 4px;
    list-style: square;
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid Black;
}


#latest .flNav_right ul a
{
    color: white;
    font-size: 15px;
    background-color: #6C90B5;
    border: none;
    display: block;
    text-decoration: none;
    background: #6C90B5;
    padding: 0 0 0 20px;
    width: 180px;
}


#latest .flNav_right a:link, #latest .flNav_right a:visited, #latest .flNav_right a:hover
{
    margin: 0;
    padding: 0 8px 10px 1px;
    color: white;
    background-color: #6C90B5;
    background: #6C90B5 url('../images/arrow-down.png') no-repeat 0 20px;
}



#latest .flNav_right a:hover, #latest .flNav_right .active a
{
    color: #336699;
    background-color: #FFCC66;
    border-bottom: 2px groove black;
    background: #FFCC66 url('../images/arrow-down.png') no-repeat 0 9px;
}

#latest .flNav_right .subnav1
{
    display: block;
    width: 132px;
    height: 400px;
    padding: 0px;
    background-color: #FFFFFF;
    border: 1px groove #FFCC66;
    margin-bottom: 30px;
    margin-top: 9px;
    position: absolute;
}
#latest .flNav_right .subnav1 h2
{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: white;
    background-color: #336699;
    line-height: normal;
    border-bottom: 1px dashed #666666;
}
#latest .flNav_right .subnav1 ul
{
    margin: 0;
    height: 0px;
    border: none;
    background: white;
    padding: 0;
}

#latest .flNav_right .subnav1 ul li
{
    display: block;
    float: inherit;
    width: 125px;
    height: 30px;
    color: #336699;
    padding: 3px 2px 0px 2px;
    margin: 8px 0px 0px 0px;
}




#latest .flNav_right .subnav1 a
{
    position: absolute;
    display: block;
    height: 30px;
    width: 132px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: white;
    background-color: #336699;
    line-height: normal;
    margin: 170px 0 0 0px;
}
/*-----------------------------------------*/

#latest .fl_right
{
    display: block;
    float: right;
    width: 465px;
    height: 580px;
    padding: 10px;
    color: #333333;
    background-color: #FDC609;
    border: 1px groove #336699;
}

#latest .fl_right h2, #latest .fl_right p
{
    margin: 0 0 12px 0;
    padding: 0;
    border: none;
    line-height: normal;
}

#latest .fl_right h2
{
    font-size: 30px;
}

#latest .fl_right p
{
    line-height: 2.2em;
}

#latest .fl_right ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FDC609;
    background-color: #232323;
}

/*#latest ul li
{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 15px 0 0;
    padding: 4px;
    border: 1px solid #333333;
}

#latest ul li.last
{
    margin-right: 0;
}
*/
/* ----------------------------------------------Intro-------------------------------------*/

#intro
{
    padding: -5px 0 10px 0;
    margin: -25px 0 0 0;
    position: relative;
}

#intro ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#intro li
{
    display: block;
    float: left;
    width: 303px;
    margin: 0px 20px 0px 4px;
    padding: 0;
}

#intro li.last
{
    margin-right: 0;
    width: 302px;
    padding: 0;
    border: 0px dotted #999999;
}

#intro h2, #intro p, #intro img, #intro div
{
    margin: 0 0 20px 0;
    padding: 0;
}

#intro h2
{
    padding-bottom: 8px;
    color: #FFFFFF;
    background-color: #336699;
}
#intro h3, #intro li.last h3
{
    padding-top: 0px;
    padding-bottom: 10px;
    color: #336699;
    background-color: #FFCC66;
    border: 2px dotted #999999;
}


#intro div.imgholder
{
    display: block;
    width: 298px;
    margin: -18px 25px 0px 0px;
    position: relative;
}

#intro div.imgholder img
{
    /*margin-left: -10px;*/
    margin: 0;
    padding: 0; /* margin-top: -9px;*/
}


#intro p.readmore
{
    margin: 0;
}

#intro p.readmore a
{
    padding: 5px 15px;
    font-weight: bold;
    color: #FDC609;
    background-color: #1E1E1E;
}
#QuickMenus {
    font-size: 18px;
    color: #336699;
    width: 75%;
    height: 60px;
    position: relative;
    display: table;
    text-align: center;
    
}




#QuickMenusUnderLine {
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #336699;
}



/* ----------------------------------------------Content-------------------------------------*/

#container
{
    padding: 0px 0;
    line-height: 1.4em;
    color: #525252;
    background-color: white;
}

#container a
{
    color: #FDC609;
    background-color: #131313;
}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6
{
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #999999;
}

#content
{
    float: left;
    width: 352px;
    margin: 0px 0 0 0;
    z-index: 45;
    position: relative;
}
#content div.imgholder, #footer1 div.imgholder
{
    display: block;
    width: 400px;
    margin: -18px 25px 0px 0px;
}

#content div.imgholder img, #footer1 div.imgholder
{
    /*margin-left: -10px;*/
    margin: 0;
    padding: 0; /* margin-top: -9px;*/
    margin-left: 0px;
    margin-top: 0px;
}
#annoucement
{
    color: #336699;
    background-color: white;
    font-size: 13px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    margin-top: -16px;
    padding: 0px;
}
.previous
{
    width: 170px;
    height: 50px;
    margin-left: 770px;
    margin-top: -10px;
}
#Reminders
{
    width: 170px;
    height: 50px;
    margin-left: 3px;
    margin-top: -10px;
}
#Info
{
    color: #336699;
    background-color: white;
    font-size: 15px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    margin: 0;
    padding: 0px;
}
#heading1
{
    width: 920px;
    margin: -10px 0px 0px 0px;
    padding-top: 35px;
}
#heading1 p
{
    color: #336699;
    text-align: center;
    height: auto;
}
#heading1 a
{
    color: #336699;
    font-size: 14px;
    background-color: white;
    border: none;
    padding: 0px;
    margin: 0px;
}



#heading1 a:hover
{
    color: blue;
    background-color: white;
    border-bottom: 1px solid blue;
}
/*---------------------for Sales Schedules---------------------*/
#SalesSch
{
    margin: 1px 0px 0 0px;
    line-height: 1.4em;
    color: #336699;
    background-color: white;
    height: 300px;
    width: 267px;
}



#SalesSchContent
{
    display: block;
    padding: 0;
    margin-top: 0px;
    float: left;
    width: 257px;
    height: 280px;
    border: 1px solid #336699;
}
#SalesSch .subnav1
{
    display: block;
    width: 267px;
    height: 271px;
    padding: 0px;
    background-color: #FFFFFF;
    border: 1px solid #336699;
    margin-bottom: 30px;
    margin-left: 10px;
    position: absolute;
}

#SalesSch .subnav1 h2
{
    margin: 0;
    padding: 0;
    height: 45px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: white;
    background-color: #336699;
    line-height: normal;
}
#SalesSch .subnav1 ul
{
    border: none;
    background: white;
    padding: 0;
    margin: 0;
}


#SalesSch .subnav1 ul li
{
    float: left;
    width: 265px;
    color: #336699;
    padding: 3px 0px 0px 2px;
    margin: 2px 0 0px 0px;
    border-bottom: 1px solid #336699;
}
#SalesSch a
{
    display: block;
    height: 30px;
    width: 267px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: white;
    background-color: #336699;
    line-height: normal;
    position: absolute;
    margin: 270px 0px 0px 10px;
    border-left: 2px solid #336699;
    padding-bottom: 0;
}

/*---------------------for Sales Schedules---------------------*/
/* ------Comments-----*/

#comments
{
    margin-bottom: 40px;
}

#comments .commentlist
{
    margin: 0;
    padding: 0;
}

#comments .commentlist ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even
{
    margin: 0 0 10px 0;
    padding: 15px;
    list-style: none;
}

#comments .commentlist li.comment_odd
{
    color: #CCCCCC;
    background-color: #333333;
}
#comments .commentlist li.comment_odd a
{
    color: #FDC609;
    background-color: #333333;
}

#comments .commentlist li.comment_even
{
    color: #CCCCCC;
    background-color: #1E1E1E;
}
#comments .commentlist li.comment_even a
{
    color: #FDC609;
    background-color: #1E1E1E;
}

#comments .commentlist .author .name
{
    font-weight: bold;
}
#comments .commentlist .submitdate
{
    font-size: smaller;
}

#comments .commentlist p
{
    margin: 10px 5px 10px 0;
    padding: 0;
    font-weight: normal;
    text-transform: none;
}

#comments .commentlist li .avatar
{
    float: right;
    border: 1px solid #EEEEEE;
    margin: 0 0 0 10px;
}

/* ----------------------------------------------Column-------------------------------------*/

#column
{
    display: BLOCK;
    float: right;
    width: 300px;
    margin-top: -300px;
    position: relative;
}

.flickrbox ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.flickrbox li
{
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 15px 15px 0;
    padding: 4px;
    border: 1px solid #666666;
}

.flickrbox li.last
{
    margin-right: 0;
}

#column .holder, #column #featured
{
    display: block;
    width: 300px; /*  margin-bottom: 20px;*/
    margin-top: -5px;
    margin-right: -120px;
    position: absolute;
}

#column .holder p
{
    line-height: 1.6em;
}
/*----------------added by Roopa -----------------------*/
#column .holder a
{
    background: #336699;
    font-size: 14px;
    font-family: Arial;
    color: white;
    margin: 25px 0px 30px 5px;
}

#column .holder a:link, #column .holder a:visited, #column .holder a:hover
{
    color: white;
    background-color: #336699;
}

#column .holder a:hover, #column .holder .active a
{
    color: #FFCC66;
    border-bottom: 2px groove #FFCC66;
}

/*----------------added by Roopa -----------------------*/


#column h2
{
    font-size: 13px;
    color: #336699;
}

#column .holder h2.title
{
    display: block;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 12px;
    line-height: normal;
    border-bottom: 1px dashed #666666;
}

#column .holder h2.title img
{
    float: left;
    margin: -15px 8px 0 0;
    padding: 5px;
    border: 1px solid #336699;
}

#column .holder p.readmore
{
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    background: white;
}

#column div.imgholder
{
    display: block;
    width: 290px;
    margin: 0 0 10px 0;
    padding: 4px;
    border: 1px solid #666666;
}

/* Featured Block */

#column #featured a
{
    color: #FDC609;
    background-color: #1F1F1F;
}

#column #featured ul, #column #featured h2, #column #featured p
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#column #featured li
{
    display: block;
    width: 250px;
    margin: 0;
    padding: 20px 25px;
    color: #666666;
    background-color: #1F1F1F;
}

#column #featured li p
{
    line-height: 1.6em;
}

#column #featured li p.imgholder
{
    display: block;
    width: 240px;
    height: 90px;
    margin: 20px 0 15px 0;
    padding: 4px;
    color: #666666;
    background-color: #333333;
    border: 1px solid #666666;
}

#column #featured li h2
{
    margin: 0;
    padding: 0 0 14px 0;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #666666;
    background-color: #1F1F1F;
    line-height: normal;
    border-bottom: 1px dashed #666666;
}

#column #featured p.readmore
{
    display: block;
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
    text-align: right;
    line-height: normal;
}


#column #latestnews
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#column #latestnews li
{
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dotted #999999;
    color: #336699;
}

#column #latestnews li.last
{
    margin-bottom: 0;
}

#column #latestnews p
{
    margin: 0 0 5px 0;
    padding: 0;
}

#column #latestnews p.readmore
{
    margin: 0;
    padding: 0;
}

#column #hov
{
    list-style-type: none;
    margin: 0 5px;
}

#column #hov ul
{
    list-style-type: none;
    padding: 0px 0px 10px 4px;
    position: relative;
    margin: 60px 0px 6px 0;
    height: 85px;
    text-align: left;
    border: 1px solid #999999;
    background: #336699;
    color: white;
    z-index: 9;
}
#column #hov li
{
    padding: 0px 0px 5px 6px;
    background: #336699;
}

#column #latestnews .imgl
{
    margin: 0 10px 10px 0;
    padding: 4px;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer
{
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 920px;
    padding: 20px;
    color: #98989A;
    background-color: white;
    z-index: 10;
}

#footer a
{
    color: white;
    background-color: #232323;
}

#footer h2
{
    margin-bottom: 10px;
    border-bottom-color: #003366;
    background: #FFCC66;
    border-bottom: 1px solid #003366;
}

#footer p, #footer ul, #footer a
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style: none;
    line-height: normal;
}

#footer .footbox
{
    display: block;
    float: right;
    width: 500px;
    margin: 0 0 0 16px;
    padding: 0;
    border: 2px solid #336699;
}




#footer li
{
    margin-bottom: 3px;
}

#footer .last
{
    margin: 0;
}

#newsletter
{
    display: block;
    float: left;
    width: 300px;
}
/*---------------------------myfooter------------------------------------------------------*/

#footer1
{
    position: relative;
    margin: 30px 0 0 -15px;
    display: block;
    width: 950px;
    padding: 0px;
    padding-left: 0px;
    color: #98989A;
    background-color: white;
    z-index: 0;
}
#footer1 .footbox
{
    float: right;
    width: 270px;
    margin: 0px 2px 0px 0px;
    padding: 0;
    border: 1px solid #336699;
    position: relative;
    z-index: 5;
}
#footer1 .footboxconf
{
    float: left;
    width: 400px;
    margin: 0px 0 0 0px;
    position: relative;
    padding: 0px;
}
#content .footboxconf
{
    float: left;
    width: 350px;
    margin: 0px 0 0 0px;
    border: 1px solid #336699;
    position: relative;
    padding: 0px;
    border: 1px solid #336699;
    z-index: 24;
}
#footer1 h2, .footboxconf h2
{
    height: 40px;
    margin-bottom: 10px;
    color: White;
    background: #336699;
}
/*---------------------------myfooter------------------------------------------------------*/

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright
{
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 920px;
    padding: 20px;
    color: #525252;
    background-color: #1F1F1F;
}

#copyright a
{
    color: #525252;
    background-color: #1F1F1F;
}

#copyright p
{
    margin: 0;
    padding: 0;
}
/*------------------------------Roopa Addition------------------*/
.Logoimage
{
    position: absolute;
    left: 0px;
    top: 20px;
    height: 90px;
    width: 450px;
    background: black url('../repeat.png') repeat-x right top;
    border-color: #131313;
}
.LoginInfo
{
    position: inherit;
    text-align: right;
    padding-left: 100px;
    padding-top: -10px;
    font-size: 13px;
    font-weight: normal;
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: white;
    line-height: normal;
}

.LogoimageFront {
    position: relative;
    display: block;
    margin-left: 0px;
    margin-right: auto;
    height: 80px;
    width: 450px;
    background: black url('../repeat.png') repeat-x center;
    border-color: #131313;
    text-align: center;
    float: left;
}




.TableWeek
{
    margin: 0;
    padding: 0;
}

.slider
{
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

/* To make the image responsive */
#slider img
{
    margin-bottom: -18px;
}

.slider_next
{
    width: 20px;
    height: 62px;
    background: #f8f8f8;
    position: relative;
    border-radius: 70px;
    z-index: 2;
    top: 60px;
    padding: 5px 0 0 5px;
    cursor: pointer;
}

.slider_prev
{
    width: 62px;
    height: 62px;
    background: #f8f8f8;
    border-radius: 70px;
    position: absolute;
    z-index: 2;
    top: 60px;
    right: -56px;
    padding: 5px 0 0 5px;
    cursor: pointer;
    margin-top: -28px;
}
/* To make the gallery responsive */

.slider_next
{
    width: 40px;
    height: 40px;
    left: 0px;
    margin-top: -20px;
    padding: 2px;
}

.slider_prev
{
    width: 40px;
    height: 40px;
    right: 0px;
    margin-top: -20px;
    padding: 2px;
}
.slider_next img, .slider_prev img
{
    width: 100%;
    height: 100%;
}

/* --------------------------Collapsible panel---------------*/
.cpHeader
{
    color: white;
    background-color: purple;
    font: bold 11px auto Verdana,arial;
    font-size: 12px;
    cursor: pointer;
    width: 298px;
    height: 18px;
}
.cpBody
{
    background-color: white;
    font: normal 11px auto Verdana, Arial;
    width: 299px;
    border: 1px solid white;
}
/* --------------------------Collapsible panel- for front page--------------*/
.cpFrontHeader {
    color: white;
    background-color: #FFD37F;
    font-size: 14px;
    cursor: pointer;
    margin-top: 22px;
    border: none;
    width: 180px;
    height: 150px;
    border-radius: 50%;
    
    padding-top: 10px;
}

.cpFrontBody {
    background-color: white;
    font: normal 15px auto Verdana, Arial;
    height: 800px;
    padding: 4px;
    height: 0px;
    overflow: hidden;
    margin-top: 25px;
}


.slider_img
{
    position: absolute;
    border-radius: 30px;
    z-index: 2;
    left: 270px;
    top: 0px;
    cursor: pointer;
}
.slider_img1
{
    position: absolute;
    border-radius: 30px;
    z-index: 2;
    left: 600px;
    top: 0px;
    cursor: pointer;
}
.slider_img2
{
    position: absolute;
    border-radius: 30px;
    z-index: 2;
    left: 925px;
    top: 0px;
    cursor: pointer;
}
/* ----------------new experiment with menus--------------*/

.arrow
{
    float: right;
}
.glyphicon.arrow:before
{
    content: "\e079";
}
.active > a > .glyphicon.arrow:before
{
    content: "\e114";
}
.fa.arrow:before
{
    content: "\f104";
}
.active > a > .fa.arrow:before
{
    content: "\f107";
}
.plus-times
{
    float: right;
}
.fa.plus-times:before
{
    content: "\f067";
}
.active > a > .fa.plus-times
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.plus-minus
{
    float: right;
}
.fa.plus-minus:before
{
    content: "\f067";
}
.active > a > .fa.plus-minus:before
{
    content: "\f068";
}


/* ----------------new experiment with menus--------------*/

.ExpandAllLeft
{
    float: left;
    margin-left: 10px;
    background-color: #FFCC66;
    color: #336699;
    font: bold 11px auto Verdana,arial;
    font-size: 12px;
    width: 70px;
    height: 20px;
    padding-left: 10px;
    padding-top: 4px;
}
.ColAllRight
{
    float: right;
    background-color: #FFCC66;
    margin-right: 10px;
    color: #336699;
    font: bold 11px auto Verdana,arial;
    font-size: 12px;
    width: 70px;
    height: 20px;
    padding-left: 10px;
    padding-top: 4px;
}

.ValidationMsg
{
    color: Red;
    font: bold 12px auto Verdana,arial;
    text-align: justify;
    text-decoration: underline,blink;
}

/*----------------------Accordation-----------------*/
.accordionContent {
    background-color: white;
    border-color: -moz-use-text-color #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    width: 265px;
    margin-left: 104px;
    padding: 0px;
    padding-left: 2px;
    padding-right: 1px;
}


      .accordionHeaderSelected {
    background-color: #336699;
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 100px;
    padding: 0px;
    width: 285px;
    padding-left:1px;
    padding-right:1px;
}

       .accordionHeader {
    background-color: #336699;
    border: none
    color: white;
    cursor: pointer;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    margin-left: 100px;
    padding: 0px;
    width: 285px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: left;
}


        .href
        {
            color: White;
            font-weight: bold;
            text-decoration: none;
        }
        .HeaderAccodClass
      {
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    height: 54px;
    width: 284.4px;
}
