@charset "iso-8859-1";
/* CSS Document */

#tableCell {
	background-color:#ffffff;
	border-width: 0px;
}


#tableCell td {
	height: 160px;
	width: 33%;
	font-family:  Georgia, Arial;
	font-size: 11px;
	background-color: ffffff;
	border-radius: 15px;	
	border: 1px solid;
	border-color:#fac663;
	opacity: 1;
}

#tableCell td, #tableCell td[id='colorMode']  {
	position: relative;
	top: 2px;
	padding:2px;
	margin:10px;
	background-color:#fff;
	font-size: 12px;
	border-width:1px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#tableCell td[id='colorMode'] > table td{
	position: relative;
	padding:5px;
	margin:0px;
	background-color:rgba(255,255,255,0);
}

#tableCell img{
	width: auto;
	border-width: 0px;
}

#noborder{
	margin: 0px;
	padding: 0px;
	width:45%;
	border-width:0px;
	float: right;
}

table[id='noborder']  a{
	font-size:12px;
	text-shadow: -1px 2px 5px rgba(250, 250, 250, 0.9);
}


#msgDiv{	
	position: relative;
	width:	400px;
    top: 	0px;
	left:	0px;
	margin: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: 	#0000aa;
	background-color:rgba(250, 198, 99, 0.8); /*#fac663;*/
	border-width: 2px solid;
    border-radius: 5px;
	box-shadow: -3px 2px 1px rgba(0, 0, 0, 0.5);
}

#msgBox{	
	position: relative;
	width:	400px;
    top: 	0px;
	left:	0px;
	margin: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: 	#0000aa;
	background-color:rgba(250, 198, 99, 0.8); /*#fac663;*/
	border-width: 2px solid;
    border-radius: 5px;
	box-shadow: -3px 2px 1px rgba(0, 0, 0, 0.5);
}

#label{
  font-family:   Calibri, Tahoma, san-serif;
  font-size: 17px;
  font-style:italic;
  font-weight:bold;
  position: relative;
  margin-left: 20px;
  padding: 5px;
  color : #075681;
  background: #a1a1a1;
  border-width: 0px;
  text-shadow: none; /*0px 0px 12px #000000 ;*/
}


#label2{
  font-family:   Calibri, Tahoma, san-serif;
  font-size: 17px;
  font-style:italic;
  font-weight:bold;
  position: relative;
  margin-left: 7px;
  padding: 0px;
  color : #075681;
  background: #fac663;
  border-width: 0px;
  text-shadow: none; /*0px 0px 12px #000000 ;*/
}



/* Newsletter for subscribe */

#lbl_newsletter{
  font-family:   Calibri, Tahoma, san-serif;
  font-size: 13px;
  font-style:italic;
  font-weight: bolder;
  position: relative;
  margin-left: 20px;
  padding: 5px;
  color : #075681;
  background: #FFFFFF;
  border-width: 0px;
  text-shadow: none; /*0px 0px 12px #000000 ;*/
}


.subscribe{	
	position: relative;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-color:#a1a1a1;
}

.bgr{background-color: #fff;}

.subscribe-form {
  position: relative;
  width: 95%;
  margin: 0px;
  padding: 3px 0px 3px 3px;
  background: #075681;
  border-radius: 4px 0px 0px 4px;
  box-shadow: -3px 2px 1px rgba(0, 0, 0, 0.5);
}

.subscribe-submit {
  font-family:   Calibri, Tahoma, san-serif;
  font-size: 15px;
  font-style:italic;
  font-weight:bold;
  position: relative;
  margin: 0px;
  padding: 5px;
  color : #FFFFFF;
  background: #075681;
  border-width: 1px 0px 1px 1px;
  border-color:#FFFFFF;
  border-radius: 2px 0px 0px 2px;
  box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.7);
}

.subscribe-submit:hover {
  color : #000;
  background: #fac663;
  text-shadow: -1px 0px 10px rgba(255, 255, 120, 0.4);
}

.subscribe-submit:active {
  color : #000;
  background: #fac663;
  box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4);
}

.subscribe-input {
  font-family: 'Calibri', Tahoma, Verdana, sans-serif;
  font-size: 16px;
  font-style:italic;
  width: 40%;
  color: rgba(250,198,99,0.8);/*#fac663;*/
  background: #075681;
  border: 0px solid;
}

.subscribe-input::-webkit-input-placeholder {
    color: fac663;
}

.subscribe::-webkit-input-placeholder {
    display: block;
}

.subscribe-input::-moz-placeholder {
    color: fac663;
}

.subscribe-input:focus{
    outline: none;
}  
	
	/*    ------------------------------- */
	
.container{
	position:relative;
	background-image: url(../Images/newsletter_bg2.jpg);
	background-repeat: no-repeat; /*repeat-y;*/
	background-size: cover;

}


#label1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bolder;
	color: rgba(100, 100, 255, 0.8);
}	
	
#label2{
	position:relative;
	margin-top: 30px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
	color: rgba(50, 50, 50, 0.9);
	background-color: rgba(255, 255, 255, 0.1);
}

#label3{
	margin: 5px;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	font-weight:bolder;
	color: rgba(255, 255, 255, 0.9);
	
}

#tbl_container{
	position: relative;
	margin: 100px;	
	font-family: Georgia, "Times New Roman", Times, serif;
    border-radius: 15px;
	border-width: 0px;
	box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5), inset 0px 0px 5px rgba(255,255,255,0.8);
}

#tbl_container td[id=left]{
	width:200px;
	padding:50px;
	background-image:url(../Images/newsletter_bg3.jpg); /*#fac663;*/
	border-radius: 15px 0px 0px 15px;
}

#tbl_container td[id=right]{
	width:200px;
	padding:50px;	
	background-color:rgba(250, 198, 99, 0.8); /*#fac663;*/
	border-radius: 0px 15px 15px 0px;
}

#div_login{
	position: relative;
	top: 200px;
	left: 300px;
}

#frm_login input{
	position: relative;
	padding:5px;;
	margin: 5px;;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-width: 1px;
	border-style:solid;
	
}

#frm_login input[type="text"], input[type="password"]{
	padding: 5px;
	letter-spacing: 2px;
	border-color:#FFFFFF;
	border-radius: 15px;	
	background-color:rgba(255,255,255,0);
}

#frm_login input[type="text"]:focus, input[type="password"]:focus{
	background-color:rgba(0,0,255,0.7);
	color: #FFFFFF;
	outline: none;
}


#frm_login input[type=submit]{
	background-color:rgba(255,255,255,0.9);
	color:#000099;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	border-radius: 15px;
}

#frm_login input[type="submit"]:active{
	background-color:rgba(0,0,255,0.7);
	color: #FFFFFF;
	outline: none;
}

#ls_email{
	padding: 5px;
	margin: 30px;
	background-color: rgba(150, 150, 150, 0.8);
	border-radius: 15px;
	box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.8);
}

#ls_email td{
	width: auto;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color:rgba(250, 198, 99, 0.6);
	color:rgba(1, 1, 1, 0.9);
	padding: 3px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.4);
}

#banner_img td:first-child{
	text-align:right;
}

#banner_img td:first-child img{
	text-align:right;
	box-shadow: -2px 1px 5px rgba(0, 0, 0, 0.8);
}

#banner_img img{
	width: 295px;
	border-radius: 5px;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.8);
}

#width100{
	width: 100px;
	height: auto;
}

#width180{
	width: 180px;
	height: auto;
	border: 0px;
}

#categories{
	width: 90%;
	position:inherit;
}

#categories li{
	height: auto;
	padding: 10px 0px 10px 20px;
	margin: 15px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color:rgba(10, 80, 130, 0.9);
	color:rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(255, 250, 250, 0.9), inset 0px 0px 15px rgba(100, 100, 100, 0.8);
}

#categories li > a {
	color:rgba(250, 250, 250, 1);
}

#categories li:hover {
	background-color:rgba(100, 100, 100, 0.9);
}

#categories td{
	height: auto;
	padding: 10px 0px 10px 20px;
	margin: 15px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size: 16px;
	background-color:rgba(10, 80, 130, 0.9);
	color:rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(255, 250, 250, 0.9), inset 0px 0px 15px rgba(100, 100, 100, 0.8);
}

#programMenu{
	width: 100%;
	position:inherit;
}

#programMenu li{
	height: auto;
	float: left;
	display: inline;
	width: 40%;
	padding: 10px 5px 10px 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:rgba(10, 80, 130, 1);
	color:rgba(255, 255, 255, 0.9);
	border-radius: 5px 20px 0px 0px;
	box-shadow: 0px 0px 0px rgba(255, 200, 200, 0.7), inset 1px 0px 0px rgba(250, 250, 250, 0.7);
}

#programMenu li:last-child{
	background-color:rgba(10, 80, 130, 1);
	margin: 0px 0px 0px -5px;
}

#programMenu li > a {
	color:rgba(250, 250, 250, 1);
}

hr.underMenu{
	margin:0px -15px 5px 41px;
	padding:0px;
	border: 4px solid;
	color:#0a5082;
  	border-radius: 0px 5px;	
}

#BasicMenu{
	width: 100%;
	text-align: center;
	padding:0px;
	margin: 0px;
}

#BasicMenu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 0px;
	margin:0px;
	text-shadow:1px 1px #0a5082;;
	border-width: 2px;
}

#tixvinBanner{
	 background-image: url(../gr_main/comings/tixvin_banner.jpg);
	 width: 100%;
	 height: 100%;
	 cursor: pointer;
}

#tixvinBanner > div{
	 font-family:Geneva, Arial, Helvetica, sans-serif;
	 font-size:16px;
	 color:#FFFFFF;
	 background-color: #000000;
	 padding: 5px;	 
	 float: right;
	 width: 40%;
	 text-align:right;
}

#tixvinBanner  div > div{
	 font-family:Geneva, Arial, Helvetica, sans-serif;
	 font-size:14px;
	 color:#FFFFFF;
	 padding: 5px;
}



