body{
	font-family: "Arial", Georgia, Serif;
	font-size: 14px;
	background-image: url("images/bg104.png");
}

*{
	margin:0;
	padding:0;
}

a{
	color:#999999;
	text-decoration: underline;
	-webkit-transition:0.25s ease;
    -moz-transition:0.25s ease;
    -o-transition:0.25s ease;
    transition:0.25s ease;
}

a:hover{
	color: #00aeff;
}

.page-fix{
	width: 980px;
	margin:auto auto;
	position:relative;
}

.page-fix:after{
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.clear-fix{
	clear: both;
}


#header{
/* 	background-color: #32719d; */
	background: url("images/head.jpg") ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 125px;
}


#logo-website{
	padding-top: 20px;
	float:left;
}

#menu{
	background-color: #a1a1a1;
	width: 100%;
	/*border-top: #ffffff 1px solid;*/
	margin-top: 1px;
	
}


#menu.stickytop {
    position:fixed;
    top:0;
	z-index: 1000;
}

#menu ul{
	list-style-type: none;
}


#menu li{
	float: left;
	position:relative;
}

#menu .sub-menu_arrow{
	background-image: url("images/sub-menu_arrow.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
}

#menu a{	
	line-height: 47px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition:0.15s ease;
    -moz-transition:0.15s ease;
    -o-transition:0.15s ease;
    transition:0.15s ease;
}

#menu a:hover{	
	background-color: #6d6d6d;
}

#menu ul ul{
	display:none;
	top:100%;
	left:0;
	padding:0;
	position: absolute;
	background-color: #8a8a8a;
	z-index: 999;
	/*width: 190px;*/
	white-space: nowrap;
}

#menu ul ul li{
	float:none;
	/*border-top: 1px solid #636363;*/
}

#menu ul ul ul{
	top:0;
	left:100%;
}

#menu ul ul  img{
	padding-right: 5px;
}

#menu ul ul a{
	line-height: 35px;
	font-size: 11px;
}

#menu ul li:hover > ul{
	display:block;
}

#wrapper{
	background-color: #ffffff;
	margin-top: 35px;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	min-height: 650px;
	padding-bottom: 100px;
	border: #cacaca 1px solid;
}

#wrapper:after{
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}
	
#left-nav{
	width: 187px;
	background-color: #f3f3f3;
	float:left;
	border-right: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
	padding-bottom: 30px;
}

#teachers-navi_title{
	background-image: url(images/navi-teachers.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 39px;
	margin-left: -10px;	margin-top: 20px;
}

#students-navi_title{
	background-image: url(images/navi-students.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 39px;
	margin-left: -10px;
	margin-top: 20px;
}
	
#parents-navi_title{
	background-image: url(images/navi-parents.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 39px;
	margin-left: -10px;
	margin-top: 20px;
}
	
#navi_contact{
	background-image: url(../images/contact-navi.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 28px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
}

.navi-title{
	padding-top: 9px;
	font-size: 13px;
	color: #ffffff;
}

#left-nav ul{
	list-style: none;
	margin-left: 20px;
}

#left-nav li{
	list-style: none;
	padding: 3px 0px 3px 0px;
	background-image: url("images/left-nav-line1.png");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
	position: relative
}
	
#left-nav a{	
	-webkit-transition:0.15s ease;
    -moz-transition:0.15s ease;
    -o-transition:0.15s ease;
    transition:0.15s ease;
	font-size: 14px;
	text-decoration: none;
	color: #7e7e7e;
	padding-left: 2px;
	padding-bottom: 4px;
	width: 140px;
	display: block;
}
	
#left-nav a:hover{
	padding-left: 8px;
	color: #00aeff;
}

#left-nav p{
	padding-top: 10px;
	font-size: 13px;
	color: #4d4d4d;
	margin-left: 20px;
}

#left-nav img{
	padding-right: 10px;
}

#left-nav ul ul{
	display:none;
	top:-1px;
	left:120px;
	padding:6px;
	padding-top:10px;
	position: absolute;
	background-color: #f3f3f3;
	z-index: 999;
	white-space: nowrap;
	border: 1px solid #d3d3d3;
}

#left-nav ul ul li{
	background-image: url("images/arrow_black.png");
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

#left-nav a.sub-menu{
	background-image: url("images/arrow_black.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
}

#left-nav ul ul a{
	margin-left: 15px;
}

#left-nav ul li:hover > ul{
	display:block;
}

#left-nav ul li:hover > a.sub-menu{
	background-image: none;
}

#left-nav_title{
	color: #c43333;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}

input[type="search"]{
	padding: 5px;
	font-size:12px;
	font-style: italic;
	color:#707070;
	border: none;
	background-color:#ffffff;
	width: 170px;
	margin: 0;	float: left;
}

input:focus {
    outline: none;
}

input#search-submit {
    width:23px; 
	height:24px; 
	background:url("images/search-btn.png") no-repeat;
    border:0;
    z-index:5;
    cursor:pointer;	
	margin: 0;
	float:right;
}

input#search-submit:hover {
    background:url("images/search-btn_hover.png") no-repeat;
}
	
#search-box{
	margin-top: 30px;
	position:relative;
	background-color:#ffffff;
	height: 25px;
	float: right;
	border:solid 1px #b6b6b6;
	margin-right: 30px;
}

#content-header{
	/*background-color: #e7e7e7;*/
	width: 100%;
	height: 80px;
}

#page-title{
	font-size: 13px;
	color: #ababab;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	/*text-decoration: underline;*/
}

#content{
	margin-left: 210px;
	margin-right: 30px;
	margin-top: 30px;
	color: #919191;
}

#page-title img{
	padding-right: 5px;
	vertical-align:middle;
}

#ads-box {
	/*background-image: url("images/left-nav-line1.png");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 23px;*/
	padding-top: 13px;
}

#ads-box ul{
	list-style-type: none;
}

#ads-box li{
	margin-top: 5px;
}

#ads-box img{
	padding-right: 5px;
	vertical-align:middle;
}

#news-box{
	margin-top: 50px;
	width: 350px;
	float: left;
}

.news {
	margin-top: 5px;
	margin-left: 11px;
}

.news a{
	text-decoration: none;
	color: #849598;
	font-size: 16px;
	-webkit-transition:0.25s ease;
    -moz-transition:0.25s ease;
    -o-transition:0.25s ease;
    transition:0.25s ease;
	
}

.news a:hover{
	color: #00aeff;
}

.news-date{
	color: #a7a7a7;
	font-size: 12px;
	margin-left: 10px;
}

.news p{
	margin-top: 5px;
}

.news img{
	padding-right: 4px;
}

.news-author{
	float: right;
	color: #a7a7a7;
	font-size: 14px;
}

.news-author a{
	font-size: 12px;
	color: #00d2ff;
}

#events-box{
	margin-top: 50px;
	float: right;
}

.event{
	margin-bottom: 10px;
	margin-left: 11px;
}

.event-date{
	width: 45px;
	height: 45px;
	background-image: url("images/event-date.png");
	color: #ffffff;
	float: left;
}

.event-day{
	font-size: 21px;
	padding-top: 3px;
}

.event-month{
	font-size: 10px;
	padding-top: 1px;
}

.event a{
	text-decoration: none;
	color: #849598;
	font-size: 16px;
	-webkit-transition:0.25s ease;
    -moz-transition:0.25s ease;
    -o-transition:0.25s ease;
    transition:0.25s ease;
	padding-left: 10px;
	line-height: 45px;
}

.event a:hover{
	color: #00aeff;
}

.more-news{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

.more-news a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	color: #ffffff;
	font-size: 12px;
	background-color: #20adba;
	border: 1px solid #666666;
	padding: 2px 5px 1px 5px;
	text-decoration: none;
}

.more-news a:hover{
	background-color: #000000;
	border: 1px solid #000000;
}

#news-wrapper{
	height: 350px;
}
/*
#content p{
	text-align: justify;
	width: 500px;
}
*/

#footer{
	width: auto;
	background-color: #2f2f2f;
	color: #dfdfdf;
	font-size: 11px;
	padding: 20px;
	font-size: 13px;
	margin-top: 60px;
	position:relative;
}

#footer ul{
	list-style-type: none;
	margin-right: 20px;
	float: left;
	/*width: 230px;*/
}

#footer ul:after{
	padding: 50px;
}

#footer li{
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer li a{
	text-decoration: none;
	color: #dfdfdf;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-transition:0.15s ease;
    -moz-transition:0.15s ease;
    -o-transition:0.15s ease;
    transition:0.15s ease;
	
}

#footer li img{
	padding-right: 6px;
	padding-left: 2px;
}

#footer li a:hover{
	padding-left: 6px;
	color: #bc3535;
}

#footer:after{
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.footer-title_category{
	background-image: url("images/left-nav-line.png");
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 22px;
	margin-bottom: 11px;
	color: #ff9600;
	font-size: 11px;
}

#copyright{
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	right:    0;
	bottom:   0;
}

#copyright p{
	line-height: 20px;
}


input[type="text"], input[type="password"]{ 
    border: 1px solid #c4c4c4; 
    height: 25px; 
    width: 200px; 
    font-size: 13px; 
    padding: 4px 6px 4px 6px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	color: #a4a4a4;
	margin: 6px 0px 6px 0px;
} 
 
input[type="text"]:focus, input[type="password"]:focus{ 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

input[type="submit"]{
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	background-color:#ff4747;
	color: #ffffff;
	padding: 5px 14px 5px 14px;
	outline: none;
	border: none;
	display: block;
	margin-top: 15px;
}

input[type="submit"]:hover{
	background-color:#9f0000;
}

input[type="checkbox"]{
	margin: 10px 5px 10px 0px;
}

.button a{
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	background-color:#ff4747;
	color: #ffffff;
	padding: 5px 14px 5px 14px;
	display: block;
	margin-top: 15px;
}

.button a:hover{
	background-color:#9f0000;
}

::-webkit-input-placeholder {
   color: #717171;
}

:-moz-placeholder {
   color: #717171; 
}

::-moz-placeholder { 
   color: #717171;
}

:-ms-input-placeholder {  
  color: #717171;
}

#user-menu{
	float:right;
	padding-top: 10px;
	width: 200px;
	border: 1px solid #bdbdbd; 
	font-size: 13px;
}

#user-menu b{
	padding-left: 20px;
	line-height: 23px;
	color:#666666;
}

.user-menu_category{
	padding-bottom: 13px;
}

#user-menu ul{
	list-style-type: none;
	border-bottom: 2px solid #bdbdbd; 
	padding-bottom: 10px;
}

#user-menu a{
	text-decoration: none;
	display: block;
	width: 185px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#666666;
}

#user-menu a:hover{
	background-color:#ff3c00;
	color: #ffffff;
}

.info-box{
	padding: 10px;
	border: 1px solid #d5d5d5; 
	margin-bottom: 20px;
	color: #1cc814;
	background-color: #f6f6f6;
	text-transform: uppercase;
}

.info-box2{
	padding: 10px;
	border-top: 1px solid #bdbdbd;
	margin-top: 20px;
	font-size: 12px;
}
.info-box2 span{
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#user-panel_info{
	border: 1px solid #bdbdbd;
}

#user-panel_info table{
	padding: 15px;	
}

#user-panel_info tr{
	background-image: url("images/border-dotted.png");
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 25px;
	font-size: 12px;
}

#user-panel_avatar{
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}

#user-panel_avatar img{
	max-width:750px;
    max-height:500px;
}

#user-panel_avatar a{
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	background-color:#888888;
	color: #ffffff;
	display: block;
	margin-top: 10px;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	
}
#user-panel_avatar a:hover{
	background-color:#e45e05;
}

.warning-info{
	color: #fc4b4b;
	font-size: 13px;
}

#user-panel_content{
	width: 510px;
}

select{
	border: 1px solid #c4c4c4; 
    height: 35px; 
    width: 215px; 
    font-size: 13px; 
    padding: 4px 6px 4px 6px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	color: #a4a4a4;
	margin: 6px 0px 6px 0px;
}

.select_date select{
	border: 1px solid #c4c4c4; 
    height: auto; 
    width: auto; 
    font-size: 13px; 
    padding: 4px 6px 4px 6px;
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	color: #a4a4a4;
	margin: 6px 0px 6px 0px;
}

textarea{
	border: 1px solid #c4c4c4; 
    height: 150px; 
    width: 500px; 
    font-size: 13px; 
    padding: 4px 6px 4px 6px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
	color: #a4a4a4;
	margin: 6px 0px 6px 0px;
}

.char_remaining{
	font-size: 13px; 
}

#edit-button{
	background-image: url("images/edit.png");
	background-repeat: no-repeat;
	margin-left: 10px;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
}

#edit-button:hover{
	background-image: url("images/edit.png");
	background-repeat: no-repeat;
	margin-left: 10px;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	background-position: 0px -12px;
}

#delete-button{
	background-image: url("images/delete.png");
	background-repeat: no-repeat;
	margin-left: 10px;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
}

#delete-button:hover{
	background-image: url("images/delete.png");
	background-repeat: no-repeat;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	margin-left: 10px;
	background-position: 0px -12px;
}

#news_title span{
	font-size: 20px;
	line-height: 34px;
	margin-left: 7px;
}

#news_title img{
	float: left;
}

#news_content{
	font-size: 14px;
	text-align: justify;
	width: 100%;
}

#post_info{
	float: right;
	padding-top: 22px;
	font-size: 13px;
	color: #7b7b7b;
	font-family: 'Maiandra GD';
}

#post_info2{ 
	font-size: 13px;
	color: #7b7b7b;
	font-family: 'Maiandra GD';
}

#top-button{
	background-image: url("images/top.png");
	width: 21px;
	height: 24px;
	position: absolute;
	right:    20px;
	bottom:   20px;
	opacity: 0.6;
}

#top-button:hover{
	opacity: 1;
}

#history-back{
	position: absolute;
	left:    220px;
	bottom:   20px;
	color:#999999;
}

#history-back a{
	text-decoration: none;
}

#history-back a:hover{
	padding-left: 5px;
}

#logos img{
	float: right;
	margin-left: 16px;
	margin-top: 13px;
}

#event_info-date{
	background-image: url("images/event-date-info.png");
	width: 173px;
	height: 55px;
	float:right;
	margin: 5px;
}

#event_info-date .date{
	color:#ffffff;
	font-size: 20pt;
	margin-top: 13px;
}

#select-class{
	padding: 5px;
	margin: 3px;
	border: 1px solid #ccc;
	width: 700px;
}

#select-class select{
	width: auto;
	height: auto;
	margin-left: 20px;
	margin-right: 30px;
}

#select-class input[type="submit"]{
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	background-color:#a7a7a7;
	color: #ffffff;
	padding: 5px 14px 5px 14px;
	outline: none;
	border: none;
	display: block;
	margin-top: 0px;
}

#select-class input[type="submit"]:hover{
	background-color:#c6c6c6;
}

.title_page{
	font-size: 20pt;
	padding-bottom: 25px;
}


table.style1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
} 

table.style1 td {
	padding: 8px;
	background: #DEE2ED; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	border-left: 1px solid #fff;
}

table.style1 th {
font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #F9D4D4 ;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}

table.style1 tr:hover td {
	background: #F9D4D4;
	color: #339;
}

table.style1 p {
	padding: 5px;
}

table.style2 {
	font-family: "Times New Roman", "Times", Serif;
	font-size: 14px;
	width: 100%;
	text-align: left;
	border-top:1px solid black;
	border-right:1px solid black;
} 

table.style2 td {
	padding:5px;
	border-bottom:1px solid black;
	border-left:1px solid black;
}

table.style2 th {
	padding:5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom:1px solid black;
	border-left:1px solid black;
}

div.style2{
	width:19cm;
	height:29.7cm;
}

#class_title{
	font-size: 16pt;
	margin-top: 25px;
	margin-left: 65px;
}

ul.style1{
	margin-left: 30px;
	margin-top: 5px;
}

ul.style1 li{
	margin-top: 3px;
	margin-bottom: 3px;
}

p.style1{
	padding-top: 3px;
	padding-bottom: 3px;
}

.last-update{
	font-size: 12px;
	float: right;
	margin-top: 15px;
}

ol li{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

/** Frontpage slider */

.front-slider { width: 612px; height: 320px; border: 1px solid #d6d6d6; padding: 4px; background: #fff; position:relative; }
.slides_container { width: 612px; height: 320px; overflow:hidden; position:relative; display:none; }
.slide { width: 612px; height: 320px; display:block; }

.front-slider .next, .front-slider .prev { display:block; position:absolute; bottom: 14px; right: 14px; width: 33px; height: 33px; z-index:101; text-indent: -9999px; background: transparent url(images/slider-nav-btn.png) top right no-repeat; }
.front-slider .prev { right: 50px; background-position: top left; }
.front-slider .prev:hover { background-position: bottom left; }
.front-slider .next:hover { background-position: bottom right; }

.slide-content { display: block; position: absolute; top: 44px; right:0; padding: 22px; max-width: 262px; z-index: 9999; font-size: 12px; line-height: 22px; text-align: right; text-decoration: none; background: transparent url(images/slide-content-bg.png) left repeat-y; text-shadow: 0 1px 0 #000; color: #fff; }
.slide-content .heading { display: block; font-family: 'PT Serif', Georgia, serif; font-weight: normal; font-size: 22px; line-height: 24px; margin-bottom: 11px; color: #fff; text-shadow: 0 1px 0 #000; }
a.slide-content:hover { background-position: right; color: #fff; }

#front-slider-static .slides_container { display: block; }

 .tabs {
      position: relative;
      min-height: 200px; /* This part sucks */
      clear: both;
      margin: 25px 0;
	  height: 400px
    }
    .tab {
      float: left;
    }
    .tab label {
      background: #eee;
      padding: 10px;
      border: 1px solid #ccc;
      margin-left: -1px;
      position: relative;
      left: 1px;
    }
    .tab [type=radio] {
      display: none;
    }
    .content {
      position: absolute;
      top: 28px;
      left: 0;
      background: white;
      right: 0;
      bottom: 0;
      padding: 20px;
      border: 1px solid #ccc;

      overflow: hidden;
    }
    .content > * {
      opacity: 0;

      -webkit-transform: translate3d(0, 0, 0);

      -webkit-transform: translateX(-100%);
      -moz-transform:    translateX(-100%);
      -ms-transform:     translateX(-100%);
      -o-transform:      translateX(-100%);

      -webkit-transition: all 0.6s ease;
      -moz-transition:    all 0.6s ease;
      -ms-transition:     all 0.6s ease;
      -o-transition:      all 0.6s ease;
    }
    [type=radio]:checked ~ label {
      background: white;
      border-bottom: 1px solid white;
      z-index: 2;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }
    [type=radio]:checked ~ label ~ .content > * {
      opacity: 1;

      -webkit-transform: translateX(0);
      -moz-transform:    translateX(0);
      -ms-transform:     translateX(0);
      -o-transform:      translateX(0);
    }
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}
/* pentru aliniat poze stanga/dreapta/etc; vezi in db: folosita in continut stiri */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.caption_photos { margin: 3px; padding: 3px; border: solid 1px #D6D6D6; background: #F3F3F3; font-size:90%; }

/* pentru casutele cu mesaje care apar de exemplu la logare, eroare de cautare */
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/casute_mesaj/info.png');
}

.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/casute_mesaj/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/casute_mesaj/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/casute_mesaj/error.png');
}

/* css loader*/
.spinner {
  margin: 20px auto;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* efectul de la logo */
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 99px;
	height: 100px;
	float: right;
}

/* flip speed goes here */
.flipper {
	transition: 1s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
input#inline {

    border:0;
    z-index:5;
    cursor:pointer;	
	margin: 0;
	float:left;
}
input#casuta{
	padding: 5px;
	font-size:12px;
	font-style: italic;
	color:#707070;
	border: none;
	background-color:#ffffff;
	width: 170px;
	margin: 0;	float: left;
}

	/* LISTA MATERIALE DIDACTICE/ELEVI */
#list2 { width:650px; }
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:24px; color:#000000;  }
#list2 ol li { }
#list2 ol li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:#000000; border-left: 1px solid #000000; }
#list2 ol li p em { display:block; }
/* EFECT BUTOANE DIN FOOTER */
.facebook-social-roll {
	background-image: url('images/social/gri/facebook.png');
	height: 48px;
	width: 48px;
	margin: 10px;
	float: right;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.facebook-social-roll:hover {
	background-image: url('images/social/color/facebook.png');
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.google-social-roll {
	background-image: url('images/social/gri/googleplus.png');
	height: 48px;
	width: 48px;
	margin: 10px;
	float: right;
	border-radius: 50%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.google-social-roll:hover {
	background-image: url('images/social/color/googleplus.png');
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
#tbl{
	padding:2px 5px 2px 5px;
	border:1px solid;
}