/* 
CSS Document 
Designed By Binary Image
*/


body {
    font-size: 12px;
    margin-top: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: url("../../img/back1.jpg") repeat; 
    font-family: "Tahoma", Helvetica, Arial, sans-serif;

}

p{
    text-align: justify;
}

a{
    text-decoration: none;
    color: #000000;
}

.center
{
    text-align: center;
}

#page
{
    margin: 0px auto;
    padding:0px;
    width: 1200px;
    background: #fff;

}

/*HEADER*/
#header
{
    width: 1200px;
    height: 127px;
    background: rgb(14,145,21); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(14,145,21,1) 0%, rgba(97,196,25,1) 50%, rgba(9,155,9,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,145,21,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(9,155,9,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(14,145,21,1) 0%,rgba(97,196,25,1) 50%,rgba(9,155,9,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(14,145,21,1) 0%,rgba(97,196,25,1) 50%,rgba(9,155,9,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(14,145,21,1) 0%,rgba(97,196,25,1) 50%,rgba(9,155,9,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(14,145,21,1) 0%,rgba(97,196,25,1) 50%,rgba(9,155,9,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9115', endColorstr='#099b09',GradientType=0 ); /* IE6-9 */
    background-repeat:no-repeat;

}

/*COMPANY NAME IN HEADER*/
#companyname
{

    display: inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 2px 2px #ccc;
    font-size: 32px;
    font-weight: bold;
    margin-top:40px;
    margin-left:30px;
    float: left;


}


#tagLine
{
    position: relative;
    width: 400px;

    display: inline;
    float:left;
    padding: 5px 0 0 30px;
    color: #eeeeee;
    font-size: 15px;


}


/*MENU IN HEADER*/
#menu
{
    margin-top: 0px;
    width: 1200px;
    height: 40px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: #252987; /* Old browsers */
    background: -moz-linear-gradient(top, #252987 0%, #211856 47%, #252987 78%, #2c539e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252987), color-stop(47%,#211856), color-stop(78%,#252987), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252987', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
}


/*CONTENT*/
#content
{
    width: 1200px;
    padding-top: 0px;
    margin:0px 0px 10px 0px;

}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel
{
    float:left;
    width:200px;
    display: inline;

}
#rightPanel{
    float:right;
    width:194px;
    display: inline;
    margin:0px 0px 0px 0px;
    position: relative;
}
#contenttext
{
    float:left;
    width: 800px;
    display: inline;
    /*//border: solid 1px #ccc;*/
    padding: 0px;
    min-height: 300px;
    margin: 0px 0px 0px 3px;


}
#bodyContent{
    padding: 8px;
}
#bodyContent h3{
    padding: 8px;
    border-radius:3px 3px 0px 0px;
    background: #252987; /* Old browsers */
    background: -moz-linear-gradient(top, #252987 0%, #211856 47%, #252987 78%, #2c539e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252987), color-stop(47%,#211856), color-stop(78%,#252987), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252987', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
}
#topImagePanel
{

    float: left;
    width: 1200px;

    /* background: #fff;*/
    margin: 3px 0 0px 0;
    height: 360px;
    background: #fff;
}

#leftImagePanel{
    float: left;
    display: inline;
    width:1200px;


}




/* Basic jQuery Slider essential styles */

ul.bjqs{
    position:relative;
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
    display:none;
}
li.bjqs-slide{
    position:absolute;
    display:none;
}
ul.bjqs-controls{
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
}
ul.bjqs-controls.v-centered li a{
    position:absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
    right:0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
    left:0;
}
ol.bjqs-markers{
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
}
ol.bjqs-markers.h-centered{
    text-align: center;
}
ol.bjqs-markers li{
    display:inline;
}
ol.bjqs-markers li a{
    display:inline-block;
}
p.bjqs-caption{
    display:block;
    width:96%;
    margin:0;
    padding:2%;
    position:absolute;
    bottom:0;
}
ul.bjqs-controls.v-centered li a{
    display:block;
    padding:10px;
    background:#fff;
    color:#000;
    text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
    background:#000;
    color:#fff;
}

ol.bjqs-markers li a{
    padding:5px 10px;
    background:#000;
    color:#fff;
    margin:5px;
    text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
    background: #999;
}

p.bjqs-caption{
    background: rgba(255,255,255,0.5);
}
/*FOOTER*/

/*FOOTER*/
#footer
{
    min-height: 200px;
    max-height: 700px;
    background-color: #0072BB;
    clear: both;
    margin:0px 0px 0px 0px;
    background: #252987; /* Old browsers */
    background: -moz-linear-gradient(top, #252987 0%, #211856 47%, #252987 78%, #2c539e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252987), color-stop(47%,#211856), color-stop(78%,#252987), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252987', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
    clear:both;
    border-radius:5px;
    font-family:varinda, tahoma,sans-serif;
    line-height: 20px;
    background-position: center bottom;
    color:#ccc;
    padding: 10px 15px;
    font-size: 9pt;
}
.divider{
    border-left: 1px solid #BECCD7;
    margin-top: 43px;
    height:100px;
    opacity: 2;
    padding: 1px 5px;
    width:2px;
    float:left;
}
/*FOOTER LINKS*/
#footer a
{
    font-family: Verdana, Arial, Helvetica, sans-serif;


    color: #FFFFFF;
    text-decoration:none;
}
.footer a:hover
{
    text-decoration:underline;
}


#footerColumn {
    width: 200px;
    padding: 1px 5px;

    float: left;
}
.footerHdr {
    font-family: arial,helvetica,sans-serif;
    font-size: 11pt;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.footerList {
    margin-top: -8px;
    list-style-type:square;

    color: rgb(255, 255, 255);
    margin-left: 4px;
    padding-left: 9px;
}
.footerList li a{
    font-size: 8pt;
    text-decoration: none;
}
.footer-copy{
    color:grey;
    text-align: right;
}
.footer-copy a{
    color:grey;
    text-decoration: none;

}

ul.social{
    list-style-type: none;
    margin:50px 0px 0px 0px;
    width:200px;
    float: left;
}
ul.social li{
    display: inline;
    padding: 2px 1px;

}
a.facebook {
    padding: 40px 17px 0px;
    background: url("../../img/1378645773_facebook_circle_gray.png") no-repeat scroll 0px 0px transparent;

}
a.facebook:hover {
    padding: 40px 17px 0px;
    background: url("../../img/1378391824_facebook.png") no-repeat scroll 0px 0px transparent;

}
a.google {
    padding: 40px 17px 0px;
    background: url("../../img/1378392266_google_circle_gray.png") no-repeat scroll 0px 0px transparent;

}
a.google:hover {
    padding: 40px 17px 0px;
    background: url("../../img/1378391903_google_plus.png") no-repeat scroll 0px 0px transparent;

}
a.twitter {
    padding: 40px 17px 0px;
    background: url("../../img/1378645803_twitter_circle_gray.png") no-repeat scroll 0px 0px transparent;

}
a.twitter:hover {
    padding: 40px 17px 0px;

    background: url("../../img/1378391835_twitter.png") no-repeat scroll 0px 0px transparent;
}

/*TABLE*/
.table_top
{
    width: 204px;
    height: 27px;
    background-image:url(../../img/default/table_top.jpg);
    background-repeat:no-repeat;
}

.table_content
{
    width: 204px;
    background-image:url(../../img/default/table_content.jpg);
    background-repeat:repeat-y;
}

.table_text
{
    margin-left:15px;
    margin-right:15px;
    text-align:justify;
}

.table_bottom
{
    width: 204px;
    height: 23px;
}

/*TEXT STYLES*/
.news_date
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #0099CC;
}

.body_text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.news_more
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF9900;
    font-weight: bold;
}
.news_text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.subtitle_gray
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #CCCCCC;
}

.title_blue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #7DA5E0;
}

.title_panel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.subjectTitle
{
    font-size:17px;
}

.ulist
{
    list-style-type: none;
}
.ulist li
{
    background-image: url(../../img/default/arrow.jpg);
    background-repeat:no-repeat;
    background-position: 14px 3px;
    padding-left: 30px;
}

.contentImg
{
    border-style:solid;
    border-width:2px;
    border-color: #CCCCCC;
    margin: 4px;
}



.leftMenu
{
    list-style: none;
    padding-left: 5px;
    text-decoration: none;
}

.leftMenu a
{
    color:#333333;
    font-size: 13px;
    font-weight: bold;
}

.leftMenu a:hover
{
    display: block;
    text-decoration: none;
    border: solid 1px #ccc;
    background-image: url(../../img/default/menu-bg.jpg);
    background-repeat: repeat-x;
    padding-left: 7px;
    color: #ffffff;
}



/* TOP MENU */

/* TOP MENU */

ul#topMenu
{
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
    display: inline;
    width: auto;
    float: right;
}


/*Top level list items*/
ul#topMenu li
{
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding:0px;
    margin:0px;


}

/*Top level menu link items style*/
ul#topMenu li a
{
    display: block;
    width: auto; /*Width of top level menu link items*/

    padding: 11px 8px;

    margin:0px;
    border-left-width: 0;
    text-decoration: none;
    color: #fff;
    font: bold 15px Tahoma;
}

ul#topMenu li:hover
{
    color:#999;

    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}
ul#topMenu li a:hover
{
    color:#999;

}

ul#topMenu li ul
{

    padding: 0;
    position: absolute;
    top:29px;
    left: 0;
    width: 200px;
    overflow: hidden;
    border:3px solid #BAFF49;
    overflow: hidden;
    z-index:10;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
    border-radius: 10px;


}
ul#topMenu li ul li
{
    background: rgb(112,175,114); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(112,175,114,1) 0%, rgba(97,196,25,1) 50%, rgba(48,150,58,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,175,114,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(48,150,58,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(112,175,114,1) 0%,rgba(97,196,25,1) 50%,rgba(48,150,58,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(112,175,114,1) 0%,rgba(97,196,25,1) 50%,rgba(48,150,58,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(112,175,114,1) 0%,rgba(97,196,25,1) 50%,rgba(48,150,58,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(112,175,114,1) 0%,rgba(97,196,25,1) 50%,rgba(48,150,58,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70af72', endColorstr='#30963a',GradientType=0 ); /* IE6-9 */
    /*//background-color: #F8F8F8;*/
    z-index: 10;
    display: block;
    color: #fff;
    /*text-shadow: 0 -1px 0 #000;*/
    border-bottom: solid 1px #ffffff;
}
ul#topMenu li:hover ul
{
    display: block;

    opacity: 1;
    visibility: visible;
}

/* TOP MENU END */

h3{

    background: url('../../img/default/sub-title.jpg') center center repeat-x;
    margin: 0px;
    color: #ffffff;
    padding: 2px 0 2px 4px;
}


/* Navigation Title */

.navModule
{
    width: 200px;

    margin-bottom: 10px;
    border: solid 1px #ccc;
}

.navTitle
{

    font: bold 17px Tahoma;
    color: #000;
    padding: 6px;
    background: rgb(196,196,196); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(229,229,229,1) 54%, rgba(170,170,170,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(54%,rgba(229,229,229,1)), color-stop(100%,rgba(170,170,170,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
    margin: 0 auto;
    text-align: center;

}


.navModule ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.navModule ul li
{
    padding: 0px;
    margin-top: 1px;


}

.navModule li a
{
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    background: #252987; /* Old browsers */
    background: -moz-linear-gradient(top, #252987 0%, #211856 47%, #252987 78%, #2c539e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252987), color-stop(47%,#211856), color-stop(78%,#252987), color-stop(100%,#2c539e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #252987 0%,#211856 47%,#252987 78%,#2c539e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252987', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
    display: block;
    padding: 8px;
    text-decoration: none;
    border-bottom: 0px solid #dadada;
}

.navModule ul li a:hover{
    display: block;
    text-decoration: none;
    background: rgb(196,196,196); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(229,229,229,1) 54%, rgba(170,170,170,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,196,196,1)), color-stop(54%,rgba(229,229,229,1)), color-stop(100%,rgba(170,170,170,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(196,196,196,1) 0%,rgba(229,229,229,1) 54%,rgba(170,170,170,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
    padding-left: 7px;
    color:#000;
}


.dataTable
{
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}

.dataTable th
{
    background-color: #ebebeb;
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;

}
.dataTable td
{
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;

}

.dataTable tr:hover {
    background-color: #e5e5e5;
}

.teacherInfoList
{
    list-style-type: none;
    padding: 3px;
    margin: 2px;
    /*font-size: 13px;    */
}

.teacherInfoList li
{
    width: 560px;
    border: solid 1px #ccc;
    border-radius: 10px;
    min-height: 130px;
    margin: 2px 0 2px 0;
    padding: 5px;
}


.teacherInfoList li img
{
    float: right;
    width: 130px;
    border-radius: 10px;
}



/* ################ Form ################# */

.tsform
{
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color: #ebebeb;
    width: 98.5%;
    margin-top: 10px;
    padding: 10px 3px 10px 3px;
    text-align: center;
}

.tsform table
{
    width: 99%;
}
.tsform table tr
{

}

.tsform table tr:hover
{
    background-color: #F8F8F8;
    border-radius: 5px;
}

.tsform table tr th
{
    border-radius: 5px;
    background-color: #d5d5d5;
    text-align: right;
}

.tsform table tr td
{
    text-align: left;
}

.tsform input[type="text"],
.tsform table tr td input[type="text"]
{
    border: solid 1px rgb(196,131,205);
    border-radius: 5px;
    background-color: #F8F8F8;
    height: 20px;
    width: 120px;
    padding: 3px;
}

.tsform select,
.tsform table tr td select
{
    border: solid 1px rgb(196,131,205);
    border-radius: 5px;
    background-color: #F8F8F8;
    height: 23px;
    width: 120px;
    padding: 2px;
}

.tsform input[type="reset"],
.tsform input[type="submit"],
.tsform table tr td input[type="reset"],
.tsform table tr td input[type="submit"]
{
    border: solid 1px rgb(196,131,205);
    border-radius: 5px;
    background-color: #F8F8F8;
    height: 30px;
    width: 120px;
}

/* END of FROM */



/*News */

.newsBackground
{
    /*background:url("../../img/tsmts20/top-hot-news.png");*/

    background: #001A3C;

}

.noticeBoardList
{

    list-style-type: none;
    padding: 3px;
    margin: 0px;
}

.noticeBoardList li
{
    min-height: 70px;
    background: #F2F2F2;
    color: #eeeeee;
    font-size: 11px;
    border: solid 1px #ccc;

    border-radius: 5px;
    padding: 4px;
    margin: 3px 0 3px 0;
}

.noticeBoardList li a h4
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color:#0072BB;
}
.noticeBoardList li a:hover h4
{
    text-decoration: underline;
}

.noticeBoardList li p
{
    color: #333333;
    text-align:left;

    margin: 0px;
    font-size: 13px;
    padding: 4px;
}

.noticeBoardList li a
{
    text-decoration: none;
    color: #0FF;
}


.newsList
{
    list-style-type: none;
    padding: 3px;
    margin: 3px;
    color: #333333;
}

.newsList li
{
    min-height: 70px;
    font-size: 11px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 3px;
    margin: 3px;
}

.newsList li p
{
    /*color: #333333;*/
}

.newsList li a
{
    text-decoration: none;
    /*color: #333333;*/
}

.newsList li a h4
{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.detailsButton
{
    color: #eeeeee;
    margin: 1px;
    padding: 1px 6px 1px 6px;
    border: solid 1px #cccccc;
    background-color: #1B208B;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    text-wrap: none;
    float: right;
    font-size: 12px;

}

.detailsButton:hover
{
    background-color: #C89F67;
}

/* End of News*/




.linkButton
{
    margin: 3px;
    padding: 3px 6px 6px 6px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #3280C8;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.dataTable
{
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}

.dataTable th
{
    background-color: #ebebeb;
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;

}
.dataTable td
{
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;

}

.dataTable tr:hover {
    background-color: #e5e5e5;
}

/* Calendar */

#cal {
    color:#004475;
    background-color:#FFF;
    border: 1px solid #1a4551;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#cal td {
    text-align:center;
    width: 27px;
    height:20px;
    background:#ccc;
}
tr#days-of-week td {
    background-color: #aaa;
}
#cal thead td {
    background: linear-gradient(to bottom, rgb(225, 255, 255) 0%, rgb(126, 196, 229) 0%, rgb(200, 238, 251) 43%, rgb(190, 228, 248) 64%, rgb(177, 216, 245) 100%) repeat scroll 0% 0% transparent;
    font-size: 12px;
    font-weight: bold;
}
#cal thead a{
    color: #000000;
}
#cal a{
    color: #000000;
    text-decoration:none;
}
#cal .cal-prev-month-day, #cal .cal-next-month-day {
    color: #215f27;
}
#cal-current-day {
    background-color: #FED14D !important;
    color:#000;
}

/* Event Calendar */
#eventCalendar{
    color:#004475;
    height:500px;
    width:100%;
    background-color:#FFF;
    border: 1px solid #1a4551;
    font: 15px Verdana, Arial, Helvetica, sans-serif;
}
#eventCalendar td {
    text-align:center;
    width: 82px;
    height: 50px;
    background:#ccc;
}
tr#days-of-week td {
    background-color: #aaa;
}
#eventCalendar thead td {
    background: linear-gradient(to bottom, rgb(225, 255, 255) 0%, rgb(126, 196, 229) 0%, rgb(200, 238, 251) 43%, rgb(190, 228, 248) 64%, rgb(177, 216, 245) 100%) repeat scroll 0% 0% transparent;
    font-size: 15px;
    font-weight: bold;
}
#eventCalendar thead a{
    color: #000000;
}
#eventCalendar a{
    color: #000000;
    text-decoration:none;
}
#eventCalendar .eventCalendar-prev-month-day, #eventCalendar .eventCalendar-next-month-day {
    color: #215f27;
}
#eventCalendar-current-day {
    background-color: #3443A2 !important;
    color:#fff;
}

/* END of Calendar */




/*
 Editor CSS
*/
#tinyeditor {
    border:none;
    margin:0;
    padding:0;
    font:14px 'Courier New',Verdana
}
.tinyeditor {
    border:1px solid #bbb;
    padding:0 1px 1px;
    font:12px Verdana,Arial
}
.tinyeditor iframe {
    border:none;
    overflow-x:hidden
}
.tinyeditor-header {
    height:31px;
    border-bottom:1px solid #bbb;
    background:url(../../img/header-bg.gif) repeat-x;
    padding-top:1px
}
.tinyeditor-header select {
    float:left;
    margin-top:5px
}
.tinyeditor-font {
    margin-left:12px
}
.tinyeditor-size {
    margin:0 3px
}
.tinyeditor-style {
    margin-right:12px
}
.tinyeditor-divider {
    float:left;
    width:1px;
    height:30px;
    background:#ccc
}
.tinyeditor-control {
    float:left;
    width:34px;
    height:30px;
    cursor:pointer;
    background-image:url(../../img/icons.png)
}
.tinyeditor-control:hover {
    background-color:#fff;
    background-position:30px 0
}
.tinyeditor-footer {
    height:32px;
    border-top:1px solid #bbb;
    background:#f5f5f5
}
.toggle {
    float:left;
    background:url(../../img/icons.png) -34px 2px no-repeat;
    padding:9px 13px 0 31px;
    height:23px;
    border-right:1px solid #ccc;
    cursor:pointer;
    color:#666
}
.toggle:hover {
    background-color:#fff
}
.resize {
    float:right;
    height:32px;
    width:32px;
    background:url(../../img/resize.gif) 15px 15px no-repeat;
    cursor:s-resize
}
#editor {
    cursor:text;
    margin:10px
}

/*
 END of Editor
*/


/**Help LIne***/

.helpLine
{

    margin: 10px auto;
    padding: 5px 0px 15px 15px;
    ;
    width: 97%;
    border: solid 1px #ccc;
    border-radius: 7px;
    background: rgba(212,228,239,1);
    background: -moz-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(134,174,204,1)));
    background: -webkit-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -o-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: -ms-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    background: linear-gradient(to right, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1 );

}

.helpLine p
{
    margin: 0;
    padding: 3px;
}

.helpLine img
{
    float: left;
    width: 32px;
}

.helpLine ul
{
    list-style-type: none;
    padding: 0;
    margin: 2px;
}

.helpLine ul li
{
    display: inline;
}

/**END of Help LIne***/

/*
Social Bar
*/


.socialBar
{
    width: 97%;
    height: 30px;
    text-align: right;
}

.socialBar ul
{
    list-style-type: none;
    padding: 0;
    margin: 2px;
}


.socialBar ul li
{
    display: inline;
}

/*
END of Social Bar
*/


/***************
* Button Panel
****************/

.buttonPanel
{
    width: 99%;
    height: 30px;
    padding-top: 10px;
    margin: 2px;
    text-align: center;
    border: solid 1px #ccc;
}

.buttonPanel ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.buttonPanel ul li
{
    display: inline;
}

/***************
* Button Panel
****************/



/***************
Blockquote Start
****************/

blockquote{
    display:block;
    /*background: #fff;*/
    background: #76A0BF;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    /*color: #666;*/
    color: #fff;
    text-align: justify;

    /*Borders - (Optional)*/
    border-left: 15px solid #c76c0c;
    border-right: 2px solid #c76c0c;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    /*color: #999;*/
    color: #fff;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;
}

blockquote::after{
    /*Reset to make sure*/
    content: "";

}

blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote a:hover{
    color: #666;
}

blockquote em{
    font-style: italic;
}



/***************
Blockquote END
****************/



/**** TSLIST ***/

.ts-list
{
    margin: 5px;
    padding: 40px;
}
.ts-list li
{
    padding: 5px;
    border-radius: 5px;
}
.ts-list li:hover
{
    background-color: #ccc;
}

.ts-list li a
{
    color: #000000;
    text-decoration: none;
}


/**** END of TSLIST ***/


/**START of List Menu ***/
.list-menu
{

    list-style-type: none;
    padding: 0px;
    margin: 0px;
    /*font-size: 12px;*/
}

.list-menu li
{
    width: 98%;
    line-height: 25px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 3px;
    padding: 5px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 1s;
}

.list-menu li a
{
    display: inline-block;
    width: 80%;
    text-decoration: none;
    font-size: 17px;
    padding: 5px;

}

.list-menu li a:hover
{
    color: #ffffff;
}

.list-menu li:hover
{
    background-color: #7C50B9;
    border-radius: 5px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 20px;
    color: #ffffff;
}

/* List Menu END */




/********************************
        POPUP BOX
********************************/

#ar-popup-panel
{
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    /*opacity: 0.4;*/
    display: none;
}

#ar-popup-box
{

    background: rgba(255, 255, 255, 1);
    z-index: 110;
    width: 400px;
    margin: 100px auto;
    min-height: 300px;
    /*opacity: 1;*/
}

#ar-top-bar
{
    position: inherit;
    width: 99%;
    height: 30px;
    float: lef;

    border: solid 1px #ccc;
}


#ar-top-bar span
{
    position: inherit;
    float: right;
    margin: 5px;
    cursor: pointer;
}

#ar-content-panel
{
    position: inherit;
    width: 98%;
    height: 230px;
    float: lef;
    padding: 3px;
    border: solid 1px #ccc;
}


#ar-bottom-bar
{
    position: inherit;
    width: 99%;
    height: 30px;
    float: lef;

    border: solid 1px #ccc;
}

/********************************
        END POPUP BOX
********************************/




/*******
 SPINNER
*******/


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#loader-wrapper {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}


/*******
 SPINNER
*******/


#popupButtonPanel
{
    padding: 3px;
    margin: 3px 3px 15px 3px;

}

#popUpButtonPanel span
{
    border: solid 1px #ccc;
    padding: 5px 7px 5px 7px;

}

#popUpButtonPanel span:hover
{
    background-color: #ccc;
    cursor: pointer;
}



/* START SPAN BUTTON  */
.spanButton
{
    border: solid 1px #ccc;
    padding: 5px 7px 5px 7px;

}

.spanButton:hover
{
    background-color: #ccc;
    cursor: pointer;
}
/* END SPAN BUTTON  */
/* END POPUP  */



.half-content
{
    margin: 4px 4px 4px 3px;
    padding: 3px;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 49%;
    float: left;
    display: inline;
    text-align: justify;
    -webkit-box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.33);
    box-sizing: border-box;
}
.full-content
{
    margin: 3px;
    padding: 3px;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 99%;
    float: left;
    display: inline;
    text-align: justify;
    -webkit-box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.33);
    box-sizing: border-box;
}

/*
* Birthday Wisher
*/

.birthdayWisher
{
    list-style-type: none;
    padding: 5px;
    margin: 5px;

}

.birthdayWisher li
{
    display: inline;
    margin: 5px;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 155px;
    float: left;
    height: 220px;
    text-align: center;
    background-image: url(./../../img/birthday.jpg);
    font-weight: bold;
    font-size: 12px;

}

.birthdayWisher li img
{
    width: 70%;
    border-radius: 5px;

}

.birthdayWisher li hr
{
    margin: 2px;
    padding: 0px;
}

/*
* Birthday Wisher END
*/

/*
logoutButton
*/
.logoutButton
{
    font-weight: bold;
    background-color: #00b4d8;
    color: #14213d;
    transition: all 0.5s;
    text-align: center;
    display: block;
    line-height: 30px;
}

.logoutButton:hover
{
    background-color: #0077b6;
    color: #ffffff;

}
/*
logoutButton END
*/

/*
fullWidthButton
*/
.fullWidthButton
{
    font-weight: bold;
    background-color: #00b4d8;
    color: #14213d;
    transition: all 0.5s;
    text-align: center;
    display: block;
    line-height: 30px;


}

.fullWidthButton:hover
{
    background-color: #0077b6;
    color: #ffffff;
}
/*
logoutButton END
*/

.photo
{
    font-size: 12px;
    border: solid 1px #000000;
    width: 160px;
    height: 180px;
    text-align: center;
    overflow: hidden;
    float: right;
}
