body
{
    background-color: #ffffff;
    background-image: url(../Images/staticpage/bg2.jpg);
    font-family: Arial;
    font-size: 12px;
    color: #222222;
    font-weight: bold;
    margin: 0px;
}


#header
{
    width: 100%;
    background-color: #555555;/*#e0dfdf;*/
    border-bottom: 1px solid #b1b1b1;
    height: 70px;
}


#headercontent {
    width: 1000px;
    background-color: #555555;/*#e0dfdf; #e0dfdf;*/
    height: 70px;
    text-align: left;
}

#title {
    width: 230px;
    height: 36px;
    background-image: url(../Images/staticpage/title.png);
    background-repeat: no-repeat;
    display: inline-table;
    margin-top: 15px;
}


#navigation
{
    width: 700px;
    color: #222222;
    display: inline-table;
    vertical-align: top;
    margin-top: 25px;
    margin-left: 50px;
}

#lang
{
    width: 50px;
    color: #222222;
    display: inline-table;
    vertical-align: top;
    margin-top: 25px;
}

.nav
{
    display: inline-block;
    margin-right: 15px;
}

#navigation a:link
{
    color: #222222;
    text-decoration: none;
}
#navigation a:active
{
    color: #222222;
    text-decoration: none;
}
#navigation a:visited
{
    color: #222222;
    text-decoration: none;
}
#navigation a:hover
{
    color: #626060;
    text-decoration: none;
}

#divSetLang a:link
{
    color: #222222;
    text-decoration: none;
}
#divSetLang a:active
{
    color: #222222;
    text-decoration: none;
}
#divSetLang a:visited
{
    color: #222222;
    text-decoration: none;
}
#divSetLang a:hover
{
    color: #626060;
    text-decoration: none;
}



html, head, body, form
{
    height: 100%;
    min-height: 100%;
}



#content
{
    width: 750px;
    text-align: left;
    height: 100%;
    min-height: 75vh;
    background-image:url(/images/bg5.png);
}

#feature
{
    width: 100%;
    background-color: #dbdbdb;
    border-bottom: 0px solid #bebebe;
    border-top: 1px solid #bebebe;
    height: 0px;
}

.icon
{
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
}

#icontitle
{
    margin-top: 30px;
}


.featuretitle
{
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    width: 60px;
    text-align: left;
}




#footer {
    width: 100%;
    height: 40px;
    text-align: left;
}

#footercontent
{
    width: 1800px;
    height: 20px;
    text-align: left;
    margin-top: 10px;
}

#flink
{
    width: 320px;
    display: inline-table;
    vertical-align: top;
    padding-top: 10px;
}
#copyright
{
    width: 430px;
    display: inline-table;
    vertical-align: top;
    padding-top: 10px;
}

#godaddy
{
    width: 240px;
    display: inline-table;
    vertical-align: top;
    text-align: right;
}



#footer a:link
{
    color: #222222;
    text-decoration: none;
}
#footer a:active
{
    color: #222222;
    text-decoration: none;
}
#footer a:visited
{
    color: #222222;
    text-decoration: none;
}
#footer a:hover
{
    color: #626060;
    text-decoration: none;
}


.divRight-content-2
{
    width: 276px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline;
    float: left;
    height: 280px;
    margin-top: 44px;
    margin-left: 20px;
    padding: 10px;
    padding-top: 15px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
}

.logincl0
{
    width: 180px;
    display: inline-block;
    height: 20px;
    text-align: left;
    margin-left: 5px;
}

.logincl00
{
    width: 80px;
    display: inline-block;
    height: 20px;
}



.logincl1
{
    width: 00px;    
    height: 40px;
    text-align: right;
    /*margin-right: 5px;*/
}
.logincl2
{
    width: 200px;    
    height: 40px;
}


div.rounded-smallborder
{
    height: 50px;
    width: 50px;
    float: left;
    display: block;
    margin-left: 10px;
    margin-top: 15px;
}
div.rounded-smallborder section
{
    position: relative;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
    -ms-box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
    -o-box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
    box-shadow: 0px 0px 0px 1px rgba(201, 201, 201, 1);
    float: left;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    background: #dfdfdf;
}


div.rounded-smallborder section img
{
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 12px;
}



div.rounded-smallborder section.img-opacity:hover img
{
    opacity: 0.5;
}

.divLeft-content {
    width: 660px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    float: left;
    text-align: justify;
    line-height: 20px;
    height: 300px;
    margin-top: 34px;
    padding: 0px 10px 10px 10px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    font-family: Arial, 'Times New Roman', sans-serif;
    font-weight: normal;
    font-size: 14px;
    /*border-radius: 6px;*/
}


.divRight-content {
    width: 322px; /*276px;*/
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline;
    float: left;
    height: 350px; /*290px*/
    margin-top: 34px;
    margin-left: 150px;
    padding: 10px;
    padding: 10px 10px 10px 10px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    /*border-radius: 6px;*/
}









.div-1Left
{
    width: 392px;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border: 1px solid #c1c1c1;
    display: inline;
    float: left;
    margin-top: 44px;
    padding: 10px;
    height: 276px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
}

.div-1Right
{
    width: 543px;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border: 1px solid #c1c1c1;
    display: inline;
    float: left;
    margin-top: 44px;
    margin-left: 20px;
    padding: 10px;
    height: 276px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
}



.div-2Left
{
    width: 543px;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border: 1px solid #c1c1c1;
    display: inline;
    float: left;
    margin-top: 44px;
    padding: 10px;
    height: 276px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
}

.div-2Right
{
    width: 392px;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border: 1px solid #c1c1c1;
    display: inline;
    float: left;
    margin-top: 44px;
    margin-left: 20px;
    padding: 10px;
    height: 276px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
}


@font-face
{
    font-family: CustomFont;
    src: url(../Font/FiraSans-Regular.ttf);
}

@font-face
{
    font-family: CustomFont2;
    src: url(../Font/FiraSans-Thin.ttf);
}

.ContentTitleEn
{
    font-size: 42px;
    font-family: CustomFont2;
    font-weight: bold;
    padding-left: 2px;
    color: Red;
}
.ContentTitleEn1
{
    font-size: 35px;
    font-family: CustomFont2;
    font-weight: bold;
    padding-left: 2px;
    color: Red;
}
.ContentTitleHi
{
    font-size: 24px;
    font-weight: normal;
    padding-left: 2px;
    color: Red;
}

.DetilsContent
{
    text-align: justify;
    font-size: 16px;
    font-family: CustomFont, Arial;
    font-weight: normal;
    line-height: 25px;
    width: 360px;
    padding-left: 15px;
}

.acceptFeeOnline
{
    background-image: url(../Images/staticpage/acceptfeeonline3.png);
    background-repeat: no-repeat;
    background-position: center;
}


.ImgAttendance
{
    background-image: url(../Images/staticpage/slide-attendance.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ImgWebsite
{
    background-image: url(../Images/staticpage/slide-website.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ImgExamsResult
{
    background-image: url(../Images/staticpage/slide-examresults.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ImgMessaging
{
    background-image: url(../Images/staticpage/slide-messaging.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ImgSyllabus
{
    background-image: url(../Images/staticpage/slide-syllabus.png);
    background-repeat: no-repeat;
    background-position: center;
}

.tag
{
    height: 50px;
    margin-top: 15px;
    margin-left: 15px;
}
.subHeading
{
    background-color: #d1d1d1;
    font-style: italic;
}

.section
{
    border: 1px solid #c1c1c1;
    background-color: #f5f5f5;
}

.conWius
{
    width: 977px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    float: left;
    text-align: justify;
    line-height: 20px;
    height: 130px;
    margin-top: 44px;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    font-family: CustomFont, Arial;
    font-weight: normal;
    font-size: 14px;
}

.conWiusSchools
{
    font-size: 16px;
    font-family: CustomFont, Arial;
    font-weight: normal;
    line-height: 25px;
    width: 970px;
    padding-left: 15px;
}


.conWiustag
{
    height: 20px;
    margin-top: 15px;
    margin-left: 15px;
}

#connSchools a:link
{
    color: #222222;
    text-decoration: none;
    line-height: 35px;
    padding: 3px;
}
#connSchools a:active
{
    color: #222222;
    text-decoration: none;
}
#connSchools a:visited
{
    color: #222222;
    text-decoration: none;
}
#connSchools a:hover
{
    color: #3f3f3f;
    text-decoration: none;
    border: 1px solid #d0cfcf;
    border-radius: 2px;
    background-color: #eeeeee;
    padding: 2px;
}

.logincl0
{
    width: 180px;
    display: inline-block;
    height: 20px;
    text-align: left;
    margin-left: 5px;
}

.logincl00
{
    width: 80px;
    display: inline-block;
    height: 20px;
}

/*============================ MOBILE SITE==============================*/

.div-mobile-index
{
    width: auto;
    height: auto;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    padding: 10px;
    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 50px;
}

.DetilsContent-mobile
{
    text-align: justify;
    font-size: 16px;
    font-family: CustomFont, Arial;
    font-weight: normal;
    line-height: 25px;
    padding-left: 15px;
    font-size: 25px;
}


.pan-mobile-heading
{
    width: auto;
    height: auto;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    border-top: 1px solid #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    padding: 10px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 50px;
}


.pan-mobile-content
{
    width: auto;
    height: auto;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    margin-bottom: 20px;
    display: none;
    padding: 10px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 50px;
}
.div-mobile-login
{
    width: 276px;
    height: auto;
    background-color: #ffffff; /*background-color: #f5f5f5;*/
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    padding: 10px;
    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
}
/*=================================Tab Setting=================================*/

.tab_setting
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    background-color: #ffffff; /*border:1px solid #b1a599; */
    height: 100%;
}

.tab_setting .ajax__tab_header
{
    background-color: #d2d2d2 /*b1a599*/;
}

.tab_setting .ajax__tab_active .ajax__tab_tab, .tab_setting .ajax__tab_hover .ajax__tab_tab, .tab_setting .ajax__tab_header .ajax__tab_tab
{
    background: url(../Mobile/images/tab.png) no-repeat;
    color: #252423; /* text color normal condition*/
    height: 22px; /*padding: 5px 5px 5px 8px;*/
    width: 111px;
    vertical-align: middle;
    position: relative;
    margin-right: -2px;
    text-align: center;
    padding-top: 8px;
    outline: 0;
}

.tab_setting .ajax__tab_hover .ajax__tab_tab, .tab_setting .ajax__tab_active .ajax__tab_tab
{
    background: url(../Mobile/images/tabover.png) no-repeat;
    color: #000; /* text color over condition*/
    height: 22px; /*padding: 5px 5px 5px 8px;*/
    width: 111px;
    vertical-align: middle;
    position: relative;
    margin-right: -2px;
    z-index: 100;
    text-align: center;
    padding-top: 8px;
    outline: 0;
}


/*=====================END Tab Setting===================*/

.nSlider
{
    width: 977px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    float: left;
    text-align: justify;
    height: 230px;
    margin-top: 44px;
    padding: 10px 10px 10px 10px;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    font-family: CustomFont, Arial;
    font-weight: normal;
    font-size: 14px;
}

.nbox
{
    width: 977px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    float: left;
    text-align: justify;
    line-height: 20px;
    height: auto;
    margin-top: 15px;
    padding: 10px 0 10px 0;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    font-family: CustomFont, Arial;
    font-weight: normal;
    font-size: 14px;
}

.letterpress
{
    text-align: center;
    color: #6d6d6d;
    font-size: 24px;
}
.sliderImg
{
    position: absolute;
    z-index: 999px;
}
/*=================================Tab Setting=================================*/

.tab_setting2
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    background-color: #efefef;
    border-radius: 1px;
    border:1px solid #dbdada;
   
    
}
.tab_setting2 .ajax__tab_header
{
    background-color: #d2d2d2 /*aed2ee*/;
    
}

.tab_setting2 .ajax__tab_active .ajax__tab_tab, .tab_setting2 .ajax__tab_hover .ajax__tab_tab, .tab_setting2 .ajax__tab_header .ajax__tab_tab
{
    background-color:#c4c4c4;
    color: #3f3f3f; /* text color normal condition*/
    height: 22px;
    /*padding: 5px 5px 5px 8px;*/
    width: 130px;
    vertical-align:bottom;
    position:relative;    
    text-align:center;
    padding-top:8px;    
    outline: 0; 
    border-right:1px solid #afaeae;
    
}
.tab_setting2 .ajax__tab_hover .ajax__tab_tab, .tab_setting2 .ajax__tab_active .ajax__tab_tab
{
    color: #000; /* text color over condition*/
    height: 22px;
    /*padding: 5px 5px 5px 8px;*/
    width: 130px;
    vertical-align:bottom;
    position:relative;    
    z-index: 100;
    text-align:center;    
    padding-top:8px;    
    outline: 0; 
    background-color:#e5e5e5
    
}


/*============================================END Tab Setting================================================*/
/*======================POPUP====================*/

.modalBackground
{
    background-color: #d2d2d2;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.modalPopup2
{
    background-color: #dddddd;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #999999;
    border-bottom: 3px solid #999999;
    padding: 10px;
    min-width: 150px;
    width: 350px;
    min-height: 150px;
    height: auto;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19);
}

.modalPopup
{
    background-color: #dddddd;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-radius: 6px;
    padding: 3px;
    min-width: 150px;
    width: auto;
    min-height: 150px;
    height: auto;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 16px 0 rgba(0, 0, 0, 0.19);
}

.clossPopup
{
    position: absolute;
    right: -13px;
    top: -13px;
    width: 26px;
    height: 26px;
}


/*_______________________POPUP END_____________________*/

/*====================POPUB SLIDER===================*/

#mainimg
{
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    padding: 5px;
    height: 560px;
    width: 1005px;
}

#mainimg_scroll
{
    width: 1005px;
    height: 560px;
    overflow-y: auto;
    overflow-x: hidden;
}


.smallImg
{
    overflow-y: hidden;
    overflow-x: scroll;
}
.smallImgInner
{
    cursor: pointer;
    width: 6200px;
    overflow: hidden;
}
.thumImg
{
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    padding: 5px;
    margin-left: 3px;
    margin-right: 3px;
}

#description
{
    vertical-align: top;
    text-align: justify;
    display: block;
}

.onoff
{
    display: block;
    position: absolute;
    right: 215px;
    top: 10px;
    width: 21px;
    height: 20px;
    background-image: url(../Images/staticpage/slide/screenshot/off.png);
}

.off
{
    display: block;
    position: absolute;
    right: 215px;
    top: 10px;
    width: 21px;
    height: 20px;
    background-image: url(../Images/staticpage/slide/screenshot/off.png);
}

.on
{
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 21px;
    height: 20px;
    background-image: url(../Images/staticpage/slide/screenshot/on.png);
}
/*________________POPUB SLIDER END________________*/

/*================SCREEN SHOT PAGE================*/


#lnk a:link
{
    color: #303030;
    text-decoration: none;
}
#lnk a:active
{
    color: #303030;
    text-decoration: none;
}
#lnk a:visited
{
    color: #303030;
    text-decoration: none;
}
#lnk a:hover
{
    color: #414141;
    text-decoration: underline;
}

.nbox3
{
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    float: left;
    height: 171px;
    margin-left: 5%;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    margin-bottom: 30px;
}

.pptbox
{
    width: 250px;
    height: 140px;
}

.pptheading
{
    width: 250px;
    height: 30px;
    border-bottom: 1px inset #bababa;
    display: table-cell;
    vertical-align: middle;
    background-color: #f6f6f6;
}


.screenshotgallery
{
    background-image: url(../Images/staticpage/slide/screenshot/screenshotgallery.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.screenshotpdf
{
    background-image: url(../Images/staticpage/slide/screenshot/screenshotpdf.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.screenshotdemo
{
    background-image: url(../Images/staticpage/slide/screenshot/screenshotdemo.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.popubbt
{
    cursor: pointer;
}

/*____________________SCREEN SHOT PAGE END_________________________*/

/*=====================connected with us===========================*/
.nbox2
{
    width: 300px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    display: inline-block;
    float: left;    
    margin-left: 5%;
    -webkit-box-shadow: 2px 2px 3px 0px #c9c9c9;
    -moz-box-shadow: 2px 2px 3px 0px #c9c9c9;
    box-shadow: 2px 2px 3px 0px #c9c9c9;
    margin-bottom: 30px;
}

.connlogo
{
    width: 300px;
    height: 80px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
   
}
.connschool
{
    width: 300px;
    height: 50px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    
   
}
.connurl
{
    width: 300px;
    height: 30px;
    text-align: center;
    border-top: 1px solid #d1d1d1;
    display:table-cell;    
    vertical-align: middle;
    background-color: #f6f6f6;
}
.connurl a:link
{
    color: #1a1a1a;
    text-decoration: none;
}
.connurl a:active
{
    color: #1a1a1a;
    text-decoration: none;
}
.connurl a:visited
{
    color: #1a1a1a;
    text-decoration: none;
}
.connurl a:hover
{
    color: #1a1a1a;
    text-decoration: underline
}
.nbox2:hover{
  width: 300px;    
 -moz-box-shadow:    0 0 10px #868686;
 -webkit-box-shadow: 0 0 10px #868686;
 box-shadow:         0 0 10px #868686;
}

/*=============================Search=============================*/
#search input[type="text"]
{
    background: url(../Images/SearchBox/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus
{
    background: url(../Images/SearchBox/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
