/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
br{padding:0px; margin:0px;}
@font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri/calibri.eot');
    src: url('../fonts/calibri/calibri.eot') format('embedded-opentype'),
         url('../fonts/calibri/calibri.html') format('woff'),
         url('../fonts/calibri/calibri.ttf') format('truetype'),
         url('../fonts/calibri/calibri.svg#CalibriRegular') format('svg');
}
@font-face {
    font-family: 'goudy_old_stylebold';
    src: url('../fonts/goudy/goudosb-webfont.eot');
    src: url('../fonts/goudy/goudosb-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goudy/goudosb-webfont.html') format('woff2'),
         url('../fonts/goudy/goudosb-webfont-2.html') format('woff'),
         url('../fonts/goudy/goudosb-webfont.ttf') format('truetype'),
         url('../fonts/goudy/goudosb-webfont.svg#goudy_old_stylebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

img{border:0px;}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



#main_wrapper{ width:100%; float:none; margin:0 auto; padding:0px;}

#Header{width:100%; float:left; margin:0px; padding:0px; }
#Header_top_links{width:100%; float:left; margin:0px; padding:0px; background:#00743d; height:28px; }
.Header_top_links_box{width:1010px; float:none; margin:0px auto; padding:0px; }
#Header_top_links ul{width:320px; float:right; margin:0px; padding:0px; }
#Header_top_links li{ display:inline; float:left;color:#FFF; font-family:Arial, Helvetica, sans-serif; }
#Header_top_links a{line-height:25px; padding:0px 10px; color:#FFF; text-decoration:none; font-size:10px; border-right:1px solid #FFF;}
#Header_top_links a:hover{line-height:25px; padding:0px 10px; color:#FC0; text-decoration:none; font-size:10px; border-right:1px solid #FFF; text-decoration:underline}
#Header_top_links p{width:100%; float:left; margin:0px; padding:0px; background:#ffba00; height:3px; }


.Header_mid_box{width:1010px; float:none; margin:0px auto; padding:0px;}
.Header_mid_box h1{width:700px; height:100px; float:left; margin:10px 0 0 0; padding:0px; background:url(../images/sis_logo_test.png) 0 0px no-repeat;}

.Header_mid_box_call{width:300px;  float:left; margin:0px 0 5px 0px ; padding:0px;  }
.Header_mid_box_call_icon{width:35px; height:35px;  float:left; margin:0px 0 0px 10px ; padding:10px 0 0 0px; /*background:url(../images/call.png)left  no-repeat; */}
.Header_mid_box_call span{width:250px;  float:left; margin:5px 0px ; padding:0px; font-size:13px; font-weight:bold; color:#000000;  text-align:left;font-family:Arial, Helvetica, sans-serif;}
.Header_mid_box_call_red{width:100px; float:left;margin:0px ; padding:0px; color:#EE680F;}

.Header_mid_box_3d{width:280px;  float:left; margin:0px ; padding:0px; text-align:right;}
.Header_mid_box_menu{width:1010px; float:left; margin:0px; padding:0px; }

.mid_links{width:1010px; float:none; margin:0px auto; padding:0px; }
.mid_links_box{width:1010px; float:left; margin:0px; padding:0px;bottom:50px; display:block; position:absolute;}

.mid_links h1{ width:150px; height:59px; float:left; margin:0px; padding:0px; background:url(../images/gurukul.png) left top no-repeat;}
.mid_links .iit{ width:134px; height:40px; float:left; margin:0 0 0 10px; padding:0px;  }
.mid_links .iit a{ width:134px; height:40px; float:left; margin:0px; padding:0px; background:url(../images/iit-jee.png)0px 0px no-repeat; }
.mid_links .iit a:hover{ width:134px; height:40px; float:left; margin:0px; padding:0px; background:url(../images/iit-jee.png) 0px -40px no-repeat;  }


.mid_links .neet{ width:134px; height:40px; float:left; margin:0 0 0 8px; padding:0px;  }
.mid_links .neet a{ width:134px; height:40px; float:left; margin:0px; padding:0px; background:url(../images/neet.png)0 0 no-repeat; }
.mid_links .neet a:hover{ width:134px; height:40px; float:left; margin:0px; padding:0px; background:url(../images/neet.png) 0px -40px no-repeat;  }


.mid_links .arjuna{ width:134px; height:40px; float:left; margin:0 0 0 8px; padding:0px;  }
.mid_links .arjuna a{ width:134px; height:40px; float:left; margin:0px; padding:0px; background:url(../images/arjuna.png)0 0 no-repeat; }
.mid_links .arjuna a:hover{ width:134px; height:40px; float:left; margin:0px; padding:0px; background:url(../images/arjuna.png) 0px -40px no-repeat;  }



.social{width:140px; float:right;
margin:0px; padding:0px; }
.social_fb{width:28px; height:28px; float:left;
margin:0px; padding:0px;}
.social_fb a{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)0 0 no-repeat;}
.social_fb a:hover{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)0 -32px no-repeat;}

.social_prin{width:28px; height:28px; float:left;
margin:0 0 0 8px; padding:0px;}
.social_prin a{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)-43px 0 no-repeat;}
.social_prin a:hover{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)-43px -32px no-repeat;}


.social_twt{width:28px; height:28px; float:left;
margin:0 0 0 8px; padding:0px;}
.social_twt a{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)-83px 0 no-repeat;}
.social_twt a:hover{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)-83px -32px no-repeat;}



.social_lkdin{width:28px; height:28px; float:left;margin:0 0 0 8px; padding:0px;}
.social_lkdin a{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)-123px 0 no-repeat;}
.social_lkdin a:hover{width:28px; height:28px; float:left;
margin:0px; padding:0px; background:url(../images/social/sicua.png)-123px -32px no-repeat;}

.copyright{width:200px; float:left;margin:0px; text-align:right; padding:2px 0px; font-size:11px; font-family:Arial, Helvetica, sans-serif;}

.midpage{width:1000px; display:block; margin:0px auto; padding:0px;  }
.midpage_box{width:1000px;  margin:0px; height:8px; padding:0px 0 0px 0px;}
.midpage_box_topbg
{
	width: 1000px;
	float: left;
	margin: 0px;
	height: 0px;
	padding: 0px 0 0px 0px;
	background: url(../images/pagetopbg.png) left top no-repeat;
	background-size: 100%;
	position: absolute;
}
.midpage_box_rept{width:1000px; float:left; margin:0px; padding:0px;background:url(../images/pagerepbg.png) left top repeat-y; background-size:100%}
/*.midpage_box_bottom{width:1000px; float:left;height:8px; margin:0px; padding:0px;background:url(../images/pagebotmbg.png) left bottom no-repeat; background-size:100%;}
*/
.midpage_box_bottom {
    width: 1004px;
    float: left;
    height: 8px;
    margin: 0px 0px 0px -3px;
    padding: 1px;
    background: url(../images/pagebotmbg.png) left bottom no-repeat;
    background-size: 100%;
}
.midpage_box_content{width:985px; float:left; margin:0px; padding:12px 24px; display:block; }
.cl { clear:both;  }
.midpage_left_panel{width:723px; float:left; margin:0px; padding:0px;}
.midpage_left_panel_banner{width:723px; float:left; margin:0px; padding:0px;}



#banner{width:711px; float:left; margin:0px; padding:5px 5px 13px 5px;  border-radius:5px; background:url(../images/banner_bg.png) center bottom no-repeat;}
#banner2{width:975px; float:left; margin:0px; padding:5px 5px 13px 5px;  border-radius:5px; background:url(../images/banner_bg2.png) center bottom no-repeat;}
#slider-area{ background:#FFF;border-radius:6px;}

#left_panel_links{width:167px; min-height:270px; float:left; margin:15px 0 0 0px; padding:0px; background:url(../images/divider_shadow.png) right top no-repeat;}
#left_panel_links ul{width:167px; float:left; margin:0px; padding:0px;}
#left_panel_links li{ display:block; clear:both;  }
#left_panel_links li a{ display:block; background:url(../images/dot_bult.png) 0 10px no-repeat; padding:7px 12px;  color:#00532c; font-size:14px; text-decoration:none; border-bottom: 1px dashed #CCCCCC;}
#left_panel_links li a:hover{ display:block; background:url(../images/dot_bulthover.png) 0 10px no-repeat #F0F0F0; padding:7px 12px;  color:#333;}
.left_panel_mid_content2 {width:790px;  float:left; margin:15px 0 0 0px; padding:0px 0 0 20px; font-size:14px;text-align:justify; }
.left_panel_mid_content{width:535px;  float:left; margin:15px 0 0 0px; padding:0px 0 0 20px; font-size:14px;text-align:justify	; }


.left_panel_mid_content td{ padding:5px;}

.left_panel_mid_content h1{width:540px;  float:left; margin:5px 0 15px 0px; padding:0px; font-size:20px; font-weight:bold;  }

.left_panel_mid_content h2{width:540px;  float:left; margin:5px 0 5px 0px; padding:0px; font-size:13px; font-weight:bold;  }
.left_panel_mid_content ul li { padding:0px;  font-weight:normal;  text-decoration:none; }
.left_panel_mid_content ul li a{ padding:0px;  font-weight:normal;  text-decoration:none; }
.left_panel_mid_content ul li a:hover{ color:#333;}


.midpage_right_panel{width:242px; float:right; margin:0px; padding:0px;}
.midpage_right_panel_form{width:242px; float:right; margin:0px; padding:0px; background:url(../images/form_bg_rpt.png) bottom repeat-x #ffffff;}
.midpage_right_panel_fb{width:242px; float:right; margin:0px; padding:0px; }

.form_head { width:200px; height:38px; line-height:38px; background:url(../images/form_head.png) top no-repeat; padding-left:41px; color:#ffffff; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; text-transform:uppercase; margin-bottom:10px; }
.midpage_right_panel_form td{ font-size:12px; padding:3px 0 0 8px;}
.midpage_right_panel_form input{ width:130px; font-size:11px; padding:3px 0 0 8px;}
.midpage_right_panel_form select{ width:142px; font-size:11px; padding:3px 0 0 8px;}
.midpage_right_panel_form h1{ font-size:12px; padding:3px 0 0 8px;}
.btn{ width:auto !important;border:0 !important; box-shadow:none !important; color:#ffffff; line-height:28px; margin:0; padding:0 8px !important; font-size:14px !important; background:url(../images/btn.png) center no-repeat;  }
.green_col{ color:#006330;}
.orange_col{ color:#e87107; }



.left_panel_mid_content_full{width:720px;  float:left; margin:15px 0 0 0px; padding:0px 0 0 0px; font-size:14px;text-align:justify	; }

.left_panel_mid_content_full td{ padding:5px;}

.left_panel_mid_content_full h1{width:540px;  float:left; margin:5px 0 15px 0px; padding:0px; font-size:20px; font-weight:bold;  }

.left_panel_mid_content_full h2{width:540px;  float:left; margin:5px 0 5px 0px; padding:0px; font-size:13px; font-weight:bold;  }
.left_panel_mid_content_full ul li { padding:0px; font-size:13px; font-weight:normal;  font-size:15px; text-decoration:none; }
.left_panel_mid_content_full ul li a{ padding:0px; font-size:13px; font-weight:normal;  font-size:15px; text-decoration:none; }
.left_panel_mid_content_full ul li a:hover{ color:#333;}


#sportContainer { width:490px; float:left; margin:0 }
#sportContainer h1  { font:bold 22px 'Droid Serif', verdana; color:#df1d1d; margin:0; padding:0; }

#sportContent { width:490px; float:left; margin:5px 0; border-bottom: 1px dashed #a2a2a2;  font:bold 14px 'Droid Serif', verdana; color:#678e24; }
#sportContent h1  {font:bold 14px 'Droid Serif', verdana; color:#333333;  margin:0; padding:0; display: inline; }
#sportContent p  {font:normal 12px 'Droid Serif', verdana; color:#678e24; margin:0; padding:0; line-height:18px; text-align:justify;}

#sportImage { width:157px; float:right; margin:45px 0 0 0;}'

.blackLink:link  { font:normal 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; }
.blackLink:visited  { font:normal 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; }
.blackLink:hover  { font:normal 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:underline; }

.apply-L-tt {width:650px; height:17px; margin:0px auto 0px auto; padding:3px 0px 0px 0px; border-bottom:#999999 1px dotted;}
.apply-L-cont {width:695px; margin:0px auto 0px auto; padding:7px 0px 5px 0px;}
.apply-L-cont #appform label {float: left; height:25px;}
.apply-L-cont #appform span {float: left;}
.apply-L-cont #appform input {font-size: 12px;padding: 2px;  height: 18px; margin: 2px; width: 230px;border-bottom:2px solid #F3F3F3;border-top:1px solid #CCC;  }
.apply-L-cont #appform select {font-size: 12px; padding: 2px; border-bottom:2px solid #F3F3F3;border-top:1px solid #CCC; box-shadow:1px 1px 0px #999999;height: 22px; margin-top: 2px; margin-bottom: 2px;}
.cls {clear:both; padding-top:5px; padding-bottom:5px;}
.cls {clear:both; padding-top:5px; padding-bottom:5px;}

#content100 { width:960px;  margin:0  auto }
#content100 h1  { font:bold 18px 'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; }
#content100 h2  { font:bold 18px  'Droid Serif', verdana; color:#425f01; display: inline; margin:0; padding:0; }
#content100 h3  { font:bold 24px  'Droid Serif', verdana; color:#000; display: inline; margin:0; padding:0; }
#content100 h4  { font:bold 13px  'Droid Serif', verdana; color:#000000;  margin:0; padding:0; }
#content100 h1 a  { font:bold 18px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:none; }
#content100 h1 a:hover  {font:bold 18px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:underline; }
#content100 p  { font:normal 12px 'Droid Serif', verdana; color:#000000; margin:5px 0; padding:0; line-height:18px; text-align:justify; }


#middlePart { width:700px; margin:0; text-align:left; float:left;  background:url(../images/niddle.png) no-repeat top center; padding:10px 0 0 0;}

#middleTabContainer{ margin:0 7px; width: 970px; float:left; /*border-bottom:1px solid #949494;*/ }


.download{width:535px;  float:left; margin:0px; padding:0px; font-size:14px;text-align:justify	; }

.download ul{width:535px;  float:left; margin:0px; padding:0px; }

.download ul li{width:535px;  float:left; margin:0px; padding:0px; list-style:none; }
.download ul li a{width:535px;  float:left; margin:0px; padding:0px; line-height:30px; text-decoration:none; list-style:0; }
.reg_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 0 no-repeat;}
.adm_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -35px no-repeat;}
.med_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -70px no-repeat;}
.medrel_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -104px no-repeat;}
.anti_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -137px no-repeat;}
.parent_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -174px no-repeat;}
.item_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -205px no-repeat;}
.fee_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -240px no-repeat;}

.date_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -272px no-repeat;}
.cal_form{width:27px; height:30px  float:left; margin:0px; padding:5px 0 3px 30px	;  background:url(../images/icons.png)0 -305px no-repeat;}

.contact_us{width:330px; margin:10px 0px; padding:0px; float:left; font-size:11px;}
.contact_us td{ padding:5px 18px;}
.contact_us th{ color:#FFFfff;padding:5px 10px;}
.contact_us input{ width:140px;padding:3px 8px;border-bottom:2px solid #F3F3F3;border-top:1px solid #CCC; box-shadow:1px 1px 0px #999999; font-size:12px; }
.contact_us select{ width:140px;padding:3px 8px;border-bottom:2px solid #F3F3F3;border-top:1px solid #CCC; box-shadow:1px 1px 0px #999999; font-size:12px; }

.contact_us_text{width:300px; margin:10px 0 0 10px; padding:30px 20px; float:left;  }
.midpage_right_panel_img h2 { text-align:center; text-shadow:1px 1px 1px #ffffff; }
.midpage_right_panel_img{width:211px; margin:10px 0 5px 0px; padding:0 20px; float:left; background:url(../images/boxbg2.png) top no-repeat; }
.midpage_right_panel_img img { float:left; margin-right:10px; width:60px; height:40px; border:1px #000000 solid; }
.midpage_right_panel_img .box { border-bottom:1px #dddddd dotted; margin-bottom:10px; padding-bottom:10px; }
.midpage_right_panel_img .name { color:#333333; font-weight:700; line-height:16px; font-size:11px; }
.midpage_right_panel_img .name a { color:#333333; font-weight:700; line-height:16px; font-size:11px; text-decoration:none;}

.footer
{
	width: 100%;
	height: 151px;
	margin-top: 30px;
	position: relative;
	display: block;
	float: left;
	padding: 0px;
	background: #006191;
	box-shadow: 0px 0px 10px 5px #333333;
	top: 0px;
	left: 0px;
	   
}
.footer span
{
	width: 100%;
	float: left;
	height: 6px;
	margin: 0px;
	padding: 0px;
	background: #FF4009;
}
.footer_inner{width:1010px; float:none;  margin:0px auto; padding:0px; }
.footer_left{width:350px; float:left; margin:0px; padding:5px 0 0 0px; color:#FFF; font-size:16px; text-shadow: 1px 1px 0px rgba(0, 43, 23, 1); line-height:46px;}
.footer_left p{float:left;  color:#FFF; font-size:12px; margin:0px; padding:0px 0; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
.footer_mid_logo{width:310px; float:left; margin:0px; padding:8px 0 0 0px; line-height:36px  }


.footer_right{width:200px; float:right; margin:0px; padding:5px 0 0 0px; font-family:Georgia, "Times New Roman", Times, serif; color:#FFF; font-size:16px; text-align:right; }

.submit_for_hover{ width:161px !important; height:48px !important; float:none; margin:0px; padding:0 12px;  background:url(../images/button.gif)0 0 no-repeat; border:0px  !important; display:block; text-align:center !important; color:#FFF; font-size:22px !important; cursor:pointer; text-shadow:1px 1px 0px #666666;}

.submit_for_hover:hover{  float:none; margin:0px; padding:0px; background:url(../images/button.gif)0 -52px no-repeat;border:0px  !important;}
.submit_for_hover:active{  float:none; margin:0px; padding:0px; background:url(../images/button.gif)0 -103px no-repeat;border:0px  !important;}

.goudy{font-family:goudy_old_stylebold !important; margin:0px; padding:0px; font-weight:bold !important;}
.cont { background:url(../images/trans_bg.png); width:450px !important; height:125px !important; padding:5px 10px 15px 20px !important;
 line-height:16px !important;
  text-align:justify;
  -moz-box-shadow: inset 0 0 2px #245863;
-webkit-box-shadow: inset 0 0 2px #245863;
box-shadow: inner 0 0 2px #245863; position:absolute; display:block;   right:80px; color:#FFF; font-size:12px !important;  font-family:Georgia, "Times New Roman", Times, serif !important; border-radius:5px; bottom:70px;}
.cont h1{  color:#FFF; font-size:20px !important;font-family:'goudy_old_stylebold' !important;  }
.faculty2{width:790px; float:left; margin:0px; padding:15px 0px; border-bottom:1px dashed #999;}
.faculty2 strong{ color:#093; font-size:16px; }
.faculty2 span{ width:140px; float:left; color:#093; font-size:16px; background:url(../images/img_bg_shadow.png) left bottom no-repeat; padding:0 10px 10px 0}
.faculty{width:530px; float:left; margin:0px; padding:15px 0px; border-bottom:1px dashed #999;}
.faculty strong{ color:#093; font-size:16px; }
.faculty span{ width:140px; float:left; color:#093; font-size:16px; background:url(../images/img_bg_shadow.png) left bottom no-repeat; padding:0 10px 10px 0}

.orange_btn{width:409px; height:38px; float:left; padding:0px; margin:0px;}
.orange_btn_left{width:47px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_left.png) left no-repeat;}
.orange_btn_rpt{ width:auto; height:38px; float:left; padding:0px 10px; line-height:40px; margin:0px; background:url(../images/btn_rep.png) left repeat-x; font-size:16px; font-weight:bold;}
.orange_btn_rpt a{ text-decoration:none;font-size:16px; font-weight:bold;}
.orange_btn_right{width:30px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_right.png) left no-repeat;}

.board_of_governer{width:550px; float:left; margin:0px; padding:0px; font-size:12px; }
.board_of_governer p{width:102px; float:left; margin:0px 15px 20px 0px; padding:12px 10px 2px 8px; font-size:11px;background:#F2F2F2; border:1px solid #E5E5E5; line-height:14px; height:165px;}
.board_of_governer span{width:100px;margin:5px auto; padding:0px; text-align:center; float:left; }

.arjuna{width:550px;  float:left; margin:10px 0; padding:0px;}
.arjuna ul{ width:500px; }
.arjuna li{ padding:0 40px; display:inline; float:left;}
.arjuna li a{ padding:8px 30px !important; float:left !important; font-weight:bold !important;}
.arjuna li a:hover{ padding:8px 30px !important; float:left !important; background:#F90}


.arjuna_soccer{width:190px; height:38px; float:left; padding:0px; margin:0px;}
.arjuna_soccer_left{width:43px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_left_foot.png) left no-repeat;}
.arjuna_soccer_rpt{ width:auto; height:38px; float:left; padding:0px 10px; line-height:40px; margin:0px; background:url(../images/btn_rep.png) left repeat-x; font-size:16px; font-weight:bold;}
.arjuna_soccer_rpt a{ text-decoration:none;font-size:16px; font-weight:bold;}
.arjuna_soccer_rpt a:hover{color:#333}
.arjuna_soccer_right{width:20px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_right.png) left no-repeat;}

.arjuna_crick{width:320px; height:38px; float:left; padding:0px; margin:0px;}
.arjuna_crick_left{width:43px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_left_crick.png) left no-repeat;}
.arjuna_crick_rpt{ width:auto; height:38px; float:left; padding:0px 10px; line-height:40px; margin:0px; background:url(../images/btn_rep.png) left repeat-x; font-size:16px; font-weight:bold;}
.arjuna_crick_rpt a{text-decoration:none;font-size:16px; font-weight:bold;}
.arjuna_crick_rpt a:hover{color:#333}
.arjuna_crick_right{width:20px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_right.png) left no-repeat;}

.arjuna_tennis{width:150px; height:38px; float:left; padding:0px; margin:0px;}
.arjuna_tennis_left{width:43px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_left_tennis.png) left no-repeat;}
.arjuna_tennis_rpt{ width:auto; height:38px; float:left; padding:0px 10px; line-height:40px; margin:0px; background:url(../images/btn_rep.png) left repeat-x; font-size:16px; font-weight:bold;}
.arjuna_tennis_rpt a{text-decoration:none;font-size:16px; font-weight:bold;}
.arjuna_tennis_rpt a:hover{color:#333}
.arjuna_tennis_right{width:20px; height:38px; float:left; padding:0px; margin:0px; background:url(../images/btn_right.png) left no-repeat;}


#aboutContent { width:681px; float:left; margin:0px;  }
#aboutContent h1  {font:bold 14px 'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0;  }
#aboutContent h2  {font:bold 14px  'Droid Serif', verdana; color:#444444; display: inline; margin:0; padding:0; }
#aboutContent h3  {font:bold 24px  'Droid Serif', verdana; color:#000; display: inline; margin:0;}
#aboutContent h4  {font:bold 13px  'Droid Serif', verdana; color:#000000;  margin:0; padding:0; }
#aboutContent h1 a  {font:bold 14px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:none; }
#aboutContent h1 a:hover  {font:bold 14px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:underline; }
#aboutContent p  { font:normal 12px 'Droid Serif', verdana; color:#000000; margin:5px 0; padding:0; line-height:18px; text-align:justify; }
#aboutContent ul li  { line-height:18px;  }
#aboutContent a  { font:normal 12px 'Droid Serif', verdana; color:#000000; margin:0; padding:3px;  }
#aboutContent a:hover  { font:normal 12px 'Droid Serif', verdana; color:#ff0000; margin:0; padding:3px; }

#Content { width:661px; float:left; margin:7px 0; border-top:1px dotted #000000; padding:10px; }
#Content h1 { font:bold 13px 'Droid Serif', verdana; color:#000000; margin:5px 0; padding:0;  }
#Content h3  {font:bold 14px 'Droid Serif', verdana; color:#333333;  margin:0; padding:0;  }
#Content h2 { font:bold 13px 'Droid Serif', verdana; color:#444444; margin:0 0 5px 0; padding:0; float:right;  }
#Content ol { font:bold 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; line-height:25px; }
#Content li a { font:bold 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; }
#Content li a:hover { font:bold 14px 'Droid Serif', verdana; color:#ff0000; margin:0; text-decoration:underline; }

#Content2 { width:520px; float:left; margin:7px 0; border-top:1px dotted #000000; padding:10px; }
#Content2 h1 { font:bold 13px 'Droid Serif', verdana; color:#000000; margin:5px 0; padding:0;  }
#Content2 h3  {font:bold 14px 'Droid Serif', verdana; color:#333333;  margin:0; padding:0;  }
#Content2 h2 { font:bold 13px 'Droid Serif', verdana; color:#444444; margin:0 0 5px 0; padding:0; float:right;  }
#Content2 ol { font:bold 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; line-height:25px; }
#Content2 li a { font:bold 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; }
#Content2 li a:hover { font:bold 14px 'Droid Serif', verdana; color:#ff0000; margin:0; text-decoration:underline; }

#ContentNew { width:661px; float:left; margin:0;padding:0; }
#ContentNew h1  {font:bold 12px 'Droid Serif', verdana; color:#000000; display: margin:0; padding:0; }
#ContentNew p { font:normal 12px 'Droid Serif', verdana; color:#000000; display: margin:5px 0; padding:0; text-align:justify; line-height:17px; }

#aboutImage { width:157px; float:right; margin:10px 0 0 0;}

#Content1 { width:490px; float:left; margin:0 }
#Content1 h1  { font:bold 13px 'Droid Serif', verdana; color:#000000; margin:0; padding:0; }
#Content1 h2  {font:bold 16px 'Droid Serif', verdana; color:#333333;  margin:0; padding:0; }
#Content1 h3  {font:bold 14px 'Droid Serif', verdana; color:#333333;  margin:0; padding:0;  }
#Content1 p  {font:normal 12px 'Droid Serif', verdana; color:#333333; margin:0; padding:0; line-height:18px; text-align:justify;}

#whytImage { width:157px; float:right; margin:0;}

#leaderImage { width:218px; float:left; margin:20px 0 0 50px ; padding:5px; border:1px solid #cccccc;  height:200px;}
#leaderImage p { font:normal 12px 'Droid Serif', verdana; color:#333333; text-align:center;}

#leaderImage1 { width:218px; float:left; margin:20px 0 0 50px ; padding:5px; border:1px solid #cccccc;  height:200px;}
#leaderImage1 p { font:normal 12px 'Droid Serif', verdana; color:#333333; text-align:center;}

#governerImage1 { width:120px; float:left; margin:0 0 10px 10px ; padding:5px; border:1px solid #cccccc; height:130px; text-align:center; background:#e7f6fe;}
#governerImage1 p { font:normal 12px 'Droid Serif', verdana; color:#333333; text-align:center;}

#governerImage2 { width:218px; float:left; margin:20px 0 0 50px ; padding:5px; border:1px solid #cccccc;  height:200px;}
#governerImage2 p { font:normal 12px 'Droid Serif', verdana; color:#333333; text-align:center;}

#classImage { width:218px; float:left; margin:10px 0 10px 50px ;}

.contentTable { border:1px solid #cccccc; font:normal 12 'Droid Serif', verdana; }
.contentTable td { padding:4px 0 4px 7px; }

.Inmid-body-LR {width:513px; float:left; padding-left:15px;}


#sportContainer { width:490px; float:left; margin:0 }
#sportContainer h1  { font:bold 22px 'Droid Serif', verdana; color:#df1d1d; margin:0; padding:0; }

#sportContent { width:490px; float:left; margin:5px 0; border-bottom: 1px dashed #a2a2a2;  font:bold 14px 'Droid Serif', verdana; color:#678e24; }
#sportContent h1  {font:bold 14px 'Droid Serif', verdana; color:#333333;  margin:0; padding:0; display: inline; }
#sportContent p  {font:normal 12px 'Droid Serif', verdana; color:#678e24; margin:0; padding:0; line-height:18px; text-align:justify;}

#sportImage { width:157px; float:right; margin:45px 0 0 0;}'

.blackLink:link  { font:normal 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; }
.blackLink:visited  { font:normal 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:none; }
.blackLink:hover  { font:normal 14px 'Droid Serif', verdana; color:#000000; margin:0; text-decoration:underline; }

.apply-L-tt {width:650px; height:24px; margin:0px auto 0px auto; padding:3px 0px 0px 0px; border-bottom:#999999 1px dotted;}
.apply-L-cont {width:650px; margin:0px auto 0px auto; padding:7px 0px 5px 0px;}
.apply-L-cont {width:680px; margin:0px auto 0px auto; padding:7px 0px 5px 0px;}
.apply-L-cont #appform label {float: left; height:25px;}
.apply-L-cont #appform span {float: left;}
.apply-L-cont #appform input {font-size: 12px;padding: 2px;  border: 1px solid #CCCCCC; height: 18px; margin: 2px;}
.apply-L-cont #appform select {font-size: 12px; padding: 2px; border: 1px solid #CCCCCC; height: 22px; margin-top: 2px; margin-bottom: 2px;}
.cls {clear:both; padding-top:5px; padding-bottom:5px;}
.cls {clear:both; padding-top:5px; padding-bottom:5px;}

#content100 { width:960px;  margin:0  auto }
#content100 h1  { font:bold 18px 'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; }
#content100 h2  { font:bold 18px  'Droid Serif', verdana; color:#425f01; display: inline; margin:0; padding:0; }
#content100 h3  { font:bold 24px  'Droid Serif', verdana; color:#000; display: inline; margin:0; padding:0; }
#content100 h4  { font:bold 13px  'Droid Serif', verdana; color:#000000;  margin:0; padding:0; }
#content100 h1 a  { font:bold 18px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:none; }
#content100 h1 a:hover  {font:bold 18px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:underline; }
#content100 p  { font:normal 12px 'Droid Serif', verdana; color:#000000; margin:5px 0; padding:0; line-height:18px; text-align:justify; }


#siteMapContainer { width:670px; float:left; margin:0px ; padding:10px; border-bottom:1px dotted #a1a1a0;}

#siteMap { width:200px; float:left; margin:0 20px 0 0;}
#siteMap h1 { font:bold 16px 'Droid Serif', verdana; color:#678e24;}
#siteMap h2 { font:bold 12px 'Droid Serif', verdana; color:#333333; margin:0; padding:0; line-height:20px;}
#siteMap a { font:bold 12px 'Droid Serif', verdana; color:#333333; margin:0; padding:0; text-decoration:underline; }
#siteMap a:hover { font:bold 12px 'Droid Serif', verdana; color:#ff0000; margin:0; padding:0; text-decoration:none; }
#siteMap ul{width:180px; padding:0; margin:0;}
#siteMap ul li{width:180px; padding:0 0 10px 20px; margin:0; background-image: url(../images/bglink.jpg); background-repeat:no-repeat;  display:block; background-position:7px 4px; text-align:left;}
#siteMap ul li a{ font:bold 12px 'Droid Serif', verdana; text-decoration:none; color:#444444;}
#siteMap ul li a:hover{font:bold 12px 'Droid Serif', verdana; color:#ff5005; text-decoration:underline;}
#siteMap h1 a { font:bold 16px 'Droid Serif', verdana; color:#678e24; text-decoration:none;}
#siteMap h1 a:hover { font:bold 16px 'Droid Serif', verdana; color:#ff0000; text-decoration:underline;}
.newImg { background-image:url(../images/newImg.jpg); background-repeat:repeat-x; }
.saprate { width:600px; float:left; }

#gallery { width:960px;  margin:0  auto;background:#F2F2F2 }
#gallery h1  { font:bold 18px 'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; background:#F2F2F2 }
#gallery h2  { font:bold 18px  'Droid Serif', verdana; color:#333333; display: inline; margin:0; padding:0;background:#F2F2F2 }
#gallery h3  { font:bold 18px  'Droid Serif', verdana; color:#678e24; display: inline; margin:0; padding:0;background:#F2F2F2 }
#gallery h4  { font:bold 13px  'Droid Serif', verdana; color:#000000;  margin:0; padding:0; line-height:51px; }
#gallery h1 a  { font:bold 18px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:none; }
#gallery h1 a:hover  {font:bold 18px  'Droid Serif', verdana; color:#df1d1d; display: inline; margin:0; padding:0; text-decoration:underline; }
#gallery p  { font:normal 12px 'Droid Serif', verdana; color:#000000; margin:5px 0; padding:0; line-height:18px; text-align:justify; }


.copyright_text {
    width: 220px;
    height: 50px;
    float: inherit;
    margin: 0px;
    padding: 0 0 0 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size: 11px;
    line-height: 32px;
     text-align: left;
}

#main_wrapper{ width:100%; float:none; margin:0 auto; padding:0px;}

.footer_home{width:100%; float:none; height:50px; margin:0px auto; padding:0px; background:#00743d; position:fixed; bottom:0px; box-shadow:0px 0px 10px 5px #333333;}
.footer_home span{width:100%; float:left; height:6px; margin:0px; padding:0px; background:#ffba00; }
.footer_inner{width:1010px; float:none;  margin:0px auto; padding:0px; }
.footer_left
{
	width:300px;
	 float:left; 
	margin:0px;
	 padding:0px 0 0 0px;
	  line-height:45px; 
	   color:#ffffff; font-size:14px;
	   text-shadow: 1px 1px 0px rgba(0, 43, 23, 1); 
	   }
.footer_left p{float:left;  color:#FFF; font-size:10px; margin:0px; padding:0px 0; }
.footer_mid_logo{width:310px; float:left; margin:0px; padding:8px 0 0 0px;  }

.footer_right {
    width: 186px;
    float: right;
    margin: 0px;
    padding: 5px 0 0 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size: 16px;
 
}


.footer_left_t {
    width: 272px;
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.footer_mid_logo_t {
    width: 516px;
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.tablecs{
    background-color: #f3fae9;
    font-family: cursive;
    font-size: 15pt;
    width: 600px;
    text-decoration: none;
    padding-left: 20px;
}


.imagetable
{
	width: 332px;
	height: 165px;
	/*background-image: url('../img/bg1.jpg');*/
}

.contentHeader
{
	     width: 166px;
    height: 160px;
   /* background-image: url(../img/bg2.jpg);*/
    background-repeat: repeat-y;
    position: absolute;   
    margin-top: 2px;
    padding-left: 10px;
}
.imagesheader
{
	    width: 159px;
    height: 155px;
   
    position: relative;
    left: 166px;
    top: 2px;
    border-left: brown;
    border-left-width: initial;
    border-left-style: initial;
    border-left-color: brown;
    border-bottom-width: thin;
}
.connertable
{
	  margin:5px;
	  padding:5px;
	  
	 
}
.leftmanustylesheet
{
	float: left;
	padding: 0 0 0 5px;
	height: 44px;
	line-height: 44px;
	color: #4b4b4b;
	
    font-weight: 400; 
        font-size: 15px;
       line-height: 23px;
   
	
}
.leftmanustylesheet2
{
	float: left;
	padding: 0 0 0 10px;
	height: 14px;
	color: #4b4b4b;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #257255;
    font-style: normal;
    font-kerning: initial;
    font-variant-caps: inherit;
    font-family: serif;
    color: deeppink;
	
}

.adminPanltop
{
	width: 882px;
	top: 0px;
	height: 107px;
	background-image: url('../img/adminpanal.png');
	font-size:25px;
	padding:30px;
	text-align:center;
	table-layout:fixed;

}
/*======================================================================================*/

.w3-btn:hover,.w3-btn-block:hover,.w3-btn-floating:hover,.w3-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.19)}
.divclass {
   
       position: initial;
    box-shadow: 0px 2px 3px 0px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
}

.TopHeaderbanner
{
	    width: 980px;
    height: 250px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
}


.tabledesign
{

margin:20px;
padding:10px 10px 10px 10px;	
}

.tabledesign , th1, td1
{

margin:20px;
padding:10px 10px 10px 10px;	
}




.contentHeader2
{
	     width: 146px;
    height: 130px;
   /* background-image: url(../img/bg2.jpg);*/
    background-repeat: repeat-y;
    position: absolute;   
    margin-top: 2px;
    padding-left: 10px;
}
.imagesheader2
{
	    width: 139px;
    height: 145px;
   
    position: relative;
    left: 166px;
    top: 2px;
    border-left: brown;
    border-left-width: initial;
    border-left-style: initial;
    border-left-color: brown;
    border-bottom-width: thin;
}
.imagetable2
{
	width: 302px;
	height: 165px;
	/*background-image: url('../img/bg1.jpg');*/
}
.SliderDivSedow
{
	    width: 140px;
    height: 180px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
}

.SliderDivSedow0
{
	width: 220px;
	height: 350px; /* position: absolute; */ /* top: 0px; */ /* left: 142px; */
	margin: 10px 10px 10px 10ox; /* float: left; */ /* display: block; */
	position: initial;
	box-shadow: 1px 0px 1px 1px;
	align-items: center;
	vertical-align: middle;
	table-layout: fixed;
	z-index: 15;
	top: 50%;
	left: 50%;
	margin: auto;
	background-color: #057881;
}
.SliderDivSedow1
{
	    width: 220px;
    height: 350px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #07C8CF;
}
.SliderDivSedow22
{
	    width: 220px;
    height: 350px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #057881;
}
.SliderDivSedowTop
{
	    width: 100%;
    height: 80px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #07C8CF;
}
.SliderDivSedowTop1
{
	    width: 220px;
    height: 40px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #057881;
}
.SliderDivSedowTop2
{
	    width: 220px;
    height: 40px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #07C8CF;
}
.SliderDivSedowTop3
{
	    width: 220px;
    height: 40px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #057881;
}










.SliderDivSedow2
{
	    width: 180px;
    height: 180px;
    /* position: absolute; */
    /* top: 0px; */
    /* left: 142px; */
    margin: 10px 10px 10px 10ox;
    /* float: left; */
    /* display: block; */
    position: initial;
    box-shadow: 1px 0px 1px 1px;
    align-items: center;
    vertical-align: middle;
    table-layout: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: auto;
}
.AddProductLink
{
	font-size: 16px;
    line-height: 15px;
    background: #ff7700;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 8px 21px;
    font-family: sans-serif;
}
.SaleProductLink
{
	font-size: 13px;
	line-height: 12px;
	background: #B9FFB9;
	color: #000000;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
	padding: 8px 21px;
	font-family: sans-serif;
}